﻿/***** 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 {
	padding:10px 0px 0px 20px; 
	margin:0px 0px 0px 0px;
}



/***** END RESET *****/

body {
	font-family:Arial, sans-serif;
	text-align: center;
	background:#333333;
	margin:0 auto;
}

/***** TEXT/LINK FORMATTING *****/

a:link, a:visited {}

a:hover, a:active {}


a:link, a:active, a:visited {
	color:#dc3d35;
	text-decoration:underline;
	font-weight:bold;
	line-height:normal;
}
a:hover {
	color:#000;
	line-height:normal;
}


/***** SITE FRAMEWORK *****/

table.main-table-wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 960px;  /** Change to appropriate table width **/
}

table.main-table-wrapper tr td {
	vertical-align: top;
}

/***** CONTENT PAGE FRAMEWORK *****/


td {
	font-family:Arial, sans-serif;
	font-size:12px;
}



.logo {
	float:left; 
	position:relative; 
	margin:0 0 0 -10px;
}


#slideshow {
height:274px;
width:417px;
overflow:hidden; /* Hides all other images within slideshow container while loading */ 
}

#slideshow img { 
padding:0; 
border:0; 
top:  0;
left: 0;
}



#guaranteed {
	position:relative; 
	margin:-30px 0 0 0;
	height:145px;
	width:290px;
	display:block;
	float:left;
}

#text_area {
	background:#fff; 
	padding:4px;
}

#header {
	background:#fff104 url('siteart/header_bg.jpg') repeat-x;
	border-bottom:2px #999999 solid;
	padding:10px 5px;
}


#middle {
	background:#333333 url('siteart/bg.jpg') repeat-x;
	padding:10px;
	height:600px;
}


#left {
	width:185px; 
	padding:20px 20px 10px 10px;
}



a.nav:link, a.nav:active, a.nav:visited{
	color:#000;
	text-decoration:none;
	display:block;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	text-align:center;
	background: url('siteart/btn.png') no-repeat 0 -47px;
	width:180px;
	height:30px;
	padding:10px 5px 0 0;
	margin-bottom:3px;
}

a.nav:hover {
	background: url('siteart/btn.png') no-repeat 0 0;
	color:#fff;
}


.big {
	font-size:17px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
}

	


#scroller {
	vertical-align:top; 
	padding:px;
}


#formtext {
	vertical-align:top; 
	padding:0px 10px 5px 0px; 
	text-align:right;
	font-weight:bold;
}

#formfield {
	vertical-align:top; 
	padding:0px 10px 5px 0px; 
}

#footer {
	text-align:center;
	padding:20px 0;
}


