* {
border: 0;
margin: 0;
padding: 0;
outline: 0;
font-size: 100%;
list-style: none;
font-style: normal;
font-weight: normal;
line-height: inherit;
font-family: inherit;
text-decoration: none;
}

body {
background: url(images/Paper2.jpg) repeat center top;
font: 62.5%/1 Futura, "Century Gothic", AppleGothic, sans-serif;
}

/*---------- PAGE LAYOUT ----------*/

#page_wrap {
width: 980px;
margin: 0 auto;
}

#header {
width: 980px;
margin: 0 auto;
height: 100%;
}
	.header_logo {
	margin: 5px auto;
	width: 695px;
	}
	img.transparent {
	margin: 0 auto;
	}
	
	.weir {
	margin: 0 auto;
	width: 400px;
	}
	
	.weir img {
	margin: 0 auto;
	}
	
	

#navigation {
width: 860px;
height: 150px;
margin: 0 auto;
overflow: hidden;
}

#content {
width: 600px;
margin: 10px auto;
}

	body.options #content {
	width: 980px;
	margin: 5px auto;
	}
	
	body.tech #content {
	width: 980px;
	margin: 5px auto;
	}

#footer {
width: 980px;
height: 50px;
margin: 30px auto 0;
border-top: 1px solid #483114;
}


/*---------- END PAGE LAYOUT ----------*/

/*---------- GLOBAL STYLES ----------*/

strong {
font-weight: bold;
}

cite, em {
font-style: italic;
}

.clear {
height: 0;
clear: both;
display: block;
overflow: hidden;
}

.bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
position: absolute;
}

a, a:visited, a *, a:visited * {
cursor: pointer;
}

h1 {
font-size: 35px;
font-weight: 800;
text-transform: uppercase;
text-align: center;
margin: 15px auto;
padding: 5px 10px 10px;
color: #483114;
width: 550px;
}

	body.tech h1 {
	font-size: 30px;
	padding: 5px 5px 10px;
	width: 465px;
	}

h2 {
font-size: 25px;
font-weight: 400;
margin: 15px auto 5px;
padding: 2px 5px 5px;
color: #483114;
text-align: center;
text-transform: uppercase;
}

	body.tech h2 {
	text-align: left;
	}

h3 {
font-size: 20px;
font-weight: 300;
margin: 0;
padding: 2px 5px 5px;
color: #483114;
text-align: center;
}

h4 {
font-size: 18px;
font-weight: 100;
margin: 0;
padding: 2px 5px 5px;
color: #483114;
}

p {
font-size: 14px;
color: #483114;
padding: 0 5px 5px 15px;
margin: 5px 5px 10px;
text-align: justify;
}

img {
margin: 4px;
padding: 2px;
}

	body.options img {
	margin: 0 0 0 -10px;
	padding: 0;
	}

ul {
margin: 15px 0 15px 25px;
}

ul li {
list-style-type: disc;
font-size: 14px;
}

/*---------- END GLOBAL STYLES ----------*/

/*---------- NAVIGATION SYTLES ----------*/

#navigation ul.top_nav {
margin: 25px auto 0;
padding: 7px 0 0 90px;
background: url(images/nav_bg_760.png);
overflow: hidden;
height: 100%;
}

#navigation ul li {
display: inline;
float: left;
list-style-type: none;
margin: 30px 5px;
padding: 3px;
}
	#navigation ul li a.nav2 {
	display: block;
	float: left;
	background: url(images/menu_sprite_new3.png);
	background-position: -50px 0;
	text-indent: -9999px;
	width: 120px;
	height: 42px;
	}
	
	#navigation ul li.nav2 a:hover {
	background-position: -50px -51px;
	}
	
	#navigation ul li a.nav3 {
	display: block;
	float: left;
	background: url(images/menu_sprite_new3.png);
	background-position: -195px 0;
	text-indent: -9999px;
	width: 310px;
	height: 42px;
	}
	
	#navigation ul li.nav3 a:hover {
	background-position: -195px -51px;
	}
	
	#navigation ul li a.nav4 {
	display: block;
	float: left;
	background: url(images/menu_sprite_new3.png);
	background-position: -520px 0;
	text-indent: -9999px;
	width: 193px;
	height: 42px;
	}
	
	#navigation ul li.nav4 a:hover {
	background-position: -520px -51px;
	}

#navigation ul li.nav3 {
width: 300px;
}

#navigation ul li.nav4 {
width: 175px;
}

#navigation ul li.active {
/* background-color: #947767; */
}

#navigation ul li a {
text-decoration: none;
color: #fff;
padding: 1px 5px;
}

#navigation ul li a:active, #navigation ul li a:hover {
color: #483114;
}

/*---------- END NAVIGATION STYLES ---------*/

/*---------- CONTENT STYLES ---------*/

.video {
width: 640px;
margin: 10px auto;
}

p {
font-size: 14px;
padding: 0 5px 5px;
margin: 5px 5px 10px;
}

table.prodtable {
font-size: 14px;
margin: 10px auto;
}

thead {
padding: 5px;
}

th {
padding: 5px 35px;
font-weight: bold;
border-bottom: 1px solid #000;
}

td {
padding: 5px 10px;
text-align: center;
}

td.desc {
text-align: left;
}

.col1 {
float: left;
width: 475px;
margin: 5px;
}

.col2 {
float: right;
width: 475px;
margin: 5px;
}


/*---------- END CONTENT STYLES ---------*/

/*---------- FOOTER STYLES ---------*/



#footer p {
margin: 10px auto 5px;
font-size: 14px;
color: #000;
text-align: center;
}

#footer p a {
color: #000;
padding: 5px;
}

#footer p a:hover {
color: #483114;
background: #fff;
}


/*---------- END FOOTER STYLES ---------*/










