/* main */

body {
	background:#65154a url(../img/bg.gif) repeat-x 0 0;
	color:#3f3f3f;
	font-family: "Arial", sans-serif;
	font-size:11px;	
	text-align: center;
	line-height: 18px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}


/* tools */

a {
	color: #65154a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	display: block;
}

h1 {
	color: #65154a;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	min-height: 40px;
}

h2 {
	color: #3f3f3f;
	padding: 5px 0 15px 0;
	letter-spacing: 1px;
}

/*body#homePage h1 {
	position: absolute;
	top: 41px;
	left: 10px;
	width: 213px;
	height: 53px;

	
}*/






/*body#homePage h1 a {
	display: block;
	width: 100%;
	height: 100%;
}*/

p {
	color: #3f3f3f;
	line-height: 18px;
	letter-spacing: 1px;
}

address {
	font-style: normal;
	line-height: 14px;
}

textarea, select, input {
	font-family: "Arial", sans-serif;
}

.cl {
	clear: both !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.display-none {
	display: none;
}

.str {
	font-weight: bold !important;
}

.purple {
	color: #b8c1cf !important;
}

.clr {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0;
	visibility: hidden;
	text-indent: -9999px;
	clear: both;
}

.hidden {
	overflow: hidden;
}

.full-width {
	width: 100%;
}

.margin-10 {
	margin-top: 10px;
}

.inputTextWrapper {
	background: url(../img/input_text_bg.png) no-repeat 0 0;
	width: 227px;
	float: left;
}

.inputTextWrapper input {
	border: 0;
	background: none;
	color: #ffffff;
	font-size:11px;
	padding:7px 7px 6px 7px;
	width:213px;
}


/* intro */

#intro {
	margin: 20px 0 0 0;
	height: 600px;
	background: url(../img/intro_flowers.png) no-repeat 50% 0;
}

#introFlowers {
	position: relative;
}

#introFlowers #object {
	position: absolute;
	top: 245px;
	left: 250px;
}

a#enter {
	text-align:right;
	bottom: 5px;
	right: 5px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}


/* slideshow */

#slideshow object {
	vertical-align: middle !important;
}


/* main container */

#mainContainer {
	background: url(../img/top_flowers.png) no-repeat 50% 5px;
}


/* container */


#container {
	background: url(../img/pinkbar.gif) repeat-x 0 179px;
}


/* header */

#header {
	height: 179px;
	background: url(../img/top.jpg) no-repeat 0 0;
	position: relative;
}

#logo {
	position: absolute;
	top: 41px;
	left: 10px;
}

#header p {
	position: absolute;
	top: 63px;
	right: 25px;
	text-indent: -9999px;
	width: 434px;
	height: 39px;
	background: url(../img/slogan.gif) no-repeat 0 0;
}

#header ul {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 960px;
	height: 41px;
	background: url(../img/menu_bg.gif) no-repeat 0 0;
	font-size: 16px;
	font-weight: bold;
}

#header a {
	text-decoration: none;
}

#header li {
	float: left;
	text-align: center;
}

#header #li_1 {
	width: 143px;
	margin: 0 0 0 10px;
}

#header #li_2 {
	width: 125px;
}

#header #li_3 {
	width: 141px;
}

#header #li_4 {
	width: 145px;
}

#header #li_5 {
	width: 134px;
}

#header #li_6 {
	width: 129px;
}

#header #li_7 {
	width: 123px;
	margin: 0 10px 0 0;
}

#header li a {
	display: block;
	width: 100%;
	padding: 12px 0 11px;
	color: #5f5f5f;
}

#header li a:hover {
	color: #7b4070;
	text-decoration: none;
}

#header li.active a {
	color: #7b4070;
}


/* rounded boxes */

.rounded_t, .rounded_b {
	text-indent: -9999px;
	line-height: 0;
	background: #ffffff;
	margin: 0 6px;
	position: relative;
	height: 6px;
}

.rounded_tl, .rounded_tr, .rounded_bl, .rounded_br {
	position: absolute;
	background: url(../img/rounded_bg.gif) no-repeat;
	height: 6px;
	width: 6px;
}

.rounded_tl {
	top: 0;
	left: -6px;
	background-position: 0 0;
}

.rounded_tr {
	top: 0;
	right: -6px;
	background-position: 0 -6px;
}

.rounded_c {
	background: #ffffff;
	padding: 0 6px;
	overflow: hidden;
}

.rounded_bl {
	bottom: 0;
	left: -6px;
	background-position: 0 -12px;
}

.rounded_br {
	bottom: 0;
	right: -6px;
	background-position: 0 -18px;
}

.rounded.roundedFlower .rounded_b {
	height: 46px;
}

.rounded.roundedFlower .rounded_b img {
	position: absolute;
	bottom: 10px;
	left: 19px;
}

.rounded.roundedFlower .rounded_bl {
	background-position: 0 -24px;
	height: 46px;
}

.rounded.roundedFlower .rounded_br {
	background-position: 0 -70px;
	width: 203px;
	height: 46px;
}


/* photosShow */

#photosShow {
	margin: 0 0 10px 0;
}

#photosShow .rounded_c {
	padding: 0 2px;
	height: 180px;
}

#photosShow .rounded_t, #photosShow .rounded_b {
	height: 2px;
	margin: 0 5px;
}

#photosShow .rounded_tl, #photosShow .rounded_tr, #photosShow .rounded_bl, #photosShow .rounded_br {
	background: url(../img/rounded_small_bg.gif) no-repeat;
}

#photosShow .rounded_tl {
	left: -5px;
}

#photosShow .rounded_tr {
	right: -6px;
	background-position: 0 -5px;
}

#photosShow .rounded_bl {
	left: -5px;
	background-position: 0 -9px;
}

#photosShow .rounded_br {
	right: -6px;
	background-position: 0 -14px;
}

#photosShowInner {
	position: absolute;
	z-index: 2;
}

#photosShowInner img {
	float: left;
	margin: 0 2px 0 0;
}

#photosShowInner .last {
	margin: 0;
}


/* subMenu */

#subMenu {
	background: url(../img/submenu_bg.gif) no-repeat 0 0;
	overflow: hidden;
	padding: 0 7px;
	margin: 0 0 8px 0;
	width: 636px;
	font-weight: bold;
}

#subMenu li {
	float: left;
	width: 152px;
	text-align: center;
	margin: 0 3px;
}

#subMenu li.active {
	background: url(../img/submenu_active_bg.gif) no-repeat 0 4px;
}

#subMenu li.active a {
	color: #c1298c;
}

#subMenu a {
	width: 100%;
	padding: 7px 0 8px 0;
	display: block;
	text-decoration: none;
	color: #5f5f5f;
}

#subMenu a:hover {
	text-decoration: none;
}



/* mainbar */

#mainbar {
	overflow: hidden;
	clear: both;
}

/* sidebar */

#sidebar {
	width: 260px;
	float: left;
}

#sidebar a.sidebarPhoto {
	margin: 5px;
	float: left;
	clear: both;
}

#sidebarList {
	margin: 5px;
}

#sidebarList li {
	padding: 0 0 5px 15px;
	margin: 0 0 5px 0;
	background: url(../img/arrow.gif) no-repeat 0 7px;
	border-bottom: 1px solid #e5e5e5;
}

#sidebarList li.last {
	border: 0;
	margin: 0;
}

#sidebarList a {
	text-decoration: none;
	display: block;
}

#sidebarList a:hover {
	text-decoration: underline;
}

#sidebarList p {
	letter-spacing: 0;
	color: #7a7a7a;
}


/* contentbar */

.contentbar {
	float: right;
	width: 690px;
}

.contentbar .rounded_c {
	padding: 10px 16px;
}

/*.contentbar .rounded_c h1 {
	margin: 0 0 15px 0;
}*/

.contentbar .rounded_c p {
	margin: 0 0 10px 0;
	clear: both;
}

#content {
	margin: 10px;
}


/* galleryContentbar */

#galleryContentbar {
	width: 960px;
	float: none;
}

#galleryCategoriesList {
	overflow: hidden;
	clear: both;
	float: left;
	margin: 10px 0;
}

#galleryCategoriesList li {
	float: left;
	margin: 0 20px 0 80px;
}

#galleryActiveCategoryList {
	margin: 15px -6px 10px -6px;
	float: left;
	clear: both;
	overflow: hidden;
}

#galleryActiveCategoryList li {
	float: left;
	text-indent: -9999px;
	width: 330px;
	height: 42px;
	background: url(../img/gallery_options.gif) no-repeat;
}

#galleryActiveCategoryList li#realizacje {
	background-position: 0 -42px;
	margin: 0 10px 0 0;
}

#galleryActiveCategoryList li#realizacje.active {
	background-position: 0 0;
}

#galleryActiveCategoryList li#wizualizacje {
	background-position: 0 -126px;
}

#galleryActiveCategoryList li#wizualizacje.active {
	background-position: 0 -84px;
}

#galleryActiveCategoryList h2 {
	width: 100%;
	height: 100%;
}

#galleryActiveCategoryList a {
	display: block;
	width: 100%;
	height: 100%;
}

#galleryItemsList {
	margin: 10px -11px 0 -11px;
	overflow: hidden;
	float: left;
	clear: both;
}

#galleryItemsList li {
	float: left;
	margin: 0 5px 10px 5px;
}

#galleryItemsList img {
	border: 3px solid #c4c4c4;
}


/* contactContentbar */

#contactContentbar {
	width: 960px;
	float: none;
}

#contactContentbar h2 {
	letter-spacing: 0;
	padding: 0;
	color: #65154a;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
}

#contactAddressDiv {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}

#contactAddressDiv address {
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0 0 15px 0;
}

#contactAddressDiv p {
	margin: 0 0 15px 0;
}

#contactMapDiv {
	float: left;
	width: 355px;
	margin: 0 20px 0 0;
}

#contactMap {
	margin: 20px 0 0 0;
}

#contactFormDiv {
	float: left;
	width: 330px;
}

#contactForm {
	width: 320px;
	margin: 20px 0;
	float: right;
	clear: both;
}

#contactForm dt {
	float: left;
	width: 80px;
	margin: 3px 7px 3px 0;
	padding: 6px 0 0 0;
	clear: both;
	line-height: 13px;
	text-align: right;
}

#contactForm dd {
	margin: 3px 0;
	background: url(../img/input_bg.gif) no-repeat 0 0;
	width: 230px;
	float: left;
}

#contactForm .textareaDd {
	background: url(../img/textarea_bg.gif) no-repeat 0 0;
}

#contactForm input {
	border: 0;
	background: none;
	color: #65154a;
	font-size:11px;
	padding:6px 7px 7px 7px;
	width:217px;
	position: absolute;
}

#contactForm textarea {
	width:217px;
	height: 102px;
	padding:7px 7px 6px 7px;
	border: 0;
	background: none;
	color: #65154a;
	font-size:11px;
	overflow: auto;
}

#contactForm .submit {
	display: block;
}

#contactForm span {
	display: block;
	height: 28px;
}

#contactForm .message {
	height: auto;
}

#contactForm .submit input {
	margin: 0 0 0 87px;
	border: 0;
	cursor: pointer;
	background: url(../img/submit_bg.gif) repeat-x 0 0;
	padding: 5px 8px 5px 8px !important;
	color: #ffffff;
	display: block;
	float: left;
	clear: both;
	width: 44px;
	height: 25px;
	text-indent: -9999px;
}

#contactForm .submit input:hover {
	text-decoration: none;
}

#contactForm .submit img {
	margin: 4px 0 0 143px;
}


/* footer */

#footer {
	clear: both;
	height: 155px;
	background: url(../img/bottom_flowers.png) no-repeat 0 0;
	color: #ffffff;
}

#footer p {
	letter-spacing: 0;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer div {
	position: relative;
}

#footer ul {
	position: absolute;
	top: 8px;
	left: -5px;
	line-height: 12px;
}

#footer li {
	padding: 0 7px;
	border-right: 1px solid #e237a6;
	float: left;
}

#footer li.last {
	border: none;
}


#footer address {
	position: absolute;
	top: 7px;
	right: 57px;
	text-align: right;
}

#footer #copyright {
	color: #460931;
	position: absolute;
	top: 22px;
	left: 2px;
}

#footer #copyright a {
	color: #460931;
	text-decoration: none;
}

#footer #copyright a:hover {
	text-decoration: underline;
}


/* footer */

#popup {
	background: url("../img/popup_bg.jpg") repeat scroll 0 0 transparent;
    border: 2px solid #888;
    display: none;
    height: 380px;
    left: 430px;
    padding: 30px;
    position: absolute;
    top: 140px;
    width: 510px;
    z-index: 2;
}

#popup div {
	position: relative;
}

#popup span {
	position: absolute;
	top: -35px;
	right: -25px;
	background: url("../img/zamknij.gif") no-repeat 0 0;
	width: 85px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

#popup h3 {
	font-size: 26px;
	margin: 20px 0;
	line-height: 25px;
}

#popup  p {
	margin: 30px 0;
	font-size: 17px;
}

#popup ul {
	list-style-type: circle;
	margin: 20px 15px;
	font-size: 13px;
}

#popup li {
	margin: 20px 0;
}

#popup a {
	border: 3px solid #C4C4C4;
	float: left;
	margin: 20px 40px 0 40px;
}

#facebookIcon {
    position: absolute;
    right: 2px;
    top: 7px;
}

.mmf-not-valid-tip {
	font-size: 10px;
    height: auto !important;
    margin: 2px 0;
}

.mmf-response-output {
	float: left;
	clear: both;
}
