body {
    font-size:62.5%; /* Sets base font at 10px */
    font-family: Arial, Verdana, sans-serif;
    color:#585454;
    margin:0; padding:6px 0 20px 0;
    text-align:center;
    background:#fff url("purple-top-border.gif") repeat-x top left;


}

a { outline:none; }
a:link { text-decoration:none; color:#89278F; }
a:visited { text-decoration:none; color:#89278F; }
a:hover { text-decoration:underline; }
a:active {text-decoration:none; }

img { border:0; }

form { margin:0; }

/* SKIP TO NAV LINK */

.accessaid { position:absolute;
			height:0;
			overflow:hidden;
}

form {
	margin: 0px;
}



/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #89278f;
}

.actCHECKOUTBG {
	background-color: #efefef;
}

.actlarger {
	font-size: 13px;
	color: #000000;
}

.actsmaller{
	color: #000000;
}

.actxxsmall {
	color: #000000;
}

.actxsmall {
	font-size: 11px;
	color: #000000;
}

.actsmall {
	font-size: 11px;
	color: #000000;
}

.actregular {
	font-size: 13px;
	color: #000000;
}

.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 20px;
	color: #000000;
}

.actxxlarge {
	font-size: 20px;
	color: #000000;
}

.actwarningcolor {
	color: #89278f;
}
	
.actrequiredcolor {
	color: #89278f;
}

.actsearchhighlightcolor {
	color: #89278f;
}

.actrequired {
	color: #89278f;
}

.actwarning {
	font-size: 11px;
	color: #89278f;
}

.actwelcome {
	font-size: 11px;
	color: #000000;
}

.actlogotext {
	font-size: 11px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 11px;
	color: #89278f;
}

/* Boxes and borders ------------------------------------------- */

.thinborder1 {
	border: 1px solid #ffffff;
}

.thinborder2 {
	border: 1px solid #ffffff;
}

.thinred {
	border: solid 1px #ffffff;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #ffffff;
	border-top: 0px;
} 

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

a.boxlink:link{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:visited{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:hover{
	color: #ffffff;
	text-decoration:underline;
}

a.boxlink:active{
	color: #ffffff;
	text-decoration:none;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

.boxbody ol {
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.boxbody ol li {
	margin-bottom: 0.2em;
}

/* Shopping cart and checkout fields ------------------------------------------- */

table.checkout td {
	background-color: #efefef;
}

table.checkout th {
	background-color: #89278f;
}

.cart {
	background-color: #efefef;
}

.cartheading {
	background-color: #89278f;
	font-weight: bold;
}


/* Checkout Progress Indicator  ------------------------------------------------ */

p.checkout-progress-heading {
	width: 300px;
	margin: 10px auto;
}

#checkout-progress-indicator {
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 20px auto;
}

.checkout-progress-0 {
	width: 75px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #ffffff;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end {
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

/* Formatting for the site map -------------------------------------------- */

#actinic-sitemap {
	margin-left: 5px;
}

#actinic-sitemap ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Used by 'CSS Product Layout' ------------------------------------------- */

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

/* Used by 'Standard Layout Using CSS' and related CSS-based product layouts */

.product_list	{
	margin: 20px 0px 20px 0px;
	}	

/* headings ----------------------------------------------------------------------------- */


h1.subheading	{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	color: #ffffff;
	}
	
	
h2.clearall	{
	font-size: 16px;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #ffffff;
	clear:both;
	}
	
h3.product	{
	font-size: 13px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #ffffff;
	}
	
h3.product_price	{
	font-size: 11px;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
.text_heading_left_column	{
	margin: 0px;
	padding: 19px 0px 4px 0px;
	line-height:normal;
	color: #ffffff;
	font-weight: 900;
	font-size: 13px;
	}

/* Default formatting of all text boxes used in store pages ---------------- */

.form_input_general	{
	line-height: normal;
	font-size : 11px;
	word-spacing: normal;
	}

/* Styles for 'Quick Search Bar With Larger Button' ------------------------ */

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 11px;
	background-color: #efefef;
	border: 1px solid #efefef;
	color: #000000;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #ffffff
	}

.form_button_quick_search	{
	line-height: 13px;
	height: 18px;
	width: 85px;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 12px;
	font-size : 11px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-image: url('theme_icon_search.gif');
	word-spacing: normal;
	}


/* Styles for the 'Mini' marketing layouts ---------------------------------- */

.product_image_cost	{
	margin: 0px 12px 8px 0px;
	text-align: center;
	float: left;
	}
	
.text_product_small_info	{
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}

.text_product_small_info_heading	{
	margin: 0px;
	padding: 10px 0px 12px 0px;
	line-height:normal;
	color: #ffffff;
	font-weight: 900;
	font-size: 11px;
	}
	
.text_product_small_info_price	{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	line-height:normal;
	font-weight: 900;
	font-size: 11px;
	}

.best_selling_items	{
	padding: 10px;
	background-color: #ffffff;
	}
	
.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}

/* Styles for product image and fragment image placement in some layouts -------------------------- */

.image_float_right	{
	float: right;
	margin: 16px 0px 15px 20px;
	}

.image_product	{
	margin: 0px 18px 10px 0px;
	text-align: center;
	float: left;
	}


/* Links to sections and pages in sidebar menus on some themes -------------------------------------*/

ul.products	{
	line-height: normal;
	padding: 0px 0px 0px 1px;
	margin: 3px 0px 4px 15px;
	font-size: 11px;
	color: #89278f;
	}

a.product_section:visited  {
	color : #89278f;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #89278f;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #89278f;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #89278f;
	text-decoration : none;
	}

/* lines -------------------------------------------------------------------------------- */

.dotted_line_blue	{
	height: 1px;
	background-color: #ffffff;
	background-image:url('theme_dotted_line.gif');
	clear:both;
	}
	
.solid_line_light_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	clear:both;
	}
	
.solid_line_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	clear:both;
	}
	
.dotted_outline_blue	{
	border: 1px dotted #ffffff;
	padding: 8px;
	}		



/* Styles for 'Compact Parent Section List' ------------------------ */

.text_breadcrumbs	{
	color: #ffffff;
	margin: 0px;
	line-height:normal;
	padding: 2px 0px 10px 0px;
	}	

a.link_breadcrumbs:visited	{	
	color : #ffffff;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #ffffff;
	text-decoration : underline;
	}
	

/* Page footer  --------------------------------------------------------*/

.text_footer	{
	color: #ffffff;
	padding:0px;
	margin:4px 0px 0px 0px;
	}

.text_menu_no_space	{
	word-spacing: normal;
	}

a.link_footer:visited  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #ffffff;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #ffffff;
	text-decoration : underline;
	}


/* Heading for attributes  --------------------------------------------------------*/

.text_options	{
	font-weight: 900;
	}


/* Formatting for 'Add To Cart Button With Cart Icon' ----------------------------------------------*/

.form_button_add_to_cart	{
	line-height: 13px;
	height: 20px;
	width: 76px;
	margin: 0px 1px 0px 0px;
	padding: 1px 0px 1px 14px;
	font-size : 11px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}	


/* Styles for CSS Buttons ----------------------------------------------*/

.text_menu	{
	padding: 2px 0px 2px 0px;
	font-size : 11px;
	margin: 0px;
	color : #ffffff;
	}
	

a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff; 
	border: 1px solid #ffffff;
	}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}

/* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In Boxes' --------------------*/

.tech_main_menu	{
	background-color: #ffffff
   }
		
.tech_menu_bottom	{
	height: 4px;
	background-color: #ffffff;
	}
		
.tech_menu_button_border	{
	width: 121px; 
	border-right: 1px #ffffff solid;
	border-top: 1px #ffffff solid;
   }
	
div.tech_menu_button {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #ffffff solid;
   }
		
div.tech_menu_button_product {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #ffffff solid;
   }
		
.tech_menu_button_title	{
	width: 122px;
	border-top: 1px #ffffff solid;
	background-color: #ffffff;
   }

.tech_text_product_section	{
	padding: 3px 3px 3px 5px;
	margin: 0px;
	color : #ffffff;
	font-size : 11px;
	font-weight: 900;
   }

div.tech_menu_button a  {
	width: 113px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px;
	text-align:left;
	background-color: #ffffff;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 





	text-decoration:none;
	background-color: #ffffff;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #ffffff;
   }

div.tech_menu_button_product a   {
	width: 104px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 12px;
	text-align:left;
	background-color: #ffffff;
	font-size: 11px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #ffffff;
	background-image:url('theme_arrow.gif');
   }

/* Start of styles new to v9 */

/* Styles for 'Best Seller List in Boxes' and 'New Products List in Boxes' used on the brochure home page */

.heading_marketing_box	{
	border: 2px solid #ffffff;
	width: 229px;
	margin: 0px 20px 14px 0px;
	}
		
.heading_marketing_box p.text_product_small_info_heading	{
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	font-weight: 900;
	font-size: 11px;
	background-image: url('theme_marketing_header.gif');
	margin: 0px;
	padding: 4px 0px 0px 8px;
	height: 20px;
	}
	
.heading_marketing_box	p{
	padding: 8px;
	}

.heading_marketing_box .product_image_cost	{
	padding: 8px;
	}


/* Rounded header and footer used around the bulk areas in 'Expert' and 'Hotshot' themes,
but also used in the lists that have 'Rounded Corners' in the name */

.rounded-heading {
	background-image: url('theme_curve2.gif');
	background-repeat: no-repeat;
	background-position: top right;
	}

.rounded-heading p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('theme_curve1.gif');
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
	}

.rounded-footer {
	background-image: url('expert_rounded_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.rounded-footer p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('expert_rounded_bottom_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
	}

.indented-link a {
	display: block;
	background-color: #fff;
	width: 140px;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
	}

.indented-link a:hover {
	background-color: #ffffff;
	}

/* Style for the 'Graduated Background' for Top Level Section lists and Brochure Page lists */

.graduated-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #ffffff;
	border-bottom: 0;
	border-right: 0;
	background-image: url('prime_link_background.gif');
	background-repeat: no-repeat;
	}

/* Style for the 'Shaded Background' for Top Level Section lists and Brochure Page lists */

.hotshot-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
	}

.hotshot-link a:hover {
	background-image: url('hotshot-link-highlight.gif');
	background-repeat: no-repeat;
	}

.hotshot-box-main {
	background-image: url('hotshot-box-main.gif');
	background-position: bottom;
	width: 170px;
	}

.hotshot-box-content {
	background-image: url('hotshot-box-top.gif');
	background-repeat: no-repeat;
	padding: 10px;	
	}

/* Styles for 'Quick Search Bar With Curved Box' layout */

.formbox1 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url('theme-rounded-searchfield-left.gif');
	height: 19px;
	padding-left: 10px;
	background-repeat: no-repeat;
	float: left;
	}

.formbox2 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 19px;
	background-image: url('theme-rounded-searchfield-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	}

.inputfield {
	padding: 0px;
	margin: 1px 0;
	border: 0px;
	height: 16px;
	font-size: 12px;
	}

/* Drop down menus used for top level section lists and brochure page lists in the 'Corporation' and 'Premier' theme */

#corporate_top_menu, #corporate_top_menu ul { /* main menu lists */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 11px;	
	}

#corporate_top_menu a {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-right: 1px solid #000000;		
	}

#corporate_top_menu li a:hover {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image: none;
	background-color: #ffffff;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	}

#corporate_top_menu li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	}

#corporate_top_menu li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px -2px;
	border-top: 1px solid #000000;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#corporate_top_menu li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-image: none;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	}

#corporate_top_menu li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#corporate_top_menu li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 6px 4px 6px;
	background-image:none;
	background-color: #ffffff;
	}

#corporate_top_menu li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
	}

#corporate_top_menu li:hover ul ul, #corporate_top_menu li.sfhover ul ul {
	left: -999em;
	}

#corporate_top_menu li:hover ul, #corporate_top_menu li li:hover ul, #corporate_top_menu li.sfhover ul, #corporate_top_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

.corporate_pages_menu ul { /* brochure list */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1;
	font-size: 11px;	
	list-style-image: none;
	}

.corporate_pages_menu ul li {
	display: block;
	background-image:none;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
	}

.corporate_pages_menu li a {
	color: #ffffff;
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	}

.corporate_pages_menu li a.product_section {
	color: #ffffff
	}
	
.corporate_pages_menu li a:hover {
	color: #ffffff;
	display: block;
	padding: 3px 6px 4px 6px;
	background-image: none;
	background-color: #ffffff;
	}

/* WRAPPER */

#wrapper { width:940px;
           text-align:left;
           margin:0 auto;
           }
           
/* BRANDING */

#branding { width:922px;
            padding-left:18px;
            }
            

/* site logo */

#branding h1 { width:311px; float:left; margin:2px 0 0 0; padding:0;
               text-indent:-9999px;
               height:98px;
               position: relative;
               }

#branding h1 a {
                display: block;
               text-decoration: none;
               cursor: pointer;
               }

#branding h1 span {  height:98px;
                     position: absolute;
                     top: 0;
                     left: 0;
                     background:url("e-apollo-branding.jpg") no-repeat top left;
                     width:311px;
                     }
                     
/* promo pods */

#branding p { 
              height:100px;
              float:right;
              margin:0;
              font-size:0.9em;
              width:133px;
              padding:0 0 0 10px;
              }
              
#branding p a { display:block;
             height:100px;
             width:133px;
             cursor: pointer;
             }

#branding p a span { display:block; text-indent:-9999px; 
                   height:100px;
                   width:133px; 
}
              
#showroom-pod { background:url("showroom-pod-bk.png") no-repeat top left;
               
}

#delivery-pod { background:url("delivery-pod-bk.png") no-repeat top left;
                border-right:solid #fff 1px;
                }
                
                
#wholesale-pod { background:url("wholesale-pod-bk.png") no-repeat top left;
                border-right:solid #fff 1px;
                }

#checkoutlinks-pod {width: 143px; height: 100px; float: right;font-size: 11px;}
#checkoutlinks-pod .carttitle {width: 127px; height:24px; background:url("e-apollo-shopping-cart-title.jpg") no-repeat top left; margin: 9px 0 0 9px;}
#checkoutlinks-pod ul {margin:0; padding:5px;list-style:none;}
#checkoutlinks-pod ul li {display:inline;border-right:solid #B061B4 1px;padding:0 4px;}
#checkoutlinks-pod li.nobords, #checkoutlinks-pod li.login { padding-right:0;border-right:none;}
#checkoutlinks-pod li a { color:#6D6D6D; text-decoration:underline; }
#checkoutlinks-pod li.login a { color:#89278F;font-weight:bold; margin-top: 3px;}

/* MAINCONTENT DIVIDES  */


#hp-maincontent, #maincontent { width:940px;
               border-top:solid #EBEBEB 1px;
               margin-top:1px; 
               background:url("content-divide.gif") repeat-y top left;
               
              
}

#maincontent { padding-bottom:40px; }

#hp-maincontent { border-bottom:solid #662D91 4px; }







#sup-content { width:230px;
                  padding:0;
                  float:left;
                  }
                  
#content, #broc-content, #chk-content { width:705px;
              float:right;
}

/* HOME PAGE STYLES ONLY */

#welcome-hr { width:138px;
                     height:56px;
                     padding:0; margin:28px 0 13px 18px;
                     background:url("welcome-apollo-txt.jpg") no-repeat top left;
                     text-indent:-99999px;
                     }
                     
#sup-content p { padding:0;
                    margin:0 0 15px 18px;
                    width:195px;
                    font-size:1.1em;
                    }
                    
#ads { margin:15px 0 15px 18px!important; }
                    

/* home page promo pods */

#home-promos-pods { width:705px;border-top:solid #662D91 4px; }
                    
#home-promos-pods dl { width:215px;
                       padding:15px 10px 0 10px;
                       margin:0;
                       height:115px;
                       background:url("bottom-pod-right-border.jpg") no-repeat top right;
                       float:left;
                       }
                       
#home-promos-pods dd { padding:0; margin:0; font-size:1.1em; }

#home-promos-pods dt { color:#89278F;
                       font-size:1.3em;
                       font-weight:bold;
                       width:100px;
                       float:right;

}

#home-promos-pods dt a { text-decoration:none; font-weight:bold;}

#home-promos-pods dd.pod-img { width:110px;
                               text-align:center;
                               padding:0 5px 10px 0;
                               float:left;
                               }

.hp-price-wrap { display:block; padding:4px 0; }

/* NAVIGATION */

#nav { width:940px;
       background:url("nav-bk.jpg") repeat-x top left;
       height:4.4em;
       }
       
#nav ul { width:450px;
          padding:0; margin:0;
          list-style:none;
          float:left;
}

#nav li { float:left;
          font-weight:bold;
          background:url("link-right-border.jpg") no-repeat right 1px;
          padding-right:1px;
          }

#nav li a { padding:0 16px;
            display:block;
            font-size:1.3em;
            color:#fff;
            line-height:3.4em;
            }
            
#nav li a:hover { background:url("nav-hover-bk.jpg") repeat-x right 1px;
                text-decoration:none;
                }
#telephone {float: right; width:270px; height:26px; margin: 10px 10px 0 0;background:url("e-apollo-telephone-number.png") no-repeat center;}

/* SIDEBAR SEARCH */

#sidebarsearch {padding: 10px 0 0 10px;}
#sidebarsearch form p { margin:0; padding:0;width:225px;}
#sidebarsearch form p input { vertical-align:middle;}

#stxt { height:17px; width:155px;
        padding:7px 0 5px 10px;
        color:#8ED3DA; border:solid #A9A9A9 1px;
        font-size:13px; font-weight:bold;
        }

/* TOP SUPP NAV - BREAD CRUMBS */

#supp-nav { width:695px;
            padding:12px 5px;
            border-bottom:solid #EBEBEB 1px;
            color:#6D6D6D;
            
            font-size:1.1em;
            
}

#supp-nav p { margin:0; padding:0 0 0 12px;
              float:left;
              width:383px;
              color:#6D6D6D;

}

#supp-nav p a { color:#6D6D6D; }

#supp-nav ul { margin:0; padding:0 10px 0 0;
              float:right;
              width:285px;
              list-style:none;
              text-align:right;

}

#supp-nav li { display:inline;
               border-right:solid #B061B4 1px;
               padding:0 4px;
               }
               
#supp-nav li.nobords { padding-right:0;
                       border-right:none;
                       font-weight:bold;
                       }
                       
#supp-nav li.nobords a { color:#89278F;}
                       
#supp-nav li a { color:#6D6D6D; }

/* FOOTER */

#footer { width:918px;
          margin:0 auto 16px auto; padding:3px 0 0 22px;
          background:#eee url("footer-bk.jpg") repeat-x top left;
          list-style:none;
          }
          
#footer li { float:left; color:#89278F;
             font-size:1.1em; line-height:2.8em; }

#footer li a { color:#8C8C8C;
               border-right:solid #8C8C8C 1px;
               padding:0 7px;
               }
               
#footer li a.nobords { border-right:none;}


               
/* SITE CREDITS */

#site-credits { width:896px; margin:0 auto; padding:0 22px 20px 22px; }

#site-credits p { margin:0; padding:0;}

p#sbtn { float:left; width:600px; }

p#sbtn a { padding:0 20px 0 0;}

p#nbtn { float:right; text-align:right; width:110px;  }

/* SUPP NAVIGATION AND HEADER IN LEFT COL */

#products-hr { width:97px;
                     height:21px;
                     padding:0; margin:20px 0 20px 18px;
                     background:url("products-hr.gif") no-repeat top left;
                     text-indent:-99999px;
                     }


/* SECTION OUTER AND INNER LAYOUT STYLES */

#sec-flash-banner { width:705px;
                    padding:0;
                    border-bottom:solid #662D91 8px;
 }
 
.ea-sec-layout, .ea-sec-layout-nobords, .sub-sec-layout, .sub-sec-img-layout  { 
                 width:225px;
                 padding:10px 5px 10px 5px;
                 border-top:solid #EBEBEB 1px;
                 float:left;
                 height:120px;
                 }
                 
.ea-sec-layout, .sub-sec-layout, .sub-sec-img-layout { background:url("sec-border-right.jpg") no-repeat top right; }

.secimg { float:left; display:block; margin:0 5px 40px 0; }


.ea-sec-layout h3, .es-sec-layout-nobords h3 { color:#89278F; font-size:1.2em; padding:0; margin:0; }

.ea-sec-layout p, .es-sec-layout-nobords p { margin:0; padding:0; font-size:1.1em; }                                               

.ea-sec-layout p a, .es-sec-layout-nobords p a { font-weight:bold; }

.sub-sec-layout h3 { padding:15px 0 0 0; margin:0; font-size:1.7em; }

.sub-sec-layout h3 a { color:#89278F; }

.sub-sec-layout p { padding:0; margin:0; 
                    font-size:1.2em; 
                    font-weight:bold;
}

.sub-sec-layout p a { color:#6D6D6D;
                      background:url("section-link-arrow.gif") no-repeat center right;
                      padding-right:10px;
 }

.sub-sec-layout p span { padding-left:1px; color:#89278F; }

.sub-sec-img-layout p { text-align:center; padding:0; margin:0; }


/* section header and paging */

#sec-header-wrapper, #sec-header-wrapper-line { width:690px; 
                      padding: 0 0 0 15px; 
                      margin:15px 0 0 0; 
                      float:left;
}

#sec-header-wrapper-line { border-bottom:solid #662D91 8px; padding-bottom:17px; }

.sec-hr { color:#652D91;
          font-size:3.7em;
          font-weight:normal;
          padding:0; margin:0;
          letter-spacing:-1px;
          width:505px;
          float:left;
          }
          


.sec-noline-hr { color:#91278F;
          font-size:3.3em;
          font-weight:normal;
          padding:0; margin:0;
          width:505px;
          float:left;
          }

/* PRODUCT SUMMARY */

.prod-summary, .prod-summary-nobord { width:150px;
                padding:20px 5px 0 15px;
                margin:0;
                float:left;
                height:410px;
                position:relative;
                }
                
.prod-summary { background:url("prod-border-right.jpg") no-repeat right 20px; }

.prod-summary-img  { width:150px; height:185px; }
 
.prod-summary-txt { width:150px; }

.prod-summary-img p { padding:0; margin:0; text-align:center; }

.prod-summary-txt { position:relative; }

.prod-summary-txt h3, .prod-summary-txt p { font-size:1.1em;
                      padding:0; margin:0;
                      }
                      
.prod-summary-txt h3 { height:60px; }
                      
.prod-summary-txt h3 { color:#91278F; } 

.prod-summary-txt p { font-weight:bold; color:#000; }

.prod-summary-txt h4 { color:#f00; padding:0; margin:0; font-size:1.1em; }

.price-lbl { color:#000!important; text-transform:capitalize; }

/* MORE AMENDS */


.sel-wrap { width:140px;
            margin:5px auto 0 auto;
            padding:5px;
            background:url("drop-bk.jpg") repeat-x top left;
            height:80px;
            border-top:solid #ccc 1px;
            position:relative;
 }
 
.sel-wrap p { margin:0 0 5px 0!important; }

.vatlbl { color:#000; }

.infolnk { position:absolute;
        top:9px;
        right:3px;
        font-weight:bold;
        }

.ltxt { font-weight:bold; font-size:11px; color:#585454!important; } 

.cdown { width:180px!important; }

.sel-wrap select { width:130px; word-wrap: break-word;  }

/* PRODUCT DETAIL */

.sec-product-noline-hr { color:#91278F;
          font-size:3.3em;
          font-weight:normal;
         padding: 0 0 0 15px; 
          margin:15px 0 0 0; 
          width:665px;
          float:left;
          }

#product-detail { width:665px;
                  padding:25px 25px 38px 15px;
                  margin:0;
                  float:left;
                  }
                  
#product-detail-img { width:280px; float:left; }

#product-detail-img p { text-align:center; padding:0; margin:0; }

#product-detail-txt { width:360px; float:right; }

#lb-wrap { width:280px; padding:10px 0; margin:0 auto; text-align:center; }

#product-detail-txt h3 { color:#8F278F; 
                         padding:0; margin:0 0 20px 0;
                         font-size:2.3em; 
}

#product-detail-txt h6 { color:#6D6D6D; 
                         font-size:1.5em; 
                         padding:0; margin:0 0 20px 0; 
}

#product-detail-txt p { padding:0; margin:0 0 15px 0;
                        color:#6D6D6D;
                        font-size:1.2em;
}

#product-detail-txt p a { text-decoration:underline; }

#price-info { width:360px; padding-bottom:4px; }

#price-info h4, #price-info h5 { display:inline; padding:0; margin:0; }                

#price-info h4 { font-size:2.1em; color:#f00; }

#price-info h4 span { color:#000; }

#price-info h5 { color:#f00; padding:0 0 0 15px!important; font-size:1.3em; font-weight:normal; }

#qty-prompt { font-size:17px!important; color:#000!important; }

#qty-prompt input { background:url("qty-btn-bk.png") no-repeat top left;
                    width:46px; height:22px;
                    border:none; font-weight:bold;
                    font-size:17px;
                    padding:4px 0 0 5px;
                    }

#qty-prompt input { vertical-align:middle;  }
                    

/* ALSO BOUGHT STYLE */

#apollo-also-bought, #apollo-related-items { width:680px;
                      padding:5px 12.5px;
                      border-top:solid #EBEBEB 1px;
                      background:url("rec-products-bk.png") no-repeat 12.5px 46px;
                      float:left;
                      }
                      
#apollo-also-bought h4, #apollo-related-items h4 { color:#8F278F; 
                         padding:0; margin:0 0 21px 0;
                         font-size:2.1em; 
                         font-weight:normal;
                         width:680px;
                         float:left;
}

.also-bought-item { width:155px; 
                    padding:0 12px 0 3px; 
                    margin:0; 
                    float:left;
                    position:relative;
                    height:245px;
}

.also-item { text-align:center; padding:0; margin:0; }

.also-txt { position:absolute; 
            left:3px;
            top:175px;
            }

.also-txt h5 { padding:0; margin:0;
               color:#91278F;
               font-size:1.1em;
               width:150px;
               }
               
.also-txt p { margin:0; padding:0; font-size:1.1em; color:#000; }

.also-txt p strong { color:#f00; }

/* BROCHURE PAGE CONTENT */

.broc-hr { color:#91278F;
          font-size:3.3em;
          font-weight:normal;
          padding:0; margin:15px 0 15px 15px;
          width:690px;
          }

#broc-txt-home { width:690px; padding: 0 15px 10px 15px;}
#broc-txt, #overall-content { width:690px; padding-left:15px; }

#broc-txt p { margin:0 0 10px 0; padding:0; font-size:1.2em;
              line-height:1.4em;
              }

#broc-txt h2 {color:#91278F;
          font-size:2.0em;
          font-weight:normal;
          padding:0; margin:15px 0 15px 15px;
          }
   
#broc-txt h3, #broc-txt h4 { color:#91278F; 
               font-size:1.3em;
               padding:0; margin:0 0 5px 0;
}

#broc-txt h4 { margin-bottom:0!important; }
              
.fimgr { float:right; margin:0 0 20px 20px; }

.gbox { background-color:#efefef;
        border:solid #ccc 1px;
        padding:20px 40px;
        width:608px;
        margin-bottom:20px;
        }
        
.gbox p { font-weight:bold; }

#broc-txt address { margin:0 0 15px 0; 
                    padding:0; 
                    font-size:1.2em;
                    font-style:normal;
                    }
                    
.google-map { width:640px;
              padding:20px 0;
              }


/* OVERALL CONTENT STYLES */

.chk-hr { color:#91278F;
          font-size:3.3em;
          font-weight:normal;
          padding:0; margin:15px 0 15px 0;
          width:690px;
          }

#overall-content table, #overall-content input, #overall-content select { font-size:11px; }

.cartheading, #overall-content th { color:#fff; }

.actrequired { font-weight:bold; }

#overall-content td b { font-weight:bold; 
                        color:#91278F; 
                        text-transform:uppercase;
}

.back-btn { text-align:right!important; }

.back-btn a { text-decoration:none!important; }

#salesmsg { width:695px;
            padding:12px 5px;
            border-bottom:solid #EBEBEB 1px;
            color:#6D6D6D;
            font-size:1.1em;
            background:url("drop-bk.jpg") repeat-x top left;
            
}

#salesmsg p { padding:0; margin:0;
              font-size:15px;
              color:#91278F;
              text-align:center;
              }
     
/* DIV STYLES  */

.fixclear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

* html .fixclear { height:1%;}
.fixclear { display:block; }

/* for ie7 clearing */

*:first-child+html .fixclear {
    min-height:1px;
}
