/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#55a1d5;
}
a:hover {
	color:#55a1d5;
	text-decoration : underline;
}

html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background-color:#b3c737;
}

h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li {
	padding:0;
	margin:0;
}
ol,ul {list-style:none;}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	line-height: 39px;
	color: #b3c737;
	padding:25px 0 10px 0;
	margin:0 0 20px 0;
	font-style: normal;
	font-weight: normal;
	border-bottom:1px solid #d1d2d4;
}

 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #000000;
	padding:0 0 8px 0;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding:0 0 3px 0;
	font-style: normal;
	font-weight: bold;
}

 .bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
#background {
	width:100%;
	    background:#FFFFFF url(/images/background.gif) repeat-x;
}	

#wrapper {
	width:980px;
	height:auto;
	margin:0 auto 0 auto;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:980px;
	height:89px;
	padding:33px 0 0 0;
    background: url(/images/header.jpg) no-repeat;
	position:relative;
}

#subheader {
	width:980px;
	height:69px;
	padding:53px 0 0 0;
    background: url(/images/header.gif) top no-repeat;
	position:relative;
}

.logo {
	position:absolute;
	left:0;
	top:14px;
	display:block;
}
/*--------------------------------------------------------------------------------------------------
	slide show
--------------------------------------------------------------------------------------------------*/

#slideshow {
    position:relative;
	width:327px;
	height:500px;
	float:left;
	padding:0;
	margin:0;
}

#slideshow img {
	padding:0;
	margin:0;
	display:block;
	overflow:hidden;
}


/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/

#nav {
	width:980px;
}

#nav ul {
	padding:0 20px 0 0;
	margin:0;
	width:960px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 1px;
	margin:0;
}

#nav ul li a {
    float:right;
	text-align:center;
    padding:1px 10px 1px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	} 

#nav #active { 
	text-decoration: none;
	color:#b3c737;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	color:#b3c737;
	}

.border {
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	border-right:1px solid #5d88a1;
	} 
	
	
/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#intro {
	width:980px;
	height:500px;
	background: url(/images/intro.gif) top no-repeat;
	position:relative;
}

.description1 {
	position:absolute;
	left:327px;
	top:121px;
}

.description2 {
	position:absolute;
	left:539px;
	top:121px;
}

.description3 {
	position:absolute;
	left:751px;
	top:121px;
}

.description4 {
	position:absolute;
	left:434px;
	top:303px;
}

.description5 {
	position:absolute;
	left:646px;
	top:303px;
}

.description6 {
	position:absolute;
	left:25px;
	top:434px;
}

.description7 {
	position:absolute;
	left:56px;
	top:20px;
}

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/
#headerimage {
	width:715px;
	height:117px;
	float:left;
}
#content {
	width:980px;
	overflow:hidden;
	padding:0 0 25px 0;
}


#columncontainer {
	width:223px;
	float:right;
	height:396px;
	padding:15px 21px 0 21px;
	background: url(/images/column.gif) top no-repeat;
}

.column {
	width:223px;
	background: url(/images/columncontainer.gif) bottom no-repeat;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

.column h2 {
	font-size: 17px;
	color:#FFFFFF;
	height:26px;
	padding:10px 15px 8px 10px;
	background: url(/images/column_header.gif) top no-repeat;
}

.column ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	padding:0 15px 3px 15px;
	font-style: normal;
	font-weight: normal;
}

.column p {
	line-height: 14px;
	padding: 0 15px 8px 15px;
}

.column li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding: 0 0 5px 7px;
}

.cross {
	color:#8cc63f;
	font-weight:bold;
}

#leftcolumn {
	width:715px;
	float:left;
	overflow:hidden;
}

#copy {
	width:685px;
	float:left;
}

#subcopy {
	width:920px;
	overflow:hidden;
	padding:15px 30px 0 30px;
}
.introcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	padding: 0 0 15px 0;
	margin:0 0 15px 0;
	font-style: normal;
	font-weight: normal;
	border-bottom:1px solid #d1d2d4;
}

#copy ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	padding:0 0 5px 15px;
	font-style: normal;
	font-weight: normal;
}

#copy li { 
	background: url(/images/bullet.gif) left top no-repeat;
	padding: 0 0 5px 7px;
}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:500px;
	padding:15px 0 15px 10px;
	margin:5px 0 15px 0;
	float: left;
	  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	text-align:left;
	border:1px solid #d1d2d4;
	background-image: url(/images/form.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #8cc63f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	padding:3px;
	margin:0;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #55a1d5;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #55a1d5;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #00375E;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #00375E;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#00375E;
	color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background: #569fd3 url(/images/button.gif) right center no-repeat;
border: 1px solid #00467f;
padding: 3px 15px 3px 10px;
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
}

.cssbutton:hover{
background: #569fd3 url(/images/button2.gif) right center no-repeat;
background-color: #00467f;
padding: 3px 15px 3px 10px;
text-decoration: none;
color: #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#grass {
	width:100%;
	background:url(/images/grass.gif) repeat-x;
	padding:65px 0 0 0;
}	

#footer {
	width:980px;
	margin:0 auto 0 auto;
}

#footerleft {
	width:340px;
	margin:0;
	float:left;
	text-align:left;
	padding:0;
}

#footerright {
	width:600px;
	margin:0;
	float:right;
	text-align:right;
	padding:0;
}
#footerleft p {
	font-size: 10px;
	line-height: 13px;
	padding:0 0 10px 0;
	color:#FFFFFF;
}

#footerright p {
	font-size: 10px;
	line-height: 13px;
	color:#c3c5c8;
	padding:0 0 10px 0;
}

.snipe {
	color:#ccd880;
}

.divider {
	color:#8b8d08;
}
a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}

a.gecko:link {color: #ccd880; text-decoration: none;}
a.gecko:active {color: #ccd880; text-decoration: none;}
a.gecko:visited {color: #ccd880; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}


	
/* Custom font definitions
----------------------------------------------- */
	

	.headPrice {
		font-weight:bold;
		color:#990000
	}

/* Custom form elements
----------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}

.inputFormat {
	height:19px;
	font-size:12px;
	padding:1px; color:#333;
	vertical-align:middle;
}

#search input{
	vertical-align:middle;
 	margin:0;
 	padding:0;
}

.btnSearch {
	vertical-align:middle;
	position:relative;
	top:0px;
	margin:0px;
	padding:0px;
 	color:#0060B1;
 	font-size:12px;
 	cursor:pointer;
 }

/* Top Menu
----------------------------------------------- */

.cartInfo {
	padding-top:5px;
	font-size:12px;
	line-height:3px;
}

.cartInfo a{
	display:block;
}

.cartInfo a:hover {
	background-color:#F1F1EB;
}

.cartInfo img {
	border:0;
	vertical-align:middle;
}

#myAccount,	#shoppingCart {
	width:150px;
	font-weight:100;
	color:<ss:value source=$font.paragraph.color/>;
}

.cartInfoHeadings {
	color:<ss:value source=$font.heading.color/>;
	font-size:14px;
	font-weight:bold;
}

#myAccountDL, #shoppingCartDL {
	padding-left:18px;
}

.cartItem, .acctItem {
	padding:1px 0px 3px 0px
}

/* Top NavBar
----------------------------------------------- */
.navBar {
	height:51px;
	background: url("<ss:value source="$storeVersion.images['body_bg.gif']"/>") repeat-x top;
}

.navBarInner {
	width:980px;
}

.navBarLeft {
	font-family:<ss:value source=$font.paragraph.face/>;
	float:left;
	padding-top:5px;
}

.navBarRight {
	font-family:<ss:value source=$font.paragraph.face/>;
	float:right;
	padding-top:5px;
	padding-right:35px;
}
.navBarLeft a:link, .navBarLeft a:visited, navBarRight a:link, .navBarRight a:visited{
	color:white;
	font-weight:bold;
	font-size:12px;
}

.search {
	width:150px;
	margin-top:5px;
}

/* Left Navigtaion Column
----------------------------------------------- */
.leftColumn {
	margin:5px 15px 5px 0px;
	width:230px;
	background-color:#f7f7f7;
	font-size:12px;
	font-family:<ss:value source=$font.heading.face/>;
}

.leftColumn h2 {
	display:block;
	font-weight:bold;
	font-size:18px;
	color:<ss:value source=$font.heading.color/>;
	margin:0 !important;
	padding:10px 8px;
	background-color:#edecec;
	background:url("<ss:value source="$storeVersion.images['leftHeader_bg.gif']" />") repeat-x top left;}

.vertNav {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:white;
	background-color:#f7f7f7;
}

.vertNavLink {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:1px solid #dedcdc;
}

.vertNavLink a:link, .vertNavLink a:visited {
	color:#777;
	text-decoration:none;
}

.vertNavLink a:hover {
	color:#333;
	text-decoration:underline;
	background-color:#edecec;
}

.vertNavLinkMisc {
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#edecec;
}

.vertNavLinkMisc a{
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:1px solid #dedcdc;
}

.vertNavLinkMisc a:link, .vertNavLinkMisc a:visited {
	color:#777;
	text-decoration:none;
}

.vertNavLinkMisc a:hover {
	color:#333;
	text-decoration:underline;
	background-color:#edecec;
}
.viewMoreCat {
	display:none;
}

.viewMoreCats {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:1px solid #dedcdc;
	font-weight:100;
}

.viewMoreCats a:link, .viewMoreCats a:visited {
	color:#888;
	text-decoration:none;
}

.viewMoreCats a:hover {
	color:#333;
	text-decoration:underline;
	background-color:#edecec;
}

.leftSubCats a{
	padding:2px 4px 2px 25px;
	line-height:normal;
	display:block;
	font-weight:100;
}

.leftSubCats a:link, .leftSubCats a:visited {
	font-weight:100;
}

.leftSubCats a:hover {
	text-decoration:underline !important;
}

/* Footer
----------------------------------------------- */

.footerBorders {
		text-align:center;
		padding:15px 0px 15px 0px;
		border-top:3px solid #E1DED6;
		border-bottom:1px solid #E1DED6;
}
