
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	}

* {
	padding:0;
	margin:0;
}
#wrapper {
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	min-height: 93%;
	width:800px;
	margin: 0 auto;
}
* html #wrapper { 
	height:100%; /* IE6 treats height as min-height */
}
#main {
	overflow:hidden;
	padding-bottom: 50px;  /* must be same height as the footer */
}
/*---------------------------------- HEADER*/
#header {	
	width:800px;
	padding:0;
	margin:0;
	padding-bottom:20px;
	border-bottom:#E4E4E4 1px dotted;	
}
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	padding-top:55px;	
}
#menu ul li {
	text-transform:uppercase;
	color:#808080;
	display:inline;
}
#menu ul li a {
	cursor:pointer;
	font-weight:bold;
}
#menu ul li a:link {
	color:#808080;
	text-decoration:none;
}
#menu ul li a:visited {
	color:#808080;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#f7941d;
}
#menu ul li a:active {
	color:#f7941d;
}
#logo {
	float:left;
	padding-right:30px;
}
/*---------------------------------- SEARCH FORM*/
#search{
	position:absolute;
	font-size:9px;
	text-transform:uppercase;
	right:10px;	
	padding-top:10px;
}
#search table tr td{
	padding-left:10px;
}

#textbox {
	font-size:10px;
}
.stripe {
	background-color:#E7E7E7;
}
.highlight {
	background-color:#EAEEFD;
}

/*---------------------------------- NAVIGATION*/
#navi {
	float:left;
	width: 180px;
	padding-left:10px;
	padding-right:10px;
	word-wrap:break-word;	
}
#firstpane {
	margin: 10px auto;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top:10px;
}
.menu_list {
	width: 180px;
}
.menu_head {
	cursor: pointer;
	position:relative;
	font-weight:bold;
	background-image:url(../images/left.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform:uppercase;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.menu_head a {
	color:#808080;
	text-decoration:none;	
}
.menu_head a:link, a:visited {
	color:#808080;
}
.menu_head a:hover{
	color:#f7941d;
}
.menu_body {
	display:none;
	text-transform:uppercase;
	margin-left:15px;
}
.menu_body a {
	display:block;
	color:#808080;
	background-color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.menu_body a:link, a:visited {
	color:#808080;
}
.menu_body a:hover, a:active {
	color:#f7941d;
}

.linkActive {
	color:#f7941d;
	}

/*---------------------------------- CONTENT*/
#content {
	padding-top:20px;
}
#prod_img {
	padding-top:20px;
	text-align:center;
}
#prod_name {
	font-weight:bold;
	font-size:22px;
	text-align:center;
	color:#092869;
	text-transform:uppercase;
}
/*---------------------------------- FOOTER*/
#footer {
	position: relative;
	width:800px;
	margin: -50px auto; /* negative value of footer height */
	
	height: 50px;
	clear:both;
	
	font-size:11px;
	color:#808080;
	
} 
#top {
	position:relative;
	background-color:#D6D6D6;
	height:40px;
}
#page {
	position:absolute;
	top:10px;
	left:10px;	
}

#left {
	font-weight:bold;
	margin-left:10px;
}

#left tr td{
	padding-right:10px;
}

#left a{
	cursor:pointer;
}
#left a:link{
	color:#808080;
	text-decoration:none;
	
}
#left a:visited{
	color:#808080;
}
#left a:hover{
	color:#f7941d;
}
#left a:active{
	color:#f7941d;
}

#right {
	position:absolute;
	right:10px;
	top:42px;
}
#bottom {
	position:absolute;
	font-weight:bold;	
	right:10px;
	
}
