body,html{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg2.gif);
	color: #13488B;

}
a {
	color: #13488B;
}
.srch_bg {
	background: url(../images/search.png) no-repeat top right;
}
.nav_right {
	background: url(../images/nav_right_corner.png) no-repeat top right;
}
.nav_bg {
	background: url(../images/nav_bg.png) repeat-x top right;
}
.nav_bg ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #13488B;
	padding:0;
	margin:0;
}
.nav_bg ul li {
	list-style: none ;
	display: block ;
	float: left;
	height: 55px;
	/*width: 133px;*/
	padding:0 0px 0 0px;
	margin:0;
	background: url(../images/nav_white_l.png) no-repeat top left;
	text-align: center;
	/*padding-top: 16px;*/
}
.nav_bg ul li span{
	background: url(../images/nav_white_r.png) no-repeat top right;
	display:block;
	height: 55px;
	padding: 0 17px;
	/*width: 133px;*/
}

.nav_bg ul li.current {
	list-style: none ;
	display: block ;
	float: left;
	height: 55px;
	/*width: 144px;*/
	padding:0;
	margin:0;
	color:#FFFFFF;
	background: url(../images/nav_blue_l.png) no-repeat top left;
	text-align: center;
}

.nav_bg ul li.current span {
	display: block ;
	height: 55px;
	/*width: 144px;*/
	background: url(../images/nav_blue_r.png) no-repeat top right;
}

.nav_bg ul li a {
	text-decoration: none;
	display:block;
	height: 32px;
	/*width: 133px;*/
	padding-top: 16px;
	color: #13488B;
}
.nav_bg ul li.cart span{
	padding: 13px 14px 0 14px;
}
.nav_bg ul li.cart a {
	background:#FF0000;
	height: 20px;
	padding: 3px;
	color:#FFFFFF;
}

.nav_bg ul li.current a {
	text-decoration: none;
	display:block;
	height: 32px;
	/*width: 133px;*/
	padding-top: 16px;
	color:#FFFFFF;
}
.nav_bg ul li a:hover {
	color:#0066FF;
}
.nav_bg ul li.current a:hover {
	color:#FFFFFF;
}
.footer_link {
	text-decoration:none;
	color: #13488B;
	font-weight: bold;
}
#search_header input {
	border : 0px;
	margin-left: 15px;
}
form {
	padding: 0;
	margin: 0;
}
.cat_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
	color: #13488B;
}
.better_night {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #13488B;
}
.cat_link {
	text-decoration:none;
	padding:0;
	margin:0;
	display:block;
}
.cat_link img {
	text-decoration:none;
	padding:0;
	margin:0;
	display:block;
	border: 0;
}
.sort {
	text-decoration:none;
}
.sort:hover {
	text-decoration:none;
	font-weight:bold;
}
.prod_name {
	font-weight: bold;
}
.prod_name2 {
	font-weight: bold;
	color:#FFFFFF;
}
.prod_desc {

}
.prod_desc2 {
	color:#FFFFFF;

}
.find_more {

}
.find_more2 a{
	color:#FFFFFF;

}
.price{
	color:#FFFFFF;
	font-weight:bold;
	white-space:nowrap;
	font-size: 10px;
}
.addcart{
	color:#ED1C25;
	text-decoration:none;
	font-weight:bold;
}
.page{
	text-decoration: none;
	border: 1px solid #13488B;
	padding: 0 2px 0 2px;
}
.page:hover{
	text-decoration: none;
	border: 1px solid #FFF;
	padding: 0 2px 0 2px;
}
.page_curr {
	font-weight:bold;
}
.photo_tbl_hd{
	font-weight:bold;
}
.order_row{
	border-bottom: 1px solid #CCCCCC;
}
#specials{
	background: url(../images/Specials-Button.png) no-repeat top center;
	width: 208px;
	height: 163px;
	text-align: left;
	padding: 110px 10px 10px 10px;
}
.wasprice {
 	color:#000000;
	font-size: 24px;
	text-decoration:line-through;
	padding: 3px 5px;
	background-color:#FFFFFF;
}
.remove_btn {
background: url('../images/button-remove.gif') no-repeat center  ;
width: 20px;
height: 19px;
font-size: 0px;
color:#FFFFFF;
border:0px;
cursor: pointer;
}
.submit_continue {
background: url('../images/button-continue-shopping.gif') no-repeat center  ;
width: 153px;
height: 25px;
font-size: 0px;
color:#FFFFFF;
border:0px;
cursor: pointer;
}
.submit_clear {
background: url('../images/button-clear-cart.gif') no-repeat center  ;
width: 82px;
height: 25px;
font-size: 0px;
color:#FFFFFF;
border:0px;
cursor: pointer;
}
.submit_checkout {
background: url('../images/button-submit-order.gif') no-repeat center  ;
width: 113px;
height: 25px;
font-size: 0px;
color:#FFFFFF;
border:0px;
cursor: pointer;
}

/*Products List View*/
.prodbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 655px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 12px;
	padding-bottom: 12px;
}
.moreinfo {
	float: right;
	font-size: 12px;
	vertical-align: middle;
	color: #666;
}
moreinfo a {
	color: #333;
	text-decoration: none;
}
.moreinfo a:hover {
	color: #13488B;
}

.prodinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-right: 16px;
	padding-left: 16px;
}
.prodtitle {
	color: #13488b;
	padding-bottom: 5px;
	font-size: 20px;
}

.prodinfo h1 {
	color: #13488b;
	font-size: 20px;
}
.prodbullet_info {
	padding: 4px;
	font-size: 12px;
	font-style: italic;
	color: #13488B;
}
.buy {
	float: right;
}
.price {
	font-size: 12px;
	color: #999;
	padding-top: 5px;
}
.saleprice {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.prodprice {
	padding: 4px;
	border: 1px dotted #CCC;
	margin-top: 4px;
	margin-bottom: 4px;
}
.prodoptions {
	color: #333;
	padding-top: 5px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FDFDFD;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.imgcaption {
	color: #666;
	padding-top: 2px;
}
.imgcaption a {
	text-decoration: none;
	color: #666;
}


.prodbullet {
	padding-left: 8px;
	padding-top: 4px;
}
.optiontbl {
	padding-top: 4px;
	padding-left: 6px;
}
.prodfeatures {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

/*Products Grid View*/
.prodbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 12px;
	padding-bottom: 12px;
}
.moreinfo2 {
	font-size: 12px;
	vertical-align: middle;
	color: #666;
	padding-bottom: 5px;
}
moreinfo2 a {
	color: #333;
	text-decoration: none;
}
.moreinfo2 a:hover {
	color: #13488B;
}

.prodinfo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 5px;
}
.prodtitle2 {
	color: #13488b;
	padding-bottom: 5px;
	font-size: 20px;
}

.prodinfo2 h1 {
	color: #13488b;
	font-size: 20px;
}
.prodbullet_info2 {
	padding: 4px;
	font-size: 12px;
	font-style: italic;
	color: #13488B;
}
.buy2 {
	float: right;
}
.price2 {
	font-size: 12px;
	color: #999;
	padding-top: 5px;
}
.saleprice2 {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.prodprice2 {

}
.prodoptions2 {
	color: #333;
	padding-top: 5px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FAFAFA;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.imgcaption2 {
	color: #666;
	padding-top: 2px;
}
.imgcaption2 a {
	text-decoration: none;
	color: #666;
}


.prodbullet2 {
	padding-left: 8px;
	padding-top: 4px;
}
.optiontbl2 {
	padding-top: 4px;
	padding-left: 6px;
}

