﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;
	background-color: #cccccc;
}

body a {
	color: #787878;
}

body a:visited {
	color: #787878;
}

body a:hover {
	color: #FD8D37;
}


body img {
	border: none;
}

body h1 {
	font-size:16px;
	color:#5ba627;
	margin:0;
	padding:0;
	font-family:"Century Gothic";
}


#bg {
	background:url(/images/bg.jpg) no-repeat;
	width: 1000px;
	height: 600px;
	margin:25px auto 0 auto;
}

#wrap {
	width:800px;
	margin:0 auto;
}

.logo {
	width:800px;
	float:left;
}

.whitebg {
	width:750px;
	background:#FFFFFF;
	float:left;
	margin: 10px 0 0 0;
	padding:25px;
}

.button a {
	background:url(/images/buttonbg.jpg) no-repeat;
	width:138px;
	height:25px;
	display:block;
	float:left;
	margin: 0 2px 2px 0;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding: 32px 0 0 10px;
}

.button a:hover {
	background:url(/images/buttonbg_r.jpg) no-repeat;
	width:138px;
	height:25px;
	display:block;
	float:left;
	margin: 0 2px 2px 0;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding: 32px 0 0 10px;
}

.imgbutton {
	float:left;
	margin: 2px 2px 0 0;
}

.mainbanner {
	float:left;
	margin: 2px 2px 0 0;
}

.footer {
	width:750px;
	height:40px;
	line-height:40px;
	float:left;
	margin: 10px 0 0 0;
	padding:0 25px;
	text-align:right;
	background:#999999;
	color:#FFFFFF;
}

.footer a {
	color:#FFFFFF;
}

.footer a:visited {
	color:#FFFFFF;
}

.footer a:hover {
	color:#333333;
}

.navigation {
	height:57px;
	font-size:12px;
}

.navigation a {
	color:#999999;
	text-decoration:none;
}

.navigation a:visited {
	color:#999999;
	text-decoration:none;
}

/*^'^ Navigation Structure ^'^*/
.nav-container a, .nav-container li{
	float:left;
	display:block;	
}

.nav-container ul{
	left:-10000px;
	position:absolute;
}

.nav-container, .nav-container ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.nav-container li a{
	float:none;
}

.nav-container li{
	position:relative;
	
}

li:hover>ul{
	left:auto;
}

#nav-container ul {
	top:100%;
}


/*^'^ Primary Items ^'^*/	
#nav-container a {	
	padding:30px 0 0 10px;
	color: #999999;
	font-size:15px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	background:url(/images/buttonbg.jpg);
	margin: 0 2px 0 0;
	width:138px;
	height:27px;
}

#nav-container a:hover{
	background:url(/images/buttonbg_r.jpg);
}

.selected {
	background:url(/images/buttonbg_r.jpg);
	width:138px;
	height:27px;
	padding:30px 0 0 10px;
	color: #999999;
	font-size:15px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0 2px 0 0;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
	background-color: #333333;
	border-top: 2px solid #FFFFFF;
	padding:5px 0;
}

#nav-container div, #nav-container ul li a {
	background:#333333;
	color:#999999;
	font-weight:normal;
	height:auto;
	padding:5px 10px;
	width:128px;
}

#nav-container div, #nav-container ul li a:hover {
	background:#5ba627;
	color:#FFFFFF;
}



/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
	padding:3px 10px 3px 6px;
	color:#FFFFFF;
	font-size:11px;
	margin: 0px 0px 0px 0px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
	color:#333333;
}

#contentleft {
	width:298px;
	float:left;
	margin:2px 0 0 0;
}

.subnav {
	background:#666666;
	padding:20px;
	float:left;
	width:258px;
}

.subnav a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

.subnav a:hover {
	color:#77db31;
}

.subnav ul {
	margin:0;
	padding:0;
	list-style:none;	
}

.subnav li {
	background:url(/images/arrow.gif) no-repeat 2px;
	padding:0 0 0 12px;
}

.contentimg {
	float:left;
	margin:2px 0 0 0;
}

#contentright {
	float:left;
	width:410px;
	padding:20px;
	margin:2px 0 0 0;
}

#contentfull {
	
	width:710px;
	padding:20px;
	margin:2px 0 0 0;
}


.product_thumb {
	float:left;
	padding:5px;
	
}

#productlist {
	height:400px;
	overflow:auto;
}

#imgshowplace {
	width:350px;
	height:400px;
	float:left;
	margin:2px 0 0 0;
}

#preview{
	position:fixed ;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	color:#fff;


	}
