@charset "UTF-8";
/* CSS Document */

/* HTML Tags */
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 */
	background-color: #FFFFFF;
}	

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: #5e5e5e;
	font-weight: normal;
}

.content a:hover {
	text-decoration: underline;
}

/* layout */
#container {
	position: relative;
	width: 100%; 
	height: 100%; 
	text-align: center;
}

#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);*/
}

#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: 875px;
	height: 60px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: -60px;
	left: 15px;
}

#catalognav {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	top: -35px;
}

#window_home {
	background-image: url(../img/pages/home.gif);
	background-repeat: no-repeat;
}

#window_alerts {
	background-image: url(../img/pages/productalerts.gif);
	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: 345px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 65px;
	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: 25px;
	left: 360px;
	float: left;
}

#box_c {
	position: absolute;
	width: 290px;
	height: 345px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 65px;
	left: 50px;
	float: left;
	overflow: auto;
}

#box_d {
	position: absolute;
	width: 285px;
	height: 305px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 70px;
	left: 375px;
	float: left;
}

#box_e {
	position: absolute;
	width: 285px;
	height: 345px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 65px;
	left: 55px;
	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: 390px;
	left: 770px;
	float: left;
}

#add2 {
	position: absolute;
	margin: 0 0 0 0;
	pardding: 0 0 0 0;
	top: 390px;
	left: 360px;
	float: left;
}

#warranty {
	position: absolute;
	margin: 0 0 0 0;
	pardding: 0 0 0 0;
	top: 350px;
	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: 25px;
	left: 35px;
	text-align: left;
}

/* pages */
#home { background-color: #FFFFFF; }

#newproducts { background-color: #FFFFFF; }

#buildcatalog { background-color: #FFFFFFF; }

#select { background-color: #FFFFFF; }

#technology { background-color: #FFFFFF; }

#review { background-color: #FFFFFF; }
