@charset "utf-8";
/* Data Media Source 5.12.09 by Westminster [www.westminsterpromotions.com] */

html{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

body {
	font-size: 62.5%;
	color: #333;
}

a {
	color: #174A7C;
	text-decoration: underline;
}

a:visited {
	color: #333;
}


/* Container */

#container {
	font-size: 1.2em;
	line-height: 1.5em;
}

#header {
	background-image: url("../images/header-bkrd.gif");
	height: 120px;
	margin-bottom: 20px;
}

.logo {
	float: left;
	padding: 20px 0 0 25px;
}

.contact {
	float: right;
	font-size: 1em;
	text-align: right;
	color: #fff;
	padding: 13px 25px 0 0;
}

.contact a{
	color: #fff;
	text-decoration: underline;
}

.contact a:hover{
	text-decoration: none;
}

/* Nav Bar */

#nav {
	line-height: 1em;
}

#nav a {
	color: #333;
	text-decoration: none;
}

#nav a:hover {
	color: #777;
}

#nav ul {
	width: 160px;

}

#nav li {
	margin-bottom: 10px;
}

.main {
	background-color: #D7DFE7;
	font-weight: bold;
	padding: 5px 0px 5px 15px;
}

.sub{
	background-color: #fff;
	font-weight: normal;
	padding-left: 15px;
}

.current_main {
	background-color: #174A7C;
	font-weight: bold;
	padding: 5px 0px 5px 15px;
}

.current_sub {
	background-color: #fff;
	font-weight: bold;
	padding-left: 15px;
}


/* Main Content - Home Page */

.hero {
	width: 760px;
	height: 240px;
	background-image: url(../images/hero-bkrd.jpg);
}

.hero ul {
	float: right;
	width: 350px;
	height: 240px;
}

.hero li {
	height: 80px;
}

a#hero_link {
	width: 350px;
	height: 80px;
	background-color: #fff;
}

a#hero_link:hover {
	width: 350px;
	height: 80px;
	background-color: #ccc;
}

.home_box {
	width: 760px;
	height: 250px;
	background-color: #eee;
	margin-top: 15px;
	font-size: .95em;
	line-height: 1.3em;
}

.home_box h4{
	font-size: 1.3em;
	font-weight: bold;
	background-color: #174A7C;
	color: #fff;
	padding: 7px 5px 5px 10px;
	margin-bottom: 10px;
}

.home_box_left {
	float: left;
	width: 350px;
	padding: 15px;
}

.home_box_right {
	float: left;
	width: 350px;
	padding: 15px;
}

.home_image {
	float: left;
	padding-right: 10px;
}


/* Main Content */

#main {
	line-height: 1.7em;
}

#main h1{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

#main h2{
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main h3{
	font-size: 1.1em;
	font-weight: bold;
}

#main a {
	color: #174A7C;
	font-weight: bold;
}

#main a:hover {
	color: #333;
	font-weight: bold;
}


#main p {
	padding-bottom: 10px;
}

#main ul {
	padding-left: 15px;
	padding-bottom: 15px;
	list-style: disc;
}

#main li {
	padding-bottom: 10px;
}

.product {
	padding: 15px;
	margin-top: 5px;
	background-color: #eee;
	height: 100px;
}

.product img{
	float: left;
	padding-right: 15px;
}


/* Contact Form */


#contact_form {
	padding-bottom: 25px;
}

#contact_form label{
	font-weight: bold;
}

#contact_form input{
	width: 175px;
}



/* Sidebar */

#sidebar {

}

#sidebar h1{
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

#sidebar h2{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}

#sidebar h3{
	font-size: 1.1em;
	font-weight: bold;
}

#sidebar p {
	padding-bottom: 10px;
}

#sidebar img{
	border: 1px solid #cccccc;
	margin-bottom: 25px;
}


/* Footer */

#footer {
	font-size: .9em;
	margin-top: 15px;
	background-color: #eee;
	padding: 5px;
	text-align: right;
	width: 932px;
}