/*****************
ZERO ALL ELEMENTS
 *****************/
 
html,body,table,tr,td,p,br,form,div,ul,li {
	margin: 0px; padding: 0px;
	color: #000;
}

body, table {
	font-family:  verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

/**********
DEFAULT STYLES
 **********/
 
a:link, a:visited { color: #333; text-decoration: underline; }
a:hover { color: #EF3D34; text-decoration: underline; }
img { border: 0px; }

.red { color: #EF4235; }

h1 { font-size: 2.3em; font-weight: normal; font-family: arial, helvetica, helve, sans-serif; }
h2 { font-size: 1.3em; font-weight: bold; font-family: arial, helvetica, helve, sans-serif; margin-bottom: 5px; }
h3 { font-size: 1.6em; font-weight: normal; font-family: arial, helvetica, helve, sans-serif; margin-top: 10px; }
h4 { font-size: 1.2em; font-weight: bold; font-family: arial, helvetica, helve, sans-serif; margin-top: 10px; }



/**********
FORMS
 **********/

forms.inline { display: inline; }


/**********
LAYOUT
 **********/
 
body { padding: 10px 0px 0px 0px; }

#pagecontainer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.85em;
}

	#header {
		position: relative;
		width: 760px;
		height: 173px;
		background: url(/images/header.gif) no-repeat left top;
	}
	
		img.logo {
			position: absolute;
			top: 0px;
			right: 0px;
		}
		
		#headertext {
			position: relative;
			top: 100px;
			left: 350px;
			width: 264px;
			height: 60px;
			font-size: 18px;
			line-height: 26px;
			font-family: verdana;
		}
		
	#topnav {
		width: 758px;
		height: 28px;
		border: 1px solid #EF3D34;
		color: #EF3D34;
		line-height: 1.9em;
		font-weight: bold;
		font-size: 1.0em;
		text-align: center;
		margin-bottom: 10px;
		font-family: arial, helvetica, helve, sans-serif;
	}
	
		#topnav a:link, #topnav a:visited {
			padding: 0px 5px;
			color: #8E8E8F;
			text-decoration: none;
		}
		
		#topnav a:hover { color: #EF3D34; }
	
	
	#leftcol {
		float: left;
		width: 180px;
	}

	#leftmidcol {
		float: left;
		padding: 10px 15px 0px 0px;
		width: 565px;
		font-size: 0.9em;
		line-height: 1.6em;
	}

		#leftmidcol p { margin: 1.0em 0px 1.0em 0px; }
	
	#midcol {
		float: left;
		padding: 10px 15px 0px 15px;
		width: 370px;
		font-size: 0.9em;
		line-height: 1.6em;
	}

		#midcol p { margin: 1.0em 0px 1.0em 0px; }
	
	#rightcol {
		float: left;
		width: 180px;
	}


	#footer {
		clear: both;
		width: 760px;
		margin: 15px 0px 0px 0px;
		padding: 15px 0px 10px 0px;
		background: url(/images/footer.gif) no-repeat left top;
		font-size: 0.8em;
		line-height: 1.6em;
	}

		#footer a:link, #footer a:visited {
			color: #333;
			text-decoration: none;
		}
		
		#footer a:hover { color: #EF3D34; }
	
/**********
 RH BOXES
 **********/
 
div.rhbox {
	float: left;
	width: 158px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #F2716D;
	border-right: 1px solid #F2716D;
}

	div.rhbox h2 {
		margin-top: 5px;
	}

	div.rhbox p {
		font-size: 0.8em;
		margin-top: 5px;
		line-height: 1.4em;
	}
	
	div.rhbox select {
		width: 158px;
		font-size: 0.9em;
	}
	
	div.rhbox input.txtbox {
		width: 148px;
		padding: 1px 4px 3px 4px;
		border: 1px solid #A7A6AA;
		font-size: 0.9em;
	}
	
/**********
  HOMEPAGE
 **********/
 
div.homefeat {
	border-top: 3px solid #FFE151;
	padding-top: 15px;
}

	div.homefeat h2 {
		margin: 0px;
	}

	div.homefeat p {
		margin: 0px;
	}
	
/**********
  BROKERAGE
 **********/
 
div.brokitem {
	clear: both;
	border-top: 3px solid #FFE151;
	height: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
}

	div.brokitem h2 {
		font-size: 1.0em;
		float: left;
		margin: 0px;
	}
	
	div.brokitem h3 {
		font-size: 1.1em;
		float: right;
		margin: 0px;
		font-weight: bold;
	}
	
	#leftmidcol div.brokitem p {
		margin: 0px;
		font-size: 1.1em;
		
		
	}

	#td.data{ margin: 0px;
		 font-size: 1.2em;

		}

	
	
/*********
 PROD PAGE
 *********/

#prodtext {
	float: left;
	width: 565px;
}

	#prodtext h1 {
		font-size: 1.6em;
		margin: 0px;
	}
	
	#prodtext h2 {
		font-size: 1.6em;
		margin: 2px 0px 10px 0px;
	}

div.specs {
	width: 270px;
}

	div.specs strong {
		display: block;
		font-weight: bold;
		border-bottom: 1px solid #F2716D;
	}

	div.speccell {
		display: block;
		float: left;
		width: 135px;
		height: 20px;
		border-bottom: 1px solid #ddd;
	}



/*****************
 NO MARGIN UL
 *****************/

UL.nomargin {
	margin: 0px 0px 20px 0px;
	padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}

/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.rbreaker { clear: right; }

/*****************
 FEATURES
*****************/

div.featurered {
	background: #f33;
	color: #fff;
	margin: 0 0 0 10px;
	display: block;
	padding: 7px;
	text-align: center;
	line-height: 2.0em;
	letter-spacing: -1px;
	}
	
div.featurewhite {
	background: #eee;
	color: #666;
	border: 1px solid #666;
	display: block;
	padding: 6px;
	text-align: center;
	line-height: 2.0em;
	letter-spacing: -1px;
	}
	
div.featurewhite strong {
	color: #f33;
	font-weight: normal;
	}