/* CSS Document */
/* colors 
red: #ac2b23;
blue: #0455a5;
text: #444444;
blue: #0A5CAA;
*/

body {
	font: 0.75em/1.2em Verdana, Arial, Helvetica, sans-serif;
	xfont: 75%/155% Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
	}
	
#logo a, #logo img, #roundedbuttons img, #manusa img { border: 0; }

a {
	xcolor: #666666;
	color: #0A5CAA;
	text-decoration: underline;
	}
	
a:hover {
	color: #ac2b23;
	}
	
a:visited {
	xcolor: #555;
	xcolor: #8ebbeb;
	color: #000033;
	}
	
.clearboth {
	height: 1px;
	clear: both;
	overflow: hidden;
	margin-left: -1px; /* we cheat a little here to fix the line from showing up between layers of products */
	position: relative;
	z-index: 20;
	background: #fff;
	}
	
.clearboth-ten{
	clear: both;
	overflow: hidden;
	height: 10px;
	}
	
.headingclear {
	clear: both;
	padding-top: 1em;	
	}
	
.clearleft {
	clear: left;
	}
	
h1 {font-size: 145%;}


	
h3.grayheader {
	color: #ccc;
	}
	
.moreimage {
	position: absolute;
	right: 5px;
	bottom: 5px;
	border: 0;
	}
	
.image {
	border: 1px solid #ccc;
	padding: 5px;
	}
	
.noborder { border: 0;}	
	
.padten {
	padding: 10px;
	}
	
ul li {
	list-style: square;
	}
	
hr {
	color: #333;
	border-bottom: 0px solid #ccc;
	background: #fff;
	height: 0px;
	}
	
.line { 
	background: #fff url(../images/line.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 1px;
	}
	
h3.featured {	
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	xbackground: #444;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;
	xbackground: #0A5CAA url('../images/bg_grad_blue.gif') repeat-x;
	/*
	background: #666666;
	background: url(../images/heading-bg-crop.png) repeat-x;*/
	/*height: 1.2em;*/
	padding: .2em 0  .2em .4em;
	margin: 0;
	}

/* ------------------ MAIN LAYOUT ---------- */

#centerit { 
	width: 760px;
	margin: 0 auto;
	}

#header {
	position: relative;
	width: 760px;
	height: 64px;
	background: url(../images/topbar.png) repeat-x bottom; 
	}
	
#logo img {
	margin: 0 0 0 -26px;
	}
	
#logo {
	width: 180px;
	}
	
#search {
	/*float: right;*/
	width: 11.6em;
	/*margin-right: 1em;
	margin-top: 3em;*/
	position: absolute;
	right: 10px;
	top: 35px;
	}

#nav {
	position: relative;
	width: 760px;
	/*height: 22px;
	background: url(../images/graybar-crop.png) repeat-x;*/
	background: #f2f2f2;
	clear: both;
	}
	
#homecontent {
	position: relative;
	margin: 1em 0 1em 0;
	background: transparent;
	}

#maincontent {
	/*position: relative;*/
	margin: 1em 0 1em 0;
	background: transparent;
	}
	
#contentholder {
	/*position: relative;*/
	margin: 1em 0 2em 0;
	background: transparent;
	}
	
#crumbtrail {
	/*margin-left: 1.2em;*/
	text-transform: lowercase;
	}	


#footer {
	clear: both;

	xheight: 19px;
	}
	
#footer div.totop {
	float: right;
	margin: 0;
	background: transparent;
	}
	
#footer div.totop img {
	border: 0;
	}
	
#footerbar {
	width: 760px;
	min-height: 18px;
	height: 18px;
		background: url('../images/footerbar.png') repeat-x;
	background-position: bottom;
	}
	

	
#copyright {
/*	clear: both; */
	padding-top: .5em;
	font-size: 80%;
	background: #fff;
/*	width: 760px; */
	}

#facebook {
	clear: both;
	padding-top: .5em;
	font-size: 80%;
	background: #fff;
	float: right;
	}

	
	
/* -------------- SEARCH FORM --------- */
#search label {
	float: left;
	color: #fff;
	font-size: 90%;
	margin-top: .2em;
	}
	
#search form {
	width: 8em;
	float: right;
	}
	
.search-input {
	float: right;
	width: 98px;
	height: 1.1em;
	border: 1px solid #ccc;
	font-size: .8em;
	}
	
#search input {
	float: right;
	width: 98px;
	height: 1.1em;
	border: 1px solid #ccc;
	font-size: .8em;
	}
	
	
#search input:hover.search-input {
	border: 1px solid #666666;
	}
	
#search input:focus.search-input {
	border: 1px solid #000000;
	}
	
/* -------------- NAVIGATION --------- */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: .4em;
	
	}
	
#nav ul li {
	list-style: none;
	float: left;
	margin-left: 1.3em;
	width: auto;
	padding-bottom: .5em;
	}
	
#nav ul li.account {
	float: right;
	margin-left: 0;
	margin-right: 1.3em;
	}
	
#nav ul li a {
	text-decoration: none;
	color: #666666;
	text-transform: lowercase;
	
	}
	
#nav ul li a:hover {
	color: #ac2b23;
	border-bottom: 2px solid #ac2b23;
	}
	
#nav ul li.mainlevel_current a {
	/*color: #ac2b23;*/
	border-bottom: 3px solid #ac2b23;
	}
	
	
#nav ul#login-logout {
	margin-top: -5px;
	}
	


/* -------------- FOOTER LOGIN FORM --------- */

form.login { padding: 3px; }

#footer .loginholder {
	width: 13.3em;
	float: left;
	margin-left: .6em;
	}

#footer .login-label {
	color: #fff;
	font-size: 90%;
	float: left;
	margin-top: 0;
	}
	
#footer .login-input {
	margin-top: 0px;
	width: 98px;
	height: 12px;
	border: 1px solid #ccc;
	font-size: 10px;
	float: right;
	}
	
#footer #login button {
	xbackground: none;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;
	padding: 1px;
	border: 1px solid #444;
	color: #fff;
	font-size: 90%;
	xmargin-top: 2px;
	margin: -1px 0 0 5px;
	}
	
#footer #login input:hover {
	border: 1px solid #666666;
	}
	
#footer #login input:focus {
	border: 1px solid #000000;
	}
	
#footer #login button:hover {
	border: 1px solid #080808;
	}
	
#footer #login button:focus {
	border: 1px solid #000;
	}

	
/* -------------- HOME PAGE --------- */ 

#homeright {
	width: 530px;
	height: 280px;
	border: 1px solid #ccc;
	float: right;
	}

#homeleft {
	width: 220px;
	}
	
#featured {
	font-size: 95%;
	color: #666666;
	height: 130px;
	overflow-y: auto;
	overflow-x: hidden;
	}
	
#featured h1 {
	color: #ac2b23;
	font-size: 130%;
	font-weight: normal;
	margin: 0px;
	padding: 4px 4px 8px 0px;
	}
	
#featured h3.featured {
	font-size: .97em;
	font-weight: bold;
	color: #fff;
	xbackground: #444;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;
	xbackground: #0A5CAA url('../images/bg_grad_blue.gif') repeat-x;
	padding: .05em 0  .2em .4em;
	margin: 0;
	}
	
#featured p {
	padding: 0 4px 0 4px;
	margin: 0;
	}
	
#featured div.moduletable {
	padding-top: 4px;
	margin: 0;
	}
	
h2.featured {	
	font-size: .97em;
	font-weight: normal;
	color: #fff;
	xbackground: #444;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;
	xbackground: #0A5CAA url('../images/bg_grad_blue.gif') repeat-x;
	padding: .05em 0  .2em .4em;
	margin: 0;
	}
	
.sm-imgright {
	float: right;
	margin: 0 0 5px 5px;
	}
	
	
#roundedbuttons {
	position: relative;
	margin-top: 20px;
	width: 220px;
	}
	
.twentyfiveyears {
	width: 110px;
	float: left;
	}

.manusa {
	width: 108px;
	float: right;
	}
	
.trademark { margin-top: 6px; }

/* -------------- ABOUT PAGE --------- */ 

#abouttext, #contacttext {
	float: left;
	width: 60%;
	/*margin-left: 15px;*/
	}
	
#aboutpanel {
	width: 35%;
	float: right;
	margin-bottom: 10px;
	}
	
/* -------------- PRODUCT PAGE --------- */ 

#products {
	/*margin-left: 1.2em;*/
	max-width: 726px;
	}
	
div.orderby {
	xdisplay: none;
	display: block;
	}

.categoryholder {
	clear: both;
	margin-bottom: 2em;
	border-top: 0px solid #ccc;
	xborder-left: 1px solid #ccc;
	width: auto;
	}
	
.categoryholder2 {
	clear: both;
	margin-bottom: 2em;
	border-top: 0px solid #ccc;
	xborder-left: 1px solid #ccc;
	}
	
/*h1.categorytitle {
	font-weight: normal;
	color: #fff;
	background: #444;
	padding: .05em 0  .2em .4em;
	font-size: 110%;
	font-weight:lighter;
	}*/
	
h1.categorytitle {
	color: #ac2b23;
	font-size: 130%;
	font-weight:lighter;
	}	
	
.productholder {
	width: 156px;
	height: 210px;
	overflow: hidden;
	display: block;
	float: left;
	/*margin-right: 2em;
	margin-bottom: 2em;*/
	margin: 0;
	xmargin-bottom: 1px;
	margin-bottom: 10px;
	margin-right: 6px;
	padding: 12px;
	xborder-top: 1px solid #ccc;
	xborder-right: 1px solid #ccc;
	xborder-bottom: 1px solid #ccc;
	border: 1px solid #ccc;
	display: block;
	position: relative;
	
	}	
	
.productholder2 {
	position: relative;
	width: 156px;
	height: 365px;
	overflow: hidden;
	float: left;
	xmargin-bottom: 1px;
	margin-bottom: 10px;
	margin-right: 6px;
	padding: 12px;
	xborder-top: 1px solid #ccc;
	xborder-right: 1px solid #ccc;
	xborder-bottom: 1px solid #ccc;
	border: 1px solid #ccc;
	display: block;
	font-size: 90%;
	}
	
.imageholder {
	width: 154px;
	}

.imageholder img {
	width: 154px;
	height: 154px;
	}	

.imageholder a img {
	border: 1px solid #666666;
	 
	}
	
.imageholder a:hover img {
	border: 1px solid #ac2b23;
	}
	
	
.producttitle {
	border-top: 0px solid #666666;
	padding-top: .3em;
	/*color: #0455a5;
	color: #ac2b23;*/
	color: #333;
	}
	
.productinfo {
	padding-top: .3em;
	}
	
form#order {
	margin-bottom: 10px;
	}

	
/* -------------- PRODUCT (single) PAGE ----- */

h1.producttitle {
	width: 440px;
	float: right;
	font-size: 170%;
	xfont-size: 24px;
	}

.productpage-left {
	float: left;
	width: 300px;
	position: relative;
	}
	
.productpage-left img {
	border: 0px solid #ccc;
	}
	
#productpage-right {
	float: right;
	width: 440px;
	}
	
#productpage-right p {
line-height: 1.5em;
}
	
#supportinfo {
	xposition: absolute;
	xtop: 320px;
	xz-index: 1011;
	
	}

.productpage-left div.slideshow {
	margin-top: 15px;
	}
	
#prod-shopcart {
	width: 300px;
	}
	
div.productprice {
	clear: both;
	margin-top: 10px;
	}
	
div.supportinfo {
	clear: left;
	xmargin-top: 30px;
	float: left;
	width: 250px;
	}
	
/* -------------- BUY/DISTRIBUTOR PAGE --------- */ 

#distributortext {
	float: left;
	width: 70%;
	/*margin-left: 15px;*/
	}
	
#distributorpanel {
	width: 27%;
	float: right;
	margin-bottom: 10px;
	}
	
#distributorpanel ul, #distributorpanel ul li {
	list-style: none;
	padding-left: 10px;
	}

#distributorpanel a {
	background: url(../images/arrow.gif) no-repeat left;
	padding-left: 20px;
	}
	
/* hide the product attributes from people who aren't logged in (see template header) */	
.product-attribute {
	width: 30%;
	float: left;
	text-align: left;
	margin:3px;
	display: none;
	}
	
.product-attribute-field {
	width: 60%;
	float: left;
	margin: 3px;
	display: none;
	}
	
/* end hide product attributes */


	
/*-------------------CONTACT PAGE/FORMS  ---------------------------*/
	
#contact input {
	border: 1px solid #BFBFBF;
	xcolor: #fff;
	xbackground: #444;
	color: #444;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	}
	
#contact input:hover {
	xbackground: #444;
	border: 1px solid #444;
	xcolor: #fff;
	font-size: 1em;
	}
	
#contact input:focus {
	xcolor: #fff;
	border: 1px solid #000;
	xborder: 1px solid #0A5CAA;
	}
	
	
#contact input[type="text"] {
	
	width: 200px;
	}
	
#contact input[type="text"]:hover {
	font-size: 1em;
	}
	
#contact input[type="text"]:focus {
	border: 1px solid #000;
	xborder: 1px solid #0A5CAA;
	}


#contact input[type="radio"], input[type="checkbox"] {
	background: #444;
	color: #4d4d4d;
	border: none;
	}
	
#contact input[type="checkbox"] { background: #363636; }

#contact input[type="submit"], input[type="reset"], input[type="button"] {
	color: #fff;
	xbackground: #444;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;
	border: 1px solid #BFBFBF;
	}
	
#contact input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	border: 1px solid #444;
	}
	
#contact input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	border: 1px solid #000;
	}
	

#contact textarea {
	font-family:  verdana, arial, helvetica,  sans-serif;
	font-size: 1.0em;
	border: 1px solid #BFBFBF;
	xbackground: #444;;
	xcolor: #fff;
	color: #444;
	padding: 2px 5px 1px 5px;
	width: 250px;
	}
	
#contentarea-contact textarea { width: 200px; }

#contact textarea:hover {
	xbackground: #444;
	border: 1px solid #444;
	xcolor: #fff;
	}
	
#contact textarea:focus {
	xcolor: #fff;
	border: 1px solid #000;
	}
	
#contact select {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #3a3a3a;
	padding: 0px 0px 0px 0px;
	margin: 0;
	}
	
div.contactleft {
	margin: 8px 0 0 48px;
	font-size: 90%;
	}
div.contactright {
	margin: .15em 0 0 4em;
	}


/*-------------------LOGIN PAGE/FORM  ---------------------------*/
div.credentials {
	width: 225px;
	margin: 0 auto;
	}
	
div.row {
	clear: both;
	padding-top: 5px;
	}
	
div.credentials label {
	font-size: 94%;
	float: left;
	margin-top: .2em;
	clear: left;
	}
	
div.credentials input.inputbox {
	margin-top: 0px;
	width: 150px;
	height: 1.5em;
	border: 1px solid #ccc;
	font-size: .9em;
	float: right;
	padding: 0;
	clear: right;
	}
	
div.credentials input#com_login_remember[type=checkbox]{
	width: auto;
	border: 1px solid #ccc;
	}
	
div.credentials input.button {
	border: 0;
	font-size: 90%;
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #ccc;
	xbackground: #333;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;;
	color: #fff;
	clear: both;
	float: right;
	}
	
div.lostpasssword {
	width: 225px;
	clear: both;
	margin: 0 auto;
	}


/* -------------- LOGIN FORM --------- */

form.login { padding: 3px; }

#loginpage {
	width: 30em;
	margin: 10px auto;
	}

#loginpage div.loginholder2 {
	width: 20em;
	margin: 5px;
	clear: both;
	display: inline-table;
	
	}

#loginpage .login-label {
	font-size: 94%;
	float: left;
	margin-top: .2em;
	}
	
#loginpage input.login-input {
	margin-top: 0px;
	width: 150px;
	height: 1.5em;
	border: 1px solid #ccc;
	font-size: .9em;
	float: right;
	padding: 0;
	}
	
#loginpage input.login-input:hover {
	border: 1px solid #444;
	}
	
#loginpage input.login-input:focus {
	border: 1px solid #000;
	}
	
#loginpage button {
	background: none;
	border: 0;
	font-size: 90%;
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #ccc;
	xbackground: #333;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;;
	color: #fff;
	float: right;
	}

#loginpage button:hover {
	border: 1px solid #080808;
	}
	
#loginpage button:focus {
	border: 1px solid #000;
	}

	
#loginpage #login input:hover {
	border: 1px solid #666666;
	}
	
#loginpage #login input:focus {
	border: 1px solid #000000;
	}		


/* -------------- CONTACT PAGE --------- */
#contact div.componentheading {
	display: none;
	}
	
	
/* 
  ----------------------------------- TAB PANELS -------------------------------------- */

.p7TPpanel {
	border: 0;
}
.p7TPwrapper {
	padding: 0;
}

#productpage-right div.p7TPwrapper {
	width: 440px;
}

.p7TPheader {
	padding: 0;
}
.p7TPheader h2, .p7TPheader h3 {
	margin: 0 0 6px 0;
	font-size: 1.1em;
	font-weight: normal;
}
.p7TP_tabs {
	padding: 0;
	font-size: 1em;
}

#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	padding: 5px 8px;
	display: block;
	float: left;
	color: #CCCCCC;
	text-decoration: none;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;
	border: 1px solid #ccc;
	border-bottom: 0;
}

#p7TP1 .p7TP_tabs a:focus, #p7TP2 .p7TP_tabs a:focus,
#p7TP3 .p7TP_tabs a:focus, #p7TP4 .p7TP_tabs a:focus,
#p7TP5 .p7TP_tabs a:focus {
	outline: 1px dotted;
	outline-color: #CCCCCC;
}

#p7TP1 .p7TP_tabs a:hover, #p7TP2 .p7TP_tabs a:hover, 
#p7TP3 .p7TP_tabs a:hover, #p7TP4 .p7TP_tabs a:hover, 
#p7TP5 .p7TP_tabs a:hover, #p7TP1 .p7TP_tabs a:active, 
#p7TP2 .p7TP_tabs a:active, #p7TP3 .p7TP_tabs a:active,
#p7TP4 .p7TP_tabs a:active, 
#p7TP5 .p7TP_tabs a:active {
	color: #FFFFFF;
}

.p7TP_tabs div {
	display: block;
	float: left;
	margin: 0 -1px 0 0;
}

.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.p7TPcontent {
	padding: 12px;
	background-color: #FFFFFF;
	font-size: 0.95em;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	top: 24px;
	left: 0;
	color: #333333;
	border: 1px solid #ccc;
}

#productpage div.p7TPcontent {
	xwidth: 438px;
	}

.p7TPcontenth2, .p7TPcontent h3, 
.p7TPcontent h4 {
	font-size: 1.1em;
	color: #444444;
	margin: 0px;
	line-height: normal;
	clear: both;
}

.p7TPcontent p {
	margin: 6px 0 12px 0;
}

#p7TP1 .p7TP_tabs div.down, #p7TP2 .p7TP_tabs div.down, 
#p7TP3 .p7TP_tabs div.down, #p7TP4 .p7TP_tabs div.down, 
#p7TP5 .p7TP_tabs div.down {
	padding: 0;
	position: relative;
	z-index: 2;
}

#p7TP1 .p7TP_tabs div.down a, #p7TP2 .p7TP_tabs div.down a, 
#p7TP3 .p7TP_tabs div.down a, #p7TP4 .p7TP_tabs div.down a, 
#p7TP5 .p7TP_tabs div.down a {
	border-top: 2px solid #ac2b23;
	background: #fff;
	color: #333333 !important;
	cursor: default;
}

/*HIDE the TABS*/
.p7TP_tabs {
	display: none;
}


/* ------------------------------ SLIDE SHOW ------------------------------------- */

#mContainer {
	position:relative;
	display:block;
	border:0px solid #ccc;
	width: 302px;
	height: 302px;
	z-index:10;
}

#caption {
	position:absolute;
	xtop:410px;
	top: 280px;
	width:300px;
	text-align:center;
	font:11px verdana;
	font-weight: bold;
	color: #444;
}

#imageContainer {
	position:relative;
	xtop:20%;
	xmargin:auto;
	background-color:#eee;	
	border: 1px solid #ccc;
	width: 302px;
	height: 302px;
	overflow-y: auto;
	overflow-x: hidden;
}

#imageContainer img {
	border-bottom: 0px solid #ccc;
	position: absolute;
	top: 0;
	left: 0;
}

#navContainer {
	position:absolute;
	bottom:-20px;
	left:-5px;
	font:10px verdana,arial;
	display: none;
}

#navContainer a {
	margin:5px;
	padding:2px;
	text-decoration:none;
	color:#649682;
}

#thumbContainer {
	xposition: absolute;
	xtop: 0;
	xleft: 0;
	xwidth: 52px;
	xbottom: 0;
	width: 300px;
	border: 0px solid #ccc;
	border-top: 0;
	padding-top: 5px;
	}
	
#thumbContainer img {
	border: 1px solid #ccc;
	margin: 2px 2px 0 0;
	width: 56px;
	height: 56px;
	}
	
/* --------------------------------------------- SPRY ACCORDION CSS   ---------- */
.Accordion {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	overflow: hidden;
	margin-bottom: 20px;
}
.AccordionPanelTab {
	color: #ccc;
	xcolor: #444;
	border-top: solid 1px #999;
	border-bottom: solid 1px #ccc;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url('../images/bg_grad_gray1.gif') repeat-x;
	xbackground: #0A5CAA url('../images/bg_grad_blue.gif') repeat-x;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	xpadding: 2px 2px 4px 6px;
	font-size: 100%;
	background: url('../images/blt_panel_exp.gif') no-repeat left 50%;
	color: #CCCCCC;
} 
.AccordionPanelContent {
	overflow-y: auto;
	overflow-x: hidden;
	height: 200px;
	font-size: 90%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('../images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px; }