@import url('../topnav.css');

html{
	height:100%;
}
a {
	outline:none;
}

img {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
    color: #006;
	background: #fff url(../images/bg.png) repeat-x top center;
	text-align: center;
	font: 0.75em Arial,Verdana,Helvetica,sans-serif;
	line-height: 150%;
}
/*Header*/

#header{
	width:900px;
	height:142px;
	margin:0 auto;
	background: transparent url(../images/headerbg.png) no-repeat top left;
	text-align:left;
}

/*Construction Styles*/
#container{
	width:900px;
	margin: auto;
	text-align:left;
}

#formDiv{
	overflow: visible;
}
/** Navigation Menu **/
#topNav {
	height: 24px;
	width: 100%;
	line-height: 24px;
	background: transparent;
	padding: 49px 0 0 0;
	text-align:center;
}
#topNav ul li ul li{
	padding-left: 0;
	list-style-type:none;
}
/*
#topNav ul,#topNav li {
	margin: 0 5px 0 0;
	padding:0;
}

#topNav li {
	float:left;
	list-style:none;
	white-space:nowrap;
}

#topNav li a {
	color:#fff;
	display:block;
	font-weight:bold;
	font-size: 12px;
	width:92px;
	text-align:center;
	text-decoration:none;
	height: 24px;
	background: transparent url(images/menu.jpg);
}

#topNav li a:hover {
	color:#fff;
	background: transparent url(images/menu_hover.gif);
}

#topNav li a.current {
	color:#006;
	text-decoration:none;
	background: transparent url(images/menu_sel.jpg);
}

#topNav li a:hover.current {
	color:#006;
	text-decoration:none;
	background: transparent url(images/menu_sel.jpg);
}
*/

/*Styles*/
h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin:5px 0 0 0;
	padding-bottom:4px;
	line-height:85%;
}
h1{
	margin: 0;
	color:#006;
	font-size:1.25em;
	border-bottom: 2px #600 solid;
}

.prod_over h1, .leftbox_title h2{
	padding: 6px 0 6px 20px;
	font-size:18px;
	font-weight: normal;
	line-height: 18px;
	color: #FFE5B1;
	border: none;
}
h2{
	margin: 0;
	color:#600;
	font-size:1.25em;
	border-bottom: 2px #600 solid;
}
h3{
	color:#600;
	font-size:1.0em;
	border-bottom: 1px #600 solid;
}
h4{
	color:#600;
	font-size:12px;
	text-decoration: underline;
	margin: 0 5px 0;
}

h5{
	color:#3C8C06;
	font-size:15px;
}
h6{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
a{
	color:#600;
}
a:hover{
	color:#AF3636;
}
#right a{
	color:#600;
}
#right a:hover{
	color: #006;
}
acronym{
	border-bottom:1px dotted #006;
	padding-bottom:1px;
	cursor:help;
}

label {
 color: #903;
}

del{
	color:#999;
}

hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
p.firstletter:first-letter{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size:40px;
	padding:10px 3px 3px 3px;
	float:left;
}
.indent{
	border-left:2px solid #3C8C06;
	margin-left:25px;
	padding-left:8px;
}
.green{
	color:#3C8C06;
}
.blue{
	color:#3270A9;
}
ul li ul li{
	padding-left: 10px;
	list-style-type:none;
}
ol li ol li{
	list-style-type:lower-roman;
}
dl{
	margin-left:8px;
	margin-right:8px;
}
dt{
	color:#3C8C06;
	font-weight:bold;
	text-decoration:underline; 
}
.blockquote{
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
}
.blockquote h5{
	border-bottom:1px solid #3270A9;
	font-size:17px;
	color:#eee;
	margin:2px;
}
.blockquote span{
	padding: 3px 0;
	display:block;
	font-size:10px;
	color:#999;
}
code{
	display:block;
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
	font:normal 11px "Courier New", Courier, monospace;
}
.highlight{
	color:#3C8C06;
	font-weight:bold;
}
/*Searchbox - News*/
#searchbox p{
	margin:7px 0 7px 2px;
}
#searchbox p input{
	background-color:#eee;
	border:1px solid #ddd;
	font:11px Verdana,sans-serif;
	color:#4c5153;
	padding:2px 3px;
}
#searchbox p input:hover,
#searchbox p input:focus{
	background-color:#fff;
}
.header{
	color:#3C8C06;
	font-size:14px;
	letter-spacing: -1px;
}
#news{
	width: 190px;
	padding:2px;
}
#news p{
	padding:0 0 0 5px;
}
/*Floats*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0 10px 0 0; 
}
.floatright p{
	padding:0 0 0 10px;
}
img.floatleft{
	margin:15px 18px 5px 0;
}
img.floatright{
	margin:15px 5px 5px 18px
}
/*Forms*/
form select,
form input,
form textarea{
	font:11px "Trebuchet MS", Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #903;
	border:1px solid #353535;
	background: #fff;
	/*background: #fff url(../images/input.gif) repeat-x top left;*/
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	/*border:1px dotted #888;  optional thought */
	border:1px solid #353535;
}
form textarea:hover,
form select:hover,
form input:hover{
	background: #FFFFCC;
}
form select{
	padding:1px;
}
form input{
	width: auto;
	padding:1px;
}
form label{
	color:#006;
}
form textarea{
	width: 80%;
	height: 150px;
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}

form .button {
	width: 120px;
}

.submit {
	width: 100%;
}
form .disabled{
	visibility:hidden;	
}

.noborder{
	border:0;
}

#twocolumn{
	width: 97%;
	margin: 0;
}

#left{
	width:230px;
	margin: 4px 4px 0 0;
	padding: 0;
	height:100%;
	float:left;
}

#left h3 {
 margin: 10px 0;
}

.leftbox {
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff url(images/leftbox_bg.jpg) top right repeat-y;
}

.leftbox_title {
	height: 30px;
	/*background: #006;*/
	background: #006 url(images/blueback.jpg) top left no-repeat;
	margin: 0 0;
	padding: 0;
}

.leftbox_content {
	margin: 0;
	padding: 10px 20px 10px 10px;
	border-left: #006 1px solid;
	border-bottom: #006 5px solid;
}
p.leftbox_content {
	padding-top: 10px;
	margin-top: 5px;
}
.admin {
	background: #006 url(images/admin.jpg) top left no-repeat;
}
.admin p {  
	margin: 0 0 10px 0;
}

.admin h1 {
	font-size: 1.25em;
	color: #fff;
	border-bottom: 2px #fff solid;
}
.admin h2 { 
	margin: 10px 0 0 0;
	border-bottom: none; 
	font-size: 1.0em;
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	color: #006;
}

.admin a {
	color: #006;
}
.news {
	background: #006 url(images/news.jpg) top left no-repeat;
}
.info{
	background: #006 url(images/info.jpg) top left no-repeat;
}

.prod_over {
	/* background: #600 url(images/prod_over.jpg) top left no-repeat; */
	background: #600 url(../images/corner.jpg) top left no-repeat;
	height: 30px;
	margin: 0;
	padding: 0;
}

.prod_desc {
	margin: 0;
	padding: 10px 25px 10px 10px;
	border-left: #600 1px solid;
}

.slideshow {
	float: right;
	background-color: #DCC8C9;
	border: #600 2px solid;
	width: 200px;
	height: 300px;
	margin: 10px 0 10px 10px;
	padding: 3px;
}

.products {
	background: #600 url(images/prod.jpg) top left no-repeat;
}
.features {
	background: #600 url(images/features.jpg) top left no-repeat;
}
.gallery {
	background: #600 url(images/gallery.jpg) top left no-repeat;
}
.how-tos {
	background: #600 url(images/how-tos.jpg) top left no-repeat;
}
.tech-info {
	background: #600 url(images/tech-info.jpg) top left no-repeat;
}
.contact {
	background: #600 url(images/contact.jpg) top left no-repeat;
}
.administration {
	background: #600 url(images/administration.jpg) top left no-repeat;
}

#clearboth{ clear:both; margin: 0;}

#right{
	width: 900px;
	margin: 10px 0 0 0;
	padding: 0;
	height:100%;
	float:right;
	border-bottom: #600 5px solid;
	background: #fff url(images/prod_over_lft.jpg) top right repeat-y;
}

#right h2{
	color:#600;
	font-size: 1.25em;
}
#right h5{
	color:#012346;
	font-size:15px;
}
/* misc */

#misc {
	width: 100%;
	height: 150px;
	background-color: #600;
	clear: both;
}

/*Footer*/
#footer{
	width:100%;
	height: 50px;
	background:url(images/footerbg.png) repeat-x top left;
	text-align: center;
}

#footer a{
	text-decoration: none;
	font-weight:bold;
	color:#660000;
	border-bottom: 1px dotted;
}

#footer a:hover{
	color:#BF5F5F;
}

#footer p{
	padding-top: 1.40em;
	color:#660000;
	font-size: 0.9em;
}

#footer .image4io {
	vertical-align: middle;
	border: none;
}

#footer a.a4io {
	text-decoration: none;
	border-bottom: none;
}
.panelinfo{
	width: auto;
	height: 475px;
	margin: auto;
	padding: 5px 0;
	text-align: center;
}

.panelimg {
	background-color: #FFE5B1;
	width: 475px;
	height: 475px;
	padding: 0;
	margin: auto;
	border: 2px solid #600;
	float: left;
}
.panelLside{
    float: left;
	width: 215px;
	height: 479px;
	}

.disablebg {
	background: transparent url('images/disabled.jpg') top left no-repeat;
	}

.panelside{
	width: 150px;
	height: 465px;
	max-height: 485px;
	float: right;
	border-top: 2px solid #600;
	border-bottom: 2px solid #600;
	background-color: #600;
	padding: 10px 0 0;
	margin: 0 auto;
}

.panelside p{
	padding: 0;
	margin: 0 auto;
}

.price{
	height: 170px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFE5B1;
	/*text-decoration: underline;*/
}

.area {
	margin-top:5px;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial;
}

.button {
	text-align: center;
	margin: 0 10px;
}
.warning{
	color: white;
	background-color: red;
	padding: 2px;
}

.warn{
	border: red 1px solid;

}

.fractions {
	margin-bottom: 4px;
	vertical-align: middle;
}
.inches {
	height: 18px;
	width: 30px;
	margin-bottom: 4px;
	text-align: right;
	vertical-align: middle;
}

.inchText {
	font-size: 9px;
	left: 3px;
	position: relative;
	vertical-align: middle;
	color: #f00;
}
.measlabel{
	vertical-align: middle;
}
.dimlabel{
	float: left;
	width: 100px;
}
input[disabled=""], input:hover[disabled=""]{
	background: #fff;
	border: none;
}
.input{
	height: 28px;
}
.walltype {
	float: left;
	padding: 0 5px 10px;
}

.walltype_end{
	margin-left: 32px;
	text-align: center;
}

#types{
	height: 70px;
	width: 100%;
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
	border: 2px solid #600;
	background-color: #FFE5B1;
}


/*
input[radio]{
	background-color : #FFE5B1;
}
*/
.typeimg{
	cursor: pointer;
	cursor: hand;
}
.typeimgfade{
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}
#dims {
   margin:0;
   padding:0;
   /*background:#eee url("leftline.gif") top left repeat-y;*/
   width: 100%;
   }
#dims2 {
   margin:0;
   padding:0;
   height: 475px;
	border-color: #600;
	border-style: solid;
	border-width: 2px 0 2px 2px;
   /*background:url("rightline.gif") top right repeat-y;*/
   }
#dimsleft {
   clear:both;
   width: 100%;
   margin:0;
   }
#dimsright {
   clear:both;
   width: 100%;
   margin:0; 

   }
#dimsmiddle {
   clear:both;
   width: 100%;
   border-top: 2px solid #600;
   border-bottom: 2px solid #600;
   }
.column-in {
   margin:0; padding:0.5em 0.5em;
   text-align: left;
   }
.cleaner {
   clear:both;
   height:1px;
   font-size:1px;
   border:none;
   margin:0; padding:0;
   background:transparent;
   }
#std{
	color: red;
	padding: 0;
}
.select{
	color: red;
	font-size: 18px;
	font-weight: bold;
}
.hide{
	display: none;
}

#error_msg {
	margin: 5px 0; 
	border: 1px solid #f00;
	background: #FEFFAF;
	padding: 10px;	
}
	
#error_msg h3 {
	color: #f00;
	border: none;
}

#panelTabs{
    overflow: visible;
}

/** BUTTON STYLING  **/
a.squarebutton{
	background: transparent url('../images/square-red-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding: 0 0 0 9px; /* Width of left menu image */
	text-decoration: none;
	margin: 2px auto;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
}

a.squarebutton span{
	background: transparent url('../images/square-red-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
}
