/* ************************************ */
/* For Windsor Republic Door Website    */
/*        Default Style Sheet           */
/* Created by: Chris Buie               */
/* Date: 05-24-2006                     */
/* CSS Version 1 and 2                  */
/* ************************************ */

body {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	/* line-height: 1.166; */
	line-height: 1.1;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

td {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 95%;
	padding: 2px 2px 2px 2px;
}

th {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 90%;
}

h1, h2, h3{
	font-weight: bold;
	color: #000000;
}

a{
	color: #0000FF;
}

a:hover{
	background-color: #E8E7D3;
	color: #000000;
}

img{
	border: 0;
}

.thinBlackBorders table {
	background-color: #FFFFFF;
	border-top: thin solid black;
	border-left: thin solid black;
}

caption {
	font-weight: bold;
	font-size: 125%;
}

.thinBlackBorders th {
	font-weight: bold;
	border-right: thin solid black;
	border-bottom: thin solid black;
}

.thinBlackBorders td {
	border-right: thin solid black;
	border-bottom: thin solid black;
}

#mainBody{
	margin: 0 15px 0 15px;
	padding: 0;
}

#topNav{
	margin: 0;
	padding: 3px 0 3px 0;
	width: 100%;
	height: 18px;
	vertical-align: middle;
}

#topNav h1, #topNav h2{
	margin: 8px 0 0 0;
	padding: 0;
}

#topNav h1{
	font-size: 80%;
	color: #CCCCCC;
	font-weight: bold;
}

#topNav h2{
	float: right;
	font-size: 80%;
	color: #000000;
}

#topNav a{
	color: #000000;
}

div.search{
	float: right;
	height: 20px;
	margin-left: 15px;
}

#titleBar{
	margin: 5px 0 0 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(images/bg/logoBG.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 70px;
}

#titleBar h1{
	float: right;
	color: #FFFFFF;
	margin: 22px 5px 0 0;
	padding: 0;
	font-size: 120%;
}

#mainNav{
	float: left;
	width: 140px;
	margin-top: 20px;
}

#mainNav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainNav li{
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
}

#mainNav li a{
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px 0 3px 10px;
	/* border: 2px solid #FFFFFF; */
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 90%;
}

#mainNav a:hover{
	/* background-color: #FFFF66; */
	background-color: #E8E7D3;
	color: #000000;
	/* border: 2px solid #FFFF33; */
	/* background-image: url(images/bg/buttonBG.jpg);
	background-position: left top;
	background-repeat: repeat-x; */
}

#mainNav a:active{
	background-color: #C2C287;
	color: #000000;
}

.subNavTitle{
	font-size: 110%;
	font-weight: bold;
	width: 100%;
	border: 0;
	background-color: #171796;
	background-image: url(images/navimages/gradbarreflex.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 0 2px 0;
}

.subNav{
	border: 1px solid #171796;
	margin-bottom: 8px;
}

#textAreaSiteMap, #footerSiteMap{
	margin: 20px 0 0 0;
	padding: 0;
}

#textAreaSiteMap h3{
	font-weight: normal;
}

#textAreaSiteMap ul{
	list-style: none;
}

#textArea, #footer{
	margin: 20px 0 0 160px;
	padding: 0;
}

#textArea h1{
	font-size: 125%;
}

#textArea h2{
	font-size: 115%;
}

#textArea h3{
	font-size: 105%;
}

#rightColumn, #rightColumn200{
	float: right;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	padding-left: 10px;
}

#rightColumn{
	width: 150px;
	margin-bottom: 1em;
}

#rightColumn200{
	width: 200px;
	margin-top: 28px;
	margin-bottom: 1em;
}

#textArea ul{
	list-style: square;
}

#textAreaTitle{
	font-size: 125%;
	font-weight: bold;
	border-bottom: 2px ridge #171796;
	margin: 0 0 10px 0;
	padding: 0;
}

#horizontalNav{
	margin-bottom: 10px;
	border-bottom: 2px solid #171796;
	padding-bottom: 2px;
}

#horizontalNav ul{
	padding: 3px 0 0 0;
	margin: 1px 0 0 0;
	list-style: none;
	text-align: left;
}

#horizontalNav li{
	display: inline;
	margin: 0;
}

#horizontalNav li a{
	/* text-decoration: none; */
	padding: 3px 7px;
	margin-right: 3px;
	border-top: 1px solid #171796;
	border-left: 1px solid #171796;
	border-right: 1px solid #171796;
	color: #FFFFFF;
	background: #171796;
	font-size: 12px;
	font-weight: bold;
}

#horizontalNav li a:visited{
	
}

#horizontalNav li a:hover{
	text-decoration: underline;
	color: #000000;
	background-color: #FFFF99;
}

#horizontalNav li.selected{
	position: relative;
	top: 1px;	
}

#horizontalNav li.selected a{
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

#horizontalNav li.selected a:hover{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
}

#homeBlurb{
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 35px;
	padding-top: 20px;
	text-align: center;
}

#homeWelcome{
  margin: 35px 8% 30px 8%;
  font-size: 115%;
  font-weight: bold;
}

.horizontalCenter{
	text-align: center;
	border: none;
}

#downloadArea{
	width: 475px;
	margin: 12px 0 0 0;
}

.downloadArea{
	width: 475px;
	margin: 12px 0 0 0;
}

#downloadArea ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.downloadArea ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.downloadTitle{
	color: #FFFFFF;
	background-color: #CC0000;
	background-image: url(images/navimages/gradBarRed.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	text-align: center;
}

.downloadAreaInfo{
	border: 1px solid #CC0000;
	margin-bottom: 10px;
}

.downloadAreaInfo li{
	border-bottom: 1px solid #CCCCCC;
	padding: 0;
	margin: 0;
	list-style: none;
}

.downloadAreaInfo li a{
	display: block;
	margin: 0;
	padding: 3px 0 3px 5px;
}

.downloadAreaInfo li a:hover{
	border: 0;
	background-image: url(images/bg/buttonBG.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.DistTable {
	table-layout: fixed;
	width: 550px;
}

#fireDoorPics{
	width: 550px;
	text-align: center;
	margin: 0 0 5px 0;
}

.MiniPics{
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px;
	text-align: center;
	float: left;
	/*border: solid 1px #171796; */
	width: 110px;
	height: 130px;
}

.MediumPics{
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px;
	text-align: center;
	float: left;
	border: none;
	width: 60px;
	height: 130px;
}

.hardwarePics{
	float: left;
	width: 150px;
	margin: 0px 20px 3px 0px;
}

.literature ul{
}

.literature li{
	list-style: none;
	font-size: 100%;
}

.headerState{
	/* text-decoration: underline; */
	/* font-style: italic; */
}

.boldState{
	font-weight: bold;
}

.boldLargeState{
	font-weight: bold;
	font-size: 125%;
	background-color: #C6E9B3;
	background-image: url(images/bg/title-g.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px 0 3px 5px;
}

.boldLargeCaptions{
	font-size: 125%;
	font-weight: bold;
}

.floatRightUsageGuide{
	/*float: right; */
	width: 28em;
	margin: 0 0 20px 0;
	padding: 0 5px 0 5px;
	border: solid 1px #171796;
	font-size: 90%;
	text-align: left;
}

.instructionPics{
	margin: 1em 0 1em 0;
}

.conversionChartTable{
	border: 2px #000000 solid;
	font-size: 110%;
}

.techBullet{
}

#footer, #footerSiteMap{
	clear: both;
	margin-top: 20px;
	text-align: center;
	font-size: 80%;
	line-height: 1.3;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
font-size: 16px;
font-family: Arial;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}

/* #dhtmltooltip:first-line{
font-size: 16px;
font-weight: bold;
margin: 0;
} */

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.hideFromPrint{
	visibility: visible;
}

@media print
{
	a{ color: #000000; text-decoration: none; }
	#titleBar { background: none; }
	#titleBar h1{ color: #171796; }
	#mainNav, #horizontalNav, #downloadArea{ position: absolute; visibility: hidden; left: -1000px; }
	.search{ position: absolute; visibility: hidden; left: -1000px; }
	#textArea{ margin: 20px 0 0 0px; }
	#topNav h1{ visibility: hidden; }
	.conversionChartTable{ font-size: 100%; border: 2px #000000 solid; }
	#footer, #footerSiteMap{ margin: 20px 0 0 0; }
	.hideFromPrint{ position: absolute; visibility: hidden; left: -1000px; }
}