/*===| I. MAIN LAYOUT  |=====================================================*/
* {margin: 0;}
html, body {height: 100%;width: 100%;}
ul, li{list-style: none;list-style-position: outside;	margin: 0;	padding: 0;}
p{padding: 0;}
.left{float: left;} .right{float: right;}
#push, .clr	{clear: both;}

body{}
#bg1{position:absolute;z-index: 1; width:100%; background:url("images/bg1.jpg") 50% 0% repeat-y;}
#bg2{position:absolute;z-index: 2; width:100%;}
#bg3{position:absolute;z-index: 3; background:url("images/bg2.jpg") 50% 0% repeat-x;}

#wrap-container{position:relative;z-index:4; width: 100%;}
#container{margin:0 auto;	text-align: left;}
#content{}

/* ===| II. HEADER ELEMENTS |================================================*/
#site-header.outter{/*background:url("images/header.jpg") 50% 0 no-repeat;*/}
#site-header .inner{}

/* ===| III. LEFT COLUMN ELEMENTS |===========================================*/
#left-outter{float:left; margin: 0; overflow: hidden;}
#left-outter div.outter{padding: 0; margin:0; width:260px;	/*min-height: 123px; height: auto!important; height: 123px;*/ }
#left-outter div.inner{padding: 0 0 0 10px;}

#promo{background: url(images/bg-promo.jpg) left top no-repeat; height:235px;}
#info{background: url(images/bg-contactinfo.jpg) left top no-repeat; height:160px; }
#info div.inner{padding-top:70px;}

#plan{background: url(images/bg-plan.jpg) left top no-repeat; height:123px;}
#plan div.inner{padding-top:40px;}

/* ===| IV. RIGHT COLUMN ELEMENTS |===========================================*/
#right-outter{	float:left;	margin:0; padding:0; overflow: hidden;}
#right-inner{padding: 20px 17px 0 20px;}

/* ===| V. FOOTER BOXES |=====================================================*/
#wrap-footer {position:relative; z-index: 4; width: 100%; text-align: left;}
#fwrap1 {position:absolute; z-index: -3; left:0; background:#ffffff url("images/footer-bg.jpg") 50% 0% repeat-x; width:100%;}
#fwrap2 {position:absolute; z-index: -2; left:0;width:100%;}
#fwrap3 {position:absolute; z-index: -1; left:0; }

#footer.outter	{ margin: 0 auto; padding: 0px;}
#footer .inner	{ padding: 0 17px 0 10px;}
#footer .box1	{padding:8px 0 0 0;}
#footer .box2	{padding:0; margin:0; height:0px;}
#footer .box3	{padding: 7px 0 5px 0;}

#footer #realisePar{width:260px; float:left;}
#footer #menu2{float:right; margin:0; padding:0;}

.copyright{margin:0; padding: 3px 0 0 0; width:400px; float:right; text-align: right;}

/* ===| VI. OTHER ELEMENTS |====================================================*/
img {border: 0;}

/*a.thumb:link,
a.thumb:visited{border:	0px; padding:0px; margin:1px 0; width:auto; display:block;}*/

img.thumb{border:1px solid #b44e90; padding:1px; margin:0;}
img.left{float:left; margin-right:15px;}
img.right{float:right; margin-left:15px;}



#menu2 ul li{display: inline;}

.separator{width:100%;	height:0px; clear:both; padding:0; margin:15px 0; border-top: 1px solid; border-bottom: 1px solid; line-height: 0px; font-size: 0; overflow: hidden;}

/* ===| VII. CONTACT FORM |=====================================================*/
#frmContact{margin: 0; padding: 5px; width: 98%;/* background: #ffffff; border: 1px solid #dfdfdf;*/ }
#frmContact label{display: block; padding: 4px 2px; /*border-bottom: 1px solid #ffffff;*/ clear:both;}
#frmContact label span{display:block; width: 29%; float: left;}
#frmContact label input, #frmContact label textarea{width: 40%; border:1px solid #B44E90; color:#000; vertical-align: top; font: 12px/1.5em Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;}

div.submit-buttons{clear: both;	text-align: center; padding: 4px 2px;}
div.submit-buttons input{	border: 1px solid #B44E90; background: #ffffff; color:#B44E90;}
div.submit-buttons a:hover input{ border: 1px solid #B44E90; background: #B44E90;  color:#ffffff;}

.pagination {float: left; clear:left; width:100%; padding:5px 0; text-align:center; border: 1px solid #C2C2C2;background: #F2F2F2;}
.pagination span{padding:1px; margin: 0 50px 0 25px;}
.pagination a:link, .pagination a:visited{padding:1px 3px; text-decoration: none; color: #b44e90;}
.pagination a:hover, .pagination a:active{color:#8d8d8d; text-decoration: underline;}


/* ===| IX. COMPONENT GALERIE |========================================================*/
#gallery{padding: 5px;}
#gallery div.thumb{float: left; width: 33%; text-align: center; padding: 5px 0; min-height: 204px; height:auto!important;height:204px;}
#gallery div.thumb a{display: block;}
#gallery div.thumb a img{border:1px solid #b44e90; padding:2px;}

/* ===| X. COMPONENT |========================================================*/

.clearer{height:0px; line-height: 0px; font-size:0px; clear: both;}
.clearer5{height:5px; line-height: 0px; font-size:0px; clear: both;}
.clearer10{height:10px; line-height: 0px; font-size:0px; clear: both;}
