/* CSS Document */

html {
	margin: 0;
	padding: 0;;
	}
body {
	margin: 0;
	padding: 0;
	background-color: #FFC;
	}
h1 {
	font: 28px Arial, sans-serif;
	letter-spacing: 0.1em;
	color: #663;
	background-color: transparent;
	text-transform: uppercase;
	height: 102px;
	margin: 0px;
	padding-left: 1.5%;
	padding-top: 6px;
	}
h2 {
	font: bold 18px Arial, sans-serif;
	letter-spacing: 0.05em;
	color: #996;
	background-color: transparent;
	text-transform: uppercase;
	margin-top: 0px;
	}
h3 {
	font: 14px Arial, sans-serif;
	letter-spacing: 0.07em;
	color: #663;
	background: inherit;
	margin-bottom: -10px;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background: url(../../images/landing/menu_bg.jpg) repeat-y;
	}
#header {
	color: #663;
	background: white url(../../images/landing/products.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #033;
	}

#navwrapper {
	margin: 0px;
	padding: 0px;
	z-index: 10;
	}

#nav  { 
	color: #FFC; 
	background: #663 url(../../images/landing/nav_bg.jpg) repeat-x left bottom; 
	border-bottom: 1px solid #033;
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	float: left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 70%;
	}
#nav a  { 
	color: #FFC; 
	text-decoration: none; 
	background: #033 url(../../images/landing/nav_off.jpg) repeat-x left top; 
	display: block; 
	margin: 0 1px 0 0; 
	padding: 4px 10px; 
	float: left; 
	border-right: solid 1px #033; 
	}	
#nav a:hover   { 
	color: #099; 
	background: inherit url(../../images/landing/nav_on.jpg) repeat-x left top; 
	padding-bottom: 4px;
	}

#menu {
	float:left;
	width: 175px;
	line-height: 1.8em;
	color: #033;
	background: #CC9;
	padding-top: 5px;
	}
#menu ul {
	display: block;
	list-style-type: none;
	text-decoration: none;
	margin: 17px 0px 0px 24px;
	padding: 0;
	}
#menu a {

	font: 1em Arial, sans-serif;
	background: inherit;
	text-decoration: none;
}

#menu a:link {
	color: #033;
	background: inherit;
	text-decoration: none;
	}
#menu a:visited {
	color: #066;
	background: transparent;
	}
#menu a:hover {
	color: #099;
	background: transparent;
	text-decoration: underline;
	}
#menu a:active {
	color: #9CC;
	background: transparent;
	}


#content {
	font: .80em/1.4em Verdana, sans-serif;
	padding: 20px 15px 20px 15px;
	color: #333;
	background-color: white;
	margin: 0px 0px 0px 195px;
	border-left: 1px solid #996;
	}
#content a:link {
	color: #033;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	}
#content a:visited {
	color: #066;
	background: transparent;
	font-weight: bold;
	}
#content a:hover {
	color: #099;
	background: transparent;
	text-decoration: underline;
	}
#content a:active {
	color: #9CC;
	background: transparent;
	}

.right {
	float: right;
	margin-left: 20px;
	border: none;
	}
#footer {
	font: .75em Arial, sans-serif;
	border-top: 1px solid #000;
	text-align: center;
	color: #FFC;
	background: #099;
	padding: 10px;
	clear: both;
	}
#footer a:link {
	color: #9cc;
	background: transparent;

	text-decoration: none;
	}
#footer a:visited {
	color: #996;
	background: transparent;
	font-weight: bold;
	}
#footer a:hover {
	color: #99C;
	background: transparent;
	text-decoration: underline;
	}
#footer a:active {
	color: #663
	background: transparent;
	}