﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {list-style: none;}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/***** END RESET *****/

body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	line-height:18px;
	background:#FFF url('../siteart/bg.gif') repeat-x;
}

/***** TEXT/LINK FORMATTING *****/

a:link, a:visited {color:#000; text-decoration:underline;}

a:hover, a:active {color:#333; text-decoration:none;}

p{margin-bottom:18px;}

h1,h2,h3,h4,h5{line-height:normal; margin:0px 0px 5px;}
h1{font-size:21px; margin:0px 0px 8px;}
h2{font-size:18px;}
h3{font-size:15px;}
h4{font-size:12px; color:#bd0012; clear:both;}
h5{font-size:11px; font-style:italic; color:#bd0012; text-align:right;}
h5 a:link, a:active, a:visited{color:#bd0012; text-decoration:none;}
h5 a:hover{text-decoration:underline;}

ol.content{list-style:decimal outside; margin:0px 0px 18px 20px;}
ul.content{list-style:disc outside; margin:0px 0px 18px 20px;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/***** SITE FRAMEWORK *****/
.left{float:left; margin:0px 10px 0px 0px;}
.right{float:right; margin:0px 0px 0px 10px;}
.clear-it{clear:both;}
.border-it{border:1px solid #ccc;}
a.border-it img{border:1px solid #ccc;}
a.border-it:hover img{border:1px solid #bd0012;}
.divider{background:url('../siteart/divider.gif') repeat-x; height:2px; width:100%; margin:15px 0px;}

#wrap {
	margin: 0 auto;
	width: 960px;  /** Change to appropriate table width **/
	position:relative;
}


/********************** HEADER STYLES ****************************/
img#logo{position:absolute; top:6px; left:-1px;}

#manu-logos{float:right; width:500px;}
#manu-logos img{float:right; margin:10px 0px 15px 20px;}

/************************ NAV STYLES ******************************/
#nav{background:url('../siteart/nav-bg.png') no-repeat; height:47px; padding:14px 18px 0px;}

#nav li{float:left; padding:5px 18px;}
#nav li a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:4px 0px;
	font-size:10px;
}
#nav li a:hover{color:#D9D9D9; border-bottom:3px solid #e30117; padding:1px 0px 0px;}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkmenucols{
	position:absolute;
	left:0px;
	top:0;
	margin-left:0px;
	margin-top:0px;
	visibility: hidden;
	padding:5px;
	z-index: 9999; /*zIndex should be greater than that of shadow's below*/
	background:#f1f1f1;
	box-shadow:0px 0px 3px rgba(0,0,0,.8);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,.8);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,.8);
	font-size:10px;
}

.anylinkmenucols li{
	padding-bottom: 3px;
}

.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 20px;
}

.anylinkmenucols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenucols .column li h1{
	font-size:16px;
	font-family:Arial,Helvetica,sans-serif;
	color:#333;
	padding-bottom:3px;
	margin-bottom:0px;
}

.anylinkmenucols .column li a{
	color:#333;
	text-decoration:none;
	display:block;
	padding:2px 0px;
}

.anylinkmenucols .column li a:hover{
	padding:2px 0px 0px;
	border-bottom:2px solid #e30117;
}


/**************************** MID STYLES *****************************/
#red-texture{
	background:url('../siteart/red-texture.jpg') no-repeat;
	height:311px;
	width:1500px;
	position:absolute;
	margin:-57px 0px 0px -270px;
	z-index:-1;
}


/******************************* SLIDESHOW STYLES *******************************/

#slideshow {
	height: 307px; /* height of container is slide height plus applied border width */ 
	width: 960px;  /* width of container is slide width plus applied border width */
	overflow:hidden; /* Hides all other images within slideshow container while loading */ 
	margin:8px 0px 0px;
}

#slideshow img { 
	padding:0px; 
	top:  0;
	left: 0;
	height: 307px;  
	width: 960px; 
	display:none;
}

#slideshow2 {
	height:180px; /* height of container is slide height plus applied border width */ 
	width:240px;  /* width of container is slide width plus applied border width */
	overflow:hidden; /* Hides all other images within slideshow container while loading */ 
}

#slideshow2 img { 
	padding:0px; 
	top:  0;
	left: 0;
	height: 180px;  
	width: 240px; 
	display:none;
}

#slideshow3 {
	height:169px; /* height of container is slide height plus applied border width */ 
	width:225px;  /* width of container is slide width plus applied border width */
	overflow:hidden; /* Hides all other images within slideshow container while loading */ 
}

#slideshow3 img { 
	padding:0px; 
	top:  0;
	left: 0;
	height: 169px;  
	width: 225px; 
	display:none;
}

/********************************* CONTENT STYLES **************************************/
#content{padding:10px 0px 0px;}

#scroller{background:#e30117; padding:5px 0px 0px; margin:0px auto 10px; width:954px;}
#scroller iframe{border-top:2px solid #bd0012;}

.midsize-mod{
	background:url('../siteart/content-mod.png') no-repeat;
	width:702px;
	padding:10px 15px;
	min-height:340px;
}

#sidebar{width:200px; padding:5px 0px 0px 20px; }
#sidebar .title{font-size:11px; font-weight:bold; color:#bd0012; }

a#testimonials{
	display:block;
	background:#bd0012;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 0px 3px rgba(0,0,0,.7);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,.7);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,.7);
	padding:10px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}

a#testimonials:hover{background:#333; text-decoration:underline;}

#testimonials h1{
	font-size:18px;
	color:#FFF;
	text-decoration:none;
}



table.info{margin:0px 0px 18px;}
table.info-right{margin:0px 0px 18px; float:right; width:63%;}
table.info th, table.info td, table.info-right th, table.info-right td{padding:3px 5px; text-align:left; vertical-align:middle;}
table.info th, table.info-right th{background:#bd0012; color:#FFF;}
table.info td, table.info-right td{border-bottom:1px solid #ddd;}
table.info tr.darker td, table.info-right tr.darker td{background:#f2f2f2;}

/***** FORM STYLES *****/
form.myform{
	width:650px;
	padding:10px;
	background:#49494A;
	border:1px solid #FFF;
}
.myform label{
	padding:.5em;
	display:inline-block;
	width:80px;
	margin-bottom:10px;
}

.myform input, .myform select, .myform textarea{
	padding:.5em;
	width:500px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
}

.myform label.short{width:50px;}
.myform input.short{width:190px; margin-right:10px;}

.myform label.mini{width:30px;}
.myform input.mini{width:85px; margin-right:10px;}


.myform input.button, .myform input.button:focus{width:200px; border:0px; margin:10px 20px;}

.myform label.checkbox, .myform input.checkbox{width:auto; padding:0 .5em;}

.myform input:focus, .myform textarea:focus{
	background:#871628;
	color:#FFF;
	text-shadow:0px 0px 2px rgba(0,0,0,.9);
}

.myform h4{
	border-bottom:1px solid #FFF;
	margin-bottom:10px;
}


/***** FOOTER STYLES *****/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:10pt;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:10pt;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#999999;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:8pt; color:#999999;}

.divfooter{
	width:450px; text-align:center; margin:20px auto; line-height:normal;
}

#gen9 {padding:7px; background-color:#e30117; color:white; margin:3px 3px 12px;}
#gen9 a {color:white; font-size:16px; font-weight:bold;}


