/* Regis diect Base Styles Updated: Thu 28.02.08 @ 16:00 p.m. Author: Terry Morgan ---------------------*/


/* =RESET - curteosy of Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ------------*/
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =TYPOGRAPHY ----------------------------------------------------*/


html {
	font-size: 100%;	
}

body {
	font-size: 62.5%;
	color: #fff;
	font-family: Arial, Verdana;
	background: #DBDDDE url("../images/main_bg.gif") repeat-x;
}

p {
	text-align: justify;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.hilight-text {
	color: #ff5000;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight: bold; 
}

.clear {
	clear: both;
}


/* =LINKS ----------------------------------------------------*/


a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}

a:hover, a:active {
	text-decoration: none;
	color: #fff;
}


/* =COMMON ----------------------------------------------------*/


.clear {
	clear: both;
}


/* =HEADER ----------------------------------------------------*/


#header {
	height: 76px;
	width: 842px;
	background: url("../images/header_bg.gif") repeat-x;
	margin: 0 auto;
	padding: 0 20px 0 30px;
	overflow: hidden;
}

#logo, #phone_number {
	height:	76px;
}

#logo {
	width: 353px;
	float: left;
}

#phone_number {
	width: 224px;	
	float: right;	
}

div#top-bar {
	width: 892px;
	height:	35px;
	line-height: 35px;
	background: url("../images/top_nav_bg.gif") repeat-x;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

div#top-bar ul {
	height:	35px;
	line-height: 35px;
	float: right;
	padding-right: 16px;	
}

div#top-bar ul li  {
	display: block;
	float: left;
	padding-left: 30px;
}


/* =MAIN-BODY ----------------------------------------------------*/


#main-body {
	width: 892px;
	background-color: #fff;
	margin: 0 auto;
	color: #000;
}

#content {
	
}

div#content a:link, div#content a:visited {
	color: #000;
	text-decoration: underline;
}

div#content a:hover, div#content a:active {
	color: #000;
	text-decoration: none;
}


/* =FOOTER ----------------------------------------------------*/

div#affiliates {
	/*padding-right: 225px; --------------- Changed to add facebook / twitter logos */
	padding-right: 125px;
}

div#credit_cards, div#affiliates {
	float: right;
	margin-top: 20px;
}

div#footer {
	width: 892px;
	height: 40px;
	background: url("../images/footer_bg.gif") repeat-x;
	margin: 0 auto 80px auto;	
}

img#footer-logo {
	width: 118px;
	height: 40px;
	display: block;
	margin: 0 auto;
}

div#supa_link {
	width: 100%;
	text-align: right;
	color: #565656;
	padding: 10px 0 0 0;
}

div#supa_link a {
	color: #565656;
}