/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title : HV-Designs - Dark Style Layout
Author : Richard Carpenter 
URL : www.hv-designs.co.uk 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

*{
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color:#000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #8d8d8d;
	text-align: center;

}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #C1C1C1;
	padding-top: 12px;
	padding-left: 20px;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/head_nav_icon.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	text-transform: uppercase;
	text-align: center;
}

p {
	color: #434343;
	font-family: Verdana, Arial, Helvetica, sans-serif, Impact;
	font-size: 11px;
}

a:link {
	color: #358be7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #358be7;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC
}
a:active {
	text-decoration: none;
	color: #358be7;
}

#container {
	width:821px;
	padding:0;
	margin:auto;
}

#header{
	background-repeat:no-repeat;
	background-image: url(images/header2noglowdots.png);
	height: 108px;
	width: 821px;
	margin-top: 20px;
	clear: both;
}

#head_nav {
	height: 15px;
	float: right;
	margin-top: 45px;
	margin-right: 40px;

}

.head_menu ul{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}

.head_menu li{	
	list-style:none;
	display:inline;
}

.head_menu a {
	color: #939393;
	font-family: Verdana, Arial, Helvetica, sans-serif, Impact;
	font-size: 9px;
	text-decoration: none;
	padding-left: 15px;
	background:url(images/head_nav_icon.png) center left no-repeat;
}

.head_menu a:hover {
	color: #999999;

}

#navbar {
	background-repeat:no-repeat;
	background-image: url(images/navbar.png);
	height: 60px;
	width: 818px;
	margin-top: 5px;
	clear: both;
}

.nav_menu ul{
	list-style:none;
	display:inline;
}

.nav_menu li{
	list-style:none;
	display:inline;
	float: left;
	padding-top: 13px;
}

.nav_menu a {
	color: #939393;
	font-family: Verdana, Arial, Helvetica, sans-serif, Impact;
	font-size: 11px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	background:url(images/divider.png) center right no-repeat;
}

.nav_menu a:hover {
	color: #999999;

}

#featured {
	background-repeat:no-repeat;
	background-image: url(images/featured2.png);
	height: 400px;
	width: 816px;
}

#featured_content {
	clear: both;
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 60px;
	text-align: center;
	font-weight: bold;

}

#featured_content p {
	font-family: Verdana, Arial, Helvetica, sans-serif, Impact;

	font-size: 10px
	line-height: 20px;
	color: #358be7;
	

}

#featured_content a {
	color: #358be7;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	

}

#footer {
	background-repeat:no-repeat;
	background-image: url(images/footer.png);
	height: 108px;
	width: 821px;
	margin-top: 20px;
	clear: both;
	margin-bottom: 20px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif, Impact;
	color: #939393;
	font-size: 10px;
	clear: both;
	width: 300px;
	float: right;
	margin-top: 35px;
	margin-right: 40px;
	margin-bottom: 10px;
}
