/* -------------------------------------------------------------- 
	Resets default browser CSS.   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: georgia; }
body { line-height: 1.5; margin: 0px; }
/*table { border-collapse: collapse; border-spacing: 0; }*/
caption, th, td { font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

.smallwrap {height: 1px !important;}
.DNNEmptyPane {display: none !important; visibility: hidden !important;}
/* -------------------------------------------------------------- 
	Basic Font Settings 
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; background-color: #323131; }

html { background-color: #323131; }

/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Georgia, Helvetica, Arial, sans-serif; }



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color:#000000;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }
ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

a {font-family: Georgia, Helvetica, Arial, sans-serif; font-size:12px; color: #803530; text-decoration: none; }
a:link {font-family: Georgia, Helvetica, Arial, sans-serif;font-size:12px; color: #803530; text-decoration:underline;  }
a:hover {font-family: Georgia, Helvetica, Arial, sans-serif;font-size:12px; color: #a04240; text-decoration:underline; }
a:active {font-family: Georgia, Helvetica, Arial, sans-serif;font-size:12px; color: #803530; text-decoration: underline; }
a:visited {font-family: Georgia, Helvetica, Arial, sans-serif;font-size:12px; color: #803530 ;text-decoration: underline; }

A.CommandButton:link {font-family: Georgia, Helvetica, Arial, sans-serif;font-size:12px; color: #803530;text-decoration: underline;}
A.CommandButton:visited {font-family: Georgia, Helvetica, Arial, sans-serif;font-size:12px; color: #803530;text-decoration: underline;}
A.CommandButton:hover {font-family: Georgia, Helvetica, Arial, sans-serif;font-size:12px; color: #a04240;text-decoration: underline;}
A.CommandButton:active {font-family: Georgia, Helvetica, Arial, sans-serif;font-size:12px; color: #803530;text-decoration: underline;}

/* -------------------------------------------------------------- 
	Skin Styling - Start Editing Here
-------------------------------------------------------------- */

body {
	background-color: #f4f5f5;	
}

/* Page
-------------------------------------------------------------- */

#page_background {
	background: #f3f1e9 url('img/background.jpg') repeat-x top left;
	padding-bottom: 17px;
}

#page { 
	margin: 0 auto; 
	width: 941px;
	padding-top: 0px;
 }


/* Header
-------------------------------------------------------------- */

#header { 
	height: 96px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px; 
	width: 941px;
}
#header h1, #header span {
	color: #f6f3e4;
	font-weight: normal;
	margin-bottom: 0px;
}
#header h1 {margin-top: 20px;}

#header .right { float: right; display: inline; text-align: right; margin: 5px 10px 0px 0px; }
#header .left { float: left; display: inline; }
#dnn_dnnSEARCH_ClassicSearch {
    float: right;
    display: inline;  
	margin: 0px 5px 10px 0px;
	width: 180px;
}
#dnn_dnnSEARCH_cmdSearch {
	color: #ffffff !important;
	float: left !important;
	margin-left: 5px;
}

#dnn_dnnSEARCH_ClassicSearch input {
	border: 1px solid #202e3f;
	background-color: #fff;
	padding: 3px;
	float: left;
	display: inline;
	margin-top: 1px;
}
#header .right a {
	color: #000000 !important;
	font-weight: bold;
}
#header .right a:hover {
	color: #1c6db5 !important;
	font-weight: bold;
}
.top_cart {
	float: right;
	display: inline;
	margin: 95px 20px 0px 0px;
}
.top_cart a { color: #000000; }
/* Menu
-------------------------------------------------------------- */

#menu {
	height: 30px;
	width: 941px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#menu .right { float: right; display: inline; margin: 0px 20px 0px 0px; }
#menu .right a { color: #fff; font-family: Arial; }

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: none;
}
/* Second Menu */
ul, li { list-style-type: none !important; }
#HouseMenuNav, #HouseMenuNav ul {
background-color:#EEF1F8;
line-height:1;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#HouseMenuNav a {
color:#f6f3e4;
display:block;
font-weight: normal;
line-height:26px;
padding:2px 20px 6px 0px;
text-decoration:none;
text-transform:uppercase;
font-size: 12px;
}
#HouseMenuNav a:hover {
	text-decoration: underline;
}
#HouseMenuNav li:hover {
cursor:pointer;
}
#HouseMenuNav li:hover span, #HouseMenuNav li.sfhover1 span {
color:#FFFFFF;
}
#HouseMenuNav li {
float:left;
font-size:12px;
}
#HouseMenuNav li ul {
background: url('img/menu-background.png') top left scroll;
left:-999em;
margin-top: -2;
position:absolute;
width:225px;
z-index:10;
padding-bottom: 10px;
}
/* #HouseMenuNav li ul:after { content: "."; display: block; height: 16px; bottom: 0; position: absolute; margin-top: 20px; width: 225px; background: url('img/menu-bottom.png') no-repeat bottom center;}
*/
#HouseMenuNav li ul:after { content: url("img/menu-bottom.png"); display: block; height: 16px; width: 225px;}

#HouseMenuNav li li {
font-weight:normal;
}
#HouseMenuNav li:hover ul, #HouseMenuNav li.sfhover1 ul {
left:auto;
}
#HouseMenuNav li ul li {
border: 0px;
}
#HouseMenuNav li ul li a {
background-image:none !important;
color: #ffffff;
font-size:12px;
line-height:20px;
padding:0px 38px 0px 20px;
width: 147px;
border: 0px;
margin-left: 10px;
}
#HouseMenuNav li ul li a {
}
#HouseMenuNav li ul li a:hover {
background:#101010 none repeat scroll 0 0;
}
#HouseMenuNav li ul ul {
border-width:1px;
margin:-21px 0 0 188px;
}
#HouseMenuNav li:hover ul ul, #HouseMenuNav li.sfhover1 ul ul {
left:-999em;
}
#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li.sfhover1 ul, #HouseMenuNav li li.sfhover1 ul {
left:auto;
}
#HouseMenuNav li:hover, #HouseMenuNav li.hover {
position:static;
}

/* Body
-------------------------------------------------------------- */

#body {
	width: 941px;
	color: #3e2b25;
}

/* Footer
-------------------------------------------------------------- */
#footer_background {
	background: transparent url(img/footer-background.jpg) top center repeat-x;
}
#footer {
	width: 941px;
	margin: 0 auto;
}

#footer h1 {display: none;}


#footer p.quiet { color: #ccc; }

#sub_footer {
	width: 941px;
	margin: 0 auto; 
	text-align: center;
}

/* Windows
-------------------------------------------------------------- */
#LeftWindow {
	width: 50%; 
	float: left; 
	display: inline;
}

#RightWindow {
	width: 50%;
	float: left; 
	display: inline; 
}

#LeftHomeWindow {
	width: 611px; 
	float: left; 
	display: inline;
	margin-right: 10px;
}

#RightHomeWindow {
	width: 300px;
	float: left; 
	display: inline; 
}

.ColWindow {
	float: left; 
	display: inline; 
	width: 33.3%;
}


/* Panes
-------------------------------------------------------------- */
#LeftPane, #ContentPane, #BottomContent, #HeaderPane {
	margin: 0px 5px;
}

#HeaderPane {
	text-align: right;
}

#HeaderPane a {
	color: #5ca038;
}
#ContentWindow {
	padding-top: 5px;
}

#FooterPane {
	padding: 10px 6px 0px 6px;
}


#sub_footer {
	margin-top: 10px;
}
#sub_footer a {
	color: #000033;
}

.sub_login {
	float: left;
	display: inline;
}

.sub_login a { color: #000033 !important;}
.sub_login a:hover { color: #000033 !important;}


/* -------------------------------------------------------------- 
	LocalFocal 
-------------------------------------------------------------- */

.powered_by {
	float: right;
	display: inline;
	margin: 0px 0px 5px 0px;
}

.powered_by a img {
	opacity: 0.4;
	filter: alpha(opacity=40); 
	border: 0px;
}

.powered_by a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* -------------------------------------------------------------- 
	DNN 
-------------------------------------------------------------- */

.ControlPanel {
	margin: 0 auto;
	width: 920px;
	background: #fff;
	border: 1px solid #e8eaf0;
	margin-bottom: 5px;
	padding: 5px 0px;
	
}
.ControlPanel table { }
.SkinObject {color: #3e2b25; font-family: Georgia, Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; }
.SkinObject:link {  }
a.SkinObject:link {  }
.Head { color:#3e2b25; font-family: Georgia, Helvetica, Arial, sans-serif;font-size:20px;font-weight:normal;}
.SubHead { color:#3e2b25; font-family: Georgia, Helvetica, Arial, sans-serif;;font-size:12px; font-weight:bold;}
.SubSubHead  { }
.Normal { }
.NormalDisabled { }
.NormalBold { }
.NormalRed { }
.NormalTextBox { }


#dnn_ButtonPane img {
	margin: 5px 0px 0px 5px;
}
#dnn_TireBarPane {
	margin-bottom: 5px;
}
#dnn_ctr1100_ContentPane { 
float: right; margin-top: 5px; margin-right: 10px;	
}
#dnn_ctr1100_ContentPane input { border: 1px solid #000000; }

.container1 {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top: 2px solid #ff2700;
	margin-left: 5px;
	padding: 5px;
}

.container1 h2 {
	border-bottom: 1px solid #5263c6;
}


#ddls select {
	font-size: 13px !important;
}


.white-area {
	 border-bottom: 2px solid #ff7800; border-top: 2px solid #ff7800; background-color: #ffffff;
}

.align-page {
	width: 941px;
	margin: 0px auto;
}

.tire-bar-pane { height: 36px; }

#dnn_ButtonsPane img, #dnn_TireBrandsPane img { float: left; }

/** Used for Sliders **/
#slider {
    width: 315px; /* important to be same as image width */
    height: 254px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1, #slider2 {
    width: 315px; /* important to be same as image width */
    height: 254px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content, #slider2Content {
    width: 315px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 315px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span, .slider2Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 315px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none !important;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.sliderImage span {
	visibility: hidden;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

/**
 *  Phil M Paper Containers
 */
.pm-left { width: 611px; }
.pm-left-top {
	background: url('img/left-top.jpg') no-repeat bottom left;
	height: 11px;	
}
.pm-left-body { background: url('img/left-background.jpg') repeat-y; }

.pm-left-content {
	background: url('img/left-front-background.jpg') no-repeat top left;
	width: 581px;
	padding: 5px 15px;
}

.pm-left-bottom {
	background: url('img/left-bottom.jpg') no-repeat top left;
	height: 26px;	
}

.pm-right { width: 320px; }
.pm-right-top {
	background: url('img/right-top.jpg') no-repeat bottom left;
	height: 11px;	
}
.pm-right-body { background: url('img/right-background.jpg') repeat-y; }

.pm-right-content {
	background: url('img/right-front-background.jpg') no-repeat top left;
	width: 290px;
	padding: 5px 15px;
}
.pm-right-bottom {
	background: url('img/right-bottom.png') no-repeat top left;
	height: 21px;	
}


.pm-long { width: 941px; }
.pm-long-top {
	background: url('img/long-top.png') no-repeat bottom left;
	height: 11px;	
}
.pm-long-body { background: url('img/long-background.png') repeat-y; }

.pm-long-bottom {
	background: url('img/long-bottom.png') no-repeat top left;
	height: 17px;	
}

.pm-history {
	background: url('img/history-background.png') repeat-y;
	width: 941px;
	height: 265px;
}

.pm-right .Head {
	padding: 5px 0px 0px 5px !important;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: normal !important;
	font-family: Georgia !important;
}
.title-red {
	height: 24px;
	background: url('img/red-title-background.jpg') repeat-x;
	padding: 5px 0px 0px 5px !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: normal !important;
}

.title-brown {
	height: 25px;
	background: url('img/brown-title-background.jpg') repeat-x;
	padding: 5px 0px 0px 5px;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: normal !important;
}

#dnn_ctr1153_SearchInput_txtSearch {
border: 1px solid rgb(222, 212, 205); padding: 5px; background: rgb(251, 250, 243) none repeat scroll 0% 0%;
width: 220px !important;
margin-right: 15px;
color: #3E2B25;
	
}