@import url('helpfull.css');
@import url('reset.css');
@import url('globals.css');

#container{
	width:700px;
	background:#444;
	position:absolute;
	left:50%;
	margin-left:-350px;
}
#header, #menu, #first, #second, #third, #fourth, #fifth, #news, #cont, #last{
	position:absolute;
	width:700px;
}

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

#menu{
	top:200px;
	height:50px;
	background:url(../img/blackgrad.jpg) repeat-x;
	text-align:left;
}

#menu ul{
	margin: 10px 0 0 50px ;
}

#menu ul li {
	display:block;
	float:left;
	margin-right:15px;
}

#menu ul li {
	width:150px;
	height:30px;
	background:url(../img/button.png) no-repeat;
	text-align:center;
}

#menu ul li a:link, #menu ul li a:visited{
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:30px;
	color:#fff;
}

#menu ul li a:hover {
	color:#ffff00;
}

#menu img.phone{
	float:right;
	margin: -5px 50px 0 0;
}

#first{
	top:250px;
	height:250px;
	background:url(../img/first.jpg) repeat-x;
}

#first a img {
	position:relative;
	left:100px;
	bottom:-78px;
}

#second{
	top:500px;
	height:250px;
	background:url(../img/second.jpg) repeat-x;
}

#second a img {
	position:relative;
	left:70px;
	bottom:-30px;
}

#third{
	top:750px;
	height:250px;
	background:url(../img/third.jpg) repeat-x;
}

#third a img {
	position:relative;
	left:15px;
	bottom:-15px;
}

#fourth{
	top:1000px;
	height:219px;
	background:url(../img/fourth.jpg) repeat-x;
}

#fourth a img {
	position:relative;
	left:155px;
	bottom:-25px;
}

#fifth{
	top:1219px;
	height:240px;
	background:url(../img/fifth.jpg) repeat-x;
}

#fifth a img {
	position:relative;
	left:155px;
	bottom:-5px;
}

#news{
	top:1459px;
	height:201px;
	background:url(../img/third.jpg) repeat-x;
}

#news div{
	margin:20px 60px;
	vertical-align:top;
	text-align:left;
}

#news div h1{
	text-align:left;
	position:inherit;
	margin:7px 0 0 0;
	font-size:12px;
}

#news div h2{
	margin:0 0 5px 0;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#last{
	background: #edefda;
	top:1660px;
}

#last iframe{
	float: left;
	margin: 10px;
}

#last div#text{
	float: left;
	padding: 10px;
}

#footer{
	margin-top: 10px;
	height:50px;
	width: 700px;
	background:url(../img/blackgrad.jpg) repeat-x;
}

a.footer_link:link, a.footer_link:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:5px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	width:600px;
	color:#fff;
	margin-left:30px;
}

a.footer_link:hover{
	text-decoration:underline;
}

#footer img{
	margin-top:15px;
	margin-left:5px;
	vertical-align:bottom;
}

#footer #counter img{
	margin:-15px 0 0 0;
}

#cont {
	top:250px;
	height:1000px;
	background:#CC9900;	
}
