/**  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;
	height:60px;
}
.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: #005F9B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p, ul, ol {
	line-height: 1.8;
}

li {
	margin-bottom:8px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.4em;
	color: #383838;
	font-weight: normal;
	padding: 12px 10px 15px 0;
	margin:  0 0 15px 0;
	border-bottom: 1px solid #C7C6C4;
}

h1 {
	font-size:1.5em;
}

h1.large {
	font-size:2em;
}
.readmore {
	font-style: italic;
	font-weight: bold;
}
/***************** main containers ********************/
#wrapper {
	width: 960px;
	margin: 0 auto
}
#header {
	width: 900px;
	height: 115px;
}
#sidemenu {
	float: left;
	width: 250px;
	padding: 0 57px 0 0;
}
#main {
	float:left;
}
#content {
	float: left;
	width: 615px;
	padding: 0 45px 30px 0;
}
#text-inside {
	float: right;
	width: 590px;
	padding: 0 0 30px 0;
}
#galeria {
	float: right;
	width: 300px;
}
/*********** 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: #bda900;
}
/***************** main menu links ********************/
#mainmenu {
	float: right;
	width: 550px;
	position: relative;
	top: 24px;
}
#mainmenu ul {
	float: right;
	list-style: none;
}
#mainmenu li {
	background: url(../images/menu-back.gif) no-repeat;
	width: 111px;
	height: 29px;
	float: left;
	text-align: center;
	margin: 0 0 0 10px;
}
#mainmenu li.active {
	background: url(../images/menu-back-active.gif) no-repeat;
}
#mainmenu li a {
	width: 111px;
	display: block;
	padding: 4px 0 10px 0;
	font-size: 1.1em;
	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: 150px;
	background: url(../images/banner-blue-01.jpg);
	padding: 40px 0 0 0;
}
#first {
	background: url(../images/banner-01.jpg);
}
#second {
	background: url(../images/banner-02.jpg);
}
#third {
	background: url(../images/banner-03.jpg);
}
#banner p, #banner ul, #banner ol {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.5;
	color: #ABD5E9;
}
#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: #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: #004561;
	font-size: 1.2em;
	font-weight: bold;
	border: 0;
	margin: 20px 0 0 0;
}
#galeria img {
	background: white;
	border: 4px solid #eee;
	padding: 3px;
	margin: 25px 5px 5px 0;
}
#content p {
	padding: 0 0 15px 0;
}
/**************************** footer ******************/
.push {
	height: 120px;
}
#footer {
	background: url(../images/footer-back.gif) repeat-x;
	height: 50px;
	width: 100%;
	clear:both;
	padding-top:70px;
}
#footer p {
	margin: 0px auto;
	width: 700px;
	padding: 0;
	color: white;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align:center;
}
#footer p a {
	color: #0090bf;
}
/******************* other elements within text ******************/

#banner blockquote {
	width:555px;
}
blockquote {
	font-size: 0.9em;
	margin: 0 0 15px 0;
}
#content 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;
}
#content p, #text-inside p {
	padding: 0 0 15px 0;
}
#content ul, #text-inside ul, #content ol, #text-inside ol {
	padding: 0 0 24px 20px;
}
#content img, #text-inside img {
	border: 1px solid #ddd;
	padding: 2px;
	margin: 0 5px 5px 0;
}
#content 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;
}
