@charset "utf-8";
* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	top: -20px;
	color: #000000;
	border: none;
}

table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body {
	line-height: 1;
	position: relative;
	
}
q { quotes: "" ""; }
dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a {color:#CC0000; border: none;}
a img { border: none;}
a hover { border: none;}
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

body  {
	font: 75% "Courier New", Courier, monospace;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
}
h1 {
	font-size: 23px;
	line-height: 1em;
	color: #CC0000;
}
h2 {
	font-size: 20px;
	line-height: 1em;
	color: #CC0000;
}
h3 { font-size: 18px; line-height: 1em; }
h4 { font-size: 16px; line-height: 1em; }
h5 { font-size: 14px; line-height: 1em; }
h6 { font-size: 12px; line-height: 1em; }

blockquote  { margin: 0 2.5em;}
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.2em; }

p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 0 0 .4em;  }
h2 { margin: 0 0 .435em; }
h3 { margin: 0 0 .47em; }
h4 { margin: 0 0 .515em; }
h5 { margin: 0 0 .57em; }
h6 { margin: 0 0 .7em; }

p {
	font-size: 12px;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6  {
	color: cc0000;
	font-family:"Courier New", Courier, monospace;
}
li { font-size: 12px; line-height: 1em; }
caption { font-size: 1.2em; }
input { font-size: .9em; }
dt { margin-top: .8em; margin-bottom: .4em; }
ul {
	margin-left: 2.0em;
}
ol { margin-left: 2.2em; }
ol ol, ul ol { margin-left: 2.5em; }


.thrColFixHdr #wrapper {
	text-align: left;
	margin: 30px auto 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 1010px;
	background: #FFFFFF;
} 
.thrColFixHdr #container {
	width: 1010px;


	text-align:left;
	height: 766px;
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
}	
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 225px;
	z-index: 200;
	width: 1010px;
} 
/*.thrColFixHdr #header h1 {
	margin: 0;  zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 
	padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div 
}*/
#pagenav {
	border: none;
	position: absolute;
	height: 40px;
	width: 360px;
	z-index: 50;
	margin-left: 0px;
	margin-top: 0px;
	top: 38px;
	left: 45px;
}
#navlink_ch {
	border: none;
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/charlie.gif);
	background-repeat: no-repeat;
}
#navlink_ch .a:hover  {
	border: none;
	background-image: url(images/charlie_act.gif);
	background-repeat: no-repeat;
}
#navlink_ch .a:active  {
	background-image: url(images/charlie_act.gif);
	background-repeat: no-repeat;
	border: none;
}
#navlink_ja {
	border: none;
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/jake.gif);
	background-repeat: no-repeat;
}
#navlink_ja .a:hover {
	border: none;
	background-image: url(images/jake_act.gif);
	background-repeat: no-repeat;
}
#navlink_ja .a:active {
	border: none;
	background-image: url(images/jake_act.gif);
	background-repeat: no-repeat;
}
#navlink_ji {
	border: none;
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/jim.gif);
	background-repeat: no-repeat;
}
#navlink_ji .a:hover {
	border: none;
	background-image: url(images/jim_act.gif);
	background-repeat: no-repeat;
}
#navlink_ji .a:active {
	border: none;
	background-image: url(images/jim_act.gif);
	background-repeat: no-repeat;
}
#navlink_ze {
	border: none;
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/zeke.gif);
	background-repeat: no-repeat;
}
#navlink_ze .a:hover {
	border: none;
	background-image: url(images/zeke_act.gif);
	background-repeat: no-repeat;
}
#navlink_ze .a:active {
	border: none;
	background-image: url(images/zeke_act.gif);
	background-repeat: no-repeat;
}
#navlink_ve{
	border: none;
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/vern.gif);
	background-repeat: no-repeat;
}
#navlink_ve .a:hover {
	border: none;
	background-image: url(images/vern_act.gif);
	background-repeat: no-repeat;
}
#navlink_ve .a:active {
	border: none;
	background-image: url(images/vern_act.gif);
	background-repeat: no-repeat;
}
#roof_material_nav {
	border: none;
	height: 104px;
	width: 287px;
	position: absolute;
	left: 498px;
	top: 1px;
}
 
#navlink_flat {
	border: none;
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/flat.gif);
	background-repeat: no-repeat;
}
#navlink_flat .a:hover{
	border: none;
	background-image: url(images/flat_act.gif);
	background-repeat: no-repeat;
}
#navlink_flat .a:active{
	border: none;
	background-image: url(images/flat_act.gif);
	background-repeat: no-repeat;
}
#navlink_camber {
	border: none;
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/camber.gif);
	background-repeat: no-repeat;
}
#navlink_camber .a:hover{
	border: none;
	
	background-image: url(images/camber_act.gif);
	background-repeat: no-repeat;
}
#navlink_camber .a:active{
	border: none;
	
	background-image: url(images/camber_act.gif);
	background-repeat: no-repeat;
}
#navlink_gable {
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/gable.gif);
	background-repeat: no-repeat;
}
#navlink_gable .a:hover{
	background-image: url(images/gable_act.gif);
	background-repeat: no-repeat;
}
#navlink_gable .a:active{
	background-image: url(images/gable_act.gif);
	background-repeat: no-repeat;
}
#navlink_shed {
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/shed.gif);
	background-repeat: no-repeat;
}
#navlink_shed .a:hover{
	background-image: url(images/shed_act.gif);
	background-repeat: no-repeat;
	border: none;
}
#navlink_shed .a:active{
	background-image: url(images/shed_act.gif);
	background-repeat: no-repeat;
	border: none;
}

#navlink_shingles {
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/shingles.gif);
	background-repeat: no-repeat;
}
#navlink_shingles .a:hover{
	background-image: url(images/shingles_act.gif);
	background-repeat: no-repeat;
}
#navlink_shingles .a:active{
	background-image: url(images/shingles_act.gif);
	background-repeat: no-repeat;
}
#navlink_wood {
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/wood.gif);
	background-repeat: no-repeat;
}
#navlink_board {
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/board.gif);
	background-repeat: no-repeat;
}
#navlink_metal {
	border: none;
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/metal.gif);
	background-repeat: no-repeat;
}
#navlink_green {
	border: none;
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(images/green.gif);
	background-repeat: no-repeat;
}

/*.navlink { width: 70px; height: 40px; float: left; }
.navlink  a { background: url(images/bg_nav.gif) no-repeat; width: 135px; height: 40px; padding: 13px 0 5px 30px; }

.navlink a:hover {background: url(images/bg_nav_over.gif) no-repeat; color: #111;}
.logolink { width: 322; height:105; float:left; }
.logo a { display: block; background:url(images/fox-logo.gif) no-repeat; width: 322; height:105;}
.logo a:hover {background::url(images/fox-logo_over.png) no-repeat; color: #111;} 
#here a {
	font-weight: normal;
}
*/



#primaryContent	{
	float: left;
	width: 380px;
	position: relative;
	top: 0px;
	height: 250px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 250px;
	text-align: center;
	z-index:1;
}
#primaryContentAux	{
	float: left;
	width: 380px;
	position: relative;
	top: 0px;
	height: 250px;
	margin-top: -75px;
	margin-right: 0;
	margin-left: 250px;
	text-align: left;
	z-index:1;
}



#secondaryContent {
	float: left;
	width: 350px;
	margin: 0px 0px 0px 5px;
	text-align: right;
	position: relative;
	top: 0px;
	height: 250px;
}

#secondaryContentAux {
	float: left;
	width: 350px;
	margin: -75px 0px 0px 5px;
	text-align: left;
	position: relative;
	top: 0px;
	height: 250px;
}
#primaryContentStory	{
	float: left;
	width: 420px;
	position: relative;
	top: -90px;
	height: 350px;
	text-align: left;
	margin: 0px 0 0px 230px;
}
#sidecontent {
	float: left;
	width: 170px;
	margin: 0 0 20px -900px;
}

#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#ffffff;*/
	font: normal 15px "Courier New", Courier, monospace;
	text-align: center;
	height: 50px;
	width: 1010px;
	margin-top: -200px;
	position: relative;
	z-index:1;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	top: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	position: relative;
	top: 0px;
	right: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* POSITIONING CLASSES */
.alignleft { text-align: left; }
.alignright {
	text-align: right;
	padding-left: 30px;
}
.aligncenter { text-align: center; }
.floatleft { float: left; }
.floatright { float: right; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }
.offscreen { text-indent: -999em; } /* move text offscreen for image replacement */
.detailText { white-space: nowrap; }
.calloutr  {
	float: right;
	width: 250px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ffffff;
}
.calloutl  {
	float: left;
	width: 250px;
	border: 1px solid #ffffff;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
}
.center { margin-top: 10px; margin-left: 200px; margin-bottom: 10px; width: 200px; border: 1px solid white; }
wrapper .overhang {
	position: absolute;
	left: -65px;
	top: 0px;
}
#top_navigation {
	height: 80px;
	width: 790px;
	position: relative;
	top: 130px;
	left: 220px;
}
#bottom_navigation {
	height: 215px;
	width: 1010px;
	position: absolute;
	left: -1px;
	top: -53px;
}
#info {
	font: 17px "Courier New", Courier, monospace;
	text-align: center;
	position: relative;
	margin: 180px 0px 0px;
	
}
#girllink {
	background-color: transparent;
	height: 550px;
	width: 265px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:5000;
	overflow:visible;
}
#story {
	float: left;
	width: 750px;
	position: relative;
	top: 200px;
	height: 400px;
	margin-top: -300px;
	margin-right: 0;
	margin-left: 250px;
	text-align: left;
}
#buyForm {margin-left:75px;margin-right:50px;font-size:14px;background: url(images/invoiceBG.gif) no-repeat;padding:10px 0 10px 60px;}
#buyForm select {border:1px solid #000000;width:133px;margin-top:2px;margin-bottom:5px;}
#buyBtn {position:relative;top:-35px;left:25px;margin-left:-25px;margin-right:-366px;}
#chooseAndLicense {font-weight:bold;font-size:18px;}
#buyInfo {margin-left:310px;margin-top:-15px;}