@charset "utf-8";
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

img {
	border:0;}

a {
	color:#F60;
	}
	
.main {
	width: 950px;
	align:center;
}	

.main .content {
	width: 950px;
	text-align:left;
	color:#fff;
	font-size:16px;
	line-height:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}	

.main .content h1 {
	font-size:20px;
	line-height:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}	

ul {
	width:668px;
	padding:0;
	margin:0;}
	
.main .topnav .logo {
	float: left;
	height:80px;
}
.main .topnav .nav {
	float: right;
	height:80px;
}


ul li {
	padding:0;
	border:0;
	display:block;
	float:left;
	list-style-type:none;
	text-indent:-9009px;
	}

ul li.home a {
	background-image: url(images/nav_home.gif);
	width:85px; height:80px;
	display:block;
	cursor:pointer !important;
}
ul li.home a:hover {
	background-image: url(images/nav_home2.gif);
}


ul li.service a {
	background-image: url(images/nav_service.gif);
	width:106px; height:80px;
	display:block;
	cursor:pointer !important;
}
ul li.service a:hover {
	background-image: url(images/nav_service2.gif);
}

ul li.testimonials a {
	background-image: url(images/nav_testimonials.gif);
	width:162px; height:80px;
	display:block;
	cursor:pointer !important;
}
ul li.testimonials a:hover {
	background-image: url(images/nav_testimonials2.gif);
}

ul li.gallery a {
	background-image: url(images/nav_gallery.gif);
	width:112px; height:80px;
	display:block;
	cursor:pointer !important;
}
ul li.gallery a:hover {
	background-image: url(images/nav_gallery2.gif);
}

ul li.links a {
	background-image: url(images/nav_links.gif);
	width:85px; height:80px;
	display:block;
	cursor:pointer !important;
}
ul li.links a:hover {
	background-image: url(images/nav_links2.gif);
}


ul li.contact {
	background: url(images/nav_contact.gif) no-repeat top left;
	width:118px; height:80px;
}
ul li.contact:hover {
	background: url(images/nav_contact2.gif) no-repeat top left;
}
ul li.contact a {
	width:118px; height:80px;
	display:block;
	cursor:pointer !important;
}

div#video_service {
margin:5px auto;
background: url(../images/btn_play_on_off_CNE.png) no-repeat top left;
width: 158px;
height:123px;
}
div#video_service:hover {
background: url(../images/btn_play_on_off_CNE.png) no-repeat top right;
}
div#video_service a {
display:block;
width: 158px;
height:123px;
}





.main .footer {
	padding-top:30px;
	padding-bottom:15px;
	width: 950px;
	text-align:left;
	color:#fff;
	font-size:13px;
	line-height:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
