@charset "utf-8";
html body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg_gradient.jpg) repeat-x 0px 12px;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.home #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 1.5em;
}
.home #nav {
	height: 86px;
	background: #FFFFFF;
	background-image: url(images/bg_navbar.jpg);
	background-repeat: no-repeat;
	border-bottom: 3px solid #2C2D27;
	margin-bottom: 1px;
}
.home #header {
	background: #F2C200;
	border-top: 5px solid #F2C200;
}
.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.home #mainContent {
	background: #FFFFFF url(images/bg_arrows.png) no-repeat 0px 5px;
	border-top: 5px solid #292C21;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.home #logos {
	width: 960px;
	height: 89px;
	background-image:url(images/logos.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.home #footer {
	padding: 40px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/bg_footer.jpg) no-repeat center top;
	text-align: center;
}
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* NON DW Code */

h1 {
	position: relative;
	width: 960px;
	height: 220px;
	overflow: hidden;
}

h1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/pic_header.jpg);
	background-repeat: no-repeat;
}

h2 {
	font-family:  "Trebuchet MS", Verdana, Arial;
	font-size: 1.75em;
	font-weight: lighter;
	color: #666;
}

h3 {
	color: #333;
	margin-bottom: 2em;
	margin-top: 1.75em;
	font: lighter 1em "Trebuchet MS", Verdana, Arial;
}


p {
	font-size: 0.75em; /* 16x0.875=14px */
	margin: 1.286em 0; /* 14x1.286=18px */
}

#mainContent ul {
	padding: 0;
	margin: 0 0 1.25em 1.125em; /* 16x1.125=18px */
}

#mainContent li {
	font-size: 0.75em; /* 16x0.75=12px */
	margin-bottom: 1.063em;
	font-weight: bold;
	color: #666;

}

.highperf {
	font-family:  "Trebuchet MS", Verdana, Arial;
	font-size: 1.5em;
	font-weight: lighter;
	color: #f7a31e;
	text-align: center;
	letter-spacing: 0.3em;
	word-spacing: 0.4em;
	padding: 5px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.copyright {
	font-size: .625em;
}

/* LINKS */

a:link {
	color: #B99400;
	text-decoration: none;
	}
a:visited {
	color: #3D3003;
	text-decoration: none;
	}
a:hover {
	color: #F60;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}

#submenu {
	width: 248px;
	height: 353px;
	background-image:url(images/bg_sub_menu.png);
	float: right;
	margin-left: 10px;
	margin: 10px;
	background-repeat: no-repeat;
}

#submenu_inner {
	text-align: left;
	padding: 20px 10px 0 10px;
}

.home #container #mainContent #product_buttons a {
	display: block;
	float: left;
	height: 89px;
	width: 268px;
	margin: 0 0 24px 24px;
	background-image: url(images/product_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	font-size: 1em;
	color: #333;
	text-decoration: none;
}

.home #container #mainContent #product_buttons a:hover {
	background-position: bottom;
}

.home #container #mainContent #product_buttons a span {
	display: block;
	margin-top: -0.6em;
	padding-top: 35px;
	line-height: 1.2em;
}
.home #container #mainContent #map {
	text-align: right;
	float: right;
	width: 300px;
	height: 300px;
	border: solid 1px #999;
	margin-right: 30px;
}
.home #container #mainContent #submenu #submenu_inner h5 {
	font-size: 14px;
	color: #999;
	margin-bottom: -10px;
}

.tr_bdr {
	border-bottom: 1px solid #999;
	background: #FFC;
	font-size: .875em;
}

.tr_alt {
	border-bottom: 1px solid #999;
	font-size: .875em;
}

td {
	font-size: 0.75em;
	padding-left: 10px;
	
}
th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	background-color: #F2C200;
	background-image:url(images/table_header.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-left: 10px;
	height: 26px;
	border-right: 1px solid #C90;
	border-left: 1px solid  #C90
}

.row_alt {
	background-color: #FFC;
}


.small_text {
	font-size: .75em;
}

/* IMAGE CAPTIONS & PRODUCT IMAGES  - JUSTINSPIRED */

.imagecaption
{
	float: right;
	margin: 0 0 10px 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #000;

}

.productimage
{
	float: right;
	margin: 10px 10px 5px 10px;
}

/* END IMAGE CAPTIONS */
.center_me {
	margin-top: 20px;
	text-align: center;
}
.lookatme {
	font-weight: bolder;
	color: #C00;
}
.videoheader {
	background: #FC0;
	padding: 5px;
	height: auto;
	width: 470px;
	font-size: .75em;
	text-align: left;
}
