@charset "utf-8";
/* CSS Document */

*
{
margin:auto;
padding:0px;
}
fieldset,img { 
border:0;
padding:0px;
margin:0px;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
/*font-family:Times New Roman, Helvetica, sans-serif;
font-weight:normal;*/
}
a{
outline:none;
padding:0;
margin:0;
border:0;
}
input
{
outline:none;
}
/*---------------------------------------------------------------------------------
2. COMMON CSS CLASSES
---------------------------------------------------------------------------------*/
body
{
font-size:13px;
font-family:Times New Roman, Helvetica, sans-serif;
color:#292929;
/*background:url(images/Products/images/bg.gif) repeat-x 0 215px  #a8a8a8;*/
}
h1
{
font-size:18px;
font-weight:bold;
color:#6b8a25;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
}
.padd10top
{
padding:10px 0 0 0;
}
.padd10bottom
{
padding:0 0 10px 0;
}
/*---------------------------------------------------------------------------------
3. GLOBAL LAYOUT
---------------------------------------------------------------------------------*/
#page_width
{
margin:4px auto;
width:960px;
overflow:hidden;
background:#FFFFFF;
}
/* HEADER STARTS */
#header
{
	width:960px;
	height:200px;
	text-align:left;
	background:url(/images/Products/images/header.jpg) no-repeat top left;
	position: relative;
}
#header .logo_panel
{
/*float:left;
text-align:left;
width:380px;
height:157px;
padding:0 0 0 8px;*/
	display: block;
	width: 135px;
	height: 130px;
	position: absolute;
	top: 13px;
	left: 27px;
	border: 0;
}
#header .logo_panel .shipping
{
margin:10px 0 0 0;
width:200px;
height:47px;
background:url(/images/Products/images/bg_shipping.gif) no-repeat;
}
#header .logo_panel .shipping span
{
display:block;
font-size:18px;
font-weight:bold;
color:#9b3824;
padding:3px 0 0 46px;
}
#header .logo_panel .shipping p
{
display:block;
font-size:12px;
font-weight:bold;
color:#323232;
padding:2px 0 0 46px;
margin:0px;
}
#header .logout_panel
{
width:320px;
height:110px;
padding:20px 8px 0 0;
}
#header .login_panel
{
	text-align: left;
	position: absolute;
	width: 210px;
	height: 100px;
	right: 0;
	top: 34px;
}
#header .login_panel h4
{
font-size:13px;
font-weight:none;
	color: #fff;
margin:0px;
font-family:Helvetica, Arial, sans-serif;
/*text-align:right;
padding-right:162px;*/
}
#header .login_panel .input_panel
{
width:130px;
/*padding:10px 0 0 0;*/
overflow:hidden;
float:left;
display:inline;
margin-right:10px;
}
#header .login_panel .input_panel label
{
float:left;
display:block;
width:75px;
font-size:12px;
color:#2970a4;
}
#header .login_panel .input_panel input
{
/*float:left;
width:144px;
height:20px;
border:1px solid #9e9e9e;*/
	border: 0;
	background-color: #fff;
	font-family: arial;
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	padding: 4px 0 3px 2px;
	margin-bottom: 2px;
	margin-top: 6px;
	width: 130px;
	color: #333;
	text-align: left;
}
#header .login_panel .btn {
	float:left;
/*	margin:4px 0 0 136px;*/
	width: 50px;	
	display:inline;
}
#header .login_panel .btn .loginimg
{
/*float:left;
width:33px;
height:22px
margin-left:10px;
text-align:right;
border:none;*/
	border: 0;
	padding: 4px 0 3px 2px;
	margin-bottom: 2px;
	margin-top: 6px;
	background: transparent url(/images/Products/images/buttonlogin.png) no-repeat left top;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#header .login_panel .btn .loginimg:hover {
	background: transparent url(/images/Products/images/buttonlogin.png) no-repeat left bottom;
}
#header .login_panel p
{
text-align:left;
display:block;
/*padding:0 39px 0 0;*/
margin:0px;
}
#header .login_panel p a
{
font-size:11px;
color:#fff;
text-decoration:underline;
/*padding:10px 0 0 0;*/
}
#header .login_panel p a:hover
{
text-decoration:none;
}
#header .login_panel .shopping
{
float:right;
text-align:left;
font-size:12px;
color:#a82225;
height:15px;
background:url(images/Products/images/icn_shoppingcart.gif) no-repeat left 12px;
padding:12px 0 0 30px;
margin-right:30px;
}
#header .nav_panel
{
/*clear:both;
width:960px;
height:47px;
background:url(images/Products/images/toplink_bgc.gif) repeat-x;*/
	background: transparent url(/images/Products/images/nav.gif) repeat-x left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 41px;
	width: 960px;
}
#header .nav_panel .leftbg
{
/*float:left;
width:16px;
height:47px;
background:url(images/Products/images/toplink_bgl.gif) no-repeat;*/
}
#header .nav_panel .rightbg
{
/*float:right;
width:16px;
height:47px;
background:url(images/Products/images/toplink_bgr.gif) no-repeat;*/
}
#header .nav_panel ul
{
	position: absolute;
	bottom: 12px;
	left: 65px;
}
#header .nav_panel ul li
{
	display: inline;
	margin-right: 2px;
}
#header .nav_panel ul li a
{
	color: #fff;
	padding: 9px 20px 14px;
	position: relative;
	font-weight:normal;
}
#header .nav_panel ul li a:hover,
#header .nav_panel .active
{
	/*background: transparent url(/images/Products/images/tab.gif) no-repeat left top;
	color: #006633;*/
	border: none 0;
}
#header .nav_panel .active span,
#header .nav_panel ul li a:hover span {
	display: block;
	/*background: transparent url(/images/Products/images/tabcorner.gif) no-repeat left top;*/
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 37px;
}
/* HEADER ENDS */
#middle_container
{
clear:both;
margin:0 auto;
width:950px;
overflow:hidden;
padding:6px 0 0 0;
}
#left_container
{
float:left;
width:180px;
overflow:hidden;
margin:0 0 10px 0;
background:#71b1da;
}
#left_container h2
{
font-size:16px;
font-weight:bold;
color:#FFFFFF;
padding:10px 0 5px 10px;
}
#left_container ul
{
margin:0 auto;
width:170px;
list-style:none;
}
#left_container ul li
{
margin:0 0 2px 0;
height:25px;
}
#left_container ul li a
{
display:block;
height:20px;
font-size:11px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#366f98;
text-decoration:none;
background:url(images/leftlink_bg.gif) no-repeat;
padding:5px 0 0 33px; 
}
#left_container ul li a:hover
{
background:url(images/leftlink_bg_hover.gif) no-repeat;
}
#left_container .bootombg
{
height:10px;
width:220px;
background:url(images/left_bgb.gif) no-repeat bottom #71b1da;
padding:9px 0 0 0;
}
#left_container .gray_container
{
width:212px;
background:#ededed;
padding:0 0 15px 8px
}
#left_container .gray_container h2
{
font-size:16px;
font-weight:bold;
color:#1c679d;
padding:5px 0 10px 0;
}
#left_container .gray_container select
{
width:160px;
height:20px;
border:1px solid #9e9e9e;
}
#left_container .gray_container .gobttn
{
margin:0 0 0 5px;
}
#left_container .gray_container ul
{
list-style:none;
width:210px;
margin:0;
padding:0;
}
#left_container .gray_container ul li
{
height:20px;
}
#left_container .gray_container ul li a
{
font-size:11px;
font-weight:bold;
color:#434343;
text-decoration:none;
background:url(images/icn_box.gif) no-repeat left 3px;
padding:0 0 0 14px;
}
#left_container .gray_container ul li a:hover
{
text-decoration:underline;
background:url(images/icn_box.gif) no-repeat left 3px;
}
#right_container
{
float:right;
width:760px;
overflow:hidden;
}
.gray_container
{
overflow:hidden;
width:524px;
background:url(images/graybg_right.gif) repeat-x top;
padding:5px 0 3px 5px;
}
.gray_container .imgborder
{
border:1px solid #c1c1c1;
padding:2px;
}
.gray_container .right10margin
{
margin:0 4px 0 0;
}
.gray_container .blue_panel1
{
float:left;
width:275px;
height:155px;
background:#4693cc;
padding:10px;
}
.gray_container .blue_panel1 h2
{
font-size:16px;
font-weight:bold;
color:#FFFFFF;
}
.gray_container .blue_panel1 span
{
float:left;
display:block;
width:67px;
margin:25px 10px 0 0;
}
.gray_container .blue_panel1 p
{
float:left;
display:block;
margin:25px 0 0 0;
width:120px;
font-size:11px;
color:#f2f2f2;
}
.gray_container .blue_panel1 .btn 
{
float:right;
margin:20px 0 0 0;
}
.gray_container .blue_panel2
{
float:right;
width:225px;
height:175px;
text-align:center;
background:#4693cc;
}
.gray_container .blue_panel2 .img
{
margin:25px 0 18px 0;
}
.gray_container .blue_panel2 p a
{
font-size:16px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.gray_container .blue_panel2 p a:hover
{
color:#b1d1e4;
}
.blue_panel3
{
float:right;
width:225px;
height:161px;
/*background:url(/images/callnowbg.gif) repeat-x bottom #6caad4;*/
padding:4px 0 0 0;
*width:235px;
}
.blue_panel3 .callpanel
{
float:left;
width:110px;
margin:50px 0 0 0;
}
.blue_panel3 p a
{
display:block;
margin:5px 0 0 0;
width:105px;
font-size:15px;
font-weight:bold;
color:#a11616;
text-decoration:none;
text-align:center;
}
.blue_panel3 p a:hover
{
color:#ffffff;
}
.blue_panel3 p span
{
display:block;
width:105px;
text-align:center;
font-size:16px;
font-weight:bold;
color:#313131;
}
.blue_panel3 .callno
{

clear:both;
font-size:20px;
font-weight:bold;
color:#313131;
padding:5px 0 0 10px;
}
.content_container
{
clear:both;
width:460px;
overflow:hidden;
}
.content_container h1
{
font-size:18px;
font-weight:bold;
color:#2b2b2b;
padding:10px 0;
}
.content_container p
{
font-size:12px;
color:#292929;
}
.content_container .content_panel


{
float:left;
width:390px;
overflow:hidden;
}
.content_container .right_panel
{
float:right;
width:225px;
overflow:hidden;
}
#featured_products
{
clear:both;
float:right;
width:220px;
overflow:hidden;
/*background:#4693cc;
*width:230px;*/
margin:10px 0;
}
#featured_products h2
{
/*font-size:16px;
font-weight:bold;
line-height: 30px;
color:#ffffff;
padding-top:15px;
*padding-top:10px;
*line-height: 37px;
*/
	color: #fff;
	text-transform: uppercase;
	background-color: #006633;
	text-align: center;
	margin:0;
	padding: 9px 0;
	font-size:13px;
}
#featured_products .products_container
{
clear:both;
margin:0 auto;
/*width:215px;
height:100px;
border-bottom:1px dotted #487698;*/
padding:8px 0px;
/**width:220px;*/
text-align:center;
}
#featured_products .products_container .content
{
/*float:right;
width:109px;*/
}
#featured_products .products_container .content p
{
font-size:12px;
font-weight:bold;
/*color:#fdd389;
padding:15px 0 4px 0;*/
margin:0px;
}
#featured_products .products_container .content span
{
display:block;
font-size:12px;
color:#f2f2f2;
padding:0 0 10px 0;
}
#featured_products .products_container img
{
/*float:left;*/
	border: 1px solid #ccc;
	display: block;
	margin: 10px auto 10px;
}
#featured_products .products_container .content a
{
/*float:right;
font-size:11px;*/
color:#006633;

background:url(images/arrow_green.gif) no-repeat 0 3px;
/*padding:0 20px 0 15px;*/
margin:0;
}
#featured_products .products_container .content a:hover
{
text-decoration:underline;
}
#giftcards
{
float:right;
margin:5px 0 0 0;
width:225px;
height:100px;
background:url(images/bg_giftcards.gif) no-repeat #FFFFFF;
*width:235px;
}
#giftcards h2
{
font-size:16px;
font-weight:bold;
color:#2b2b2b;
padding:5px 0 0 10px;
}
#products_panel
{
margin:20px 0 30px 0;
width:390px;
overflow:hidden;
}
#products_panel .products
{
float:left;
margin:0 9px 0 0;
width:124px;
text-align:center;
}
#products_panel .products p
{
display:block;
padding:12px 0 6px 0;
}
#products_panel .products p a
{
font-size:12px;
color:#9d0000;
text-decoration:none;
}
#products_panel .products p a:hover
{
text-decoration:underline;
}
#products_panel .products span
{
font-size:12px;
font-weight:bold;
color:#a17934;
}
/*
#securityicons
{
width:390px;
height:50px;
margin:20px 0 5px 0;
}
#footer
{
width:960px;
height:75px;
padding:10px 0 0 0;
background:#a8a8a8;
}
#footer p
{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}
#footer p a
{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
padding:0 10px;
}
#footer p a:hover
{
text-decoration:underline;
}
#footer .copyright
{
margin:10px 0 0 0;
font-size:11px;
color:#FFFFFF;
font-weight:normal;
}
#footer .rightlinks
{
margin:10px 0 0 0;
}
#footer .rightlinks a
{
font-size:11px;
color:#FFFFFF;
font-weight:normal;
text-decoration:underline;
padding:0;
}
#footer .rightlinks a:hover
{
text-decoration:none;
}
*/
.MainCat
{
 width:140px;
 float:left;
 margin-left:-50px;
 margin-bottom:4px;
}
.MainCat img
{
 margin-right:5px;
}
.navbar {
margin:3px 0 3px 6px;	
}
.box {
	border: 1px solid #cccccc;
	border-top: 0;
	padding: 15px 0;
}

#main {
	width: 500px;
	margin-left:10px;
}
#main h1 {
	color: #006633;
	font-size: 18px;
	margin: 15px 0;
}
#main p {
	line-height: 18px;
	margin: 15px 0;
	font-size:12px;
}
#main p a:hover {
	border-bottom: 1px solid #006633;
}

/* floats */

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.alignleft {
	float: left;
	display: inline;
	margin: 5px 10px 10px 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
	overflow: hidden;
}

#banner_rotate  {
	width:500px;
	position: relative;
}
#banner_rotate div.ui-tabs-hide, .ui-tabs-hide {
	display:none;
}
#uic {
	position: absolute;
	bottom: 0;	
	background-image: url(/images/Products/images/slidebg.png);
	height: 30px;
	width: 500px;
}
#banner_rotate ul {
	list-style-type:none;
	padding-left: 230px;
}
#banner_rotate ul li {
	display:inline;
}
#banner_rotate ul li a {
	background: url(/images/Products/images/ball.png) no-repeat scroll left center transparent;
	display:block;
	float:left;
	height: 30px;
	margin:0 5px;
	text-indent:-9999px;
	width: 11px;
}
#banner_rotate ul li.ui-tabs-selected a {
	background-position:right center;
}
.ui-tabs-panel {
	display:block;
	position:relative;
	z-index:0;
}

#products {
	padding-top: 20px;
	text-align: center;
}
#products .product{
	width: 160px;
	margin-right: 10px;
	line-height: 18px;
}
#products .product img{
	border: 1px solid #ccc;
	margin: 10px 0;
}
#products h3 {
	color: #fff;
	text-transform: uppercase;
	background-color: #006633;
	text-align: center;
	padding: 9px 0;
}
#products p{
	margin: 0;
}
#products .last {
	margin-right: 0;
}

#footer {
	background: transparent url(/images/Products/images/footertop.gif) no-repeat left top;
	width: 960px;
	margin: 25px auto;
	padding: 25px 0 0;
}
#partner {
	background: transparent url(/images/Products/images/footerbottom.gif) no-repeat left bottom;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
#partner img{
	margin: 0 13px 20px;
}
#footer .links a:hover {
	border-bottom: 1px solid #006633;
}
#footer .links {
	padding-bottom: 20px;
}
#footer .links li {
	display:inline;
	margin:0 24px;
}
#footer p {
	font-size: 12px;
	margin-bottom: 30px;
}
#payment {
	padding: 10px 0 30px;
}
#payment img{
	margin: 0 2px;
}
