/* 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;
	font-family: Arial, Helvetica, sans-serif;
}
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;
}
/* self clearing rules */
.selfclear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.selfclear {
	display: inline-block;
	_height: 1%;
}
/* Hides from IE-mac \*/
.selfclear {
	display: block;
}
/* End hide from IE-mac */ 




















body, td, th, input, textarea, select, a {
	font-size: 13px;
}
/* CSS Document */
.background {
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	z-index:-1000;
	left:0px;
}
/*
	HEADER
*/
#header {
	height: 350px;
	width: 960px;
	background: #c16730;
	position: relative;
	margin-bottom: 13px;
}
p.phone {
	width: 206px;
	position: absolute;
	top: 20px;
	left: 23px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}
img.mikeRowe {
	width: 91px;
	height: 84px;
	position:absolute;
	right: 100px;
	top: 2px;
	
}
img.topcart {
	width: 91px;
	height: 84px;
	position:absolute;
	right: 10px;
	top: 2px;
}
#nav {
	height: 50px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 43px;
	left: 0px;
	text-align:center;
}
/*
 //HEADER 
*/


/*
	FOOTER
*/

#footer p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
}
#footer p a {
	color: #fff;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
/*
	END FOOTER
*/




/*open cart overrides*/

#column_right {
	display:none;
	width: 0px;
}
#column_left {
	/*padding-left: 33px !important;*/
	padding: 0px;
	margin: 0px;
	width: 249px;
}
#content {
	width: 689px;
	border: #000 1px solid;
	/*padding: 18px 30px;*/
	background: url(../_img/content-bg.png) repeat;
	float: right;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;/*padding-left: 33px !important;*/
	
}
#content h1, #content h2 {
	font-size: 18px;
	padding: 15px;
	padding-left: 30px;
}
#content p {
	padding: 0 0 10px 14px;
}
/*left content box start*/

.lCol-box-content {
	background: url(../_img/content-bg.png) repeat;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	padding: 10px;
	margin-bottom: 15px;
}
.Col-box-content-mike {
	background: url(../_img/mike-Bg-content.jpg) no-repeat;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	display:none;
}
.Col-box-content-mike a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.lCol-box-bottom {
	width: 249px;
	height: 4px;
	background:url(../_img/lCol-box-bottom.png) no-repeat;
	margin-bottom: 8px;
}
.lCol-box-top2 { /* alternate content box top white */
	width: 249px;
	height: 4px;
	background:url(../_img/lCol-box-top-white.png) no-repeat;
}
.lCol-box-top h1 {
	color: #fff;
	background: #c16730;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	padding: 11px 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.Col-box-content li {
	font-size: 13px;
	line-height: 1.4;
}
.Col-box-content {
	background: url(../_img/content-bg.png) repeat;
	border: 1px solid #000;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	padding: 10px;
	margin-bottom: 15px;
}
.lCol-box-content a {
	color:#000;
	text-decoration:none;
	font: Arial;
	line-height: 30px;
	font-size: 18px;
}
.lCol-box-content a:hover {
	text-decoration: underline;
}
.1Col-box-content p {
	text-align: center;
}

/*left content box END*/