﻿/*------------------------ css -----------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	background: #4171ce;
}

img {
	border: none;
}

.clear {
	clear: both;
	height:0; 
	font-size:0;
}

#wrapper {
	/*background: url('../images/background.png') no-repeat;*/
	background: url('../images/bg.jpg') no-repeat;
	width: 1285px;
	overflow: hidden;
	margin: 0 auto;
	min-height: 100%;
}

/*----------------------- logo -----------------------*/
#logo {
	width: 154px;
	position: relative;
	margin-left: 224px;
	padding-top: 22px;
}

#logo > h1 > a > img {
	width: 154px;
	height: 311px;
}


/*----------------------- navigation -----------------------*/
#navigation {
	position: relative;
	width: 690px;
	height: 36px;
	margin-left: 292px;
	margin-top: 150px;
}
	
#navigation ul {
	position: relative;
	zoom: 1;
}
	
#navigation ul  li {
	position: relative;
	float: left;
	list-style-type: none;
	padding: 12px 20px 0 20px;
	margin-top: 9px;
	margin-left: 1px;
	background: url('../images/nav_unactive.png') repeat-x;
	height: 24px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#navigation ul  li:hover {
	background: url('../images/nav_hover.png') repeat-x;
	height: 37px;
	margin-top: 0px;
}

#navigation ul  li.active {
	background: #fff;
}

#navigation ul  li.active:hover {
	background: #fff;
	height: 24px;
	margin-top: 9px;
}

#navigation ul  li  a{
	display: block;
	text-decoration: none;
	font-family: 'Times New Roman', serif;
	font-size: 18px;
	color: #000;
	height: 24px;
}

#navigation ul  li.active a{
	cursor: default;
}

#navigation ul  li:hover a {
	height: 30px;
}	

/*----------------------- left & right side -----------------------*/
.leftSide {
	background: url('../images/sprite_left_side.png') 0px 0px no-repeat;
	width: 15px;
	height: 36px;
	position: absolute;
	left: -12px;
	top: 0;
	visibility: hidden;
}
.rightSide {
	background: url('../images/sprite_right_side.png') 0px 0px no-repeat;
	width: 15px;
	height: 36px;
	position: absolute;
	right: -13px;
	top: 0;
	visibility: hidden;
}

#navigation ul  li.active > .leftSide {
	background: url('../images/sprite_left_side.png') 0px -101px no-repeat;
}

#navigation ul  li.active > .rightSide {
	background: url('../images/sprite_right_side.png') 0px -101px no-repeat;
}

#navigation ul  li.active:hover > .leftSide {
	background: url('../images/sprite_left_side.png') 0px -101px no-repeat;
}

#navigation ul  li.active:hover > .rightSide {
	background: url('../images/sprite_right_side.png') 0px -101px no-repeat;
}

#navigation ul  li:hover > .leftSide {
	background: url('../images/sprite_left_side.png') 0px -46px no-repeat;
	height: 45px;
}

#navigation ul  li:hover > .rightSide {
	background: url('../images/sprite_right_side.png') 0px -46px no-repeat;
	height: 45px;
}

/*----------------------- decoration -----------------------*/
#birds {	
	background: url('../images/birds.png') no-repeat;
	width: 37px;
	height: 27px;
	position: absolute;
	top: -24px;
	right: 16px;
}

#girl {	
	background: url('../images/girl.png') no-repeat;
	width: 51px;
	height: 114px;
	position: absolute;
	top: -74px;
	left: 15px;
}

#flowers{	
	background: url('../images/flowers.png') no-repeat;
	width: 143px;
	height: 179px;
	position: absolute;
	top: -50px;
	right: -50px;
	z-index: 999;
}

/*----------------------- content -----------------------*/
#content {
	width: 700px;
	position: relative;
	margin: 9px 0 0 242px;
	padding: 36px 50px 10px 49px;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
}

/*----------------------- corners -----------------------*/
.leftTopCorner {
	background: url('../images/top_left_corner.png') no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.leftBottomCorner {
	background: url('../images/left_bottom_corner.png') no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: hidden;
}
.rightTopCorner {
	background: url('../images/top_right_corner.png') no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}
.rightBottomCorner {
	background: url('../images/right_bottom_corner.png') no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	visibility: hidden;
}

/*----------------------- footer  -----------------------*/
.hFooter { 
	height: 282px;
	clear: both;
}

.footWrapper{
	width: 1285px;
	margin: 0 auto;
}

#footer {
	width: 1285px;
	margin: 0 auto;
}

.footWrapper {
	width: 799px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	margin-top: -265px;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
}

/*----------------------- footer corners -----------------------*/
.footerLeftTopCorner {
	background: url('../images/footer_left_top_corner.png') no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.footerLeftBottomCorner {
	background: url('../images/left_bottom_corner.png') no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: hidden;
}
.footerRightTopCorner {
	background: url('../images/footer_right_top_corner.png') no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}
.footerRightBottomCorner {
	background: url('../images/right_bottom_corner.png') no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	visibility: hidden;
}

/*----------------------- bottomNav -----------------------*/
#bottomNav{
	position: relative;
	margin-left: 110px;
}
	
#bottomNav ul {
	position: relative;
	padding-top: 27px;
}
	
#bottomNav ul  li {
	float: left;
	list-style-type: none;
	margin-left: 36px;
}

#bottomNav ul  li a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}

#bottomNav ul  li a:hover{
	text-decoration: underline;
}

#bottomNav ul  li.active a:hover{
	text-decoration: none;
	cursor: default;
}

#bottomNav ul  li.active a{
	color: #999999;
}

/*----------------------- footerContacts -----------------------*/
#footerContacts {
	background: url('../images/contacts_background.png') 175px 0px no-repeat;
	position: relative;
	width: 430px;
	height: 94px;
	margin-left: 175px;
	margin-top: 25px;
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	font-size: 18px;
	color: #0099cc;
}

#footerContacts p {
	float: left;
	margin-top: 100px;
}

#footerContacts p.email {
	margin-top: 50px;
}

#footerContacts p.email a {
	color: #0099cc;
	text-decoration: none;
}

#footerContacts p.phone {
	margin-left: 130px;
	margin-top: 45px;
}

/*----------------------- copyright -----------------------*/
#copyright {
	margin-top: 10px;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #669999;
	text-align: center;
}

#copyright a {
	width: 170px;
	margin: 0 auto;
	color: #669999;
}