@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: 58595B;
}
a:link {
	color: #8E3916;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8E3916;
}
a:hover {
	text-decoration: underline;
	color: #8E3916;
}
a:active {
	text-decoration: none;
	color: #8E3916;
}

h1 {
	margin: 0;
	}
	
h2 {
	font-size: 15px;
	color: #1A3024;
	margin: 0 0 4px 0;
}

h3 {
	font-size: 10px;
	line-height: 11px;
	color: #1A3024;
	font-weight: bold;
	margin: 0 0 15px 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58595B;
	margin: 0 0 15px 0;
}

ul {
	list-style-position: outside;
	padding: 0px;
	margin: 6px 0 0 14px;
	color: #58595B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

li {
	margin: 0 0 6px 0;
}

.sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 58595B;
}
.sidetext a:link {
	color: #8E3916;
	text-decoration: none;
}
.sidetext a:visited {
	text-decoration: none;
	color: #8E3916;
}
.sidetext a:hover {
	text-decoration: underline;
	color: #8E3916;
}
.sidetext a:active {
	text-decoration: none;
	color: #8E3916;
}

.productborder {
	border: #ECB412 solid 1px;
}

.footer {
	/* make it float at the bottom */
	color: #58595B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
}



/* LAYOUT */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#masthead {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:75px;
	z-index:1;
	background-color: #FFFFFF;
}

#logo {
	position:absolute;
	left:155px;
	top:14px;
	width:413px;
	height:28px;
	z-index:2;
}

#nav {
	position:absolute;
	left:208px;
	top:50px;
	width:468px;
	height:10px;
	z-index:3;
}

#bar {
	position:absolute;
	left:0px;
	top:100px;
	width:100%;
	height:33px;
	z-index:4;
	background-color: #ECB412;
}

#content {
	position:absolute;
	left:170px;
	top:185px;
	width:495px;
	z-index:5;
	height: 100px;
}

#contenthome {
	position:absolute;
	left:170px;
	top:345px;
	width:495px;
	z-index:5;
	height: 100px;
}

#img1 {
	position:absolute;
	left:208px;
	top:108px;
	width:62px;
	height:56px;
	z-index:6;
}

#img2 {
	position:absolute;
	left:274px;
	top:108px;
	width:62px;
	height:56px;
	z-index:6;
}

#imgh1 {
	position:absolute;
	left:208px;
	top:108px;
	width:88px;
	height:79px;
	z-index:6;
}

#imgh2 {
	position:absolute;
	left:300px;
	top:137px;
	width:62px;
	height:56px;
	z-index:6;
}

#hhome1 {
	position:absolute;
	left:350px;
	top:79px;
	width:236px;
	height:55px;
	z-index:8;
}
#hhome2 {
	position:absolute;
	left:350px;
	top:286px;
	width:204px;
	height:47px;
	z-index:9;
}
#sidebar {
	position:absolute;
	left:10px;
	top:189px;
	width:125px;
	height:100px;
	z-index:7;
}

#footer {
	/* make it float at the bottom */
	width: 500px;
	height: 30px;
	bottom: 0px;
	position: absolute;
	left: 170px;
	color: #58595B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
}

