@charset "UTF-8";
/* CSS Document */

/* HTML Tags */

html {
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 0px 0px 0px; /* Always apply padding if you apply margins */
	height: 100%; /* needed for container min-height */
	background-color: #6a5e59;
	background-image: url('../img/bg_ext.gif');
	background-repeat: repeat-x;
}	

div {
	display: block;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	/*behavior: url("pngbehavior.htc");*/
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

td {
	height: 20px;
}

a {
	color: #f26522; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover {
	color: #800b0c; 
}


/* font styles */

.basic_font {
	font-family: 'Lucida Grande', 'Verdana', sans-serif;
	line-height: 20px;
}

.mainnav { 
	font-size: 18px; 
	color: #f26522; 
	font-weight: bold; 
}

.title { 
	font-size: 18px; 
	color: #8f8f8f; 
}

.title a {
	color: #FFFFFF;
	text-decoration: none;
}

.title a:hover {
	color: #a89884;
	text-decoration: none;
}

.content { 
	font-size: 10px; 
	color: #50545b; 
	font-weight: normal;
}

.content a { 
	color: #a9a09d; 
	font-weight: normal;
}

.content a:hover { 
	font-size: 10px; 
	color: #FFFFFF; 
	text-decoration: underline;
}

/* layout */
div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 905px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-image: url('../img/bg_ext_2.gif');
	background-repeat: repeat-y;
}

div#main {
	position: relative;
	margin: 0px auto 0px auto;
	width: 905px;
	height: 100%; 
}

#top {
	position: relative;
	width: 905px;
	height: 80px;
	margin: 0 auto 0 auto;
	/*background-image: url(../img/page_parts/top.gif);*/
}

div#footer {
	position: absolute;
	width: 100%;
	height: 60px;
	margin: 0 auto 0 auto;
	bottom: 0; /* stick to bottom */
	background-image: url('../img/footer.gif');
	background-repeat: no-repeat;
}

#selected {
	position: absolute;
	width: 120px;
	height: 20px;
	margin: 0 0 0 0;
	paddding: 0 0 0 0;
	top: 50px;
	left: 780px;
}

#nav {
	position: relative;
	width: 545px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: -70px;
	left: 180px;
}

#catalognav {
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	top: 5px;
	left: 15px;
}

#window_home {
	background-image: url(../img/pages/home.gif);
	background-repeat: no-repeat;
}

#window_alerts {
	background-image: url(../img/pages/productalerts.jpg);
	background-repeat: no-repeat;
}

#catalog1 {
	background-image: url(../img/pages/catalog1.gif);
	background-repeat: no-repeat;
}

#catalog2 {
	background-image: url(../img/pages/catalog2.gif);
	background-repeat: no-repeat;
}

#catalog3 {
	background-image: url(../img/pages/catalog3.gif);
	background-repeat: no-repeat;
}

#productselect {
	position: absolute;
	width: 289px;
	height: 344px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 80px;
	left: 50px;
	float: left;
	overflow: auto;
	line-height: 24px
}

#productimage {
	position: absolute;
	width: 305px;
	height: 385px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 40px;
	left: 360px;
	float: left;
}

#box_c {
	position: absolute;
	width: 329px;
	height: 344px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 80px;
	left: 50px;
	float: left;
	overflow: auto;
}

#box_d {
	position: absolute;
	width: 288px;
	height: 343px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 90px;
	left: 415px;
	float: left;
	overflow: auto;
}

#box_e {
	position: absolute;
	width: 288px;
	height: 344px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 80px;
	left: 50px;
	float: left;
	overflow: auto;
}

#box_f {
	position: relative;
	width: 210px;
	height: 305px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 60px;
	left: 405px;
	float: left;
}

#addtocatalog {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 335px;
	left: 425px;
	float: left;
}

#add {
	position: absolute;
	margin: 0 0 0 0;
	pardding: 0 0 0 0;
	top: 405px;
	left: 770px;
	float: left;
}

#add2 {
	position: absolute;
	margin: 0 0 0 0;
	pardding: 0 0 0 0;
	top: 405px;
	left: 400px;
	float: left;
}

#warranty {
	position: absolute;
	margin: 0 0 0 0;
	pardding: 0 0 0 0;
	top: 365px;
	left: 770px;
	float: left;
}

.nav_unit {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.window {
	position: relative;
	width: 905px; 
	height: 525px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.productscroll {
	position: relative;
	width: 715px; 
	height: 185px;
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
	top: 40px;
	left: 35px;
	text-align: left;
}

/* pages */
#home { background-color: #6a5e59; }

#newproducts { background-color: #6a5e59; }

#buildcatalog { background-color: #6a5e59; }

#select { background-color: #6a5e59; }

#technology { background-color: #6a5e59; }

#review { background-color: #6a5e59; }
