*{
	padding:0;
	margin:0;
}
body{
	background:#2c92b8 url(images/bg.jpg) repeat-x;
	text-align:center;
}
img{
	border:0;
}

#container{
	margin:0 auto;
	text-align:left;
	width:1056px;
	position: relative;
}
#top{
	background:url(images/topbg.jpg) no-repeat;
	width:1056px;
	height:144px;
}
#logo{
	float:left;
	width:300px;
	height:144px;
	position:relative;
	left:30px;
}
#top-middle a{
	display:block;
	float:left;
	height:144px;
	text-indent:-9999px;
	width:500px;
}
#top-right{
	float:right;
	width:240px;
	height:144px;
	position:relative;
}
#top-right-contact{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#4d9b3a;
	position:relative;
	top:40px;
}
#top-right-contact a{
	color:#0c5c7b;
	text-decoration:none;
}
#top-right-contact a:hover{
	color:#0c5c7b;
	text-decoration:underline;
}
#top-right-contact div{
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px 0 0 0;
}
#top-right-contact div h1{
	color:#16637f;
	font:bold 18px Arial, Helvetica, sans-serif;
}
#top-right-contact div a{
	color:#0c5c7b;
	text-decoration:none;
}
#top-right-contact div a:hover{
	color:#0c5c7b;
	text-decoration:underline;
}

#menubg{
	background:url(images/menubg.gif) no-repeat;
	width:1056px;
	height:36px;
	margin:0 auto;
	position:relative;
	clear:both;
	z-index: 3;
}

#wrapper{
	width:1056px;
	margin:0 auto;
	background:#fff;
	padding:10px 0 0 0;
}
#categories-col{
	background:#323335;
	min-height:300px;
    height:auto !important;
    height:300px;	
	padding:5px 0 10px 0;
	z-index:1;
	width:180px;
}
*html #categories-col{
	background:#323335;
	min-height:300px;
	width:180px;
    height:auto !important;
    height:300px;	
	padding:5px 0 10px 0;
	position:relative;
	
}
.go{
	font-size: 12px; font-family: Verdana, Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
	background-color: #c7dcc2;
	text-decoration:none;
	
}
#shop-by-brand{
	width:180px;
	height:100px;
	background:#146c8c;
	margin:5px 0 0 0;
}
#shop-by-brand h1{
	font:16px Arial, Helvetica, sans-serif;
	position:relative;
	top:15px;
	left:15px;
	color:#fff;
}
.shop-by-brand-select{
	position:relative;
	left:15px;
	top:3px;
	width: 150px;
}
#leftside{
	float:left;
	position:relative;
	width:180px;
	left:23px;
	clear:both;
	z-index: 2;		
}
*html #leftside{
	float:left;
	position:relative;
	width:180px;
	left:23px;	
}
#middle{
	float:left;
	width:550px;
	margin:0 auto;
	position:relative;
	left:30px;
	font:13px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#000;
	z-index:0;
}
*html #middle{
	float:left;
	width:550px;
	margin:0 auto;
	position:relative;
	left:35px;
	font:13px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#000;
	z-index:0;
}
#middle a{
	color:#126fa7;
}
#middle a:hover{
	color:#126fa7;
	text-decoration:underline;
}
#middle h1{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 10px 0;
}
#middle ul, ol{
	margin:0 0 0 25px;
}
#middle-page{
	width:500px;
	margin:0 auto;
	padding:10px 0 35px 0;
}

#full{
	float:left;
	width:802px;
	margin:0 auto;
	position:relative;
	left:50px;
	font:14px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#000;
	z-index:0;
	padding:10px 0 0 0;
}
#full a{
	color:#126fa7;
}
#full a:hover{
	color:#126fa7;
	text-decoration:underline;
}
#full h1{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 10px 0;
}
#full ul, ol{
	margin:0 0 0 25px;
}
#full-page{
	width:500px;
	margin:0 auto;
	padding:10px 0 35px 0;
}




#rightside{
	float:right;
	position:relative;
	left:-25px;
}
*html #rightside{
	float:right;
	position:relative;
	left:-10px;
}

/* Drop down menu HORIZONTAL */

#menu1
{	text-align:left;
	position:relative;
	left:35px;
	z-index:100;}
	
	#menu1 li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
		}
	
	#menu1 li a
	{	display: block;
		width: auto;
		font:bold 15px Arial, Helvetica, sans-serif;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #FFF;
		padding:10px 25px 8px 25px;
		border-right:1px solid #6bcdf9;	}
	
	#menu1-current{
		background: #278ab2;
		color: #fff;
	}
	
	#menu1 li a:hover
	{	background: #278ab2;
		color: #fff;
		}

		#menu1 ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin:0 1px 0 -1px;
			padding: 0;
			background: #278ab2;
			}

			#menu1 ul li
			{	float: none;
			
				}

			#menu1 ul li a
			{	display: block;
				width: auto;
				padding: 5px 35px 5px 25px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				white-space: pre;
				color: #fff;
				background: transparent;
				border-width: 0}
				
			#menu1 ul li a:hover
			{
				background: #35b6f1;
				border-width: 0;
				position:relative;
				color:#000;
				}

	#menu1 ul li .hsub
	{	background-image: url(images/arrow2.gif);
		background-position: right;
		background-repeat:  no-repeat;

		}

	#menu1 ul li .hsub:hover
	{	background-image: url(images/arrow2.gif);
		background-position: right;
		background-repeat:  no-repeat}
		
	.thsub
	{	background-image: url(images/arrow-down.gif)!important;
		background-position: right!important;
		background-repeat:  no-repeat!important;
		width:50px;
		}

/* Drop down menu VERTICAL */



#menu2
{	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 0px;
	z-index:100;
	position:relative;
	left:0px;
	
}

	#menu2 li
	{	display: inline;
		list-style: none;
		padding: 0;
		margin: 0}

	#menu2 li a
	{	display: block;
		margin: 0px;
		padding: 4px 12px 4px 12px;
		width: 156px;
		font:14px Arial, Helvetica, sans-serif;
		text-align: left;
		text-decoration: none;
		white-space: nowrap;
		color:#fff;
		}

	#menu2 li a:hover
	{	position:relative;
		padding: 4px 12px 4px 12px;
		color:#fff;
		background: #278ab2;
		color: #000;
		}

		#menu2 ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			padding: 0;
			background: #323335;
			margin:0 -1px 0 -1px;
			}

			#menu2 ul li
			{	
				}

			#menu2 ul li a
			{	width: auto;
				text-align: left;
				border-width: 0;
				color:#fff;
				}
			#menu2 ul li a:hover
			{	background-color: #278ab2;
				color:#000;
				}

	#menu2 .hsub
	{	background-image: url(images/arrow2.gif);
		background-position: right;
		background-repeat:  no-repeat;
		
		}

	#menu2 .hsub:hover
	{	
		background-image: url(images/arrow2.gif);
		background-position: right;
		background-repeat:  no-repeat;
		}

.mnolink {
		padding: 4px 12px 4px 12px;
		width: 156px;
		font:14px Arial, Helvetica, sans-serif;
		text-align: left;
		text-decoration: none;
		white-space: nowrap;
		color:#fff;
		
	}

.mnolinkh {
		padding: 4px 12px 4px 12px;
		width: 156px;
		font:14px Arial, Helvetica, sans-serif;
		text-align: left;
		text-decoration: none;
		white-space: nowrap;
		color:#000;
		background-color: #278ab2;
		
	}

.mhighlight {

	color:#000!important;
	background-color: #F6EB14!important;
		
	}

.mlink {
	font-size: 13px;
	padding-left: 10px;
	background-image: url(images/square.gif);
		background-position: left;
		background-repeat:  no-repeat;
	}

.ddlink {
	background-image: url(images/arrow-down.gif)!important;
	background-position: right!important;
	background-repeat:  no-repeat!important;

	}

/* page menu */

.ulparent
{	position: relative;
	float: left;
	margin: 0;
	padding: 20px 0px 0px 0px;
	border-bottom: 0px;
	z-index:100;
	position:relative;
	left:0px;
	
}

.ulparent li
	{	display: inline;
		list-style: none;
		padding: 0;
		margin: 0}

.ulparent li a
	{	display: block;
		margin: 0px;
		padding: 2px 12px 2px 12px;
		width: 156px;
		font:14px Arial, Helvetica, sans-serif;
		text-align: left;
		text-decoration: none;
		white-space: nowrap;
		color:#CCCCCC;
		}

.ulparent li a:hover
	{	position:relative;
		padding: 2px 12px 2px 12px;
		color:#CCCCCC;
		background: #278ab2;
		color: #000;
		}





/* Search Box */
#search-box{
	width:155px;
	padding:8px;
	margin:0 0 0 5px;
}
#search-box input{
	padding:5px;
	width:114px;
	border:0;
}

/* Right side prod boxes */
.new-arrivals{
	background:#323335;
	width:262px;
	height:37px;
	border-bottom:1px solid #fff;
}
.new-arrivals h1{
	font:16px Arial, Helvetica, sans-serif; 
	color:#fff;
	position:relative;
	left:10px;
	top:10px;
}
.row1{
	background:#e7f9ff;
	width:262px;
	min-height:70px;
    height:auto !important;
    height:70px;	
	border-bottom:1px solid #fff;
}
.row2{
	background:#cdedf7;
	width:262px;
	min-height:70px;
    height:auto !important;
    height:70px;	
	border-bottom:1px solid #fff;	
}
.prodbox{
	width:252px;
	height:40px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	top:10px;
	position:relative;
}
.prodlink{
}
.prodname{
	width: 180px;
	font:12px Arial, Helvetica, sans-serif;
	color:#1b7cb6;
}
.prodname a{
	color:#1b7cb6;
	text-decoration:none;
}
.prodname a:hover{
	color:#0053a8;
	text-decoration:underline;
}
.proddesc{
	font:12px Arial, Helvetica, sans-serif;
	float:right;
	width:210px;
	height:40px;
	color:#666;
}
.prodprice{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}


/* Home products */
#main-products{
    width:550px;
    margin:0 auto;
    position:relative;
    left:10px;
    padding:15px 0 0 0;   
}
*html #main-products{
    padding:45px 0 0 0;   
}
.productbox {
	width: 180px;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	height: 250px;
	margin: 10px 0px 0px 0px;
	
}

.productboxsub {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	width:165px;
	line-height: 16px;
	padding:3px 0 0 0;
	}

.productboxsub a {

	text-decoration:none;

	}

.productbox h3, .productbox-notext h3 {

	position: relative;
	min-height: 3em;
	height: 1%;
	font-family:Arial, Helvetica, sans-serif;
	}	
		
.productbox h3 a, .productbox-notext h3 a {
	position: absolute;
	bottom: 0em;
	color: #2f9ada;
	line-height: 1.3em;
	font-weight: bold;
	width: 90%;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.productbox h3, .productbox-notext h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.productbox h3 a:hover, .productbox-notext h3 a:hover {
	text-decoration: underline;
	}

.productbox p {
	font-size: 12px;
	line-height: 1.3em;
	width: 160px;
	margin: 0px;
	padding:3px 0 0 0;
	}
	
a.pricetag {
	position: absolute;
	bottom: 1px;
	right: 1px;
	text-align: right;
	background-color: #278ab2;
	margin: 0px;
	padding: 3px 6px 5px 7px;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: .05em;
	}

a.pricetag:hover {
	text-decoration: none;
	color: #fff!important;
	}
a.pricetag{
	text-decoration: none;
	color:#fff!important;
}	


/* product tabs */

.updBtn {
	font-family: Arial;
	font-weight: bold;
	color: #606060;
	font-size: 12px;
	float: left;
	height: 30px;
	padding: 0px 20px 0px 20px;
	margin: 8px 0px 0px 0px;
	text-align: center; 
	cursor: pointer;
	border-width: 1px; border-style: solid; border-color: #d4d4d4;
}	
.updBtn_Highlight { 
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	float: left;
	height: 30px;
	padding: 0px 20px 0px 20px;
	margin: 8px 0px 0px 0px;
	text-align: center; 
	cursor: pointer;
	border-width: 1px; border-style: solid; border-color: #d4d4d4;
}	
.updBtn_Selected {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	float: left;
	height: 31px;
	padding: 0px 20px 0px 20px;
	margin: 8px 0px 0px 0px;
	text-align: center; 
	cursor: pointer;
	background-color: #FFFFFF;
	border-width: 1px 1px 0px 1px; border-style: solid; border-color: #d4d4d4;
}
.updButton_Container {
	clear: both;
	height: 39px;
	border-width: 0px 0px 1px 0px; border-style: solid; border-color: #d4d4d4;
	margin: 0px 0px 5px 0px;
	}

.updBtn_Content {
	margin-top: -3px;
	padding:15px;
	border-width: 0px 1px 1px 1px; border-style: solid; border-color: #d4d4d4;

	}

/* product page */

.productcategory {

	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	}

.productname {
	
	color: #278ab2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	line-height: 28px;
	
	}

.productprice {

	color: red;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin-top: -15px;

	}

.productsave {

	font-size: 16px;
	font-weight: normal;

	}
	
.productreview {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;

	}	

.productreviewt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;

	}

.productdescription {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 20px 10px 0px;
	}

.productdescription p {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 18px;

	}

.productdescription td {
	padding: 2px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	
	}

.reviewtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 20px 0px 0px;
	}

.reviewfrom {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.reviewtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 0px 20px 20px 0px;
	}


/* product options and discounts table */

.optionstable {
	font-size: 12px; font-family: Arial, Helvetica, sans-serif;
	}

.optionscell {
	padding: 4px 15px 4px 0px;
	}

.optionsquantity {
	width: 25px;

	}


.discounttable {
	font-size: 12px; font-family: Arial, Helvetica, sans-serif;
	}
	
.discountcell {
	padding: 0px 10px 0px 0px;
	}

.discountpricing {
	font-size: 12px; font-family: Arial, Helvetica, sans-serif;
	color: #22B573;
	}


/* buttons */

.button_addtocart {
	display: block;
	background-image:url(images/buttonbg.gif);
	background-repeat: repeat-x;
	font-size: 15px; font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 150px;
	padding: 8px 0px 0px 0px;
	height: 30px;
	color: #ffffff!important;
	text-decoration: none;
	}

.button_checkout {

	display: block;
	background-image:url(images/buttonbg.gif);
	background-repeat: repeat-x;
	font-size: 15px; font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 150px;
	padding: 8px 0px 0px 0px;
	height: 30px;
	color: #ffffff!important;
	text-decoration: none;

	}
	
.button_small {

	display: block;
	background-image:url(images/buttonbg.gif);
	background-repeat: repeat-x;
	font-size: 12px; font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 50px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	color: #ffffff!important;
	text-decoration: none;

	}


/* contact page stuff */


/* contact page stuff */


.cinput {
	font-size: 14px; font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	padding: 5px;
	border-width: 1px; border-style: solid; border-color: #d4d4d4;

	}

.cinput2 {
	font-size: 12px; font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	padding: 5px;
	border-width: 1px; border-style: solid; border-color: #d4d4d4;

	}

.tinput {

	font-size: 12px; font-family: Arial, Helvetica, sans-serif;
	width: 400px;
	height: 150px;
	padding: 5px;
	border-width: 1px; border-style: solid; border-color: #d4d4d4;

}

.cerror {
	color: red;
	font-weight: bold;

	}

/* registration cart and checkout classes */

.ordertable {
	width: 702px;
	font-size: 14px;
	padding: 15px;
	border-width: 1px; border-style: solid; border-color: #d4d4d4;

	}
	
.ordercell {
	font-size: 14px!important;
	border-width: 0px 0px 1px 0px; border-style: solid; border-color: #d4d4d4;

	}

.cartbox {
	font-size: 14px!important;
	width: 670px;
	padding: 15px;
	margin: 15px 0px 0px 0px;
	border-width: 1px; border-style: solid; border-color: #d4d4d4;
	}

.carttable {
	border-width: 1px 1px 0px 1px; border-style: solid; border-color: #d4d4d4;
	width: 700px;
	margin-bottom:15px;
	}

.carttable td {
	font-size: 13px;
	border-width: 0px 0px 1px 0px; border-style: solid; border-color: #d4d4d4;
	padding: 5px 10px 5px 10px;
	}

.carttable2 {
	border-width: 1px; border-style: solid; border-color: #d4d4d4;
	width: 700px;
	margin-bottom:15px;
	}
	
.carttable2 td {
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	}
	
.discounttable td {
	padding: 2px 10px 2px 0px;
	border-width: 0px;
	}
	
.discounttable2 td {
	padding: 2px 10px 2px 0px;
	font-size: 12px;
	border-width: 0px;

	}

.editshipping!important {

	font-size: 12px;
	line-height: 14px;

	}

.checkoutul {

	list-style-type:none; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}

.checkoutlabel {
	float: left;
	display: block;
	width: 125px;

	}
	
.checkoutli {


	}



/* pages */

.listheading {
	
	font-size: 22px; font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;


	}

.listsubheading {

	font-size: 14px; font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0px 5px 0px;

	}

.pagecrumbs {
	
	padding: 10px 0px 10px 0px;

	}


.line {

	border-width: 1px 0px 0px 0px; border-style: solid; border-color: #d4d4d4; 
	width: 100%;
	clear:both;
	}

.bottomline {

	border-width: 0px 0px 0px 0px; border-style: solid; border-color: #d4d4d4;
	padding-top:20px;
	width: 100%;
	clear:both;
	}



  .clearfix:after {
        content: ".";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
}
  .clearfix {
        display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
