html { 
overflow: scroll; 
} 

body {
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}

#container{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
#header {
	background-attachment: scroll;
	background-image: url(common/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#navbar {
	color: #FFFFFF;
	background-color: #007350;
	padding-left: 20px;
	font-size: 9px;
	padding-top:3px;
	padding-bottom:3px;
	height: 20px;
}
#navbar a {
	color: #FFD659;
	text-decoration: none;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 9px;
	text-align: right;
	padding-right: 20px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#homewindow {
	/*background-attachment: scroll;
	background-image: url(pix/homeoffer1.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
   margin-top: 2px;
	height:396px;
}
#homewindow ul {
	padding-top: 20px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	list-style-type: square;
}
#copywindow {
	width: 530px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
   
   
}
#copywindow p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
#copywindow h1 {
	font-size: 18px;
	color: #007350;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007350;
}

#sidepanel {
	width: 170px;
	position: absolute;
	left: 720px;
	top: 186px;
	padding-bottom: 20px;
    margin-bottom: 10px;
}
#sidepanel p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 2px;
	margin: 0px;
}


#homewindow li {
	padding-bottom: 10px;
}
#homewindow li a {
	color: #CC0000;
	text-decoration: none;
}
#homewindow li span {
	color: #333333;
	text-decoration: none;
}
#copywindow ul {
	color: #007350;
	font-size: 10px;
	padding-right: 20px;
	list-style-type: square;
}
#copywindow li {
	padding: 0px 0px 10px;
}
#sidepanel h2 {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}
#copywindow a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007350;
	text-decoration: none;
	font-weight: bold;
}
#copywindow a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007350;
	text-decoration: none;
	font-weight: bold;
}
#copywindow a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007350;
	text-decoration: underline;
	font-weight: bold;
}

#copywindow h2 {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#copywindow input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#copywindow h3 {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.formfield {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#topbar {
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #999999;
	margin-bottom: 20px;
	text-align: center;
}
#topbar_black {
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#231F20;
	color: #999999;
	margin-bottom: 20px;
	text-align: center;
}
#topbar a {
	font-size: 9px;
	color: #007350;
	text-decoration: none;
}
#bottombar {
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 20px;
	color: #999999;
	text-align: center;
}
#bottombar_black {
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#231F20;
	margin-top: 20px;
	color: #999999;
	text-align: center;
}
.results {
	color: #CC0000;
	font-weight: bold;
}
#bottombar a {
	font-size: 9px;
	color: #007350;
	text-decoration: none;
}
#mainthumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
#mainthumbs h2 {
	clear:inherit;
	border:0px;
	margin:0px;
	padding:0px;
	font-size: 14px;
	color: #007350;
}
#mainthumbs p {
	border:0px;
	margin:0px;
	padding:0px;
	font-size: 12px;
	color: #333333;
}

#mainbigpic h1 {
	clear: inherit;
	font-size: 18px;
	color: #007350;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 5px;
}
#sidepanel h3 {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size:9px;
	font-weight: bold;
}
#partnerlogos{
	padding-top:10px;
	padding-bottom:10px;
	font-size:9px;
	color:#666666;
	margin: 0px;
}
#partnerlogos a{
	font-size:9px;
	color:#007350;
	text-decoration:none;
}
#newsletter {
	font-size:9px;
	color:#333333;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #E1E1E1;
}
#newsletter input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.storeloc{
	background-color:#F5F5F5;
	padding:10px;
   display:table;
}
.storeloc h4{
	clear:inherit;
	color:#007350;
	font-size:14px;
	padding:0px;
	margin:0px;
}
.storeloc p{
	color:#333333;
	padding:0px;
	margin:0px;
}
ol{
	font-size: 12px;
	color: #333333;
}

h4 {
    color:#666;
    font-size:14px;
    padding-left:10px;
    margin-top:20px;
}

#seotext h1 {
			font-size: 12px;
			color:#6F6F6F;
			}

#FooterKeywords {
				font-size: 9px;
				color:#6F6F6F;
				}
#FooterKeywords p {
				font-size: 9px;
				color:#6F6F6F;
				}

#seotext p 
{
   font-size:10px; 
   color:#6F6F6F;
}

div.mapcontainer {
   width:302px;
   float:right;
}



p b.bigRed {
   font-size: 16px;
   color: red;
   font-weight: Bold;
}

div.clearance * {
   text-align: right;
}

div.clearance {
   border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
}

#content {
   display: table;
}


div.clearanceOrder {
   border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-bottom: 20px;
   padding: 10px;
   width: 480px;
}

#quickformTable {
   width: 100%;
}

#quickformTable td {
   padding: 5px;
}

input.regelement {
   width: 100%;
}


textarea.regelement {
   width: 100%;
}

fieldset#formField {
     margin-left:100px;
     margin-right:100px;
}

/* Form Status styling */
div#formError {
    background-color:#ffcccc; width:auto; height:auto; border:1px #cc6666 solid; padding:5px; margin-left:20px; margin-top:10px;
}
ul#formErrorList {
    list-style-type:disc; padding-left:20px; font-size:10px;
}
div#formSuccess {
    background-color:#ccffcc; width:auto; height:auto; border:1px #99cc99 solid; padding:5px; margin-left:20px; margin-top:10px;
}
span#requiredField {
    color:red; text-align:top;
}

/* Product Info Styling */

span#wasPrice {
    color:green;
}

span#nowPrice {
    color:red;
    font-size:14px;
    font-weight:bold;
    padding-right:10px;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/
color: white;
border-color: #D25A0B; /*Brown color theme*/
}

div#description {
    display:none;
}

div#technical {
    display:none;
}

div#images {
    display:none;
}

img#mainImage {
    width:340px;
    position:absolute;
    float:left;
    top:-10px;
    margin-right:4px;
    max-height:250px;
}

div#crumb {
    width:100%;
    height:30px;
    margin-bottom:10px;
}

div#tabMainbody {
background:#f0f0f0;
width:348px;
margin-bottom: 1em;
float:left;
border:1px solid #cfcfcf;
min-height:342px;
color:red;
}

.shadetabs {
text-decoration:none;
margin:0;
font:bold 12px Verdana;
list-style-type:none;
text-align:left;
}

.shadetabs li {
display:inline;
margin:0;
}

.shadetabs li a {
text-decoration:none;
position:relative;
z-index:0;
color:red;
top:1px;
border:1px solid #cfcfcf;
border-bottom:0;
background-color:#ffffff;
margin:0;
}

.shadetabs li a:hover {
text-decoration:underline;
color:#000;
}

.shadetabs li a.selected {
text-decoration:none;
position:relative;
color:red;
top:2px;
border:1px solid #cfcfcf;
border-bottom:0;
background-color:#f0f0f0;
margin:0;
}

.shadetabs li a.selected:hover {
text-decoration:none;
color:#2d2b2b
}

.tabcontent {
display:none
}

div#tabContentBody {
    width:100%;
}

div#tabContentBodyLeft {
    float:left;
    width:50%;
}

div#tabContentBodyRight {
    float:left;
    width:50%;
}

div#moreImagesContent {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

/* Start Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }