*{
  margin: 0;
  padding: 0;
}
/*
colors
dark 5c7a1f
mid 99cc33
light
*/
body {
	font-size: 100%;
	font-family: Helvetica, Arial, san-serif;
	text-align: center;
	color: #666;
	background-image: url('/images/bkg.jpg');
	background-repeat: repeat-x;
	background-color: #66ccff;
}

a{
	color: #4c9ecc;
	text-decoration: none;
}
a:hover{
	color: #4c9ecc;
	text-decoration: underline;
}
img {
	border: 0;
	}
#title h1{
	font-size: 50%;
	color: #fff;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
}
#page {
	clear: both;
}
#content {
  width: 925px;
	margin: 20px auto;
	text-align: left;
	padding: 7px;
	border: 1px solid #4c9ecc;
	/*border: 7px solid #eee;*/
	background-color: #fff;
}
#header {
	width: 100%;
	margin-bottom: 5px;
	height: 60px;
	float: left;

}


	
#logo {
	float: left;
	margin: 0 10px 5px 10px;
}
#freephone {

	float: right;
	margin-right: 10px;
}


.login {color: #666;
font-size:11px;
padding: 5px;}

.login a:link, .login a:visited {text-decoration: none;
font-weight: bold;
color: #666;}

.login a:hover {text-decoration:none;
color: #FF0000;}

/* =Main Nav
-----------------------------------------------------------------------------*/
#topMenu{
	width: 100%;
	/*background-color: #4c9ecc;*/
	height: 27px;
	clear: both;
	float: left;
	margin-bottom: 5px;
	border-bottom: 4px solid #4c9ecc;
}

#topMenu ul {
  margin: 0; 
  padding: 0; 
  position: relative; 
  display: inline;
  font-size: 80%;
  list-style-type: none;
  width: 475px;
  float: right;
  }
#topMenu li{
  float: left; 
  text-decoration: none;
  color: #fff; 
  display: block; 
  text-align: center; 
  font-family: Arial; 
  font-weight: bold;
  position: relative;
  border-right: 3px solid #fff;
  }
#topMenu li a{
	float: left; 
  text-decoration: none;
  /*color: #fff; */
  color: #4c9ecc;
  display: block; 
  text-align: center; 
  font-family: Arial; 
  padding: 0 10px;
	text-transform: uppercase;
  line-height: 27px;
}
#topMenu li a:hover {
  /*color: #4c9ecc; 
  background-color: #fff;
  border-bottom: 4px solid #fff; */
  background-image: url('/images/nav_on.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  }
/*#topMenu li:hover ul, #topMenu li.over ul { 
  display: block; 
}*/
#topMenu li ul {
  display: none;
  width: 218px;
  padding: 5px 0 12px 0;
  margin: 0 0 0 -60px;
  /*border-top: 3px solid #fff;*/
  position: absolute; 
  top: 100%;
  left: 0;
  background-image: url('/images/drop_css.png');
  background-position: bottom center;
  z-index: 10;
  font-size: 100%;
  }

#topMenu li ul li {
  padding: 0;
  margin: 0 0 0 5px;
  border: 0;
  display: block;
  width: 100%;
  text-align: left; 
  background-image: none;
  
}
#topMenu li ul li a {
  color: #fff;
  background-image: none !important;
  font-weight: normal;
  }
#topMenu li ul li a:hover {
  background-image: none !important;
  text-decoration: underline;
  border-bottom: 0;
  }
#topMenu li:hover ul, #topMenu li.over ul { 
  display: block; 
}


#container{
  float: left;
  clear: both;
  width: 925px;
  margin: 0;
  padding-bottom: 20px;
  }

/*#left{
	float: left;
	width: 755px;
}
#right{
	float: right;
	width: 220px;
	border-top: 25px solid #4c9ecc;
}*/
#main{
	float: left;
	width: 100%;
}
#main p{
  margin-bottom: 10px;
  line-height: 150%;
  font-size: 85%;
}
#main li{
	font-size: 75%;
}
#main h3{
		margin: 10px 0;
		font-size: 100%;
		color: #005696;
}
#main h1, #main h2{
		margin: 10px 0;
		font-size: 100%;
		color: #005696;
}
#userContent img{
  margin: 2px 5px;
  border: 2px solid #343434;
}
.innerText{
	padding: 5px 10px;
}

#brandImg{
	clear: both;
	float: left;
	margin-bottom: 8px;
}

#slideWrapper{
	width: 100%;
	float: left;
	padding: 50px 0;
	border-top: 1px solid #ccc;
	background-image: url('/images/slide_bkg.jpg');
	background-repeat: repeat-x;
}
#slideShow{
	clear: both;
	float: left;
	margin: 0 15px !important;
}


#breadcrumbs {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 8px;
	font-size: 100%;
	height: 33px;
	line-height: 20px;
	background-image: url('/images/breadcrumbs_bkg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	text-indent: 5px;
}

#menuCell {
	width: 125px;
	float: left;
	position: relative;
	color: #333;
}
.overlay{
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #fff;
	opacity: 0.7;
	-moz-opacity: 0.7; /* older Gecko-based browsers */
	filter:alpha(opacity=70); /* For IE6&7 */
}
.content {
	position: relative; /* Moves the Text above the transparency */
	padding-bottom: 10px;
	}
#menuCell h3{
	font-size: 75%;
	margin-left: 8px;
	margin-top: 8px;
}
#menuCell a{
	color: #333;
}
#menuCell ul {
	padding: 0 4px;
	margin: 0 4px;
	font-size: 80%;
	padding-bottom: 13px;
}
#menuCell li {
	list-style: none;
	line-height: 100%;
	margin-bottom: 1px;
}

#on1 a, #on a,#menu li a:hover,#menu li a:hover {
	color: #005696 !important;
	text-decoration: none;
}
.noBull{
	padding-left: 15px !important;
}
.noBull li{
	list-style: none !important;
	margin-left: 0;
	padding-left: 0;
}

	
#searchBox{
	width: 390px;
	background-color: #45c3d3;
	background-image: url(../images/style_search.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	float: right;
	clear: both;
	margin: 0 10px 10px 10px;
}
#searchBox form{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#searchBox div{
	float: left;
	margin-left: 15px;
	width: 135px;
	font-size: 80%;
}
#searchBox select{
	width: 135px;
	border: 0;
	font-size: 12px;
	color: #005696;
	padding: 0;
}
#searchBox label{
	display: block;
	color: #fff;
}
#searchButton{
	float: left;
	margin-top: 45px;
	width: 55px;
}
	
#footer {

  clear: both;
	width: 100%;
	text-align: center;
	height: 40px;
	border-top: 4px solid #eee;
	/*background-color: #4c9ecc;
	color: #fff;*/
}
#footerIcons{
	float: left;
	width: 300px;
}

/*#footer a{
	color: #fff;
}*/
#footer ul{
	list-style: none;
	float: right;
	width: 600px;
	margin: 5px 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
}
#footer li{
	margin: 0;
	padding: 0 15px;
	display: block;
	text-align: center;
	float: right;
	line-height: 25px;
	border-right: 3px solid #fff;
}

#subFooter{
	width: 880px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	font-size: 75%;
	margin-bottom: 20px;
}
#subFooterL{
	width: 700px;
	float: left;
}
#subFooterR{
	width: 100px;
	float: right;
}

label{
	display: block;
	margin-bottom: 3px;
}
form i{
	color: #f00;
}

#events{
	width: 100%;
	float: left;
}
#eventList{
	width: 100%;
	clear: both;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #4c9ecc;
}
.eventItem, .eventItemAlt{
	width: 100%;
	float: left;
	clear: both;
}
.eventItemAlt{
}
.itemL{
	width: 200px;
	float: left;
	/*font-size: 90%;*/
	text-align: center;
}
.itemL h3{
	color: #666 !important;
}
.itemR{
	width: 660px;;
	float: right;
}

#list {
	/*background-color: #eee;*/
	width: 470px;
	float: left;
}
#sectionInfo{
}

#products{
	border-top: 2px dotted #005696;
	width: 100%;
}
.item {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	width: 175px;
	height: 225px;
}
.item img{
	border: 1px solid #005696;
	width: 175px;
	/*height: 175px;*/
	margin-bottom: 8px;
}
.item p{
	margin-bottom: 5px !important;
	line-height: 100% !important;
	font-weight: bold;
}
.item a{
	color: #666;
}

.pag{
	clear: both;
	float: left;
	text-align: right;
	width: 755px;
	margin-top: 15px;
	text-indent: -4px;
	font-size: 85%;
}

#productMain{
	width: 655px;
	float: left;
}
#productMain h2{
	color: #005696;
	font-size: 110%;
}
#productMain h3{
	font-size: 75%;
	margin-bottom: 15px;
}
#productMain p{
	font-size: 75%;
}

#productImageCell{
	float: left;
	width: 302px;
	border-bottom: 2px dotted #005696;
	padding-bottom: 25px;
}
#productImageCell a{
	color: #666;
}
#brandLink{
	font-size: 75%;
	margin-bottom: 15px;
}
#productMainImg{
	border: 1px solid #005696;
}
#productSmallImgs{
	padding-top: 15px;
	clear: both;
	float: left;
	width: 309px;
}
#productSmallImgs img{
	margin-right: 9px;
}
#productSmallImgs p{
	padding-bottom: 6px;
	text-align: center;
}
#productSmallImgs p img{
	margin-bottom: -4px;
}

#lastSmall{
	margin-right: 0 !important;
}
#copy, #copy a{
	text-align: center;
	color: #005696;
}
#box{
	float: right;
	color: #005696;
}
.productThumb{
	border: 1px solid #005696;
	margin-bottom: 8px;
}
.productThumb:hover{
	cursor: pointer;
}
a.productButton, a.checkoutButton, input.checkoutButton{
	height: 20px;
	background-color: #005696;
	color: #fff;
	font-size: 75%;
	padding: 2px 10px;
	line-height: 20px;
}
a:hover.productButton, a:hover.checkoutButton, input.checkoutButton:hover{
	background-color: #7faaca;
	text-decoration: none;
}


#productDetails{
	width: 320px;
	float: right;
	margin-top: 30px;
}


.productButton{
	background-color: #005696;
	color: #fff;
	border: 0;
	font-size: 75%;
	font-weight: bold;
	font-family: Arial, san-serif;
	width: 160px;
}
.productButton:hover{
	cursor: pointer;
	background-color: #7faaca;
}
	
#productQuantity{
	border-top: 2px dotted #005696;
	border-bottom: 2px dotted #005696;
	padding: 3px 0;
	margin: 10px 0 20px 0;
	font-size: 75%;
	float: left;
	width: 100%;
}
#quant{
	float: left;
	width: 120px;
}
#quant input{
	margin-left: 15px;
	width: 20px;
	text-align: right;
}
#productSize{
	float: right;
	width: 200px;
	text-align: right;
}
#productSize select{
	background-color: #005696;
	border: 0;
	margin-left: 10px;
	color: #fff;
	border: 1px solid #005696;
	width: 155px;
}
#addedMessage{
	clear: both;
	float: right;
	text-align: right;
	width: 150px;
	color: #f00;
	margin-top: 2px;
	height: 18px;
	font-size: 75%;
}



#productRight{
	width: 220px;
	float: right;
	border-bottom: 2px dotted #005696;
}
#productRight h3{
	padding-top: 33px;
	background-image: url(../images/squiggle.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	color: #005696;
	font-size: 75%;
	width: 100%;
	clear: both;
}
#productRight img{
}
.productRightBox{
	width: 92px;
	height: 170px;
	padding: 0;
	float: left;
}
.productRightBox p{
	font-size: 75%;
	margin-bottom: 5px;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 2px dotted #005696; 
	border-style: none none dotted; 
	width: 100%;
	margin-bottom: 5px;
	clear: both;
}

.cartItem{
	width: 645px;
	background-color: #f6f6f6;
	color: #333;
	border: 1px solid #ccc;
	padding: 5px;
	float: left;
	clear: both;
	margin-bottom: 5px;
}
.cartItem img{
	float: left;
	width: 90px;
	margin-right: 5px;

}
.cartItem select{
	font-size: 80%;
	border: 0;
}
.cartItem input{
	font-size: 80%;
	border: 1px solid #ccc;
	width: 20px;
}

.cartDelete{
	width: 24px !important;
	float: right !important;
	display: inline;
}
.cartDesc, .cartPrice{
	float: left;
	width: 155px;
	font-size: 90%;

}
.cartDesc{
	height: 75px;
}
.cartCell {
	float: left;
	width: 83px;
	font-size: 90%;
	margin-left: 15px;
}
.cartCellDouble{
	float: left;
	width: 180px;
	font-size: 90%;
	margin-left: 15px;
}
.cartCell b{
	color: #005696; 
}
.cartBttm{
	width: 550px;
	float: right;
}
.wideCell{
	width: 550px;
	float: left;
	font-size: 90%;
}
.cartTotal{
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0;
}
.cartTotalL{
	width: 110px;
	float: right;
	font-size: 75%;
}
.cartTotalR{
	width: 80px;
	float: right;
	text-align: right;
	font-size: 75%;
}
#shipping{
	font-size: 90%;
}

#code{
	font-size: 70%;
	height: 12px;
	margin: 0 10px;
}

#loginBox{
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	float: left;
	width: 600px;
	height: 25px;
	font-size: 75%;
	line-height: 25px;
}
#loginBox label{
	float: left;
	font-weight: bold;
	margin-left: 10px;
}
#loginBox input{
	float: left;
	width: 170px;
	margin: 4px 5px 3px 5px;
}

#logout{
	clear: both;
	float: left;
	margin-top: 30px;
	font-size: 75%;
}

#bottomNote{
	clear: both;
	width: 600px;
	padding-top: 10px;
}
.contactBox{
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	float: left;
	width: 925px;
	margin-top: 10px;
	font-weight: bold;
}
.contactCol{
	float: left;
	width: 450px;
	margin-left: 10px;
}
.contactTitle{
	width: 100%;
	float: left;
	clear: both;
	text-indent: 10px;
}
.contactCheckCol{
	float: left;
	width: 285px;
	margin-left: 10px;
	font-size: 95%;
}
.contactCheckCol label{
	float: left;
	width: 175px;
	line-height: 25px;
}
.contactCheckCol input{
	float: left;
	width: 25px !important;
	height: 25px !important;
}
.contactBox input, .contactBox select{
	width: 350px;
}
#joinBox{
	width: 200px;
	float: left;
	line-height: 25px;
	margin-top: 10px;
	margin-left: 305px;
	font-weight: bold;
}
#joinBox input{
	float: right;
	width: 25px !important;
	height: 25px !important;
}
#sendButton{
	float: right;
	background-color: #4c9ecc;
	color: #fff;
	border: 0;
	font-size: 90%;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	width: 150px;
	margin: 10px 130px 0 0;
}
#sendButton:hover{
	cursor: pointer;
	background-color: #ccc;
}

#forgotPass{
	float: left;
	clear: left;
	margin-left: 10px;
	font-size: 75%;
	margin-top: 5px;
}

#userForm{
	width: 645px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px 6px;
	float: left;
}
#cardRow{
	margin-bottom: 25px;
}
#cardRow img{
	margin-bottom: -10px;
	margin-right: 20px;
}
.formRow{
	clear: both;
	float: left;
	width: 600px;
	font-size: 75%;
	color: #333;
	margin: 5px 0;
}
.formRowL{
	float: left;
	width: 180px;
	padding-right: 20px;
	margin: auto 0;
	}
.formRowR{
	float: left;
	width: 400px;
	margin: auto 0;
}

#customerInf{
	width: 905px;
	float: left;
	clear: both;
	height: 60px;
	border-bottom: 1px solid #005696;
	margin-bottom: 10px;
	font-weight: bold;
}
.custL{
	float: left;
	width: 450px;
}
.custR{
	float: right;
	width: 450px;
}
.custR img, .custL img{
	margin-bottom: -20px;
}

.bigGrey{
	width: 96%;
	padding: 2%;
	float: left;
	clear: both;
	background-color: #eee;
	font-size: 150% !important;
	color: #ccc !important;
}

.slideUpload{
	float: left;
	width: 33%;
	margin: 10px 0;
}
.slideUpload img{
	margin-bottom: 5px;
}
.slideUpload input{
	float: left;
}

#ringSize{
	width: 500px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 95%;
}
#ringSize td, #ringSize th{
	text-align: center;
	border-right: 1px solid #ccc;
	padding: 3px 5px;
}
.alt{
	background-color: #eee;
}
ul#pageList{
	margin-left: 20px;
	font-size: 120%;
	list-style: none;
	font-weight: bold;
}
.listInd{
	margin-left: 10px;
	font-weight: normal;
}

/*------------------------------------------------------*/
#tooltip {
	position: absolute;
	font-size: 75%;
	z-index: 3000;
	border: 1px solid #005696;
	background-color: #fff;
	padding: 5px;
	opacity: 0.95;
	width: 300px;
	color: #333;
}
#tooltip h3, #tooltip div { margin: 0; }


/*------------------------------------------------------*/
.jqzoom{
float:left;
position:relative;
padding:0px;
cursor:pointer;
}

.jqzoom img{
float:left;
}


div.zoomdiv {
z-index                 : 100;
position                : absolute;
top:0px;
left:0px;
width                   : 200px;
height                  : 200px;
background: #ffffff;
border:1px solid #CCCCCC;
display:none;
text-align: center;
overflow: hidden;


}

div.jqZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
top:0px;
left:0px;
width                   : 50px;
height                  : 50px;
border: 1px solid #aaa;
background: #ffffff url(../images/zoom.gif) 50% top  no-repeat;;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

/*------------------------------------------------------*/
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:375px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding: 12px 20px;;
font-size:13px;
}
#popupContact h3{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContact input, #popupContact textarea{
	border: 1px solid #ccc;
	width: 350px;
	margin: 2px 0 8px 0;
	font-family: Helvetica, Arial, san-serif;
	font-size:13px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#popupContactClose:hover{
	cursor: pointer;
}
/*CALENADAR----------------------------------------------------*/
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}

table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}

table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}

table.jCalendar td.today {
	background: #666;
	color: #fff;
}

table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}

table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}

table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}

table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */


div.dp-popup {

	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}

div#dp-popup {
	position: absolute;
	z-index: 199;
}

div.dp-popup h2 {
	font-size: 12px;
	color: #333;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	background-image: none;
}

a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}

a#dp-close:hover {
	text-decoration: underline;
}

div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-prev a {
	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */

div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}

div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-next a {
	float: right;
}

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}

div.dp-popup td {
	cursor: pointer;
}

div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/cal.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}