
/* BASE STYLES
----------------------------------------------- */
H1, .h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:black;
	font-weight:bold;
	margin-top:10px
}

H2, .h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
	font-weight:bold
}

TABLE {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black
}

.red_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CC0000
}

.black_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000
}
.bold_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
	font-weight:bold
}
.border_r {
	border-right:1px solid #cccccc;
	padding:2px
}
.border_l {
	border-left:1px solid #cccccc;
	padding:2px
}	
.border_t {
	border-top:1px solid #cccccc;
	padding:2px
}
.border_b {
	border-bottom:1px solid #cccccc;
	padding:2px
}
.border {
	border:1px solid #cccccc;
	padding:2px
}
.bg_dddddd {
	background-color:#dddddd;
	color:#333333
}
.hr {
	border-bottom:1px solid #cccccc;
	margin:0px 0px 8px 0px
}

/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:14px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.actn_button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCE6F9')
	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {
	background: #A5D6FA url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR ACTION BUTTON *******/
.actn_button_color.actn_button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}	
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.button_color {
	* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#EDF3F7')
}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {
	background: #C7E5FB url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #54A2EB;
	color:#444444;
	background: #B3D8F4 url("/shared/style/images/white_gradient.png") repeat-x top
}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/


/******* SPECIAL BUTTON STYLES*******/
.btn_small_update, .btn_small_change {
	font-size:9px
}		
.btn_update {
	font-size:9px
}	
.btn_continue {
	width:170px;
	padding:4px
}
.btn_add_to_cart{
	width:80px;
	* height:23px;
	font-size:11px;
	margin-top:5px;
	* padding:1px 0px 0px 0px
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px
}	
.btn_ordering_info {
 font-size:11px;
 width:150px
}
/******* END SPECIAL BUTTON STYLES*******/

/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	white-space:nowrap;
}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {
	background-color:#FFFAF4;
	border:1px solid #E2A269;
	margin:5px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold
}

/* product detail page */
.large_price {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold
}

/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff
}
.tab_on {
	color:black;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5e5e5;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F5F5F5;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
}
.detaildesc {
	border-top:4px solid #e5e5e5;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	border-bottom:2px solid #e5e5e5;
	padding:5px;
	margin-bottom:10px;
	width:99%;
	text-align:left
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	background-color:#ffffff;
	border:2px solid #CCCCCC;
	float:left;
	height:65px;
	margin:8px 4px 2px 0px;
	overflow:hidden;
	width:65px
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px
}
.notavailable {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#666666;
	padding:10px;
	text-align:center
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #dddddd;
	text-align:center;
	margin:5px;
	padding:0px
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#666666
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:13px;
	}
.all_categories {
	width:220px
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:13px;
	font-weight:normal
	}
.parent {
	margin-top:3px;
	margin-bottom:3px
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:black
}
.parent_more A:link, .parent_more A:visited, .parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:black
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px
	}
.sub_category_more {	
	font-weight:bold;
	color:black
	}	
.sub_category_more A:link, .sub_category_more A:visited, .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:black
	}	

.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid black;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:black;
	text-decoration:none;
	font-weight:bold
}

.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#edecec
}	
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle
}
.breadcrumb_off {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle
}
.clear {
	clear:both
	}
.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
.note {
 	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px
	}	
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #1DABA6;
    background-image: url("/images/InitialSet/retro_bg.gif");
	background-repeat: repeat;
	background-position: center;
}


a:link {
	color: #B7181E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B7181E;
}
a:hover {
	text-decoration: underline;
	color: #B7181E;
}
a:active {
	text-decoration: none;
	color: #B7181E;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
td, th {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}


/* Text */
.text14 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.hamburger {
	font-family: HamburgerHeaven;
	font-size: 18px;
	color: #000000;
}
.text16R {
	font-size: 14px;
        font-weight: bold;
	color: #b53627;
}
.text16 {
	font-size: 14px;
}
.text18 {
	font-size: 18px;
	color: #000000;
}
.text24 {
	font-size: 24px;
	color: #000000;
}
.text24W {
	font-size: 24px;
	color: #FFFFFF;
}
.text24red {
	font-size: 24px;
	color: #DC0000;
}
.borderBLK {
	border: 1.5px solid #339388;
	padding: 0px;
	margin: 4px;
}

/* Layout */

#wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 950px;
	min-width: 950px;
}
#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content1 {
	text-align: left;
	min-height: 550px;
	float: left;
	width: 226px;
	margin: 0px;
	padding: 0px;
}
#content2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	width: 699px;
	padding: 0px;
	background-image: url("/images/InitialSet/maincontent-bg.jpg");
	background-repeat: repeat-x;
	min-height: 2200px;
}
#container {
	width: 925px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 650px;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainContent/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/ {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#productdetail {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	min-height: 965px;
}
.tinytext {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.productdetailcontent {
	width: 550px;
	text-align: left;
	padding-top: 0px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-left: 74px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	margin-left: 226px;
	margin-right: 0px;
	background-image: url("/images/InitialSet/footer.jpg");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 18px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 700px;
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #339388;
}
#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
#floating {
	height: 162px;
	position: relative;
}
#tabs {
	position: absolute;
	bottom: 0px;
	left: 216px;
	top: 108px;
	font-size: 15px;
}
#tabs a:link {
	color: #f5817a;
	text-decoration: none;
	font-weight: bold;
}
#tabs a:visited {
	color: #f5817a;
	font-weight: bold;
	text-decoration: none;
}
#tabs a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#tabs a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#tabs2 ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#tabs2 ul li {
	margin-left: 0;
	margin-bottom: 0;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#tabs2 {
	color: #FFFFFF;
}
#tabs2 a:link {
	color: #f5817a;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#tabs2 a:visited {
	color: #f5817a;
	font-weight: bold;
	text-decoration: none;
}
#tabs2 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#tabs2 a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.bottompad {
	padding-bottom: 11px;
	padding-top: 0px;
}
.bottompad2 {
	padding-bottom: 24px;
	padding-top: 0px;
}
.toppad {
        padding-bottom: 0px;	
        padding-top: 24px;
}
.price {
	padding-bottom: 4px;
        padding-top: 0px;
}
.news {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.newscontent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.newshead {
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: left;
	margin: 0px;
	padding-left: 35px;
}
.newsauthor {
	font-size: 10px;
}
.newscontent p {
	padding-left: 10px;
}
.newsbody {
	font-size: 13px;
	width: 450px;
}
.newstitle {
	font-size: 18px;
	font-weight: bold;
}
.press {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.presshead {
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	margin: 0px;
	padding-left: 50px;
}
.presssubhead {
	font-size: 10px;
}
.pressbody {
	font-size: 13px;
	width: 205px;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	height: 335px;
}
.presstitle {
	font-size: 18px;
	font-weight: bold;
}
.invoicecolumn {
	background-color: #B83930;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #832721;
}
.invoicecolumn1 {
	background-color: #B83930;
	padding-left: 15px;
	height: 27px;
	padding-top: 3px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 3px;
	color: #FFFFFF;
	border: 2px solid #832721;
}
.aboutuscontent {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 525px;
}
.faqs {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.faqscontent {
	padding: 0px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.faqtextQ {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.faqtextA {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.faqscontent p {
	margin: 0px;
	padding-bottom: 7px;
}
.search {
	padding-left: 35px;
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
	height: 600px;
	text-align: left;
}
.privacy {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: 600px;
}
.privacycontent {
	padding: 0px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.customcontent {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
.custom {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.wholesale {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url("/images/InitialSet/BG_wholesale.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.wholesalecontent {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 550px;
}
.wholesalequote {
	padding-right: 25px;
	padding-left: 25px;
}
.linkspage {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.linkscontent {
	text-align: left;
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.aboutus {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url("/images/InitialSet/BG_aboutus.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.productlist_text {
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.productTextB {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.productText {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.productTextPrice {
	font-size: 18px;
	font-weight: bold;
	color: #be2e24;
}
.productdetailpricing {
	padding-left: 35px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-right: 0px;
	background-color: #FBFBFB;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#closeouts {
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 300px;
	background-color: #FF0000;
}
#sidebar1/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/ {
	padding-right: 5px;
	padding-bottom: 15px;
	font-size: 13px;
	line-height: 1.5em;
	margin-right: 6px;
	margin-left: auto;
	font-weight: bold;
	margin-bottom: 0px;
	background-image: url("/images/InitialSet/sidebar-bg.png");
	background-color: #EAEAC5;
	background-repeat: repeat-y;
	background-position: center top;
	color: #B7181E;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#sidebar1Bottom {
	background-image: url("/images/InitialSet/sidebar-bottom.gif");
	background-repeat: no-repeat;
	height: 102px;
	width: 220px;
	float: left;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#sidebar1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 42px;
}
#sidebar1 li {
	margin: 0px;
	list-style-type: none;
	color: #000;
	list-style-position: outside;
	list-style-image: url("/images/InitialSet/starbulletblack.png");
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
}
#sidebar1 li li{
	list-style-type: none;
	color: #55B5B4;
	list-style-position: outside;
	list-style-image: url("/images/InitialSet/pixel.png");
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-weight: 400;
	font-size: 14px;
}
#sidebar1 ul li ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
#sidebar1 li  a:link {
	color: #000;
	text-decoration: none;
}
#sidebar1 li  a:visited {
	text-decoration: none;
	color: #000;
}
#sidebar1 li a:hover {
	text-decoration: underline;
	color: #002069;
}
#sidebar1 li a:active {
	text-decoration: none;
	color: #000;
}
#sidebar1 li li a:link {
	color: #168E8B;
	text-decoration: none;
}
#sidebar1 li li a:visited {
	text-decoration: none;
	color: #168E8B;
}
#sidebar1 li li a:hover {
	text-decoration: underline;
	color: #10726F;
}
#sidebar1 li li a:active {
	text-decoration: none;
	color: #168E8B;
}
.sidebar1product {
	padding-left: 0px;
}



.mailinglistwrapper {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 220px;
}
.mailinglisttop {
	background-color: #297C7E;
	width: 65%;
	height: 25px;
	float: right;
	padding-top: 3px;
	padding-bottom: 4px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-radius-topright: 6px;
	-khtml-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.mailinglisttop h1 {
	font-size: 15px;
	color: #F2E4C9;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	padding-right: 10px;
	text-align: right;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mailinglistbody {
	background-image: url("/images/InitialSet/emailsignup.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	border: 3px solid #297C7E;
	clear: right;
	float: right;
	width: 100%;
	padding-top: 145px;
	margin-bottom: 3px;
}
.mailinglistform {
	background-color: #B13537;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	clear: right;
	text-align: left;
	color: #E6E0C9;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #297C7E;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
}
.mailinglistform h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.mailinglistform p {
	font-size: 11px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mailinglistoutline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#icpsignup13965 {
	margin: 0px;
	padding: 0px;
}
#icpsignup13964 {
	margin: 0px;
	padding: 0px;
}
#button {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
}
.tagswrapper {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 220px;
}
.tagstop {
	background-color: #297C7E;
	width: 65%;
	height: 25px;
	float: right;
	padding-top: 3px;
	padding-bottom: 4px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-radius-topright: 6px;
	-khtml-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.tagstop h1 {
	font-size: 13px;
	color: #F2E4C9;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	padding-right: 10px;
	text-align: right;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tagstop h1 a:link{
	color: #F2E4C9;
	text-decoration: none;
}
.tagstop h1 a:visited{
	color: #F2E4C9;
	text-decoration: none;
}
.tagstop h1 a:hover{
	color: #F2E4C9;
	text-decoration: underline;
}
.tagstop h1 a:active{
	color: #F2E4C9;
	text-decoration: none;
}
.tagsbody {
	border: 3px solid #297C7E;
	clear: right;
	float: right;
	width: 100%;
	background-color: #297C7E;
	margin-bottom: 3px;
}
.mailingwholesale {
	color: #000;
}
.mailingwholesale a:link {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	font-style: italic;
	text-transform: uppercase;
}
.mailingwholesale a:visited {
	color: #000;
}
.mailingwholesale a:hover {
	color: #000;
}
.mailingwholesale a:active {
	color: #000;
}

					
					
