/* Standard Resets */
body
{
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px auto auto auto;
	color:#333333;
}
p{
	padding:2px;
	margin:0px;
}
a img{
	border:0;
}


/* Main page layout */
#main_container{
	width:980px;
	height:auto;
	margin:auto;
	padding:0px;
}
#main_content{
	clear:both;
	margin-top:135px;
}
#menu_tab{
	width:980px;
	height:30px;
}
.center_content{
	width:556px;
	float:left;
	padding:4px 16px;
}
.left_content{
	width:196px;
	float:left;
	padding:0;
}
.right_content{
	width:196px;
	float:left;
	padding:0;
	background-color:#FFFFFF;
}




/*---------------- top menu tab----------------------*/
.left_menu_corner{
	width:9px;
	height:30px;
	float:left;
	background:url(../images/menuPurple_left.gif) no-repeat center;
}
.right_menu_corner{
	width:9px;
	height:30px;
	float:left;
	background:url(../images/menuPurple_right.gif) no-repeat center;
}
ul.menu {
	list-style-type:none;
	float:left;
	display:block;
	width:962px; 
	margin:0px;
	padding:0px;
}
ul.menu li {
	display:inline;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
}
ul.menu li.divider {
	display:inline;
	width:2px;
	height:30px;
	float:left;
	background:url(../images/menu_divider.gif) no-repeat center;
}
a.topNav{
	display:block;
	float:left;
	padding:0px 18px 0px 13px;
	margin:0 0px 0 0px;
	height:30px;
	text-decoration:none;
	color:#FFFFFF;
	background: #ccc url(../images/menuPurple_bg.gif) repeat-x;
}
a.topNav:hover{
display:block; float:left; height:30px;text-decoration:none; color:#FFFFFF;
background:url(../images/menuPurple_bg_hover.gif) repeat-x;
}
img.menuImage{
	border:0;
	padding:0px 6px 0px 0px;
}



/* Header Styles */
#header{
	width:980px;
	height:135px;
	/*background-position:0px 0px;*/
	margin:auto;
	position:absolute;
	top:0;
}

#logo{
	padding:8px 0 8px 8px;
	width:460px;
	float:left;
	
}
#headerBanner{
	clear:right;
	float:right;
	margin-top:10px;
}
#headerBanner img{
	/* width:437px;*/
}
h1#companyName{
	color:#333333;
	font-size:60px;
	font-weight:strong;
	margin:0px;
	font-family:Comic Sans MS;
}
.top_line{
	width:505px;
	float:right;
}
.top_line a{
	color:#333333;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
.top_line a:hover{
	text-decoration:underline;
}
#headerRight{
	float:right;
	width:505px;
}
.top_search{
	width:285px;
	height:32px;
	margin:0px 0px 0 0;
	float:right;
	background:url(../images/top_search_bg.gif) no-repeat center;
}
input.search_input{
	width:182px;
	height:18px;
	float:left;
	margin:5px 0 0 0 ;
	border:1px solid #dbdbdb;
	border-bottom-color:#ffffff;
	border-right-color:#ffffff;
}
.search_text{
	float:left;
	width:50px;
	padding:8px 0 0 15px;
	color:#FFFFFF;
}
.search_text a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}
.search_img{
	float:left;
	width:20px;
	padding:8px 0 0 2px;
}
.search_bt{
	float:left;
	padding:2px 0 0 15px;
}
.loginLinks{
	float:right;
	width:220px;
	padding:8px 0 0 0;
	z-index:5;
}
a.login{
	display:block;
	float:left;
	padding:0 5px 0 5px;
}


/*----------------crumb_navigation-------------*/
.crumb_navigation{
	width:980px;
	height:16px;
	padding:5px 10px 0 0px;
	color:#333333;
	background:url(../images/navbullet.png) no-repeat left;
	background-position:5px 6px;
	font-size:14px;
	clear:both;
	float:left;
}
.crumb_navigation a{
	color:#0fa0dd;
	text-decoration:underline;
}
span.current{
	color:#0fa0dd;
}

div.crumb_text{
	padding:0 0 0 20px;
}


/*--------left menu---------*/
ul#nav{
	width:196px;
	padding:0px;
	margin:0px;
	list-style:none;
}
ul#nav li a{
	width:166px;
	height:25px;
	display:block;
	background:url(../images/favs.png) no-repeat left #EAEFF5;
	background-position:5px 5px;
	border-bottom:1px #FFFFFF solid;
	text-decoration:none;
	color:#333333;
	padding:0 0 0 30px; 
	line-height:25px;
}
ul#nav li a:hover, ul#nav li a:hover{
	background:url(../images/favs.png) no-repeat left #7bbcc7;
	color:#FFFFFF;background-position:5px 5px;
}


ul#nav li ul{
	display:none;
}



/* General Styles */
.title_box{
	width:196px;
	height:30px;
	margin:6px 0 0 0;
	background:url(../images/menu_title_bg.gif) no-repeat center;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:30px;
}
.prodListTitle{
	width:196px;
	height:30px;
	margin:5px 0 0 0;
	background:url(../images/menu_title_bg.gif) no-repeat center;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:30px;
}
.border_box{
	width:194px;
	height:auto;
	text-align:center;
	border:1px #6da6b1 solid;
	border-top:1px;
}
.product_title{
	color:#ea2222;
	padding:0 0 5px 0;
	font-weight:bold;
	height:50px;
}
.product_title a{
	text-decoration:none;
	color:#ea2222;
	padding:5px 0 5px 0;
	font-weight:bold;
}
.product_title a:hover{
	color:#064E5A;
}
.brand{
	font-weight:normal;
}
.product_img{
	padding:2px 0 2px 0;
	background: white;
	border-left: 1px solid #F7F3F3;
	border-right: 1px solid #E3E3E3;
	height:160px;
}
.prod_price{
	padding:2px 0 2px 0;
	background: white;
	border-left: 1px solid #F7F3F3;
	border-right: 1px solid #E3E3E3;
}
span.reduce{
	color:#999999;
	text-decoration:line-through;
}
span.price{
	color:#ea2222;
}
/*----------newsletter--------------*/
input.newsletter_input{
	width:160px;
	height:16px;
	border:1px #ddd9d9 solid;
	margin:10px 0 5px 0;
	font-size:12px;
	padding:3px;
	color:#999999;
}
a.join{
	width:17px;
	display:block;
	margin:5px 0 5px 140px;
	_margin:5px 0 5px 130px;
	background:url(../images/blue-add.png) no-repeat left;
	padding:0 0 0 20px;
	text-decoration:none;
	color:#1c4a52;
}
.banner_adds{
	width:194px;
	text-align:center;
	padding:10px 0 10px 0;
}

/* center content--------------------------*/
.center_title_bar{
width:556px;
height:33px;
float:left;
padding:0 0 0 0px;
margin:0 0 0 0px;
_margin:0 0 0 0px;
line-height:33px;
font-size:12px;
color:#847676;
font-weight:bold;
background:url(../images/bar_bg.gif) no-repeat center;*/
}


#homePageDescription{
width:545px;
float:left;
padding:0 0 0 10px;
margin:0 0 0 1px;
font-size:12px;
color:#333333;
background: #EAEFF5;
border-left: 1px solid #F7F3F3;
border-right: 1px solid #E3E3E3;
}
.top_desc_box{
width:556px;height:9px;background:url(../images/bar_desc_bg_top.gif) no-repeat center top;float:left;padding:0px; margin:0px; font-size:0px;
}
.bottom_desc_box{
width:556px;height:9px;background:url(../images/bar_desc_bg_bottom.gif) no-repeat center top;float:left;padding:0px; margin:0px; font-size:0px;
}

.longDescriptionInner{
width:554px;
float:left;
padding:0 0 0 0px;
margin:0 0 0 0px;
font-size:12px;
color:#333333;
background: #FFFFFF;
border-left: 1px solid #F7F3F3;
border-right: 1px solid #E3E3E3;
}

.descriptionTitle{
	background: #EAEFF5;
	float:left;
	width:544px;
	padding-left:10px;
}

.mainOutput{
	background:#FFFFFF;
	padding: 0 0 0 10px;
	float:left;
}

.mainOutputSideSmall{
	float:left;
	width:200px
}
.mainOutputSideMedium{
	float:left;
	width:260px;
}
.mainOutputSideLarge{
	float:left;
	width:320px
}

.marginLeft10{
	margin-left:20px;
}



.departmentOutputImg{
	border:none;
	float:left;
	padding:2px 5px 8px 5px;
}


.departmentTitle{
	padding: 0 0 0 10px;
	font-weight:bold;
}

.topDepartmentOutput{
}

.informationTitle{
	background: #EAEFF5;
	border-left: 1px solid #F7F3F3;
	border-right: 1px solid #E3E3E3;
}


/*----------------------right content--------------*/
.shopping_cart{
width:196px;
text-align:center;
background:url(../images/cart_bg_large.gif) no-repeat center;
}
.cart_title{
font-size:12px;
font-size:12px;
color:#333333;
font-weight:bold;
padding:8px 0 0 0;
}
.cart_details{
width:196px;
float:left;
text-align:left;
}

.clearboth{
	clear:both;
}

.cart_icon{
float:left;
padding:5px 0 0 5px;
}
span.border_cart{
width:100px;
height:1px;
margin:3px 0 3px 0;
display:block;
border-top:1px #999999 dashed;
}
#more_right{
	float:left;
}

.smalltext{
	font-size:12px;
}

.lowerText{
	margin-bottom:-20px;
}

#securetradinglogo{
	margin:0 0 0 0px;
}

/*---------prod_box----------*/
.prod_box{
	width:173px;
	height:auto;
	float:left;
	padding:10px 18px 10px 0px;
}

.thinProductList .prod_box{
	padding:10px 8px 10px 0px;
}

.prod_box_end{
	padding:10px 0px 10px 0px;
}
.top_prod_box{
width:173px;height:12px;background:url(../images/product_box_top.gif) no-repeat center bottom;float:left; padding:0px; margin:0px;
}
.bottom_prod_box{
width:173px;height:10px;background:url(../images/product_box_bottom.gif) no-repeat center top;float:left;padding:0px; margin:0px;
}
.center_prod_box{
width:173px;height: auto;background-color:#EAEFF5; repeat-y;float:left; text-align:center;padding:0px; margin:0px;
}
.prod_details_tab{
width:173px;
height:31px;
float:left;
background:url(../images/products_details_bg.gif) no-repeat center;
margin:3px 0 0 0;
}
img.left_bt{
float:left;
padding:6px 0 0 6px;
}
a.prod_details{
width:95px;
display:block;
float:left;
font-weight:bold;
/*background:url(../images/square-blue-add.gif) no-repeat left;*/
padding:0 0 0 20px;
margin:7px 0 0 26px;
_margin:6px 0 0 23px;
text-decoration:none;
color:#333333;
font-size:1.0em;
}
/*---------prod_box_big----------*/
.prod_box_big{
width:554px;
height:auto;
float:left;
padding:4px 10px 10px 15px;
}
.top_prod_box_big{
width:554px;height:12px;background:url(../images/details_box_top.gif) no-repeat center bottom;float:left; padding:0px; margin:0px;
}
.bottom_prod_box_big{
width:554px;height:12px;background:url(../images/details_box_bottom.gif) no-repeat center top;float:left;padding:0px; margin:0px;
}
.center_prod_box_big{
width:554px;height: auto;background:url(../images/details_box_center.gif) repeat-y;float:left; text-align:center;padding:0px; margin:0px;
}
.product_img_big{
width:280px;
padding:5px 0 5px 10px;
float:left;
}
.details_big_box{
width:235px;
float:left;
padding:0 0 0 15px;
text-align:left;
}
.product_title_big{
color:#ea2222;
padding:5px 0 5px 0;
font-weight:bold;
font-size:18px;
}

.product_subtitle {
	font-weight:bold;
	font-size:14px;
}

.specifications{
font-size:12px;
line-height:18px;
}
.thumbs{
padding:8px 5px 8px 5px;
margin:3px 0 0 0;
}
.thumbs a{
padding:3px;
}

.proddetail img{
	border:1px #DFD1D1 solid;
}

.prod_price_big{
padding:5px 0 5px 0;
font-size:16px;
}
span.reduce{
color:#999999;
text-decoration:line-through;
}
span.price{
color:#ea2222;
}
a.addtocart{
width:76px;
height:27px;
display:block;
float:left;
background:url(../images/addtocart.gif) no-repeat left;
padding:0 0 0 33px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
a.compare{
width:76px;
height:27px;
display:block;
float:left;
margin:0 0 0 10px;
background:url(../images/compare.gif) no-repeat left;
padding:0 0 0 33px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
span.blue{
color:#5F9FAB;
}

.dataData{
	font-weight:bold;
}

/*---------------Large Text Box -------------*/
.large_text_box{
width:756px;
height:auto;
float:left;
padding:0 10px 10px 0;
}
.top_large_text_box{
width:756px;height:12px;background:url(../images/large_text_box_top.gif) no-repeat center bottom;float:left; padding:0px; margin:0px;
}
.bottom_large_text_box{
width:756px;height:10px;background:url(../images/large_text_box_bottom.gif) no-repeat center top;float:left;padding:0px; margin:0px;
}
.center_large_text_box{
width:756px;height: auto;background:url(../images/large_text_box_center.gif) repeat-y;float:left; text-align:left;padding:0px 10px 0 10px; margin:0px;
}




/*---------------contact_form------------------*/
.contact_form{
width:355px;
float:left;
padding:0px 0 0 75px;
}
.form_row{
width:335px;
clear:both;
padding:10px 0 10px 0;
_padding:5px 0 5px 0;
color:#a53d17;
}
label.contact{
width:75px;
float:left;
font-size:12px;
text-align:right;
padding:4px 5px 0 0;
color: #333333;
}
input.contact_input{
width:253px;
height:18px;
background-color:#fff;
color:#999999;
border:1px #DFDFDF solid;
float:left;
}
textarea.contact_textarea{
width:253px;
height:50px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #999999;
background-color:#fff;
border:1px #DFDFDF solid;
float:left;
}
a.contact{
width:99px;
height:27px;
display:block;
float:right;
margin:0 0 0 10px;
background:url(../images/contact_bt.gif) no-repeat left;
padding:0 0 0 10px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
/*--------------footer----------------*/
.footer{
width:980px;
clear:both;
height:65px;
background:url(../images/footer_bg.gif) repeat-x top;
}
.left_footer{
float:left;
width:630px;
padding:0 0 0 10px;
}
.left_footer p{
font-size:12px;
}
.right_footer{
float:right;
padding:5px 0px 0 0;
}
.right_footer a{
padding:0 0 0 7px;
text-decoration:none;
color: #666666;
}
.right_footer a:hover{
text-decoration:underline;
}

.center_footer{
float:left;
width:1px;
text-align:center;
color:#666666;
padding:10px 0 0 60px;
}


h1.firstTitle{
	font-size:14px;
}

.small{
	font-size:12px;
}


#pagination-btm, #pagination, #product-holder{
	clear:both;
}

/* Mini Cart Styles */

#cart_details{
	width:196px;
	position:relative;
	font-size:12px;
}

.ItemTitle{
	font-weight:bold;
}

.ItemDetails{
	float:left;
}

.ItemQuantity, .totalLabel{
	float:left;
}
.ItemPricing, .totalValue{
	float:right;
}

.itemLine{
	width:166px;
	border-bottom:1px solid #FFFFFF;
	clear:both;
	float:left;
	position:relative;
	background-color:#F7BF60;
	padding:4px 15px 4px 15px;
}

.ItemDetails{
	width:166px;
}

.itemTotal, .itemCheckout{
	clear:both;
	font-weight:bold;
	background-color:#F4A460;
	color:#FFFFFF;
}

.itemCheckout{
	background-color:#FF7F18;
}

#addedProduct{
	float:left;
	background-color:#FFFFFF;
	border:1px solid #0000CC;
	position: relative;
	right:120px;
}

#productAdded{
	height:100px;
	left:-147px;
	position:absolute;
	top:-28px;
	width:145px;
	z-index:100;
}


h1.medium{
	font-size:20px;
	padding:0px;
	margin:2px 0 6px 0;
}

h2.medium{
	font-size:16px;
	padding:0px;
	margin:12px 0 2px 0;
}

/* Shopping cart styles */
.center_content_cart{
	float:left;
}

img.cartProductImage{
	padding:2px 10px 2px 10px;
}



/* Checkout Styles */

table#cartTable th.ShoppingCartTitle{
	padding:20px 4px;
	font-size:16px;
	text-align:left;
}

tr.ShoppingCartHeading, td.ShoppingCartSubTotalText, td.ShoppingCartSubTotalFigures{
	height:30px;
	background-color:#F7BF60;
	text-align:center;
}

td.ShoppingCartTotalText{
	text-align:right;
	padding: 5px 10px;
}

td.ShoppingCartTotalFigures{
	text-align:center;
	padding: 5px 10px;
}


td.ShoppingCartSubTotalFigures{
	text-align:center;
	font-weight:bold;
}

td.ShoppingCartSubTotalText{
	text-align:right;
}

td.ShoppingCartGrandTotalText{
	text-align:right;
	background-color:#FF7F18;
	font-weight:bold;
	color:#FFFFFF;
	padding:10px 30px;
}

td.ShoppingCartGrandTotalFigures{
	text-align:center;
	background-color:#FF7F18;
	font-weight:bold;
	color:#FFFFFF;
	padding:10px 30px;
}

th.ShoppingCartHeading{
	padding:10px 30px;
}

td.ShoppingCartItem{
	text-align:center;
}

#cartButtonsWrapperSC{
	margin-left:114px;
}

span.ShoppingCartAlert{color:red;}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#stock-warning{
	color: #EA2222;
}
fieldset#contactform label{
	width:25%;
	float:left;
	margin-top:5px;
}

fieldset#contactform input, fieldset#contactform textarea{
	width:200px;
	margin-top:5px;
}

input#feedbackSubmit{
	width:140px;
	margin-left:100px;
}

#reviewWrapper{border-top:1px solid #EFEFF7; float:left; width:536px; margin:20px 0 0 0; padding:10px 0 10px 0;}

#emailfriend{ float:left; width:130px;}

a.emailafriend{margin:0; padding:0;}

#email{float:left;}

#linkto{float:left; width:200px;}

#linkto ul li{float:left;list-style:none;}

.menulink {padding:4px 0; display:block;}

#sercuredBy{margin:0 0 10px 400px;}

#securetradingpayments{margin:-10px 0 -5px 10px;}
#securetradingpaymentshome{margin:0px 0 -5px 16px;}

th.CheckoutHeading{background-color:#F7BF60;padding:4px 0;}

table.CheckoutCardDetails {
border:0 solid #6da6b1;
padding:2px;
width:100%;
}
#datacapturemaintable table {
border-collapse:collapse;
border-spacing:0;
}
tr.CheckoutCustomerDetails {
background-color:#FFFFFF;
border:0 solid #6da6b1;
color:#EAEFF5;
line-height:22px;
padding:2px 0 2px 8px;
text-align:left;
}
td.CheckoutText {
border:0 solid #6da6b1;
color:#000000;
padding:1px 2px 10px 10px;
text-align:left;
width:200px;
}
td.CheckoutField {
border:0 solid #6da6b1;
color:#000000;
font-weight:normal;
line-height:18px;
padding:1px 2px;
text-align:left;
}
.CheckoutInput {
border:1px solid #6da6b1;
color:#000000;
font-weight:normal;
padding:2px 0 2px 2px;
text-align:left;
}

.testimonialMessage{
	font-style:italic;
	font-size:1.2em;
}
.testimonialName{
	font-weight:bold;
}
.italics{
	font-style:italic;
}