﻿/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 3/27/2008 */   


@import url("/css/nav-horizontal.css");

/* SITE SPECIFIC LAYOUT */
body
{
	margin:0;
	padding: 0px 0px 0px 0px;
	
}

html,body,form#aspnetForm,form#form1
{
	height:100%;
}

div#page
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 884px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#branding
{
	position:absolute;
	top: 15px;
	left: 0px;
	z-index: 2;
}

/* HEADER */
div#header
{
	margin:0 auto; /* center, not in IE5 */
	height:112px;    
}


/* CONTENT */
div#content
{
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}


/* BANNER */
div#banner
{
	margin-top: 40px;
}

/* LAYOUT */
div#layout
{
    margin-top: 10px;
    margin-right: 1px;
	width: 692px;
	float: right;
}

/* CLEAR */
div#clear
{
	clear:both;
}


/* LOCAL */
div#local
{
    margin-top: 2px;
	width: 163px;
	height: 640px;
}


/*site phone number in extra1*/
div#extra1
{
    width: 200px;
    height: 25px;
    position: absolute;
    top: 90px;
    right: 19px;
    z-index: 98;
}

/* EXTRA2 */
div#extra2
{
	width:400px;
	position:absolute;
	top:20px;
	right: 19px;
	height: 35px;
	z-index: 99;
}

/* FOOTER */
div#footer
{
	bottom: 0px;
	margin:10px auto; /* center, not in IE5 */
	width: 884px;
	height: 1px;
}

div#footercontent
{
	width: 1004px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



/* END LAYOUT 
//////////////////////////////////// TABLE */
table
{

}


th
{

}

td
{

}

/* END TABLE */



/*//////////////////////////////////// Forms */

fieldset
{
    padding: 0px;
    margin: 0px;
}


/* END Forms */

/* clearing */
.stretch,
.clear 
{
    clear: both;
    height: 1px;
    
    margin: 0;
    padding: 0;
    
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after 
{
    clear: both;
    height: 0;
    
    display: block;
    visibility: hidden;
    
    content: ".";
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* end clearing */


/*product list page*/
/*product box*/
.productListBox
{
	width: 150px;
}

