@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/body-bg.gif) repeat #aedc72;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111;
	margin:0 0 25px 0;
	padding:0px;
}
img{
	border:none 0px;
}

/*	Outer	*/
.outer{
	background:url(../images/top-bg.gif) repeat-x top;
	width:100%;
}
.outer .bottombg{
	background:url(../images/bottom-bg.gif) repeat-x bottom;
}
.outer .shade-right{
	background:url(../images/shade-right.gif) no-repeat left center;
}
.outer .shade-left{
	background:url(../images/shade-left.gif) no-repeat right center;
}
.outer .container{
	width:720px;
}

.outer .inner{
	width:690px;
	background:#fff;
	padding:10px 15px 15px 15px;
}
.outer .inner2{
	background:#fff;
	height:25px;
	line-height:24px;
	font-size:11px;
	color:#666;
}
.outer .footer{
	background:#ccff8a;
	height:34px;
	line-height:33px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-transform:uppercase;
}
.outer .footer a{
	color:#444;
	padding:0 8px 0 8px;
	text-decoration:underline;
}
.outer .footer a:hover{
	color:#777;
	text-decoration:none;
}


/*	Main container	*/
.outer .inner .nav{
	background:url(../images/nav-bg.gif) repeat-x #fff;
	height:43px;
}
.outer .inner .nav td{
	text-align:center;
	line-height:40px;
}
.outer .inner .nav a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#ff8a00;
	text-align:center;
	display:block;
	margin-bottom:3px;
	font-weight:bold;
	text-decoration:underline;
}
.outer .inner .nav a:hover{
	border-bottom:#bbbbbb solid 3px;
	margin-bottom:0px;
	color:#000000;
	
}

.outer .inner .nav .left{
	background:url(../images/nav-left.gif) no-repeat right top #fff;
	width:6px;
}
.outer .inner .nav .right{
	background:url(../images/nav-right.gif) no-repeat left top #fff;
	width:4px;
}
.outer .inner .nav .seprater{
	background:url(../images/nav-seprater.gif) no-repeat center top #fff;
	width:6px;
}
.outer .inner .slogans{
	line-height:35px;
	font-size:12px;
	border-bottom:#bbb solid 2px;
	color: #003300;
	font-weight:350;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.outer .inner .main{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111;
	
}
.outer .inner .main a{
	text-decoration:underline;
	color:#111;
	font-size:12px;
}
.outer .inner .main a:hover{
	text-decoration:none;
	color:#111;
	font-size:12px;
}
.outer .inner .main h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#006600;
	
}

 .outer .inner .main a.buy{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color: #000000;
	
}

.outer .inner .main .readmore, .readmore{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#ff8a00;
	
}
.outer .inner .main .line{
	border-bottom:#aaa solid 1px;
}
.outer .inner .main .imgleft{
	float:left;
	margin:0 15px 15px 0;
	border:#bbb solid 1px;
}
