body {
	background-color: #000000;
	margin: 0;
	color: #d0e6ff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size:16px;
}

h1{
	border-left: 5px solid #00bc33;
	font-size:14px;
	font-family:Tahoma, Arial Narrow, Arial, Helvetica, sans-serif;
	color: #6dcff6;
	margin-bottom: 25px;
	padding-left: 15px;
	margin-top: 30px;
}

a:link {
	color: #6dcff6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0073a7;
}
a:hover {
	text-decoration: none;
	color: #0073a7;
}
a:active {
	text-decoration: none;
	color: #0073a7;
}

#container{
	width: 100%;
	background: url(img/footer_bg.png) bottom repeat-x;
}

#wrapper{
	width: 1250px;
	/*overflow: hidden;*/
	text-align: left;
}

#header{
	height: 680px;
	background: url(img/summer_gs.jpg) top center no-repeat;
}

#menu{
	text-align:center;
	padding-left: 140px;
	margin-bottom: 50px;
}
.menu_item_first{
	float:left;
	padding-right: 10px;
}
.menu_item{
	float:left;
	background: url(img/separator.gif) center left no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}


#footer{
	background: url(img/footer.png) bottom center no-repeat;
	height: 240px;
	padding-bottom: 20px;
	z-index: 100;
	color: #fff;
	font-size: 12px;
}

.crn_t_l{
	background: url(img/corners.png) top left no-repeat;
}
.crn_t_r{
	background: url(img/corners.png) top right no-repeat;
}
.crn_b_l{
	background: url(img/corners.png) bottom left no-repeat;
}
.crn_b_r{
	background: url(img/corners.png) bottom right no-repeat;
}


#content{
	padding: 0 160px;
}

#content img{
	margin: 5px;
	border: 3px double #0073a7;
}

#present{
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 297px;
	background: url(img/present.png) top left no-repeat;
	z-index: 100;
}
#price td{
	border-bottom: 1px solid #0073a7;
}
#price th{
	border-bottom: 1px solid #0073a7;
	border-top: 1px solid #0073a7;
}
#content_contacts{
	padding: 0 160px;
}
