h1 {
	font-size: 18px !important;
	margin: 0px 0px 0px 0px;
	color: #f60 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 88px;
	left: 50%;
	margin-left: -170px !important;
}

body {
	background:#ccc;
	margin:0;
	padding:0;
}

body, p, td, ul, li, ol { font-family:Arial, Helvetica, sans-serif; font-size: 12px; }

/* Main DIVs - position & color */
.wrapper
{
background: #fff;
width:770px;
margin-top:0px;
margin-left: auto;
margin-right: auto;
background:#fff url('bg.gif') repeat-y;
padding-left:10px;
}

#wrapper-a /* To be used with 3-column layout */
{
/*position:relative;*/
color:#333;
background:#fff url('bg.gif') repeat-y;

}
#wrapper-b /* To be used with 2-column layout */
{
color:#333;
background:#fff url('bg.gif') repeat-y;
}
#masthead {
top:0;
left:0;
width:760px;
height:115px;
margin:0;
background:#3163CE url('header.gif') no-repeat;
color:#000;

}

#leftcol
{
float:left;
width:180px;
margin-top:-1px;
background-color:#fff;
color:#333;
}
#middlecol
{
float:left;
background-color:#fff;
color:#333;
}
.rightcol
{
float:left;
background-color:#fff;
color:#333;
}
#rightcol-a /* To be used with 3-column layout */
{
width:162px;
}
#rightcol-b /* To be used with 2-column layout */
{
width:563px;
}
#footer
{
clear:left;
width:760px;
padding-top:2px;
padding-bottom:2px;
background-color:#3163CE;
color:#fff;

}
/* Top navigation - horizontal */

.topnav{
height:65px;
width:400px;
margin-left:190px;
padding: 5px 0 0 0;
}

.topnav ul
{
float:left;
padding:0;
margin:0;
}
.topnav li
{
text-align:center;
display:block;
float:left;
list-style-type:none;
color:#fff;
font-weight:700;
font-size:11px;
font-family:tahoma, sans-serif;
letter-spacing:1px;
}

.topnav a
{
padding-top:7px;
display:block;
width:120px;
height:27px;
color:#fff;
background:#fff url('topnav-bg.gif') no-repeat;
}
.topnav a:link, .topnav a:visited
{
text-decoration:none;

background:#fff url('topnav-bg.gif') no-repeat;
}
.topnav a:hover, .topnav a:active
{

background:#fff url('topnav-bg-over.gif') no-repeat;
}

/* Left navigation - vertical */


#leftnav
{
background-color:#fff;
}
#leftnav ul
{
margin:0;
padding:0;
list-style-type:none;
}
#leftnav li
{
display:block;
margin:0;
padding:0;
list-style-type:none;
margin-left:10px;
color:#3163CE;
font-family:arial,sans-serif;
font-weight:700;
}
#leftnav a
{
display:block;
text-decoration:none;
padding-left:10px;
font-size:11px;
font-weight:700;
border-left: 1px solid #f60;
color: #36c;
background-color: transparent;
}

#leftnav a:hover {
	color: #f60;
	background-color: transparent;
}

#leftnav .level2 a.First { padding-left: 20px; color: #000;
	font-weight: normal; }
#leftnav .level2 a.First:hover { padding-left: 16px; }
.level3 { display: none !important; }
#leftnav a.First {
	font-weight: bold;
	padding-left: 10px;
	margin-left: 6px;
}
#leftnav a.Second {
	color: #000;
	font-weight: normal;
	padding-left: 20px;
	margin-left: 6px;
}
#leftnav a.First:hover {
	border-left: 10px solid #36c;
	margin-left: 1px;
	padding-left: 6px;
}
#leftnav a.Second:hover {
	border-left: 10px solid #36c;
	margin-left: 1px;
	padding-left: 16px;

}



#logos{
background:#fff url(logos.jpg) no-repeat;
width:134px;
height:150px;
margin: 10px 0 10px 12px;
}

/* Column headings */
#middlecol h1, #rightcol-b h1
{
color:#000;
font-size:1.2em;
font-family:Tahoma;
margin-top:0px;
margin-left:10px;
}
#leftcol h2
{
margin-top:0px;
margin-left:16px;
padding:0 0 5px 10px;
margin-bottom:0px;
border-left:1px solid #FF6600;
color:#000;
background-color:#fff;
font-size:12px;
font-family:Tahoma, arial, sans-serif;
font-weight:700;
}

#rightcol-a h2, .weblog h2
{
margin:0;
padding:5px 0 5px 10px;
color:#000;
background-color:#fff;
font-size:12px;
font-family:Tahoma, arial, sans-serif;
font-weight:700;
}


/* Middle column (3-column layout) */
#middlecol
{
padding-bottom:20px;
width:370px;
}
#middlecol p, #middlecol address
{
margin-left:10px;
margin-right:10px;
}

/* Right column */
/* 3-column layout */
#rightcol-a h3, #rightcol-a p
{
margin-left:10px;
margin-right:10px;
}
/* 2-column layout */
#rightcol-b
{
border-left:1px solid #fff;
padding-bottom:20px;
}
#rightcol-b h2, #rightcol-b h3, #rightcol-b p
{
margin-left:10px;
margin-right:10px;
}
#rightcol-b ul, #rightcol-b ol
{
margin-right:10px;
}
#rightcol-b h2
{
font-size:1.2em;
font-weight:700;
color:#c60000;
background-color:#fff;
}
#rightcol-b #map
{
float:right;
margin:10px;
border:1px solid #000;
}
/* General form settings */
form
{
margin:0;
}
form p
{
clear:left;
margin:2px 0;
}
form span.warning
{
margin-left:0.25em;
}
fieldset
{
margin:10px;
border:1px solid #000;
padding-bottom:10px;
}
legend
{
margin:0 0 0.5em 0;
padding:0.25em 0.5em;
border:1px solid #7F9DB9;
background-color:#006CB4;
color:#fff;
font-size:1em;
font-weight:700;
}
label
{
float:left;
width:120px;
margin:2px 0;
font-weight:700;
vertical-align:middle;
}
 textarea
{
float:left;
margin:2px 0;
border:1px solid #7F9DB9;
font-family:Arial,Geneva,Helvetica,sans-serif;
font-size:1em;
color:#000;
background-color:#fff;
}

select
{
float:left;
margin:2px 0;
}
input.button
{
float:none;
width:10em;
padding:0px 6px 0px 6px;
border:2px outset #D5C9DC;
background-color:#006CB4;
color:#fff;
line-height:normal !important;
text-align:center;
font-weight:700;
}
/* Specific to Callback and Enquiry forms */
#callbackform p input.button, #enquiryform p input.button
{
margin-left:120px;
}

/* Recommend message box*/
#msgbox
{
width:300px;
margin:10px 0 0 130px;
color:#333;
background-color:#e6f1fa;
border:1px solid #013567;
}
#msgcap
{
padding-left:10px;
color:#fff;
background-color:#013567;
border-bottom:1px solid #013567;
font-weight:700;
}
#msg p
{
margin:4px 10px;
}
/* Features - Email a Friend, Bookmark Us and Callback */
#features
{
float:left;
padding:20px 0 20px 10px;
}
#features ul
{
margin:0;
padding:0;
list-style-type:none;
}
#features li
{
margin:10px 0;
padding:0;
list-style-type:none;
}
a.friend, a.colleague, a.receipient, a.bookmark, a.callback
{
margin:0;
font-size:1em;
}

a.friend, a.colleague, a.receipient, a.bookmark, a.callback {
padding:5px 0 4px 22px;
color:#000;
}

a.friend
{
background:#fff url('envelope_filled_in.gif') no-repeat left center;
}
a.colleague
{
background:#fff url('envelope_outline.gif') no-repeat left center;
}
a.receipient
{
background:#fff url('envelope_filled_in.gif') no-repeat left center;
}
a.bookmark
{
padding:5px 0 2px 22px;
background:#fff url('star.gif') no-repeat left center;
}
a.callback
{
padding:3px 0 2px 22px;
background:#fff url('telephone.gif') no-repeat left center;
}
#features a
{
background-color:#fff;
color:#000;
font-size:11px;
font-family:arial;
font-weight:bold
}
#features a:link
{
text-decoration:none;
}
#features a:visited
{
text-decoration:none;
}
#features a:hover
{
text-decoration:underline;
}
#features a:active
{
text-decoration:underline;
}

/* Footer */
#footer p
{
margin:0;
border:0;
padding-top:2px;
padding-bottom:3px;
text-align:center;
background-color:#3163CE;
color:#fff;
}
#footer a
{
color:#fff;
background-color:#3163CE;
}
#footer a:link
{
text-decoration:none;
}
#footer a:visited
{
text-decoration:none;
}
#footer a:hover
{
text-decoration:underline;
}
#footer a:active
{
text-decoration:underline;
}
/* Weblog */
.weblog h3, .weblog p
{
font-size:0.9em;
}
.weblog h3
{
margin-bottom:0;
}
.weblog p
{
margin-top:0;
}


/*#############################################################actininc################*/

#middle{

padding: 0 10px 0 10px;
}

.sidebox{
width:auto; 
background-color:yellow;
margin-left:0px;
}
.boxbody{

width:auto;
margin-left:0px;
}

/*#toolbar{
border:1px solid yellow;
}*/


#lefthandsearch{
padding-top: 20px;
padding-left: 6px;
background-color:#fff;
}

.cards{
margin-bottom:1px;
margin-left:12px;
}
#cartsummary{
padding-left:10px;
}

#search{
padding-left:10px;
border-bottom:1px solid #ccc;
}

#topbar{
position:absolute;
padding:5px 5px 5px 5px;
width:580px;

}





.form_button_add_to_cart{
margin-left:10px;}

.productheading{
margin-top:20px;
text-align:center;}



.receipt{
background-color:#fff;
border:3px solid red;
}
.terms{
font-size:0.9em;
padding-left:10px;}

.sitemap{
font-size:0.9em;
padding-right:10px;}


.layout{
width:560px;
margin-top:-10px;
padding-top:0px;
}

.homelayout{
margin-top:-6px;
width:370px;
}

.contact{
float:left;
width:460px;
height:auto;
padding-right:30px;
margin-left:0px;
padding-bottom:10px;
padding-top:10px;
}
.contact h2{
background-color:#000;
color:red;
}

.contactform{
border-top:1px dashed #ccc;
float:left;
}

.productlist{
width:125px;
float:left;
height:130px;
overflow: hidden;
border:1px solid #ccc;
margin:5px;
}

.productthumb{
margin:5px;
height:40px;
padding:0;
text-align: center;
}

.productthumb a img { border:1px solid black; }

.productdescription{
margin-top:0;
}
.productheading{
margin-top:0px;
text-align:center;
padding-left:5px;
font-family:tahoma, sans-serif;
font-size:14px;}

.searchform{
margin-top:10px;}
/*
.imageproduct{
width:250px;
height:auto;
float:right;}*/

.product-price{
font-size:12px;}

.featureheading{
margin-top:10px;
text-align:center;
background-color:#000;
color:#fff;
padding:2px 10px 2px 10px;
width:auto;
}
.newproducts{
padding-bottom:10px;
width:150px;
height:320px;
float:left;
border:3px solid #000;
margin-right:10px;
margin-left:10px;
}
.newproductthumb{
text-align:center;
width:130px;
}
.hometext{
width:350px;
}

#latestnews{
width:502px;
float:left;
border:3px solid #000;
margin:10px 20px 10px 10px;
}
.whatisrss{
text-align:center;}

.dropdown{
margin-top:10px;
}
#headingcrumbs{
margin-top:0px;
margin-left:5px;
position:absolute;
color:#FF6600;
font-size:18px;
}
.text_breadcrumbs{
font-size:14px;
font-weight:bold;
}

.attributesleft{
float:left;
padding:5px;
}
/*.addcartbutton{ float:left; }*/
.addcartbutton a img { border: none; }

.hometable{
margin-left:10px;
}

.logoactinic{
margin-left:30px;
margin-top:-5px;
border:0;
}

.logoworldpay{
margin-left:25px;
margin-top:15px;
border:0;
}

.searchbutton{
margin-top:3px;
}

.productlayout{
width:545px;
height:auto;
overflow:hidden;
margin-bottom:20px;
border:2px solid #000066;
padding:0;
background:#fff url('product-bg-divide.gif') repeat-y;
}

.descriptiondiv{
width:333px;
margin:0;
padding: 5px 10px 16px 10px;
float:left;

margin-top:0px;
}
.productimage{
padding:0;
margin-right:0px;
margin-top:0px;
}

.productimagediv{
width:189px;
float:right;
margin:0;
padding:0;
}

.divide{
border-top:0px solid #fff;
margin-bottom:0;
}

.justify{
text-align:justify;
}

.infoimg{
padding-left:10px;
}

.datasheet{
float:left;
}

.manual{
float:left;
}

.compatprod{
float:left;
}


.article{
padding:10px;
}

.buttonholder{
float:left;
height:30px;
width:240px;
}
.refcontainer{
float:left;
height:28px;
width:300px;
}

.ref1{
float:left;
background:#FF6600;
color:#fff;
font-size:20px;
height:28px;
width:auto;
padding-left:5px;
}

.ref2{
float:left;
clear:right;
height:28px;
width:34px;
background:#FF6600 url('ref-bg.gif') no-repeat right;
}

.homelinks{
height:150px;
width:185px;
margin-top:20px;
margin-left:10px;
}

.homelinks a
{
display:block;
line-height:40px;
text-decoration:none;
padding-left:10px;
font-size:22px;
text-align:center;
color: #fff;
background-color: #4167B1;
}

.homelinks a:hover {
display:block;
color: #fff;
background-color:#F26722;
}
#heading h1{
color:#ff6600;
position:absolute;
margin-top:-20px;
}

.actxxsmall{
font-size:9px;
}

.homelink{
position:absolute;
}

.fragmentimage{
float:left;
padding:10px;
}
.backtotop{
float:left;
margin-left:35px;
padding-bottom:10px;
}
#bottommenu
{
clear:left;
width:760px;
padding-top:33px;
padding-bottom:2px;
background-color:#fff
color:#000;

}

.search{
position:absolute;
margin-left:560px;
margin-top:0px;
width:180px;
height:60px;
text-align:center;
}

.related{
float:left;
width:320px;
margin-top:15px;
}

.bulb{
margin-left:10px;
}

.video{
margin-left:10px
}

.movielink{
margin-left:6px;
}


.icons img{
margin-top:5px;
}

.icn{
margin-top:15px;
}

/* 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 #003366;
		width: 229px;
		margin: 0px 20px 14px 0px;
	}
		
	.heading_marketing_box p.text_product_small_info_heading	{
		background-color: #003366;
		border-bottom: 2px solid #003366;
		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 #003366;
}

.indented-link a:hover {
	background-color: #3163ce;
}

/* 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 #3163ce;
	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');
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.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: 0px;
	margin-top: 1px;
	border: 0px;
	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: #336699;
	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: #003366;
	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: #336699;
	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: #003366;
	}

#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: #336699;
	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: #003366;
	}

/* These layout selectors bring in styles for specific themes, that are ONLY used by that theme. */
/* If you are not using these themes, you can safely remove this code */

/* Styles specific to Expert theme */

#expert-container {
	width: 960px;
}

#expert-quicksearch {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 100;
	width: 314px;
	height: 24px;
	background-image: url('expert_search_background.gif');
}

#expert-quicksearch input.actinic-button {
	padding: 0px 3px;
	margin: 0px;
	border: solid 1px #ffffff;
	color: #ffffff;
	background-color: #003366;
	font-size: 11px;
}


#expert-quicksearch form {
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

#expert-topbar {
	margin: 0;
	border-top: solid 10px #336699;
	background-image: url('theme_topbar_background.gif');
	background-repeat:repeat-x;
	background-position: bottom;
	height: 100px;
}

#expert-logo {
	width: 400px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 15px;
}

#expert-navbar {
	margin: 40px 20px 0 0;
	float: right;
}

#expert-parent-sections-bar {
	width: auto;
	height: 30px;
	padding: 5px 0px 0px 20px;
}

#expert-left-bar {
	margin: 0 15px 15px 15px;
	float: left;
	width: 170px;
}

#expert-right-bar {
	margin: 0;
	float: left;
	width: 141px;
}

#expert-bulk-area {
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
	width: 600px;
}

#expert-content {
	margin: 10px 0;
	padding: 0;
	border: 0;
}

/* End of styles for Expert theme */
/* Start of Styles for Hotshot Theme */

#hotshot-outer-border {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border: solid 5px #3163ce;
	border-top: 0;
}

#hotshot-border {
	background-color: #fff;
	width: auto;
	margin: 0;
	padding: 0;
	border: solid 1px #003366;
	border-top: 0;
}

#hotshot-margin {
	margin: 0 15px 15px 15px;
}


#hotshot-topbar {
	margin: 0;
	border-top: solid 10px #003366;
	height: 20px;
	background-image:url('theme_topbar_background.gif');
	background-repeat:repeat-x;
	text-align: right;
}

#hotshot-topbar p {
	margin: 0 5px 0 0;
}

#hotshot-logobar {
	margin: 0;
	height: 80px;
	background-image:url('theme_secondbar_background.gif');
	border-bottom: solid 2px #336699;
}

#hotshot-logo {
	margin: 0 0 15px 15px;
	float: left;
	width: 700px;
	height: 75px;
	overflow: hidden;
}

#hotshot-quicksearch {
	float: right;
	margin-top: 20px;
	margin-right: 5px;
}

#hotshot-quicksearch form {
	margin: 0 20px 0 0;
	padding: 0;
}

#hotshot-navbar {
	margin: 0;
	height: 18px;
	background-image:url('hotshot-navbar-background.gif');
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
	text-align: right;
	padding-top: 3px;
}

#hotshot-navbar p {
	margin: 0;
}

#hotshot-navbar p a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0 2px;
	font-size: 13px;
}

#hotshot-navbar p a:hover {
	background-color: #336699;
}

#hotshot-left-bar {
	margin: 15px 15px 15px 0 ;
	float: left;
	width: 170px;
}

#hotshot-bulk-area {
	margin: 15px 13px 15px 0;
	float: left;
	width: 600px;
}

#hotshot-right-bar {
	margin: 15px 0 15px 0;
	float: left;
	width: 170px;
}



/* End of Styles for Hotshot Theme */
/* Start of Styles for Prime Theme */

#prime-container {
	width: 956px;
	margin: 0 auto 0 auto;
}

#prime-top-bar {
	width: 956px;
	height: 102px;
	background-image: url('theme_topbar_background.gif');
	clear: both;
}
#prime-logo-image {
	float: right;
	margin: 20px 20px 0 0;
	clear: both;
	text-align: right;
	width: 550px;
	height: 75px;
	overflow: hidden;
}
	
#prime-navbar {
	width: 956px;
	height: 26px;
	background-image: url('prime_nav_bar.gif');
	text-align: right;
	clear: both;
}

#prime-navbar p {
	padding-top: 5px;
	padding-bottom: 0;
}

#prime-navbar a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0 2px;
	font-size: 13px;
}

#prime-navbar a:hover {
	color: #003366;
	background-color: #336699;
}

#prime-second-bar {
	width: 956px;
	height: 34px;
	background-image: url('theme_secondbar_background.gif');
}

#prime-second-bar form {
	padding: 6px 0 0 20px;
}

#prime-left-bar {
	margin: 0 15px 15px 0;
	float: left;
	width: 170px;
}

#prime-right-bar {
	margin: 0 0 0 0;
	float: left;
	width: 141px;
}

#prime-bulk-area {
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
	width: 615px;
}

/* End of Styles for Prime Theme */
/* Start of styles for Reflective Theme */


/* main structural elements -------------------------------------------- */
#reflective_header {
	padding: 0px;
	width: 962px;
	height: 56px;
	text-align: right;
	margin: 0 auto 0 auto;
	background:url('theme_topbar_background.gif');
}

#reflective_main_content {
	padding: 0px;
	width: 956px;	
	text-align: left;
	border-right: 2px solid #3163ce;
	border-left:  2px solid #3163ce;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

#reflective_logo_image {
	float: left;
	margin: 8px 0px 0px 8px;
	text-align: left;
	height: 45px;
	width: 325px;
	overflow: hidden;
}

#reflective_main_content_background	{
	background-color: #ffffff;
}
	
	
/* footer structural elements -------------------------------------------- */	
#reflective_footer	{
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	width: 961px;
	background-image:url('theme_bottombar_background.gif');
	height:22px;
	margin:0 auto;
	text-align: left;
}
	
#reflective_footer	p{
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 4px 8px 2px 12px;
	color: #ffffff;	
}

#reflective_footer	a{
	color: #ffffff;
	text-decoration: underline;
}

/* end footer structural elements -------------------------------------------- */	
	

/* left col structural elements -------------------------------------------- */	
#reflective_main_content_background_left_menu	{
	float: left; 
	width: 138px;
	margin-bottom: 20px;
	background-color:#003366;
	background-image: none;
}
	
#reflective_main_content_background_left_menu H3{	
	background-color:#003366;
	color: #ffffff;
	font-weight: 400;
	width: 130px;
	font-size: 11px;
	background-image: url('reflective_sidebar_header.gif');
	margin: 0px;
	padding: 4px 0px 0px 8px;
	height: 20px;
}
	
.reflective_sidebar_marketing_box	{
	border-bottom: 1px solid #003366;
	margin: 0px 1px 0px 1px;
	background-color:#ffffff;
}
	
.reflective_sidebar_marketing_box	p{
	padding: 8px;
}
	
.reflective_sidebar_marketing_box .product_image_cost	{
	padding: 8px 0px 0px 8px;
	text-align: left;
	float: none;
}
	
#reflective_menu_left_footer	{
	background-image: url('reflective_sidebar_footer.gif');
	height: 25px;
	background-color:#003366;
}

/* end left col structural elements -------------------------------------------- */	


/* right col structural elements -------------------------------------------- */	

#reflective_main_content_background_right_col	{
	float: right;
	width: 745px;
	background-color: #ffffff;
	padding: 30px 35px 30px 35px;
}
	
/* end right col structural elements -------------------------------------------- */
	

/*top menu items -------------------------------------- */

#reflective_top_menu_padding	{
	padding: 29px 10px 0px 3px;
	margin: 0px;
}
	
#reflective_menu_top, #reflective_menu_top ul { /* all lists */
	width: 580px;
	width: 580px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 11px;
	float: right;
}

#reflective_menu_top   input.main_search_box	{
	line-height: 120%;
	width: 120px;
	height: 16px;
	margin: 3px 0px 3px 3px;
	padding: 0px 0px 0px 2px;
	font-size : 11px;
	background-color: #3163ce;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #3163ce;
	border-bottom: 1px solid #3163ce;
	color: #000000;
	vertical-align: top;
}


#reflective_menu_top  input.button{
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	background-color: transparent;
	border: none;
	padding: 5px 6px 5px 24px;
	background-image:url('theme_icon_search.gif');
}

#reflective_menu_top  input.button:hover{
	border:none;
	background-color: transparent;
	cursor: hand;
	background-image:url('theme_icon_search_highlight.gif');
}


#reflective_menu_top a { /* button formatting no icon */
	display: block;
	color: #ffffff;
	padding: 3px 7px 3px 7px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image:url('reflective_button_bg.gif');
	border-right: 1px solid #000000;
	border-left: 1px solid #3163ce;
}

#reflective_menu_top li a:hover { /* button formatting no icon */
	background-image:url('reflective_button_bg_highlight.gif');
}

#reflective_menu_top a.reflective_cart { /* cart button formatting */
	background-image:url('theme_icon_cart.gif');
	padding-left: 24px;
}

#reflective_menu_top a.reflective_cart:hover { /* cart button formatting */
	background-image:url('theme_icon_cart_highlight.gif');
	padding-left: 24px;
}

#reflective_menu_top a.checkout { /* checkout button formatting */
	background-image:url('theme_icon_checkout.gif');
	padding-left: 24px;
}

#reflective_menu_top a.checkout:hover { /* checkout button formatting */
	background-image:url('theme_icon_checkout_highlight.gif');
	padding-left: 24px;
}

#reflective_menu_top li.items_value { /* shopping cart summary */
	float: left;
	padding: 3px 7px 3px 7px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	color: #ffffff;
	background-image:url('reflective_button_bg.gif');
}

#reflective_menu_top a.login { /* login button formatting */
	background-image:url('theme_icon_login.gif');
	padding-left: 24px;
}

#reflective_menu_top a.login:hover { /* login button formatting */
	background-image:url('theme_icon_login_highlight.gif');
	padding-left: 24px;
}

#reflective_menu_top li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	border-top: 1px solid #3163ce;
}

#reflective_menu_top li.spacing { /* spacing for list items */
	border-top: none;
	width: 10px;
}

#reflective_menu_top li.search_box { /* search box formatting */
	background-image:url('reflective_button_bg.gif');
	height: 24px;
	border-left: 1px solid #3163ce;
}

#reflective_menu_top li.search_box_button { /* search box formatting */
	background-image:none;
	height: 24px;
	border-right: 1px solid #000000;
}

#reflective_menu_top li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #3163ce;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#reflective_menu_top li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-color: #003366;
	border-bottom: 1px solid #000000;
	background-image:url('reflective_button_bg.gif');
}

#reflective_menu_top li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #3163ce;
	border-right: 1px solid #000000;
}

#reflective_menu_top li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #3163ce;
	border-right: 1px solid #000000;
	padding: 3px 6px 4px 6px;
}

#reflective_menu_top li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
}

#reflective_menu_top li:hover ul ul, #reflective_menu_top li.sfhover ul ul {
	left: -999em;
}

#reflective_menu_top li:hover ul, #reflective_menu_top li li:hover ul, #reflective_menu_top li.sfhover ul, #reflective_menu_top li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* end top menu items -------------------------------------- */


/* left top menu items -------------------------------------- */

#reflective_menu_left_top, #reflective_menu_left_top ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 136px;
}

#reflective_menu_left_top li { /* all list items */
	position: relative;
	float: left;
	line-height: 21px;
	margin: 0px 0px -1px 0px;
	width: 136px;
}

#reflective_menu_left_top a {
	color: #ffffff;
	background-color: #003366;	
	background-image:url('theme_arrow.gif');
	padding: 0px 6px 0px 14px;
	margin: 1px;
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: 116px;
}

#reflective_menu_left_top li a:hover {
	color: #ffffff;
	padding: 0px;
	margin: 1px;
	padding: 0px 6px 0px 14px;
	font-size: 11px;	
	background-color:#336699;
	background-image:url('theme_arrow_highlight.gif');
	text-decoration: none;
}

#reflective_menu_left_top li ul { /* second-level lists */
	font-size: 100%;
	width: 210px; 
	display: block;
	position: absolute;
	margin: -21px 0px 0px 136px;
	padding: 0px;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#reflective_menu_left_top li ul li { /* second-level lists */
	width: 198px; 
	display: block;	
}

#reflective_menu_left_top li ul li a { /* second-level lists */
	background-image:none;
	margin: 0px;
	padding: 1px 6px 0px 6px;
	display: block;
	width: 186px;
	background-image:url('reflective_menu_bg.gif');
}

#reflective_menu_left_top li ul li a:hover { /* second-level lists */
	background-image:none;
	margin: 0px;
	padding: 1px 6px 0px 6px;
	display: block;	
	width: 186px;
	background-image:url('reflective_menu_bg.gif');
}

#reflective_menu_left_top li ul ul { /* third-and-above-level lists */
	margin: -21px 0px 0px 198px;
}

#reflective_menu_left_top li:hover ul ul, #reflective_menu_left_top li.sfhover ul ul {
	left: -999em;
}

#reflective_menu_left_top li:hover ul, #reflective_menu_left_top li li:hover ul, #reflective_menu_left_top li.sfhover ul, #reflective_menu_left_top li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.reflective_menu_left_top_other, .reflective_menu_left_top_other ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float : left;
	width : 136px;
}

.reflective_menu_left_top_other li { /* all list items */
	position : relative;
	float : left;
	line-height : 21px;
	margin: 0px 0px -1px 0px;
	width : 136px;
}

.reflective_menu_left_top_other a {
	color: #ffffff;
	background-color: #3163ce;	
	background-image:url('reflective_menu_bg.gif');
	padding: 0px 6px 0px 14px;
	margin: 1px;
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: 116px;
}

.reflective_menu_left_top_other li a:hover {
	color: #ffffff;
	padding: 0px;
	margin: 1px;
	padding: 0px 6px 0px 14px;
	font-size: 11px;	
	background-color:#336699;
	background-image:url('reflective_menu_bg_highlight.gif');
	text-decoration: none;
}

#reflective_menu_left_top_products, #reflective_menu_left_top_products ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float : left;
	width : 136px;
}

#reflective_menu_left_top_products li { /* all list items */
	position : relative;
	float : left;
	line-height : 21px;
	margin: 0px 0px -1px 0px;
	width : 136px;
}

#reflective_menu_left_top_products a {
	color: #ffffff;
	background-color: #003366;	
	background-image:url('reflective_menu_bg.gif');
	padding: 0px 6px 0px 14px;
	margin: 1px;
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: 116px;
}

#reflective_menu_left_top_products li a:hover {
	color: #ffffff;
	padding: 0px;
	margin: 1px;
	padding: 0px 6px 0px 14px;
	font-size: 11px;	
	background-color:#336699;
	background-image:url('reflective_menu_bg_highlight.gif');
	text-decoration: none;
}

/*sub menus begin */


#reflective_menu_left_top_products li ul { /* second-level lists */
	font-size: 100%;
	width: 210px; 
	display: block;
	position: absolute;
	margin: -21px 0px 0px 136px;
	padding: 0px;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#reflective_menu_left_top_products li ul li { /* second-level lists */
	width: 198px; 
	display: block;	
}

#reflective_menu_left_top_products li ul li a { /* second-level lists */
	background-image:none;
	margin: 0px;
	padding: 1px 6px 0px 6px;
	display: block;
	width: 186px;
	background-image:url('reflective_menu_bg.gif');
}

#reflective_menu_left_top_products li ul li a:hover { /* second-level lists */
	background-image:none;
	margin: 0px;
	padding: 1px 6px 0px 6px;
	display: block;	
	width: 186px;
	background-image:url('reflective_menu_bg.gif');
}

#reflective_menu_left_top_products li ul ul { /* third-and-above-level lists */
	margin: -21px 0px 0px 198px;
}

#reflective_menu_left_top_products li:hover ul ul, #reflective_menu_left_top_products li.sfhover ul ul {
	left: -999em;
}

#reflective_menu_left_top_products li:hover ul, #reflective_menu_left_top_products li li:hover ul, #reflective_menu_left_top li.sfhover ul, #reflective_menu_left_top li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*sub menus end */

/* end top menu items -------------------------------------- */

/* End of styles for Reflective Theme */
/* Start of styles for Corporation Theme */

/* main structural elements -------------------------------------------- */
#corporate_main_container_menu {
	padding: 0px;
	width: 962px;
	text-align: left;
	margin:0 auto 0 auto;
	}

#corporate_main_container {
	padding: 0px;
	width: 956px;	
	text-align: left;
	border-right: 3px solid #000000;
	border-left: 3px solid #000000;
	margin:0 auto 0 auto;
	background-color: #ffffff;
	}

#corporate_logo_image {
	position: absolute;
	z-index: 10;
	width: 650px;
	height: 72px;
	overflow: hidden;
	}

#corporate_main_structure_menu	{
	margin: 0px 0px 0px 0px;
	height: 100px;
	clear: both;
	background-image:url('corporate_black_header.gif');
	}
	
#corporate_main_structure_menu_padding	{
	padding: 74px 0px 0px 3px;
	}
	
#corporate_main_structure_menu_background	{
	width: 956px;
	background-color: #003366;
	border-bottom: 2px solid #000000;
	height: 24px;
	}

#corporate_main_structure_page_content_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
	width: 956px;
	background-color: #ffffff;
	clear: both;
	background-image:url('theme_main_background.gif');
	}
	
#corporate_main_structure_page_content_container_spacing	{
	padding: 0px 20px 0px 20px;
	}
	
#corporate_banner	{
	border-bottom: 1px solid #000000;
	width: 956px;
	height: 92px; 
	}

#corporate_banner	p {
	float: right;
	color: #ffffff;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 35px;
	font-size: 16px;
	}	
	
/* footer structural elements -------------------------------------------- */		
#corporate_main_structure_footer	{
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	width: 962px;
	background-image:url('corporate_black_footer.gif');
	height: 27px;
	margin:0 auto 0 auto;
	text-align: right;
	}
	
#corporate_main_structure_footer	p{
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 7px 8px 2px 12px;
	color: #3163ce;	
	}

#corporate_main_structure_footer	a{
	color: #3163ce;
	text-decoration: none;
	}
	
/* end footer structural elements -------------------------------------------- */	
	
	/* left col home structural elements -------------------------------------------- */	
	
	/* two column pages -------------------------------------------- */	
	
	#corporate_main_structure_left_col_container {
		float: left; 
		width: 274px;
		}		
		
	#corporate_main_structure_left_col_container h1 {
		font-size: 11px;
		color: #ffffff;
		margin: 0px 0px 0px 0px;
		padding: 5px 6px 5px 10px;
		font-weight: 900;
		background-color:	#003366;
		border-bottom: 1px solid #000000;
		}		

	.corporate_products_box	{
		margin: 0px;	
		padding: 8px 8px 0px 8px;
		}
			
	.corporate_products_box	p{
		padding: 4px 8px 0px 8px;
		margin: 0px;
		}
			
	.corporate_products_box	.product_image_cost {
		padding: 4px 8px 0px 8px;
		}
	
	/* end left col home structural elements -------------------------------------------- */	
	
	/* right home col structural elements -------------------------------------------- */	
	
	#corporate_main_structure_page_right_col_container {
		margin: 0px 0px 0px 0px;
		width: 680px;
		float: right;
		border-left: 2px solid #000000;
		padding: 0px;
		}
		
	#corporate_main_structure_page_right_col_container_content	{
		padding: 20px 20px 20px 20px;
		}
		
		
		/* right col general pages structural elements -------------------------------------------- */		

		#corporate_breadcrumbs {
			background-color: #000000;
			height: 26px;
			background-image:url('theme_arrow.gif');
			background-position:left;
			background-repeat:no-repeat;
			}
		
		#corporate_breadcrumbs	p {
			color: #ffffff;
			padding: 5px 4px 0px 14px;
			margin: 0px;
			}
			
		#corporate_breadcrumbs	a {
			color: #ffffff;
			padding: 0px 0px 0px 0px;
			}
			
		/* end right col general pages structural elements -------------------------------------------- */	
			
	/* end right home col structural elements -------------------------------------------- */	
	
/*list style menu items search -------------------------------------- */

#corporate_menu_search, #corporate_menu_search ul { /* quick search */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 11px;
	float: right;
	background-color: #336699;
	}

#corporate_menu_search   input.main_search_box	{ /* quick search */
	line-height: 120%;
	width: 120px;
	height: 16px;
	margin: 3px 0px 0px 3px;
	padding: 0px 0px 0px 2px;
	font-size : 11px;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	vertical-align: top;
	}


#corporate_menu_search  input.button{ /* quick search */
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 18px;
	font-size: 11px;
	background-color: #336699;
	border: none;
	height: 24px;
	background-image: url('theme_icon_search.gif');
	background-repeat: no-repeat;
	background-position: left;
	}

#corporate_menu_search  input.button:hover{ /* quick search */
	border:none;
	background-color: #003366;
	cursor: hand;
	background-image:url('theme_icon_search.gif');
	}


#corporate_menu_search li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
}

#corporate_menu_search li.spacing { /* spacing for list items */
	border-top: none;
	width: 10px;
}

#corporate_menu_search li.search_box { /* search box formatting */
	height: 24px;
	border-left: 1px solid #000000;
}

#corporate_menu_search li.search_box_button { /* search box formatting */
	background-image:none;
	height: 24px;
}


/*list style menu items cart & login -------------------------------------- */

#corporate_cart_login_menu, #corporate_cart_login_menu ul { /* top right functions */
	padding: 0px 0px 0px 0px;
	margin: 51px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 11px;
	float: right;
}

#corporate_cart_login_menu li { /* top right functions */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	color: #ffffff;
}

#corporate_cart_login_menu li.items_value { /* shopping cart summary */
	float: left;
	padding: 1px 7px 1px 7px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	color: #ffffff;
	background-color: #336699;
	border-right: 1px solid #000000;
}

#corporate_cart_login_menu a { /* top right functions */
	display: block;
	color: #ffffff;
	padding: 1px 7px 1px 7px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image:none;
	background-color: #336699;
	border-right: 1px solid #000000;
}

#corporate_cart_login_menu li a:hover { /* top right functions */
	background-image:none;
	background-color: #003366;
}

#corporate_cart_login_menu a.cart { /* cart button formatting */
	background-image:url('theme_tab2_left.gif');
	padding-left: 8px;
	background-position:left;
	background-repeat:no-repeat;
}

#corporate_cart_login_menu a.cart:hover { /* cart button formatting */
	background-image:url('theme_tab1_left.gif');
}

#corporate_cart_login_menu a.login { /* login button formatting */
	background-image:url('theme_icon_login.gif');
	padding-left: 16px;
	background-position:left;
	background-repeat:no-repeat;
	border-right: 3px solid #000000;
}

#corporate_cart_login_menu a.login:hover { /* login button formatting */
	background-image:url('theme_icon_login.gif');
}

#corporate_cart_login_menu li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px 0px;
	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_cart_login_menu li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-image:none;
	background-color: #336699;
	border-bottom: 1px solid #000000;
}

#corporate_cart_login_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_cart_login_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: #003366;
}

#corporate_cart_login_menu li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
}

#corporate_cart_login_menu li:hover ul ul, #corporate_cart_login_menu li.sfhover ul ul {
	left: -999em;
}

#corporate_cart_login_menu li:hover ul, #corporate_cart_login_menu li li:hover ul, #corporate_cart_login_menu li.sfhover ul, #corporate_cart_login_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* End of styles for Corporation theme */
/* Start of styles for Premier theme */

/* main structural elements -------------------------------------------- */
#premier_main_container_menu {
	padding: 0px;
	width: 962px;
	text-align: left;
	margin: 0 auto 0 auto;
	}

#premier_main_container {
	padding: 0px;
	width: 954px;	
	text-align: left;
	border-right: 4px solid #003366;
	border-left: 4px solid #003366;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	background-image:url('theme_main_background.gif');
	}

#premier_logo_image {
	position: absolute;
	margin: 10px 0px 0px 10px;
	width: 944px;
	height: 58px;
	overflow: hidden;
	}

#premier_main_structure_menu	{
	margin: 0px 0px 0px 0px;
	clear: both;
	background-image:url('premier_header.gif');
	}
	
#premier_main_structure_menu_padding	{
	padding: 74px 4px 0px 4px;
	}
	
#premier_main_structure_menu_background	{
	background-color: #333333;
	padding: 0px;
	background-image: url('theme_main_background.gif');
	background-repeat: repeat-x;
	background-position:top;
	height: 25px;
	border-bottom: 3px solid #333333;
	}
	
#premier_main_structure_menu_background_shadow	{	
	border-bottom: 2px solid #d8d8d8;
	}

#premier_main_structure_page_content_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
	width: 954px;
	background-color: #ffffff;
	clear: both;
	background-image:url('premier_background.gif');
	}
	
#premier_main_structure_page_content_container_spacing	{
	padding: 0px 20px 0px 20px;
	}
	
	
/* footer structural elements -------------------------------------------- */		
#premier_main_structure_footer	{
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	width: 962px;
	background-image:url('premier_footer.gif');
	height: 22px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
	
#premier_main_structure_footer	p{
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 5px 8px 5px 12px;
	color: #d9d9d9;	
	}

#premier_main_structure_footer	a{
	color: #d9d9d9;
	text-decoration: none;
	}

/* end footer structural elements -------------------------------------------- */	
	
	
/* left col structural elements -------------------------------------------- */	
#premier_main_content_background_left_column	{
	float: left; 
	width: 160px;
	margin-bottom: 20px;
	background-image: none;
	margin: 30px 0px 0px 0px;
	}
	
#premier_main_content_background_left_column_content_shadow	{
	border-bottom: 2px solid #d8d8d8;
	border-right: 2px solid #d8d8d8;
	}
	
#premier_main_content_background_left_column H3{	
	background-color: #003366;
	color: #ffffff;
	font-weight: 400;
	font-size: 11px;
	margin: 0px;
	padding: 4px 0px 0px 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;	
	border-bottom: 1px solid #333333;
	height: 20px;
	}
	
.premier_marketing_box	{
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;	
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	}
	
.premier_marketing_box p.text_product_small_info_heading	{
	font-weight: 900;
	border-bottom: 1px solid #333333;
	color: #ffffff;
	font-size: 11px;
	margin: 0px;
	background-color: #336699;
	padding: 6px 6px 6px 8px;
	}

.premier_marketing_box	p{
	margin: 0;
	padding: 8px;
	}

.premier_marketing_box	.product_image_cost{
	padding: 8px;
	}
	
.premier_marketing_box	p.text_product_small_info{
	padding: 8px;
	clear: both;
	}
	
/* end left col structural elements -------------------------------------------- */	


/* right col structural elements -------------------------------------------- */	
#premier_main_content_background_right_col	{
	float: right;
	width: 723px;
	background-color: #ffffff;
	padding: 30px 35px 30px 35px;
	}
	
	
/* end right col structural elements -------------------------------------------- */
	
	
/* image elements -------------------------------------------- */
.premier_image_homepage_product_overview	{
	float: right;
	margin: 0px 0px 15px 20px;
	}
/* end image elements -------------------------------------------- */

	
/*list style menu items -------------------------------------- */
#premier_top_menu, #premier_top_menu ul { /* main menu lists */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 11px;
	}

#premier_top_menu a {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 6px;
	margin: 0px;
	font-size: 11px;	
	text-decoration: none;
	background-color: #336699;
	border-right: 1px solid #333333;		
	}

#premier_top_menu li a:hover {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 6px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-color: #003366;
	}

#premier_top_menu li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	border-top: 1px solid #333333;	
	}

#premier_top_menu li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px -1px;
	border-bottom: 1px solid #333333;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#premier_top_menu li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-color: #336699;
	border-bottom: none;
	}

#premier_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 #333333;
	border-right: 1px solid #333333;
	}

#premier_top_menu li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 3px 6px 4px 6px;
	}

#premier_top_menu li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
	}

#premier_top_menu li:hover ul ul, #premier_top_menu li.sfhover ul ul {
	left: -999em;
	}

#premier_top_menu li:hover ul, #premier_top_menu li li:hover ul, #premier_top_menu li.sfhover ul, #premier_top_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/*list style menu items top right -------------------------------------- */

	
#premier_menu_top_right, #premier_menu_top_right ul { /* all lists */
	width: 510px;
	width: 510px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1px;
	font-size: 11px;		
	float: right;
	}

#premier_menu_top_right   input.main_search_box	{  /* search box formatting */
	line-height: 120%;
	width: 120px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 5px;
	font-size : 10px;
	background-color: #3163ce;
	border: none;
	color: #000000;
	vertical-align: top;
	}

#premier_menu_top_right  input.button{  /* search box formatting */
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	height: 24px;
	background-color: #003366;
	border: none;
	padding: 4px 6px 4px 6px;
	}

#premier_menu_top_right  input.button:hover{  /* search box formatting */
	border:none;
	background-color: transparent;
	cursor: hand;
	background-color: #336699;
	}


#premier_menu_top_right a { /* button formatting no icon */
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 6px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-color: #003366;
	border-right: 1px solid #333333;		
	}

#premier_menu_top_right li a:hover { /* button formatting no icon */
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 6px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-color: #336699;
	}

#premier_menu_top_right li.items_value { /* all list items */
	float: left;
	padding: 3px 7px 3px 7px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	color: #ffffff;
	background-color: #003366;
	border-right: 1px solid #333333;	
	}

#premier_menu_top_right a.login { /* login button formatting */
	background-image: url('theme_icon_login.gif');
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 20px;
	border-left: 1px solid #333333;	
	border-right: none;
	}

#premier_menu_top_right a.login:hover { /* login button formatting */
	background-image:url('theme_icon_login.gif');
	padding-left: 20px;
	border-right: none;
	}

#premier_menu_top_right li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	border-top: 1px solid #333333;
	}

#premier_menu_top_right li.spacing { /* spacing for list items */
	border-top: none;
	width: 5px;
	}

#premier_menu_top_right li.search_box { /* search box formatting */
	border-left: 1px solid #333333;	
	border-right: 1px solid #333333;
	background-color: #003366;
	height: 24px;
	}

#premier_menu_top_right li.search_box_button { /* search box formatting */
	background-image:none;
	height: 24px;
	border-right: 1px solid #333333;
	}

#premier_menu_top_right li.view_cart { /* search box formatting */
	border-left: 1px solid #333333;	
	}
	
#premier_menu_top_right li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px -1px;
	border-bottom: 1px solid #333333;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#premier_menu_top_right li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-image:none;
	background-color: #003366;
	border-bottom: none;
	}

#premier_menu_top_right li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	}

#premier_menu_top_right li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 3px 6px 4px 6px;
	background-image: none;
	}

#premier_menu_top_right li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
	}

#premier_menu_top_right li:hover ul ul, #premier_menu_top_right li.sfhover ul ul {
	left: -999em;
	}

#premier_menu_top_right li:hover ul, #premier_menu_top_right li li:hover ul, #premier_menu_top_right li.sfhover ul, #premier_menu_top_right li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}


/* End of styles for Premier theme */