/* ------------------------------------------------------------------------------ */
/* reset padding and margins */
* {
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------------------------------------------------ */

BODY {
	background: url(../images/dgsback2012.gif) repeat-x #e1e1e1;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 100%;
}

/* HEADER STYLES ------------------------------------------------------------------------------ */

.help
{
	width: 950px;
	margin: 18px auto 12px auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #fff;
	padding-right: 10px;
}

.help STRONG
{
	font-weight: 600;	
}

.sitenav
{
	width: 950px;
	margin: 0 auto;
	background: #393939;
	height: 40px;
}

.sitenav UL
{
	list-style: none;	
}

.sitenav .left
{
	float: left;
}

.sitenav .left LI
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	line-height: 39px;
	padding: 0 15px;
}

.sitenav .left LI A,
.sitenav .right LI A
{
	color: #dbdbdb;
	text-decoration: none;
}

.sitenav .right
{
	float: right;
}

.sitenav .right LI
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	font-style: normal;
	line-height: 39px;
	padding: 0 5px;
}

.sitenav .right LI IMG
{
	position: relative;
	top: 4px;
}

.searchbox {
	float: right;
	width: 410px;
	height: 50px;
	margin: 25px 0;
}

#search {
	width: 937px;
	background: #fff;
	margin: 0 auto;
	text-align: right;
	padding: 10px 0;
	vertical-align: middle;
	line-height: 31px;
}
.sform {
	width: 436px;
	float: left;
	padding: 10px;
	text-align: left;
}

#search-form {
	margin: 0px;
	padding: 0px;
}
.searchBoxStyle {
	width: 300px;
	height: 28px;
	border: 1px solid #999;
	border-right: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 23px;
	vertical-align:top;
	padding-left: 5px;
	padding-top: 1px;
}
.gbutton {
	background-image:url(../images/button-gray.gif);
	background-repeat:repeat-x;
	border:1px solid #999;
	height:31px;
	padding:0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#393737;
	vertical-align:top;
	width: 80px;
}

.snote {
	margin: 5px 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #222;
}



#header {
	width: 949px;
	height: 120px;
	margin: 0 auto;
	background: #fff;
}
.logo {
	float: left;
	height: 107px;
	width: 300px;
	border: none;
}
.cartbox {
	float: right;
	background: url(../images/dgs-cartback.gif) no-repeat;
	width: 265px;
	height: 107px;
}
.cartbox DIV {
	text-align: right;
	color: #fff;
	padding: 25px 25px 0px 0px;
}
.cartbox DIV SPAN {
	display: block;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

A:LINK.ct, A:VISITED.ct {
	text-decoration: none;
	color: #ffba00;
}
A:HOVER.ct {
	text-decoration: underline;
	color: #ffba00;
}

.clr {
	clear: both;	
}

/* MAIN MENU styles ---------------------------------------------------------------------------- */
#menu {
	width: 949px;
	background: url(../images/dgs-menu-back1.gif) no-repeat;
	height: 51px;
	margin: 0 auto;
}
#menu UL {
	list-style: none;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding: 11px 0px 0px 0px;
}
#menu LI {
	float: left;
	text-align: left;
	color: #fff;
	margin-left: 25px;
}
#menu LI DIV {
	font-size: 10px;
	color: #ffba00;
}

A:LINK.mn, A:VISITED.mn {
	color: #fff;
	text-decoration: none;
}
A:HOVER.mn {
	color: #fff;
	text-decoration: underline;
}

/* SPECIALS styles ----------------------------------------------------------------------------- */
#specials {
	width: 949px;
	margin: 0 auto;
}
#specials DIV {
	text-align: right;
	color: #fff;
	padding: 6px 20px 10px 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#specials DIV SPAN {
	color: #ffba00;
}
/* BUTTON STYLES ------------------------------------------------------------------------------- */
.ob {
	background:url(../images/obutton.gif) repeat-x;
	height: 28px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	border: 1px solid #237664;
	padding: 0px;
	margin: 0px;
}

/* SEARCH STYLES ------------------------------------------------------------------------------- */


.cartt {
	width: 411px;
	height: 40px;
	float: left;
	padding-right: 45px;
	padding-top: 10px;
	text-align: right;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 39px;
	
	vertical-align: middle;
}

/* CONTENT STYLES ------------------------------------------------------------------------------ */
#contents {	/* main body container */
	width: 949px;
	background: #fff;
	margin: 0 auto;
}
.leftc { /* left column */
	float: left;
	margin: 10px;
	text-align: left;
	width: 205px;
}
.rightc { /* right column */
	float: right;
	margin: 10px;
	text-align: left;
	width: 690px;
}

.catcontent { /* header content for categories */
	
}

.catcontent DIV {
	padding: 15px;	
}

/* HOME GALLERY STYLES -------------------------------------------------------------------------- */
#gallery {
	width:615px;
	position:relative;
	height:300px;
	z-index:400;
	float:left;
}

#gallery a {
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:500;
}

#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
	font: normal 14px Arial, Helvetica, sans-serif;
}

#gallery .caption .content {
	margin:15px
}
	
#gallery .caption .content h3 {
	margin: 0px 0px 5px 0px;
	padding:0;
	color:#fff;
	font: bold 22px Arial, Helvetica, sans-serif;
}

/* FOOTER styles ------------------------------------------------------------ */
.mc_main {
	font: bold 13px Arial, Helvetica, sans-serif;
	padding-top: 7px;
}
.mc_sub {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
A:LINK.fmc, A:VISITED.fmc, A:LINK.fms, A:VISITED.fms {
	color: #fff;
	text-decoration: none;
}
A:HOVER.fmc, A:HOVER.fms {
	color: #fff;
	text-decoration: underline;
}

/* --------------------------------------------------------------------------- */
/*data:: Controls body default fonts and colors*/
.data {

font: normal 13px Arial, Helvetica, sans-serif;
line-height: 19px;
color: #ffffff,, #ffffff,;
background: #fff;
/*font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #ffffff,, #ffffff,;
background-color: #ffffff;*/

}

/*frame:: Controls the  Color of the Store's Frame*/		
.frame {

background-color: #333333;

}

/*top:: Controls the  Color of the top Bar*/		
.top
{
	background: #ffffff url(../images/BG_Logo.gif) repeat-x;
}

/*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices*/		
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}	

/*line:: Controls the  Color of the line bellow the top bar*/		
.line
{
	background: #ffffff url(../images/BG_menu.gif) repeat-x;
}	

/*alternative:: Controls the form backgrounds and other areas that requred an alternative color*/
.alternative
{
   background-color: #f9f8f8;
   padding:10px;
   border: 1px solid #eae9e9;
}

 
/*borders:: Controls the color of  the borders on forms*/ 
.borders
{
	border: #cccccc;
	background-color: #cccccc;
	
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2
{

	border: 1px dotted #cccccc; 
	border-style: none none dotted;

}


/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table
{
	background-color: #f9f8f8;
} 


/***********************************/
/*         HEADERS & TITLES        */
/***********************************/


/*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {

font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #006400;
font-weight: bold;
background-color: #ffffff;
text-decoration: none;
line-height: 20px;
border: solid;
border-bottom-width: 1px;
border-left: none;
border-right: none;
border-top: none;
border-color: #ffffff;

}

/*page_headers:: Controls the page's titles*/
.page_headers {

font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #237664;
background-color: #ffffff;
margin-bottom:10px;
letter-spacing: -0.05em;

}

/*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {

font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #237664;
font-weight: Bold;

}

/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {

font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
background: url(../images/BG_featured.gif) repeat-x;
color: #237664;
border: solid;
border-bottom-width: 0px;
border-left: none;
border-right: none;
border-top: none;
border-color: ;
padding: 3px;

} 

/*titles2:: Controls the titles on the view cart page*/ 
.titles2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #eeeeee;
	color: #999999;
	padding:4px;
} 

.titles3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #EDE99C;
	color: #736B0F;
	padding:4px;
}

/*options-titles:: Controls the way the titles on the product options display*/
.options-titles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #585C5F;
	border: 1px dotted #cccccc; 
	border-style: none none dotted;
}


/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #cbcaca;
	color: #4f4e4e;
} 


/***********************************/
/*          GENERAL FONTS          */
/***********************************/


/*font1:: Primary Screen Font */ 
.font1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #000000;
}
 
/*font2:: Secondary Screen Font */ 
.font2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Normal;
	color: #bc0000;
}

.font3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #333333;
}
.font4
{
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #F60;
}

/*icon:: Controls the way the menu icons display*/ 
.icon
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

/*store-name:: Store Name*/		 
.store-name
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ac2b27;
	text-decoration: none;
}

/*store-slogan:: Store Slogan*/		 
.store-slogan
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #767676;
	padding-top:28px;
}	 	 

/*menu-text:: Controls the way the menu (mailing list) text look*/ 
.menu-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d2c2d;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color*/ 
.item
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Normal;
	color: #000;
	text-decoration: none;
}
.item1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Normal;
	color: #000;
	text-decoration: none;
	padding: 4px;
	background: #FBF9D9;
	border: none;
}

/*price-info:: controls the way the prices display on the product page*/ 
.price-info
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: Normal;
	color: #585C5F;
}

/*price:: Controls the way the product's prices display*/ 
.price {

font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color:#C03;
font-weight:bold;
display: inline;

}

.price-d {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #c03;
}
.price-t {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
}

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: Normal;
	color: #999999;
	line-height: 18px;
	background-color: #ffffff;
}


/*steps:: Controls the way the steps on the checkout pages display*/
.steps
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
	background-color: #ffffff;
}

/*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background-color: #ffffff;
}

/*error:: Controls the error messages*/ 
.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e10e04;
	text-decoration: none;
}


/***********************************/
/*      FORM FIELDS & BUTTONS      */
/***********************************/



/*btn:: Controls the buttons*/ 
.btn
{
	border-top: 1px solid #dcdbdc;
	border-bottom: 1px solid #dcdbdc;
	border-left: 1px solid #dcdbdc;
	border-right: 1px solid #dcdbdc;
	/*background: url(images/BG_btn.gif) repeat-x;*/
	background-color:#237664;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;    
	color: #ffffff;
	cursor: pointer;
	margin:1px;
} 

/*btn_over:: Controls the buttons*/ 
.btn_over
{
	border-top: 1px solid #dcdbdc;
	border-bottom: 1px solid #dcdbdc;
	border-left: 1px solid #dcdbdc;
	border-right: 1px solid #dcdbdc;
	background: url(images/BG_btn1.gif) repeat-x;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;    
	color: #666666;
	cursor: pointer;
	margin:1px;
} 	

 /*btn2:: Controls the buttons*/
.btn2
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #ffffff;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;    
	color: #990000;
	cursor: pointer;
} 	
	
/*txtBoxStyle:: Controls the text boxes*/  	
.txtBoxStyle
{
	border-top: 1px solid #b3b4b5;
	border-bottom: 1px solid #b3b4b5;
	border-left: 1px solid #b3b4b5;
	border-right: 1px solid #b3b4b5;
	background-color: #FBFBFB;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;    
	color: #38393a;
} 
/* dgs txtBoxStyle */
.txtBoxStyle1 {
	font: normal 13px Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
}
	
/*txtareaStyle:: Controls the text areas*/ 	
.txtareaStyle
{
	border-top: 1px solid #C7D5E0;
	border-bottom: 1px solid #C7D5E0;
	border-left: 1px solid #C7D5E0;
	border-right: 1px solid #C7D5E0;
	background-color: #FBFBFB;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;;
	font-size: 11px;    
	color: #343333;

}


/***********************************/
/*              LINKS              */
/***********************************/


/*A:: Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	color: #237664;
	font: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	color: #c00;
	font: normal Arial, Helvetica, sans-serif;
	text-decoration: underline;

}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited
{
	color: #237664;
	font: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited	 
A:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #237664;
	text-decoration: underline
} */ 

A.menu
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
	
A.menu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ca3227;
	font-size: 13px;
	font-style: normal;
   font-weight: bold;
	text-decoration: none;
}

A.menu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
	
A.menu:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ca3227;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
} 

/*A.cat:: Controls the way the  Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.cat {

font-family: Arial, Helvetica, sans-serif;
color: #237664;
font-size: 13px;
font-weight: bold;
font-style: normal;
text-decoration: none;

}
	
/*A.cat:hover:: Controls the way the  Links on the left bar look  when a user passes  their mouse over a them*/ 	
A.cat:hover {

font-family: Arial, Helvetica, sans-serif;
color: #237664;
font-size: 13px;
font-weight: Bold;
font-style: normal;
text-decoration: underline;

}

/*A.cat:visited:: Controls the way the  Links on the left bar look after a user has visited that section*/ 
A.cat:visited {

font-family: Arial, Helvetica, sans-serif;
color: #237664;
font-size: 13px;
font-weight: bold;
font-style: normal;
text-decoration: none;

}
	
/*A.cat:visited:hover:: Controls the way the  Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover {

font-family: Arial, Helvetica, sans-serif;
color: #237664;
font-size: 13px;
font-weight: Bold;
font-style: normal;
text-decoration: underline;

} 

/*A.cat:: Controls the way the  Links on the left bar look before a user clicks  or mouse overs on them*/ 	 
A.subcat {

font-family: Arial, Helvetica, sans-serif;
color: #237664;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;

}
	
/*A.cat:hover:: Controls the way the  Links on the left bar look  when a user passes  their mouse over a them*/ 	
A.subcat:hover {

font-family: Arial, Helvetica, sans-serif;
color: #237664;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: underline;

}

/*A.cat:visited:: Controls the way the  Links on the left bar look after a user has visited that section*/ 
A.subcat:visited {

font-family: Arial, Helvetica, sans-serif;
color: #237664;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;

}
	
/*A.cat:visited:hover:: Controls the way the  Links on the left bar look when a user hovers over a section they have visited*/ 	 
A.subcat:visited:hover {

font-family: Arial, Helvetica, sans-serif;
color: #237664;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: underline;

} 

#header-liner {
	background-color:#237664;
	font-size:1px;
	height:4px;
	width:100%;
}
#header-banner {
	background-image:url(../images/header-banner-background.gif);
	background-repeat:repeat-x;
	height:110px;
	width:100%;
	border-bottom:1px solid #fff;
	margin:0 auto;
	text-align:center;
}
#header-logo {
	background-image:url(../images/header-banner-background-01.gif);
	background-repeat:no-repeat;
	height:110px;
	width:955px;
	display:block;
	vertical-align:middle;
	margin:0 auto;
	text-align:right;
}
#header-menu {
	float:right;
	display:block;
	width:500px;
	height:40px;
	padding-top:10px;
	text-align:right;
}
#header-search {
	float:left;
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
}
#menu-section {
	background-image:url(../images/menu-background.gif);
	background-repeat:repeat-x;
	height:50px;
	width:100%;
	border-bottom:1px solid #094b3d;
	margin:0 auto;
	text-align:center;
}
#menu-container {
	width:955px;
	padding-top:15px;
	text-align:left;
	margin:0 auto;
}
#menu-item {
	display:block;
	float:left;
	padding-right:15px;
	font-size:13px;
}
#menu-sub-section {
	background-color:#e3e3e3;
	height:50px;
	width:100%;
	border-bottom:1px solid #bfbfbf;
	margin:0 auto;
	text-align:center;
}

#body-container {
	width:100%;
	margin:0 auto;
	text-align:center;
	/*margin-top:15px;*/
}
#body-inner-container {
	width:937px;
	text-align:left;
	margin:0 auto;
	background: #fff;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
#left-column {
	display:block;
	float:left;
	width:220px;
	margin:0 auto;
	margin-right:20px;
}
#category-menu {
	display:block;
	width:218px;
	border:1px solid #d9d9d9;
}
#home-banner-content {
	display:block;
	float:left;
	width:704px;
	padding:1px;
	margin:0 auto;
}
#banner-border {
	width:702px;
	height:252px;
	padding:1px;
	border:1px solid #d9d9d9;
	margin:0 auto;
}
#label-border {
	width:702px;
	height:102px;
	padding:1px;
	border:1px solid #d9d9d9;
	margin:0 auto;
	margin-top:15px;
}
#category-header {
	display:block;
	width: 100%;
	height:30px;
	background-color:#f6f6f6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:29px;
	border-bottom:1px solid #d9d9d9;
}
#category-list-style {
	margin-left:10px;
	padding-left:0;
	list-style:none;
}
#category-list-style LI {
	padding-left:15px;
	background-image:url(../images/cat-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0.2em;
	margin-bottom:4px;
	margin-right:10px;
}
#sub-category-item {
	display:block;
}
#category-sub-list-style {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
#category-sub-list-style LI {
	padding-left:15px;
	background-image:url(../images/cat-sub-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0.2em;
	margin-bottom:4px;
	margin-right:10px;
}
#mailing-list-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight:normal;
	font-style:normal;
}
.mailingListStyle {
	width:160px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
}
.mailingBtn {
	height:24px;
	width:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;    
	color: #ffffff;
	cursor: pointer;
	/*background: url(images/BG_btn.gif) repeat-x;*/
	background-color:#237664;
	border:none;	
}
#footer-section {
	width:100%;
	margin:0 auto;
}
#footerc {
	width: 937px;
	margin: 0 auto;
	background: #09211c;
	padding-bottom: 70px;
	padding-top: 30px;
}

#footerc TABLE {
	padding: 20px;
}
#footerc TABLE TR TD {
	width: 155px;
	padding: 10px;
	font: normal 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

#copyrightc {
	width: 949px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 39px;
	height: 40px;
	background: #b5b5b5;
}
#home-introduction {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	padding-top:20px;
	padding-bottom:20px;
}

/* FEATURE PRODUCTS HOME STYLES --------------------------------------------------------------- */

#feature-products {
	width:99%;
	margin:0 auto;
	text-align:center;
	padding:30px 0px 10px 0px;
	display: block;
}
#feature-products H1 {
	font: normal normal 20px Arial, Helvetica, sans-serif;
	color:#237664;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align:left;
	border-bottom: 1px dotted #d9d9d9;
}
.fdivider {
	padding: 10px 0px 0px 0px;	
}
#fproduct {
	float: left;
	width: 170px;
	height: 290px;
	margin: 15px 10px 10px 0px;
	border: 1px solid #eee;
	padding: 10px;
	display: block;
}
#fproduct DL {
	width: 170px;	
	display: block;
}
#fproduct DL DT {
	text-align: center;
	margin: 0 auto;
}
#fproduct DL DT IMG {
	width: 125px;
	height: 125px;
	border: none;
	margin-bottom:10px;
}
.pname {
	height: 55px;	
}
#fproduct DL DD {
	display: block;
	width: 100%;	
	text-align: center;
}
A:LINK.fp,
A:VISITED.fp {
	color: #237664;
	text-decoration: underline;
	font-weight: bold;
}
A:HOVER.fp {
	color: #c00;
	text-decoration: underline;
	font-weight: bold;
}
.fdescription {
	margin: 0px;
	padding: 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px 0px 5px 0px;
	color: #666;
	height: 75px;
}


#footer-block {
	float:left;
	width:220px;
	height:300px;
	padding:5px;
	text-align:center;
	margin:0 auto;
}
#footer-block UL {
	margin:0;
	padding:0;
	text-align:center;
	margin:0 auto;
	list-style:none;
}
#footer-block UL LI {
	margin-bottom:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
}

A.footerlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	text-decoration:none;
}
A.footerlink:VISITED {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	text-decoration:none;
}
A.footerlink:VISITED:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	text-decoration:underline;
}
A.footerlink:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	text-decoration:underline;
}

#category-fullline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	margin-bottom:25px;
}

#sub-category-block {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	background-color:#F3F3F3;
	width:100%;
	height:30px;
	padding-top:6px;
}

#sub-category-names UL {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:25px;
}
#sub-category-names UL LI {
	float:left;
	text-align:center;
	width:175px;
	height:175px;
	margin:0 auto;
}

#category-subheader-row TABLE {
	background-color:#F3F3F3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	width:100%;
	height:30px;
	padding-top:6px;
}
#category-subheader-row TABLE TR TD FORM {
	margin:0px;
	padding:0px;
	text-align:right;
	padding-right:10px;
}

.related-items {
	text-align:center;
	margin:0 auto;
	vertical-align:middle;
	height:125px;
}

.item-option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #585C5F;
	text-decoration: none;
}

A.slink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	text-decoration:none;
}
A.slink:VISITED {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	text-decoration:none;
}
A.slink:VISITED:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#237664;
	text-decoration:underline;
}
A.slink:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#237664;
	text-decoration:underline;
}
/* PRODUCT PAGE TABS styles ---------------------------------------------------------- */
UL.tabNavigation {
	list-style: none;
	margin: 25px 0px 0px 0px;
	padding: 0;
	
}
UL.tabNavigation LI {
	display: inline;
}
UL.tabNavigation LI A {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 10px;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #237664;
	color: #fff;
}

div.tabs DIV {
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #d9d9d9;
	font: normal 13px Arial, Helvetica, sans-serif;
	background: #f9f8f8;
}

.regtxt {
	font: normal 12px Arial, Helvetica, sans-serif;	
}

.paccount TH {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #237664;
	text-align: left;
}
.paccount TD {
	padding: 10px 10px 20px 10px;
	width: 33%;
	font: normal 12px Arial, Helvetica, sans-serif;
	border: 1px solid #d9d9d9;
	vertical-align: top;
	background-color: #f9f8f8;
}
.pa-left {
	padding: 10px 10px 20px 10px;
	width: 33%;
	font: normal 12px Arial, Helvetica, sans-serif;
	border: 1px solid #d9d9d9;
	vertical-align: top;
	background-color: #f9f8f8;
}
.pa-right {
	padding: 10px 10px 20px 10px;
	width: 66%;
	font: normal 12px Arial, Helvetica, sans-serif;
	border: 1px solid #d9d9d9;
	vertical-align: top;
	background-color: #f9f8f8;
}

.paccount TD DIV, 
.paccount1 TD DIV {
	font-size: 11px;	
}

A:LINK.pac, A:VISITED.pac {
	display: block;
	width: 182px;
	height: 22px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background: url(../images/acct-button.gif) no-repeat;
	line-height: 21px;
	text-align: center;
}
A:HOVER.pac {
	display: block;
	width: 182px;
	height: 22px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
	background: url(../images/acct-button.gif) no-repeat;
	line-height: 21px;
	text-align: center;
}
A:LINK.pac1, A:VISITED.pac1 {
	display: block;
	width: 182px;
	height: 22px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #237664;
	text-decoration: none;
	background: url(../images/acct-button1.gif) no-repeat;
	line-height: 21px;
	text-align: center;
}
A:HOVER.pac1 {
	display: block;
	width: 182px;
	height: 22px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #237664;
	text-decoration: underline;
	background: url(../images/acct-button1.gif) no-repeat;
	line-height: 21px;
	text-align: center;
}

.porders TH {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #237664;
	text-align: left;
}
.myorders {
	border: 1px solid #EDE99C;
	background: #FBF9D9;
}


DIV.dgsfootwrap {
	
}

DIV.dgsfoot {
	width: 934px;
	margin: 0 auto;
	background: #cbcbcb;
	padding: 30px 0 30px 15px;
	overflow: auto;
}

DIV.dgsfoot UL {
	float: left;
	list-style: none;
	width: 160px;
	margin-right: 20px;
}

DIV.dgsfoot UL LI {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 3px 0;
}

DIV.dgsfoot UL LI A, DIV.dgsfoot UL LI A:VISITED {
	color: #424242;
	text-decoration: none;
}

DIV.dgsfoot UL LI A:HOVER {
	color: #424242;
	text-decoration: underline;
}

DIV.dgsfoot UL LI A STRONG {
	color: #424242;
	font-size: 12px;
}