/* ---------------------------------------- */
/* CSS RESET STYLE SHEET */
/* ---------------------------------------- */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* ---------------------------------------- */
/* END CSS RESET STYLE SHEET */
/* ---------------------------------------- */

/* CSS Document */

body {
	background-color: #D8D7D7;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

#container {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	width: 750px;
	height: 252px;
	background: url(/images/header.jpg);
}

#homebutton {
	position: relative;
	top: 180px;
	left: 15px;
	font-weight: bold;
	font-size: 16px;
}

#maincontent {
	position:relative; 
	width: 750px;
	height: 504px;
	background: url(/images/content_bg.jpg) #ffffff;
}

#maincontenthome {
	position:relative; 
	width: 750px;
	height: 504px;
	background: url(/images/content_home_bg2.jpg) #ffffff;
}

#heading {
	position: absolute;
	top: 5px;
	left: 170px;
	margin-top:0;
	padding-top:0;
}

#leftnav {
	width:500px;
	height: 300px;
	position: absolute;
	top: 67px;
	left: 0px;

	font-weight:bold;
	font-size: 15px;
}

#nav1 {
	margin: 0px 0px 0px 50px;
}

#nav2 {
	margin: 62px 0px 0px 45px;
}

#nav3 {
	margin: 62px 0px 0px 33px;
}

#nav4 {
	margin: 60px 0px 0px 50px;
}

#products {
	width: 350px;
	height: 470px;

	position: absolute;
	top: 45px;
	left: 400px;
}

#products A:hover {
	color: #E6561E;
}

#products h2 {
	font-size: 20px;
	font-weight: normal;

}

#products li {
	color: #E6561E;
	font-size: 12px;
	font-weight:bold;
	margin-top: 4px;
}

#products ul {
	list-style:square;
	margin-top:15px;
}

#product1 {
	float:left;
	width: 300px;
	padding-bottom: 17px;
}

#product2 {
	float:left;
	width: 300px;
	padding-bottom: 17px;
}

#product3 {
	float:left;
	width: 300px;
	padding-bottom: 17px;
}

#product4 {
	float:left;
	width: 300px;
	padding-bottom: 17px;
}

#footer {
	width: 750px;
	height: 55px;
	background: url(/images/footer.jpg) #ffffff no-repeat;
	font-size: 11px;
}

#bottomnav {
	margin: 50px 0px 0px 0px;
	background-color: #FFFFFF;
	width: 750px;
	float:right;
	text-align:right;
	line-height:2;
}

#bottomnav2 {
	background-color: #FFFFFF;
	width: 750px;
	float:right;
	text-align:right;
}