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

.debug{
	outline:solid #009 1px;
	}

html {height:100%;} 
body {height:100%;}
	
BODY{
	background-image:url(../images/bg.png);
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size: 0.8 em;
	}

A {
	color:#000;
	}
	
#wrapper{
	margin-left:auto;
	margin-right: auto;
	width: 960px;
	min-height: 1250px;
	height:100%;
	background-color: rgb(255,255,255);	
	background-color: rgba(255,255,255,0.85);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	}
	
#title{
 	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;	
	width: 960px;
	height: 150px;
	background-image:url(../images/title.png);
	background-repeat: no-repeat;
	}
	
#navcontainer {
	background-color: #000;
	color: #679902;
	border-top: 2px solid #679902;
	border-bottom: 2px solid #679902;
	height: 32px;
	}

#navcontainer ul {
	padding-left: 60px;
	margin-left: 0;
	margin-top:0;
	background-color: #000;
	float: left;
	width: 900px;
	font-size: 16px;
	font-weight: bold;
	}

#navcontainer ul li {
	display: inline;
	}

#navcontainer ul li a {
	padding: 0.5em 1em;
	background-color: #000;
	color: #679902;
	text-decoration: none;
	float: left;
	border-right: 2px solid #679902;
	font-size:0.85em;
	height:18px;
	}
	
#navcontainer ul li a:hover {
	background-color: #000;
	color: #e56c01;
	}	
	
#left{
	padding-left: 24px;
	width: 200px;
	min-height: 375px;
	float: left;
	}
	

#navcontainerleft ul
{
	list-style-type:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left:-42px;
	font-size: 0.8em;
	}

#navcontainerleft a
{
	color:#000;
}
	
#right{
	width: 700px;
	min-height: 375px;
	float:right;
	font-size: 0.8em;
	padding-right: 8px;
	margin-top: -8px;
	}
	
#right h1{
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
	margin-top: 16px;
}

#content{
	width: 800px;
	min-height: 375px;
	font-size: 0.8em;
	padding-left:75px;
	padding-right:75px;
	}
	
#content h1{
	font-size:19px;
	font-weight: bold;
	color: #000000;
	margin-top: 16px;
	display: block;

}

.product-frame{
	width: 195px; 
	height: 215px; 	
	font-size:10px; 
	margin: 5px; 
	padding: 12px;	
	text-align:center;
	float: left;	
	position: relative;
	background-color: rgb(255,255,255);	
	background-color: rgba(255,255,255,0.95);	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

.product-frame-large{
	width: 250px; 
	font-size:70%; 
	border:1px solid #00008B; 
	margin: 4px; 
	padding: 4px;	
	position: relative;
	background-color: rgb(255,255,255);	
	background-color: rgba(255,255,255,0.95);	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}
	
	
#footer{
	padding-top: 20px;
	height: 40px;
	text-align: center;
	font-size: 0.75em;	
	clear: both;
	}
	