*
{
	font-family:Arial, Helvetica, sans-serif;
}

html
{
	margin:0;
	padding:0;
	height:100%;
}

body
{
	background-color:#d9d9d9;
	background-image:url(../images/template/heat-vent-ac-bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	text-align:center;
	width:100%;
	margin:0;
	padding:0;
	height:100%;
}

a img
{
	border:none;
}

form
{
	margin:0;
	padding:0;
}

#page
{
	margin:0 auto;
	text-align:left;
	background-image:url(../images/template/shadow.png);
	background-repeat:repeat-y;
	width:800px;
	padding:0 4px 0 4px;
	min-height:95%;
}

#header
{
	padding:5px;
	height:45px;
}

/****[ Top Level Product Category Highlight Box]*****************************/
#feature
{
	background-image:url(../images/template/industrial-strength-heating.jpg);
	height:121px;
	padding-top:10px;
}

#feature p
{
	margin:0;
	padding:0;
}

#feature ul
{
	list-style-image:url(../images/template/arrow-bullet.png);
	margin:0 0 0 auto;
	float:left;
}

#feature li
{
	padding-bottom:20px;
}

#feature a
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}

#feature a:hover
{
	text-decoration:underline;
}

#feature li a
{
	font-size:12px;
}

#categoryDetails
{
	float:right;
	color:#FFFFFF;
	height:131px;
	width:545px;
	text-align:right;
	font-size:12px;
	padding-right:10px;
}

#categoryDetails a
{
	color:#FFFFFF;
}

#categoryDetails a:hover
{
	color:#FF0000;
	text-decoration:none;
}
/******************************************************************************/

#content
{
	padding:5px;
	font-size:12px;
}

#col1
{
	width:580px;
	float:left;
	padding-right:5px;
}

#col2
{
	width:205px;
	float:left;
}

#footer
{
	color:#CCCCCC;
	font-size:10px;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/template/shadow-foot.png);
	background-repeat:repeat-y;
	width:800px;
	padding:0 4px 0 4px;
}

#footer a
{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer>div
{
	padding:5px;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#9d1d20;
}

h1 a
{
	color:#9d1d20;
	text-decoration:none;
}

h1 a:hover
{
	text-decoration:underline;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

h2 a
{
	color:#000000;
	text-decoration:none;
}

h2 a:hover
{
	text-decoration:underline;
}

/*****[ NAVIGATION ]**************************************************/
#nav
{
	background-image:url(../images/template/nav-heating-ventilation.gif);
	background-repeat:repat-y;
	height:35px;
	line-height:35px;
	list-style:none;
	margin:0;
	padding-left:30px;
}

#nav li
{
	float:left;
	margin-right:25px;
}

#nav li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#393939;
	text-decoration:none;
}

#nav li a:hover
{
	color:#9d1d20;
}
/*********************************************************************/

/*****[ BOXES ]*******************************************************/
.infoBox
{
	width:204px;
	padding:0 0 15px 0;
	background-image:url(../images/template/info-box-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	
	font-size:10px;
	color:#FFFFFF;
	
	margin-bottom:10px;
}

.infoBox h1
{
	width:194px;
	height:28px;
	padding:5px 0 0 10px;
	background-image:url(../images/template/info-box-header.gif);
	background-repeat:no-repeat;
	margin:0;
	
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;
}

.infoBoxBody
{
	max-height:200px; 
	overflow:auto;
}
/****/
.longBox
{
	background-image:url(../images/template/box-long-bg.jpg); 
	background-repeat:repeat-x; 
	height:198px;
	clear:both;
}

.longBox h1
{
	color:#FFFFFF;
	padding-top:8px;
}

.longBox p
{	
	color:#FFFFFF;
}

.longBox a img
{
	border:#6a6a6a 1px solid; /*3D3D3D*/
}

.longBox a:hover img
{
	border:#CCCCCC 1px solid;
}

.longBox dl
{
	color:#FFFFFF;
}

.longBox dt
{
	font-weight:bold;
}

.longBox dd
{
	text-indent:15px;
	padding:0;
	margin:0;
}

.longBox a
{
	color:#CCCCCC;
	text-decoration:none;
}

.longBox a:hover
{
	color:#FFFFFF;
}
/*********************************************************************/

/***[ FORM FIELDS ]***************************************************/
.required
{
	font-weight:bold;
}

.required:before
{
	content:'*';
	display:inline;
	color:#990000;
}
/*********************************************************************/

.prodList
{
	list-style:none;
	margin:0;
	padding:0;
}

.prodList li a
{
	display:block;
	float:left;
	text-align:center;
	color:#333333;
	border:#B6B6B6 1px solid;
	text-decoration:none;
	margin-right:5px;
	width:30%;
	height:220px;
}

.prodList li a:hover
{
	border:#750B0D 1px solid;
	color:#000000;
}

#productSearch
{
	float:right; 
	width:100%; 
	text-align:right;
	padding:5px;
}

#productSearch input[type=text]
{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px; 
	padding-left:5px;
	margin:0;
	border:none;
	font-size:1em;
}

#productSearch input[type=submit]
{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	margin:0;
	border:none;
	background-color:#666666;
	color:#FFFFFF;
	font-size:1em;
}
