/**  GREEN style  **/

/******************* main elements *********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}



.clear{clear: both;}

.gray{color: #666;}

.left{float: left;}
.right{float: right;}

html
{
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    height: 100%;
}

body
{
    font-size: 1.2em;
    color: #040403;
    height: 100%;
    background: #fff url(../images/header-back.gif) repeat-x;
}

body.inside
{
    background: #fff url(../images/header-back-inside.gif) repeat-x;
}

a
{
    color: #4f6902;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p, ul
{
    line-height: 1.8;
}

h2{
  font-size: 1.5em;
  color: #383838;
  font-weight: normal;
  padding: 0 10px 15px 0;
  margin:  0 0 15px 0;
  border-bottom: 1px solid #C7C6C4;
}

h3{
  font-size: 1.3em;
  color: #383838;
  margin:  15px 0 10px 0;
}

h4{
  font-size: 1.1em;
  color: #383838;
  margin:  15px 0 10px 0;
}

.readmore{
  font-style: italic;
  font-weight: bold;
}


/***************** main containers ********************/
#wrapper{
    width: 900px;
    margin: 0 auto -120px auto; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header{
    width: 900px;
    height: 115px;
}

#sidemenu{
	float: left;
	width: 220px;
	padding: 0 57px 0 0;
	
}

#text{float: left; width: 305px; padding: 0 45px 30px 0;}
#text-inside{float: right; width: 590px;  padding: 0 0 30px 0;}



/*********** logo and contact details in the header area ***********/
#logo{float: left; height: 115px;}

#contacts{
  width: 400px; 
  float: right; 
  height: 62px;
  position: relative; top: 30px;
}
#contacts p{
  text-align: right;
  color: #fff;
  line-height: 1.4;
}
#contacts p a{color: #a7781e;}


/***************** main menu links ********************/
#mainmenu{
	float: right;
	width: 650px;
	position: relative;
	top: 24px;
}

#mainmenu ul{float: right; list-style: none;}

#mainmenu li{
  background: url(../images/btnk.png) no-repeat;
  width: 111px;
  height: 29px;
  float: left;
  text-align: center;
  margin: 0 0 0 10px;
}

#mainmenu li.active{
  background: url(../images/btnk.png) no-repeat;
}

#mainmenu li a{ width: 111px; display: block; padding: 4px 0 10px 0; font-size: 10px; color: white; letter-spacing: -0.03em; font-weight: bold; text-shadow: #666 1px 1px 3px; position: relative; z-index: 80; 
}

#mainmenu li a:hover{
  text-decoration: none;
  background: url(../images/arrow1.gif) no-repeat center bottom;
}

#mainmenu li.active a:hover{
  background: none;
}


/***************** blue banner *****************/
#banner{
    height: 190px;
    margin: 0 0 30px 0;
}

.fade-me{
    width: 900px;
    height: 147px;
    background: url(http://error.banan.cz/);
    padding: 40px 0 0 0;
}


#s1{background: url(../../bannerbio/k1.jpg);}
#s2{background: url(../../bannerbio/k2.jpg);}
#s3{background: url(../../bannerbio/k3.jpg);}
#s4{background: url(../../bannerbio/k4.jpg);}
#s5{background: url(../../bannerbio/k5.jpg);}
#s6{background: url(../../bannerbio/k6.jpg);}


#banner p, #banner ul, #banner ol{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.5;
    color: #d3f3b6;
}

#banner ul, #banner ol{
    padding: 0 0 0 30px;
}

#banner .slogan{
    color: #fff;
    font-size: 2.2em;
    text-shadow: #444 1px 1px; 
    padding: 0 0 5px 0;
}

#banner a{
    color: white;
}

#banner-inside{
    height: 75px;
    margin: 0 0 35px 0;
}

#banner-inside p{
    font-family: Tahoma, Arial, sans-serif;
    color: #A8CD38;
    font-size: 3.2em;
    font-style: italic;
    padding: 5px 0 0 0;
    text-shadow: #004879 1px 3px 5px;
}

/******************* style changes *********************/
#style-changer{
  margin: 10px 0 50px 0;
  width: 240px;
}

#style-changer a{
  display: block;
  float: left;
  width: 15px; height: 15px;
  margin: 0 10px 0 0;
}

#style-changer a.blue{
  background: #005F9B;
}

#style-changer a.pink{
  background: #d589ad;
}






/***************** sidemenu on the left ***************/
#sidemenu li{
  padding: 7px 10px 7px 0;
  width: 240px;
  background: url(../images/arrow.gif) no-repeat right center;
  border-bottom: 1px solid #C7C6C4;
  list-style: none;
  line-height: 1.5;
}

#sidemenu li a{color: #515151; }


/*************** small gallery on homepage **************/
#galeria h2{
  color: #6e601c; 
  font-size: 1.2em;
  font-weight: bold;
  border: 0;
  margin: 20px 0 0 0;
}

#galeria img{
  background: white;
  width: 100px;
  height: 150px;
  border: 4px solid #eee;
  padding: 3px;
  margin: 0 5px 5px 0;
}

#text p{padding: 0 0 15px 0;}



/**************************** footer ******************/
.push{height: 120px;}

#footer{
  background: url(../images/footer-back.gif) repeat-x;
  height: 120px;
  width: 100%;
}

#footer p{
   margin: 0px auto;
   width: 280px;
   padding: 65px 0 0 0;
   color: white;
   font-size: 0.9em;
   line-height: 1.6;
}

#footer p a{
  color: #00ccff;
}


/******************* other elements within text ******************/
blockquote{
    font-size: 0.9em;
    margin: 0 0 15px 0;
}

#text blockquote p{
    padding: 0;
}

blockquote div{
    background: url(../images/blockquote-start.gif) no-repeat;
    padding: 15px 25px 5px 45px;
}

blockquote cite{
    height: 29px;
    display: block;
    background: url(../images/blockquote-end.gif) no-repeat right top;
    font-style: italic;
    font-weight: bold;
    color: #6e601c;
}




#text p, #text-inside p{
  padding: 0 0 15px 0;
}

#text ul, #text-inside ul, #text ol, #text-inside ol{
  padding: 0 0 0 20px;
} 

#text img, #text-inside img{
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0 5px 5px 0;
}

#text img.right, #text-inside img.right{
  margin: 0 5px 5px 25px;
}


/**************** contact form **************************/
input, select, option{
  height: 18px;
}

input, select, textarea{
	border: solid 1px #ddd;
	background: transparent url(../images/contact-input-back.gif) repeat-x;
	width: 190px;
}

option{background: white;}

textarea{
	width: 250px;
	background: transparent url(../images/contact-textarea-back.gif) repeat-x left bottom;
}

input.submit-button{
	background: url(../images/contact-send-button.gif) no-repeat;
	width: 78px;
	height: 29px;
	border: 0;
	color: white;
	font-weight: bold;
}
#text{
	float:left;
	width: 540px;
	padding: 0 30px 20px 0;
	font:future;
	font-size:12px;
	color:#515151;
    
}
.ContactForm {
	float: left;
	width: 140px;
	margin-top: 30px;
	padding-left: 80px;
}
.ContactMap {
	float: right;
	width: 140px;
	margin-top: 30px;
	padding-right: 40px;
}
.aContactMap {
	float: left;
	width: 250px;
	margin-top: 040px;
	padding-left:40px;
}

.tablo img{
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
	margin:0px;
}
.tablo a{
	font:12px Arial, Helvetica, sans-serif;
	color:#78ADCD;
	font-weight:bold;
	text-decoration:none;
}

#ContentHolder {
	background-image: url(../images/BG-main_content.png);
	background-repeat: repeat-y;
	width: 946px;
	padding-right: 1px;
	padding-left: 1px;
}
.LeftHomeContent, .RightHomeContent, .ServicesContent {
	float: left;
	width: 200px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.RightHomeContent {
	width: 610px;
	margin-left: 60px;
	
	height: 300px;

}
.hakkimizda_vurgu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
}
.basin_baslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#3399FF;
}
.basin_resim {
float:left;
padding-right:10px;
padding-bottom:10px;
}
label.error {
	font-size:10px;
  padding-left: 10px;
  font-weight: bold;
  color:#FF0000;
}

