/**  BLUE 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: "Times New Roman", Times, serif;
	font-size: 62.5%;
	height: 100%;
}

body
{
	font-size: 1.2em;
	color: #444;
	height: 100%;
	background: #fff url(../images/bg.jpg) repeat-x;
}

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

a
{
	color: #E2C31F;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color:#E2C31F;
}

p, ul
{
	line-height: 1.4;
	font-family: "Times New Roman", Times, serif;
}

h2{
	font-size: 1.5em;
	color: #444;
	font-weight: normal;
	padding: 0 10px 10px 0;
	margin:  0 0 10px 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: 250px; padding: 0 57px 0 0; }

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

#galeria{float: right; width: 230px;}


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

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


/***************** main menu links ********************/
#mainmenu{
	float: right;
	width: 555px;
	position: relative;
	top: 21px;
	z-index: 1000;
}

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

#mainmenu li{
	height: 29px;
	float: left;
	text-align: center;
	margin: 0 0 0 10px;
	min-width: 80px;
}

#mainmenu li.active{
}

#mainmenu li a{
	display: block;
	padding: 4px 0px 10px 0px;
	font-size: 1.1em;
	color: #666;
	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;
	color:#E2C31F;
}

#mainmenu li.active a:hover{
	text-decoration: none;
	color:#E2C31F;
}


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

.fade-me{
	width: 900px;
	height: 230px;
	background: url(../images/banner-blue-01.jpg);
	padding: 40px 0 0 0;
}
.fade-me2{
	width: 900px;
	height: 230px;
	background: url(../images/banner-blue-02.jpg);
	padding: 40px 0 0 0;
}

#first{
	background: url(../images/banner-01.png);
}
#second{
	background: url(../images/banner-02.png);
}
#third{
	background: url(../images/banner-03.png);
}

#banner p, #banner ul, #banner ol{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.2;
	color: #555;
}

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

#banner .slogan{
	color: #E2C31F;
	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: #4ba0c8;
    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.green{
  background: #4f6902;
}

#style-changer a.silver{
  background: #ddd;
}


/***************** 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: #E2C31F;
	font-size: 1.2em;
	font-weight: bold;
	border: 0;
	margin: 20px 0 0 0;
}

#galeria img{
  background: white;
  width: 90px;
  height: 71px;
  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-back1.gif) repeat-x;
	height: 120px;
	width: 100%;
}

#footer p{
	margin: 0px auto;
	width: 400px;
	padding: 65px 0 0 0;
	color: #AAA;
	font-size: 0.9em;
	line-height: 1.6;
	text-align: center;
}

#footer p a{
	color: #E2C31F;
}


/******************* 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: #004561;
}


table{
  padding: 5px 0 15px 0;
  border-collapse: collapse;
}

th{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: #005E9A;
  color: #fff;
}

td{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(../images/shadow-back.gif) repeat-x left bottom;
}

#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: 400px;
	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;
}
.comingsoon {
	color: #E2C31F;
}
area {
	font-family: "Century Gothic";
}
