﻿/* MASTER */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #727272;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 18px;
	background-image: url(../images/bg.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center 0px;
}

a:link {color: #727272;}
a:visited {color: #727272;}
a:hover {color: #FFFFFF;
}
a:active {
	color: #727272;
}
.flash {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	margin-top: -60px;
}

#header {
	width: 800px;
	height: 99px;
	float: left;
	clear: left;
}

#main-nav {
	width: 800px;
	height: 41px;
	float: left;
	clear: both;
	background-image: url(../images/mainnav.png);
	background-repeat: no-repeat;
}
#main-nav ul {
}

#main-nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 27px;
}


#main-nav a {
   text-decoration:none;
   color:#fff;
   font-size: 1em;
}

#main-nav a:hover {
   text-decoration:none;
   color:#727272;
   font-size: 1em;
}

.nav {
	width: 800px;
	z-index: 1000;
	margin-top: 0px;
	margin-left: 0px;
	background-position: center;
	text-align: center;
	height: 265px;
	position: absolute;
	float: left;
}

#main-image {
	height: 175px;
	width: 790px;
	float: left;
	padding-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.customer-img {
	border: 4px solid #363535;
}

#content-left {
	float: left;
	width: 525px;
	padding-left: 23px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #444444;
	margin-bottom: 10px;
}
#content-right {
	width: 200px;
	float: right;
	height: 1%;
	padding-left: 20px;
}
#content-right ul {
	display: list-item;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#content-right li {
	list-style-type: none;
}
h1 {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 3px;
	margin-top: 5px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #645b5b;
	font-weight: normal;
	letter-spacing: 3px;
	margin-top: 5px;
}
#footer {
	clear: both;
	padding-left: 25px;
	width: 730px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #141414;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.highlite {
	color: #999999;
	background-color: #202020;
}
strong {
	color: #999999;
}

.homeimage {
	margin-left:12px;
	
}

