@charset "utf-8";
body {
	font: 100%/1.4 Verdana;
	background: #000;
	background-image: url(Images/Background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
	color: #FFF;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style: none;
}
h1, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	padding-top: 100px;
	font: Verdana;
	font-size: 16px;
	text-align: center;
	color: #00FF00;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	padding-top: 5px;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	list-style: none;
}
.container {
	width: 900px;
	margin: 0 auto; 
}
.header {
	margin: 10px 0 0 0;
	padding-top: 30px;
}
.menubar1 {
	background: #000;
	border: #00FF00 solid 1px;
	margin-top: 10px;
	margin-bottom: 80px;
}
ul.nav {
	width: 900px;
	height: 40px;
	margin: auto;
	text-align: center;
}
ul.nav li{
	display: block;
	float: left;
	margin: 0px auto;
	list-style: none;
	width: 225px;
	font-family:Verdana;
}
ul.nav a, ul.nav a:visited {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #00FF00;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #009900;
}
.submenu {
	float: left;
	padding-left: 100px;
	padding-bottom: 20px;
}
ul.nav2 {
	width: 900px;
	margin: auto;
	text-align: center;
}
ul.nav2 li{
	display: block;
	float: left;
	width: 80px;
	margin: 0px auto;
	margin-left: 20px;
	list-style: none;
	font-family:Verdana;
	font-size: 12px;
}
ul.nav2 a, ul.nav2 a:visited {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
ul.nav2 a:hover, ul.nav2 a:active, ul.nav2 a:focus { 
	color: #00FF00;
}
.content {
	background: transparent;
	margin-top: 75px;
	margin-bottom: 65px;
	width: 898px;
	height: 340px;
	float: left;
}
.footer {
	height: 40px;
	list-style: none;
	position: relative;
	clear: both; 
	margin-bottom: 50px;
}
#phone {
	float: left;
	list-style: none;
	padding: 5px 0 0 0;	
	margin-top: 10px;
}
#phone li a {
	display: block;
	float: left;
	height: 30px;
	width: 198px;
	background-image: url(Images/phone.png);
	background-repeat: no-repeat;
	list-style: none;
}
#design {
	float: right;
	list-style: none;
	padding: 5px 0 0 0;
	margin-top: 10px;
}
#design li a {
	display: block;
	float: left;
	width:200px;
	height:30px;
	background-image: url(Images/subscribe.png);
	background-repeat: no-repeat;
	list-style: none;	
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}