/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%; /*Use this setting to set overall body type size and use ems to change individual type sizes proportionally.*/
}

/* MAIN STYLES */
#header {
	margin: 10px auto 0px;
	text-align: center;
	width: 80%;
	padding: 0px;
}

#header_img {
	margin: auto;
	}
	
#header_table {
	margin: 0px auto;
	padding: 0px;
	background: url(images/header_bg.jpg) repeat-x center;
}

#header #Table_header {
	margin: 0px auto;
}


#container {
	width: 100%;
}

#navigation_bg {
	margin: 0px;
	text-align: center;
	width: 100%;
	padding: 0px;
	background: url(images/nav_bg.gif) repeat-x left top;
}

#navigation {
	margin: 0px auto;
	text-align: center;
	width: 80%;
	padding: 0px;
}

#nav_table {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}



#content_holder {
	margin: 0px auto;
	text-align: center;
	max-width: 775px;
	width: 80%; !important
	width: 775px;

}

#footer {
	margin: 1em auto;
	clear: both;
	padding: 0;
	color: #666666;
	text-align: right;
	font-size: 0.9em;
	max-width: 775px;
	width: 80%; !important
	width: 775px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(images/footer_tracks.jpg) no-repeat left top;
	min-height: 60px;
	border-top: 1px solid #CCCCCC;
}


#page_content {
	text-align: left;
}

#content_bg {
	background-image: url(images/nav_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 10px 0 0 0;
}

h1, h2, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	}

h1 {
	font-size: 2em;
	margin: 0.5em 0em 0.25em;
	color: #a12830;
}

h2 {
	font-size: 1.7em;
	margin: 0em 0em 0.25em;
	font-style: italic;
	}

h3 {
	margin: 1em 0em 0.25em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font: bold 1.1em 'Gill Sans', GillSans, 'Lucida Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
}


h4 {
	font: 1.1em 'Lucida Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #666666;
	margin: 0px;
	font-weight: bold;
	}

h5 {
	font-size: 1.1em;
	font-weight: normal;
	}


p {
	font-size: 1em;
	margin: 1em 0;
	font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;	
	}
	



/* LINK STYLES*/

#navigation a {
	text-decoration: none;
	border-style: none;
}

a:link {
	color: #a12830;
	text-decoration: none;
}


a:visited {
	color: #65393c;
	text-decoration: none;
}

a:hover {
	color: #a12830;
	text-decoration: none;
	border-bottom: 1px dotted #a12830; !important
	border-bottom: 1px solid #a12830;
}

a:active {
	color: #0099FF;
	text-decoration: underline;
	}
	
.no_underline a {
	text-decoration: none;
	border-style: none;
}


.img_left {
	float: left;
	margin: 1em 1em 1em 0;
}
.img_right {
	margin: 0em 0em 1em 1em;
	float: right;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}


.jump {
	font-size: 0.8em;
}

img.pdf_left {
	margin: 0px 10px 0px 0px;
	vertical-align: sub;
}

#sidebar {
	margin: 0px 0px 1em 1em;
	padding: 0.5em;
	float: right;
	width: 25%;
	border: 1px dashed #999999; !important
	border: 1px solid #999999; 
	background: #EFEFEF;
}

#sidebar_left {
	margin: 0em 1em 1em 0em;
	padding: 0.5em;
	float: left;
	width: 25%;
	border: 1px dashed #999999; !important
	border: 1px solid #999999; 
	background: #EFEFEF;
}

#sidebar h3 {
	margin: 0.25em 0em;
	color: #FFFFFF;
}
#sidebar p {
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#product_table td {
	border-top: 1px dashed #999999; !important
	border-top: 1px solid #999999; 
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.contact_us {
	background: #FFFFFF;
	margin: 0em;
	padding: 0.5em;
	display: block;
	width: 300px;
	border: 1px solid #CCCCCC;
	font-style: italic;
	font-weight: bold;
}



	
.testimonial_1 {
	margin: 0.5em 0px 0.5px;
	padding: 1em 2em;
	background: #EFEFEF;
	border-top: 1px dashed #CCCCCC; !important
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px dashed #CCCCCC; !important
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}

.testimonial_2 {
	margin: 0.5em 0px 0.5px;
	padding: 1em 2em;
	border: none;
}

.quote_table p {
	margin: 0 0 1em 0;
	font-weight: bold;
	color: #333333;
	font-size: 1.1em;
	}
.rquote {
	margin: 0px 0px 1em;
}
