#container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding:0;
} 

.twoColFixRtHdr {
	background-color:#111111;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


#homewrap {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding:0;
} 

#header  h1 {
	margin:0;
}

#header  h1 {
	margin:0;
}

#banner {
	margin: 0 auto;
	border: 0;
	padding:0;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 232px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-bottom: 10px;
	background:#e2e0c7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #440000;
	line-height: 18px;
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #6C231D;
}

#subContent {
	float:left;
	width: 814px;
	margin: 0;
	padding: 5px 18px 8px 18px;
	text-align: left;
} 

#contactContent {
	float:left;
	width: 814px;
	margin: 0;
	padding: 5px 18px 8px 18px;
	text-align: left;
} 

#productDisplay {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #151515;
	position: relative;
}

#productDisplay hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
    visibility: hidden;
}

#productCol {
	float: left;
	width: 48%;
	margin-left: 10px;
}

#mainContent {
	float:left;
	width: 850px;
	margin: 0;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/bg_green_fade.jpg);
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
	padding: 0 0 10px 0;
} 
#homeContent {
	background-color: #111111;
	width: 850px;
	margin: 0 auto;
}

#footer {
	padding: 5px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	float: left;
	width:850px;
	background-image: url(../images/opustone_footer_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 auto;
	margin-bottom: 25px;
} 
.C8J_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7B7960;
	text-decoration: none;
	text-align: right;
}
.back_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7B7960;
	text-decoration: none;
	text-align: left;
}
.padRight {
	margin-right: 15px;
}


#homefooter {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:850px;
	height:149px;
	
	margin: 0 auto;
} 

#homefooter2 {
	padding: 5px 0px 8px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:850px;
	position:relative;
	background-image: url(../images/opustone_footer_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 auto;
	margin-bottom: 25px;
} 


/* -----------  NAVIGATION FORMATTING -----------*/

.chromestyle2{
	width: 850px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height:21px;
	filter: shadow;
	line-height: 22px;
	
}

.chromestyle{
	width: 850px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height:21px;
	filter: shadow;
	line-height: 22px;
}
body {
	background-repeat: repeat-x;
	margin: 50 0 0;
	background-image: url(../images/bg_dark.jpg);
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
	text-align:center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 21; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 0;
	width: 100%;
	background: url(chromebg.gif) repeat-x center center; /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	height:21px;
}

.chromestyle ul li{
	display: inline;
	height:21px;
	padding:0;
	margin:0;
}

.chromestyle ul li a{
	color: #DDDDDD;
	padding: 4px 38px;
	margin: 0;
	text-decoration: none;
	height:21px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#subContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FBF4F5;
	display: block;
}
.clearfloat {
	clear: both;
}

#subContent p:hover {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#1c1c1c;
	font-size: 10px;
	color: #FBF4F5;
	display: block;
}

#subContent img {
	float: left;
	padding-right: 5px;
}

#pagesBar a:link {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#pagesBar a:visited {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#pagesBar a:hover {
	border: 1px solid #FBF4F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	text-decoration: none;
	background-color: #EEEEEE;
}	

#pagesBar a:active {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}



.chromestyle ul li a:hover{
	background: url(chromebg-over.gif) repeat-x center center; /*THEME CHANGE HERE*/
	padding: 4px 38px;
	margin:0px;
	color: #333333;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 21; 
	clear: both; 
	visibility: hidden;
}

.chromestyle2 ul{
	border: 0;
	width: 100%;
	background: url(chromebg.gif) repeat-x center center; /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	height:21px;

}

.chromestyle2 ul li{
	display: inline;
	height:21px;
	padding:0;
	margin:0;
}

.chromestyle2 ul li a{
	color: #494949;
	padding: 4px 38px;
	margin: 0;
	text-decoration: none;
	height:21px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.chromestyle2 ul li a:hover{
	background: url(chromebg-over.gif) repeat-x center center; /*THEME CHANGE HERE*/
	padding: 4px 38px;
	margin:0px;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Helvetica;
	line-height:16px;
	z-index:100;
	background-color: #d8d3ba;
	width: 115px;
	text-align: left;
	visibility: hidden;	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
	filter:alpha(opacity=75);
	-moz-opacity:0.75; 
	-khtml-opacity: 0.75;
	opacity: 0.75;	*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 7px;
	border-bottom: 0px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #45433f;
	color: white;
}

#footlinks {
	float:right;
	position:relative;
	width: auto;
	}
.clearRight {
	clear: right;
}

#footer p {
	color:#444444;
	}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#footer li {
	float: left;
	}	
	
#footer ul a{
	padding: 0 10px;
	line-height: 16px;
	float: left;
	display:block;
	color:#666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 333333;
	font-size: 11px;
	}	
	
#footer ul a:link {
	text-decoration: none;
	color:#666666;}
#footer ul a:visited {
	text-decoration: none;
	color:#666666;}
#footer ul a:active {
	text-decoration: none;
	color:#666666;
	font-size: 11px;
}
#footer ul a:hover {
	text-decoration: underline;
	color: black;
}	

.fltLeft {
	float: left;
	padding: 0 0 0 12px;
	}	


.fltRight {
	float: right;
	padding: 0;
	}	


#homefooter2 p {
	color:#444444;
	}

#homefooter2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#homefooter2 li {
	float: left;
	}	
	
#homefooter2 ul a{
	padding: 0 10px;
	line-height: 12px;
	float: left;
	display:block;
	color:#666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 333333;
	font-size: 11px;
	}	
	
#homefooter2 ul a:link {
	text-decoration: none;
	color:#666666;}
#homefooter2 ul a:visited {
	text-decoration: none;
	color:#666666;}
#homefooter2 ul a:active {
	text-decoration: none;
	color:#666666;}
#homefooter2 ul a:hover {
	text-decoration: underline;
	color: black;
}	

.last {
	border: 0;

}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	line-height: 14px;
	text-align: right;
	padding-right: 10px;
}

.fineprint a{
	text-decoration: none;
	color:#666666;
}

#subContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FBF4F5;
}
.grey12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	border: 0;
}

#pagesBar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #EEEEEE;
}

#boxMod {
	float:left;
	margin: 0 auto;
	width: 840px;
	background-color: #e1e0c1;
	padding: 5px 5px 0 5px;
}

#sqfcalc {
	background:url(../images/3dbox_middle.jpg) repeat-y left top;
	width:300px;
	padding:0;
	float: left;
}

#sqfcalc h3 {
	background-image: url(../images/3dbox_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #6C231D;
	line-height: 22px;
}

#sqfcalc p.bottom {
	background:url(../images/3dbox_bottom.jpg) no-repeat bottom left;
	padding-bottom:15px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555555;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	}
.grey_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
}

/* -------------------- TAB NAV style -----------------------------*/

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
	border-bottom: 1px solid #151515;
	background: #151515;
	color: #CCCCCC;
	}

#tabnav a:hover
	{
		background: #fff;
	}


/* ----------------------------- LIGHTBOX STYLES -------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 1.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background: url(images/round_top.png) no-repeat top right;
	width: 800px;
	height: 21px;
}

.roundbottom {
	background: url(images/round_bottom.png) no-repeat top right;
	width: 800px;
	height: 21px;
}

img.corner {
   width: 21px;
   height: 21px;
   border: none;
   display: block !important;
}
	
	
	/* ----------------------------- LIGHTBOX STYLES -------------------------------*/

#tempbg{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	}
.blockLink {
	display: block;
	border: 1px solid #BBBBBB;
}
#whiteBG {
	background-color: #EEEEEE;
	padding: 15px;
	width: 770px;
}
#whiteBG p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 15px 0;
	height: 215px;
}

#whiteBG a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #121212;
}

#whiteBG a:hover, #whiteBG p:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#EEEEEE;
	margin: 15px 0;
	height: 215px;
}
.whiteLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#map {
	float: right;
	height: 204px;
	width: 360px;
	clear: both;
}
.highlight {
	background-color: #999966;
	display: block;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 10px;
}

.highlighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 10px;
}

#subCat ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888888;
	text-decoration: none;
}

#subCat ul li a:hover{
	color: #EEEEEE;
	text-decoration: none;
}
.subCat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	text-decoration: none;
	list-style-type: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.highlight {
 background-color: #999966;
 display: block;
 color: #FFFFFF;
 line-height: 25px;
 padding-left: 10px;
}

.forminput {
 padding: 1px;
 margin: 2px;
 font-size: 11px;
 color: #666666;
}
#homeMod {
	margin: 0 auto;
	width: 850px;
}
.product_id {
	border: 1px solid #EEEEEE;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 650px;
	overflow: hidden;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.product_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
	list-style-type: none;
}
#product_talk {
	width: 650px;
}
