/* GLOBALS */

body, html {
	
	height: 100%;
	background-image:   url(../images/grass_bg.gif);
	background-color: #1D6201;
	padding: 0;
	margin: 0;
}

div, input, textarea, select {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00447C;
	line-height: 16px;
}

td {
	vertical-align: top;
}

a img {
	border: 0;
}

div#headers {
	font-weight: bold;
	font-size: 12px

}

div#price {
	font-weight: bold;
	colour: #EE3323;
	text-align: center;
}
/*/////////////////form styles///////////////////////////////////////////*/

input.login_text, select.login_text {
	clear: both;
	border: 1px solid #587FA0;
	background-color: #003058;
	width: 120px;
	height: 17px;
	margin-right: 3px;
	font-size: 9px;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 1px;
	text-valign: middle;
	

}
#floater {
	float: right;
}
div#searchbox {
	padding-left: 30px;
		

}
#tdrightpad {
	padding-right: 10px;		
}
	
/*/////////////////products styles///////////////////////////////////////////*/
#tdleft {
	background-color: #00437B;
	border-right: 1px solid #ffffff;
		
}

#tdleftpad {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;		
}

#tdcontent {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background-image:   url(../images/cell_bg.gif);
	background-repeat: repeat-x;	
}

div#products {
	background-color: #00233F;
	width: 660px;
	background-image:   url(../images/product_bg.gif);
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-bottom: 20px;
	padding-left: 100px;
	/*border-bottom: dotted #D2D2D2 1px;*/
}
div#logincart {
	width: 660px;
	height: 30px;
	background-image:   url(../images/login_header_bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
	padding-top: 7px;
	padding-left: 100px;
	text-valign: middle;
	font-size: 9px;
	color: #ffffff;
	
	/*border-bottom: dotted #D2D2D2 1px;*/
}
#clublogos {
	padding-bottom: 20px;
	padding-right: 20px;
	/*border-bottom: dotted #D2D2D2 1px;*/
}
/*/////////////////products styles///////////////////////////////////////////*/
div#product {
	width: 156px;
	height: 340px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border: 1px solid #00437B;
	font-size: 9px;
}
div#detail {
	height: 100px;
	text-align: center;

}

div#detailcategory{
	height: 20px;
	text-align: left;
	padding-left:10px;
	color:#FFFFFF;

}

div#description {
	width: 290px;

}
div#imgborderblue {
	
	border: 1px solid #00437B;
	
}


div#category {
	background-image:url(../images/category_back.gif);
	background-repeat:no-repeat;
	width: 270px;
	height: 140px;
	font-size: 9px;
	cursor:pointer;
	float:left;
}

div#category_black {
	background-image:url(../images/category_back-black.gif);
	background-repeat:no-repeat;
	width: 270px;
	height: 140px;
	font-size: 9px;
	cursor:pointer;
	float:left;
}


div#headertext {
	font-size: 11px;
	color: #00447C;
	margin-top: 5px;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 5px;
	/*border-bottom: dotted #D2D2D2 1px;*/
}
div#price{
	font-size: 11px;
	color: #FF1400;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-bottom: solid #FF1400 1px;*/
}

/*layout*/
div#mainbody {
	width: 760px;
	/*height: 100%;*/
	margin: 0 auto;
	background-color: #ffffff;
	border: 5px solid #ffffff;
	
}
div#header {
	border-bottom: 1px solid #ffffff;
	
}
div#leftlogo {
	float: left;
	width: 310px;
	height: 225px;
	background-image:   url(../images/bg_logos_left.gif);
	background-color: #00447C;
}
div#logos {
	
	float: right;
	width: 450px;
}
div#logotext {
	height: 100px;
	padding-top: 40px;
	padding-left: 17px;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
}
div#subheaders {
	clear: both;
	margin-bottom: 10px;
	/*background-image:   url(../images/bg_logos_left.gif);*/
}
div#specials {
	float: left;
	width: 380px;
	/*background-image:   url(../images/bg_logos_left.gif);*/
	
}
div#specials2 {
	float: right;
	width: 380px;
	/*background-image:   url(../images/bg_logos_left.gif);*/
	
}

div#imgspecials {
	clear: both;
	float: left;
	width: 190px;
	height: 220px;
	text-align:center;
	
	margin-right: 5px;
	/*background-image:   url(../images/bg_logos_left.gif);*/
	
}
div#imgspecials2 {
	clear: both;
	float: right;
	width: 190px;
	height: 220px;
	
	margin-right: 5px;
	/*background-image:   url(../images/bg_logos_left.gif);*/
	
}
div#footer {
	clear: both;
	width: 740px;
	height: 60px;
   	padding-right:20px;
	padding-top: 20px;
	background-image:   url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: right;
	background-color: #002F57;
	
	
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	padding-right: 8px;
	border-right: 1px solid #8AAEE2;
	padding-left: 5px;
	font-size: 10px;
	
}
#footer ul li.last a {
	border-right: none;
	padding-right: 0;
}
a {
	color: #003058;
	text-decoration: none;
}

a:hover {
	color: #003058;
	text-decoration: underline;
}

a.light {
	color: #C4D8F2;
	text-decoration: none;
}

.light1 {
	color: #C4D8F2;
	margin-right:-25px;
}

a.light:hover {
	color: #ffffff;
	text-decoration: underline;
}


/**
 * Shop Styles
 * @author Craig
 */
#shop-sidebar {
	float: left;
	width: 170px;
	background-color: #00437b;
	border-right: 1px solid #FFFFFF;
}

#shop-content {
	float: right;
	width: 589px;
}

#category-logo-side {
	border-bottom: 1px solid #FFFFFF;
}

ul#category-menu, ul#category-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#category-menu li {

}
ul#category-menu li a:link, ul#category-menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/category_menu_bg.gif);
	background-repeat: no-repeat;
	padding-right: 22px;
	padding-left: 5px;
	display: block;
	padding-top: 3px;
	height: 22px; /* 25px - padding */
	text-align: right;
}

ul#category-menu li a:hover, ul#category-menu li a:active {
	color: #FFFFFF;
	background-image: url(../images/category_menu_hover_bg.gif);
}

/**
 * Change background image on open menu items
 */
ul#category-menu li.open > a:link, ul#category-menu li.open > a:visited {
	background-image: url(../images/category_open_bg.gif);
}


/**
 * Second level children
 */
ul#category-menu ul li a:link, ul#category-menu ul li a:visited {
	background-image: url(../images/category_child_menu_bg.gif);
}
ul#category-menu ul li a:hover, ul#category-menu ul li a:active {
	background-image: url(../images/category_child_menu_hover_bg.gif);
}

/**
 * Third level children
 */
ul#category-menu ul ul li a:link, ul#category-menu ul ul li a:visited {
	background-image: url(../images/category_child_menu2_bg.gif);
}
ul#category-menu ul ul li a:hover, ul#category-menu ul ul li a:active {
	background-image: url(../images/category_child_menu_hover_bg.gif);
}

/**
 * fourth level children
 */
ul#category-menu ul ul ul li a:link, ul#category-menu ul ul ul li a:visited {
	background-image: url(../images/category_child_menu3_bg.gif);
}
ul#category-menu ul ul ul li a:hover, ul#category-menu ul ul ul li a:active {
	background-image: url(../images/category_child_menu_hover_bg.gif);
}

/**
 * Hide Children menu items (unless the parent has class of open)
 */
ul#category-menu li ul {
	display: none;
}
/**
 * Javascript will set this to be open if a parent has been clicked on
 */
ul#category-menu ul.open {
	display: block;
}

/**
 * Bold the currently selected category
 */
a.current {
	font-weight: bold;
}

/**
 * Map on contact us page
 */
#map {
	width: 360px;
	height: 250px;
	border: 1px solid #00437B;
	margin: 15px 0;
}


.whitetext{
color:#FFFFFF;
}

/* html .remember_me {
	height:10px; 
	width:10px; 
	margin-bottom:-1px;
	margin-left:-15px;
}*/

.remember_me {
	height:10px; 
	width:10px;
	position:absolute;
	left:-13px;
	top:1px;
	/*margin-bottom:-7px;
	margin-left:-15px;*/
}

.forgotten_password a, a.forgotten_password:link, a.forgotten_password:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#A4C7DB;
}

a.forgotten_password:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	color:#A4C7DB;
}

/* top banner ads */

.top_banner_cell_1 {
	padding:5px; 
	color:#FFFFFF; 
	border:2px solid #FFFFFF; 
	border-left:0px;
	background-color:#00437B;
	text-align:center
}

.top_banner_cell_2 {
	padding:5px; 
	color:#FFFFFF; 
	border:2px solid #FFFFFF;
	background-color:#2E5F89;
	border-left:1px solid #FFFFFF; 
	border-right:1px solid #FFFFFF;
	text-align:center;
}

.top_banner_cell_3 {
	padding:5px; 
	color:#FFFFFF; 
	border:2px solid #FFFFFF;
	background-color:#E0393E;
	text-align:center;
}

.top_banner_cell_4 {
	padding:5px; 
	color:#FFFFFF; 
	border:2px solid #FFFFFF;
	background-color:#EABC00;
	text-align:center;
	border-left:1px solid #FFFFFF; 
	border-right:0px
}

.top_banner_cell_1 a, .top_banner_cell_2 a , .top_banner_cell_3 a , .top_banner_cell_4 a, .top_banner_cell_1 a:hover, .top_banner_cell_2 a:hover, .top_banner_cell_3 a:hover, .top_banner_cell_4 a:hover {
	color:#FFFFFF;
}

.red_text {
	color: #ff0000;
}

#error_box 
{
	background-color:#09487b;
	color:white;
	border-bottom:1px solid white;
	padding:3px;
}

#error_box a,
#error_box a:visited {
	color: #eee;
	border-bottom:1px dotted #eee;
	text-decoration:none;
}
#error_box a:hover {
	color: #eee;
	border-bottom:1px solid #eee;
	text-decoration:none;
}

.splash_content {
	padding-top:30px;
	margin:0 auto;
	width:780px;
}