/* Global 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* 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;
}
/* Tag Styles */
a.whiteTxt {
	color: #FFF;
}
a {
	color: #F00;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li {
	padding-bottom: 7px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}
ul {
	margin-left: 20px;
	list-style: disc;
}
ol {
	margin-left: 20px;
	list-style: decimal;
}
/* Layout Styles */
body  {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: url(../images/lrg-bg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-color: Black;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	position: relative;
}
	#directions {
	position: absolute;
	left: 860px;
	top: 75px;
	font-weight: bold;
	}
#topNav {
	height: 25px;
	background: url(../images/bgTopNav.jpg) repeat-x;
	border-bottom: 1px solid #999;
}
#content {
	margin: 5px;
	background: url(../images/bgContent.jpg) repeat-y top left; 
}
	#sidebar1 {
		float: left;
		width: 150px;
	}
	#mainContent { 
		margin: 0 0 0 160px;
		padding: 0 5px;
	}
#footer { 
	padding: 0 10px;
	background: #DDDDDD; 
} 
	#footer p {
		margin: 0;
		padding: 5px 0;
	}
#pasch {
	width: 1000px;
	margin: 0 auto;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltcntr {
	margin: 0 300px;
	text-align: center;
}
.clearfloat { 
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
/* Classes */
.whiteTxt {
	color: #fff;
}
.blackTxt {
	color: #000;
}
#topNav a {
	text-decoration: none;
}
.noDecorationCenter {
	text-align: center;
}
.bold {
	font-weight: bold;
}
#sidebar1 a {
	text-decoration: none;
}
#price-quote-left
{
    float: left;
    width: 59%;
}
#price-quote-right
{
    float: right;
    width: 39%;
}
.subMenu {
	z-index: 100;
}