@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial;
font-size:8pt;
color:#625c5e;
margin:0;
}
strong{ color:#000000;}

p {  font-weight:normal; margin:0px; padding:5px 0 5px 4px;}

form {padding:0 0 3px 4px;}

a {
	color:#CC0000;
}

a:hover {
	color:#A22538;
}
img{
	border:none;
}
li{
	list-style:none;
	width:auto;
	float:left;
}
li a{
	display:block;
	height:auto;
	width:100%;
	
}
h1 {
	padding:0 0 3px 4px;
	font-weight:bold;
	font-size:15px; 
	text-align:left; 
	display:block; 
	height:auto; 
	width:auto;
	margin:5px 0px;
	color: #A22538;
}
h2 {padding:1px 0 1px 4px;
	font-weight:bold;
	font-size:13px; 
	text-align:left; 
	display:block; 
	height:auto; 
	width:auto;
	color:#000000;
	margin:5px 0px;}

.hr{
	margin-top:5px;
	size:2px;
	color:#DDDDDD;
}

#header
{
  display:block;
  height:126px;
  background:url(../images/top-bg.jpg) repeat-x top;
 
}
/*Logo Area*/

.logo {
	display:block;
	float:left;
	width:100%;
	height:100px;
}
.logoright {
	display:block;
	float:left;
	width:186px;
	height:100px;
}	

.topmenu{
	border-top:2px solid #023689;
	border-bottom:2px solid #A22538;
	height:24px;
	clear:both;
	background:url(../images/nav_gradient.jpg) repeat-x bottom;
	font-weight:bold;
	width:100%;
}

.topmenu a{
	text-decoration:none;
	cursor:pointer;
	
	
}

/* Top menu area */
.menudivactive{
	float:left;
	width:auto;
	/* background-color:#A22538; color:#FFFFFF;*/
	padding:5px 5px 5px 5px;
	
	font-size:14px;
	text-align:center;
	
}
.menudivactive:hover{
	/* background-color:#A22538; 
	color:#FFFFFF;*/
	text-decoration:underline;
}

.menudiv{
	float:left;
	width:auto;
	padding:5px;
	padding-bottom:5px;
	font-size:14px;
}

.menudiv:hover{
	/* background-color:#DD5D70; 
	color:#FFFFFF;*/
	text-decoration:underline;
}

.menudiv a:hover{
	color:#FFFFFF;
}

.emptymenudiv{
	float:left;
	width:50px;
}

/*   Start of Content */

/*.contentbody{
	margin-top:10px;
	padding:0 2px 0 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.productlink{
	width:170px;
	background-image:url(../images/redar-modified.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#A22538;
	padding:3px 0 3px 5px;
	color:#FFFFFF;
	margin-bottom:4px;
	font-size:14px;
	font-weight:bold;
}
*/

.contentbody{
	padding:0 4px 0 0px;
	font-family:Arial;
	/*font-size:1em;*/
	font-size:12px;
	display:block;
	/*text-align:justify;*/
	clear:both;
}

.productlink{
	width:99%;
	background-image:url(../images/listArrow.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFFFFF;
	padding:10px 0 8px 10px;
	color:#0A57A5;
	font-size:14px;
	font-family:Verdana, Helvetica, sans-serif;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px solid #A22538;
}
.productlink a{
	color:#A22538;
	width:100%;
}

.productlink:hover{
	background-image:url(../images/listArrow-hover.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#A22538;
	color:#FFFFFF;
	cursor:pointer;
}

.productlink:hover a{
	color:#FFFFFF;
	width:100%;
	height:100%;
}
.linkdiv{
	width:99%;
	/*background-image:url(../images/listArrow.png);
	background-repeat:no-repeat;
	background-position:right; */
	background-color:#FFFFFF; 
	padding:10px 5px 10px 5px;
	color:#5f5f5f;
	font-size:12px;
	font-family:Arial;
	/* border:1px solid #A22538;
	border-bottom:0px; */
}
.linkdiv:hover{
	/*background-image:url(../images/listArrow-hover.png);
	background-repeat:no-repeat;
	background-position:right; 
	background-color:#A22538; 
	color:#FFFFFF;*/
	cursor:pointer;
	color:#1e1916;
}
.linkdiv a{
	/* color:#FFFFFF; */
	color:#1e1916;
	text-decoration:none;	 
}
.linkdiv:hover a{
	/* color:#FFFFFF; */
	color:#1e1916;
	text-decoration:none;	 
}
.productlinktop{
	/* -moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	border-bottom:0px; */
}

.productlinkbottom{
	/* border-bottom:1px solid #A22538;
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	*/
}

.hemptydiv{
	height:8px;
}
.subproductlink{
	width:160px;
	background-image:url(../images/redar2.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#DD5D70;
	padding:3px 0 3px 15px;
	color:#FFFFFF;
	margin-bottom:3px;
	font-size:12px;
	font-weight:normal;
}

.message{
	border:1px solid #DD5D70;
	color:#DD2222;
	padding:4px;
	background-color:#E3B8BE;
}

.submitbtnbox{
	padding:5px 0px 5px 0px;
	text-align:left;
	width:90%;
	display:block;
	clear:both;
}

.navigation{
	height:25px;
	vertical-align:middle;
}

div.footerleft{ float:left; display:block; width:130px; height:auto;}
div.footerright { float:right; display:block; width:130px; height:auto; }
.footerlink{
	color:#9a9a9a;
	text-decoration:none;
}
.footerlink:hover
{
	color:#000099;
}
.footernav{ display:block;  margin:0px 5px; cursor:pointer; padding:0px 20px; width:auto; height:19px; text-decoration:none; color:#9a9a9a; font-weight:bold;}
.footernav:hover{ text-decoration:underline; color:#000099; }

/* combination of ID  */

#breadcrumb{
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
}

#breadcrumb a{
	text-decoration:none;
	color:#999999;
}

#getquote{
	padding:0px;
	clear:both;
	background:url(../images/quote_button_expand.jpg) repeat-x;
	height:85px;
	width:100%;
	margin:0;
}

#product{
	padding: 5px 0px 0 4px;
	width:100%;
}

#product a{
	text-decoration:none;
	cursor:pointer;
}
#product ul{
padding-left:0px;
margin-top:0px;
}
#footer{
	padding:0px;
	font-size:12px;
	clear:left;
	width:100%;
}
.imgleftmargin{ margin:1px 5px 1px 0px;}

.breadcrumbbox{ display:block; float:left; clear:both; width:100%; height:18px; padding:3px 4px; margin:0; font-size:8pt; font-weight:bold; color:#999999;}
.breadcrumbbox a{color:#999999; text-decoration:none;}
.breadcrumbbox a:hover{color:#000099; }
/* Windows */

.windowsbox{ display:block; width:295px; height:auto; margin:0px; padding:0px; float:left; clear:both;}
.windowsboxcolleft, .windowsboxcolright{ display:block; float:left; width:122px; height:auto; margin:0px; padding:0px;}
.windowsboxcolright{ width:170px;}
.windowsimgbox, .windowsimgbox1{ display:block; float:left; text-align:center; margin:0; padding:3px 0px; font-weight:normal; font-size:11px; margin-right:8px; width:76px; }
.windowsimgbox1{ width:116px;}
.windowsimgbox_left{ display:block; float:left; text-align:center; margin:0; padding:3px; font-weight:normal; font-size:11px; margin-right:3px; height:150px; }

.windowsboxtext{ display:block; width:295px; height:auto; margin:0px; padding:0px; float:left; clear:both;}


/* Doors */
.doorsbox{ display:block; width:285px; height:auto; margin:0px; padding:0px 0px 10px 0px; float:left; clear:both;}
.doorsbox2col{ display:block; width:195px; height:auto; margin:0px; padding:0px 0px 10px 0px; float:left; clear:both;}

.doorsboxcol{ display:block; width:90px; height:auto; margin:3px 0px 5px 5px; padding:0px; float:left; text-align:center; }
.doorsboxcol a{ font-weight:normal; text-decoration:none;}


.windowsboxcol_leftinner{ display:block; float:left; text-align:center; margin:0; padding:3px; font-weight:normal; font-size:11px; margin-right:3px; height:auto; width:120px; }
.windowsboxcol_rightinner{ width:150px; display:block; float:left; height:auto; margin:0px 0px 30px 0px; padding:0px;}
.product_bullets {color:#000000; background-color:#d5ecfd; list-style:disc; margin:0px 0px 20px 0px;}


.obscuretab{ display:block; float:right; margin:0; padding:0; width:150px; height:auto; }
.obscuretabcol-left, .obscuretabcol-right{ display:block; float:left; margin:2px 0px; padding:2px 2px; width:86px; height:15px;font-size:11px; background:#d5ecfd;}
.obscuretabcol-right{ width:46px; text-align:center; margin-left:5px;}
.blanktab{ background:#FFFFFF;}


.prolist-box{ display:block; float:left; margin:2px 0px 2px 5px; padding:2px 2px; width:100%; height:auto; font-size:11px; }
.prolistbullet{margin:0px; padding:0px; float:left; height:auto; width:10px; }
.prolisttext{margin:0px; padding:0px; float:left; height:auto; width:90%; background:#d5ecfd; }

.offerlist{ display:block; widh:100%; padding-left:10px; background:url(../images/list-bullet.jpg) left no-repeat;}

.frmfield{border:1px solid #809FB9;
	padding-right: 2px;
	padding-left: 2px;
	background-color:#FFEFF7;
	}
	
.bullets {
display:block;
list-style-image:url(../images/redar2.gif);
font-size:11px; display:block; widh:100%; padding-left:10px;
}	
.pmargin{ margin:5px 0px 5px 0px; }
.liststyle{ display:block; clear:both; margin:5px 0px 5px 0px; padding:0px 0px 10px 10px; list-style-type:disc; list-style:disc; background:url(../images/list-bullet.jpg) top left no-repeat;}
.subpoints{ color:606060;}

/* Home */
div.homeprobox{ display:block; float:left; height:auto; width:100%; padding:0px 0px 0px 0px ; margin:0px 0px 8px 0px; }
div.homepropic{ display:block; float:left; height:60px; width:108px; padding:0px; margin:0px;}
div.homeprotxt{ display:block; float:left; height:auto; width:62%; padding:0px 0px 2px 2px; margin:0px 0px 0px 2px; color:#625c5e;}
div.homeprotxt a{ color:#201b18; text-decoration:none; font-weight:bold;}
div.homeprotxt a:hover{ text-decoration:underline;}

/* Quote Form */
.formbitbs  {
border:1px solid #809FB9;
background-color:#FFEFF7;
margin:0 ;
}
.frmfield{border:1px solid #809FB9;
	padding-right: 2px;
	padding-left: 2px;
	background-color:#FFEFF7;
	}
#fielddiv{ margin-bottom:10px; margin-top:5px; }
#labeldivdefault{ width:55px; float:left; margin-bottom:10px; clear:left;}
#labeldivsmall{ width:55px; float:left; margin-bottom:10px; text-align:right; }
#labeldivlarge{ width:90px; float:left;  margin-bottom:10px;}
#fielddivdefault{ width:200px; float:left; margin-bottom:10px; clear:right;}
#fielddivsmall{ width:45px; float:left; margin-bottom:10px; text-align:right;}
