/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333;
	background: #bbd9e0 url(images/bg_body2011.png) top left repeat-x;
}

a:link, a:visited {
	color: #900; 
	text-decoration: underline;
}

a:hover {
	color: #228299; 
	text-decoration: underline;
}

td, p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333;
}



/*Main template styles.*/

/*Hides from IE-Mac \*/
*html #wrapper {
	height: 1%;
}
/* End hid from IE-Mac */

#wrapper {
	width: 770px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

#banner {
	width: 770px;
	height: 233px;
	background: url(images/pm_banner2.jpg) top left no-repeat;
}

#logo {
	width: 395px;
	height: 97px;
	position: absolute;
	top: 57px;
	left: 22px;
}

#newsletter {
  position: absolute;
	top: 57px;
	right: 250px;
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	line-height: 1.3em;
}

#pricematch {
	width: 119px;
	height: 55px;
	position: absolute;
	top: 50px;
	right: 220px;
}

#mainnav {
	position: relative;
	width: 100%;
	margin-top: 62px;
	margin-left: 20px;
	height: 23px;
}

.mainnavbutton {
	width: 75px;
	height: 23px;
	background: url(images/button_mainnav.gif) top left no-repeat;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 2px;
}

.mainnavbutton a:link, .mainnavbutton a:visited {
	color: #fff;
	text-decoration: none;
}

.mainnavbutton a:hover {
	color: #000;
	text-decoration: none;
}

/*Hides from IE-Mac \*/
*html #innerwrapper {
	height: 1%;
}
/* End hid from IE-Mac */
	

#innerwrapper {
	position: relative;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#navwrapper {
	width: 150px;
	float: left;
}

#navigation {
	width: 125px;
	margin-left: 20px;
	font-family: arial, helvetica, sans-serif;
}

#navigation h2 {
	background-color: #228299;
	border: 1px solid #ccc;
	margin-bottom: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #c9ebf2;
}

#navigation li {
	list-style: none;
	color: #228299;
	font-size: 11px;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	background-color: #c9ebf2;
	color: #228299;
	text-decoration: none;
	padding: 2px 3px;
	border-bottom: 1px solid #ccc;
}

#navigation li a:hover {
	background-color: #fd9032;
	color: #fff;
	text-decoration: none;
}

#contentwrapper {
	width: 608px;
	float: right;
}	
	
#content {
	padding-right: 20px;
}

#footer {
	position: relative;
	text-align: center;
	background-color: #c9ebf2;
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
}

.footerlinks {
	color: #228299; 
	font-size: 12px;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #228299;
	text-decoration: none;
}

.footerlinks a:hover {
	color: #333;
	text-decoration: underline;
}/*site links in the footer, like home, etc.*/

.footertext {  
	color: #333 ; 
	font-weight:bold; 
	font-size: 11px;
}

.siteby {  
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #666;
	text-align: center;
}

.siteby a:link, .siteby a:visited {
	color: #228299;
	text-decoration: none;
}

.siteby a:hover {
	color: #900;
}


	

#accountarea {
	text-align: right;
	padding-top: 16px;
	color: #fff;
	font-size: 11px;
}

#accountarea a {
	color: #fff;
	text-decoration: none;
}

#accountarea a:hover {
	color: #c9ebf2;
}

#newsletternew {
	width: 215px;
	height: 20px;
	position: absolute;
	/*top: 15px;
	left: 250px;*/
	top: 130px;
	right: 20px;
	z-index:20;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

#newsletternew a { color: #fff; text-decoration: underline; }
#newsletternew a:hover { color: #fd9032; }
	


#searcharea {
	text-align: right;
	/*padding-top: 26px;*/
	padding-top: 15px;
	padding-right: 20px;
}

.newsletternew { color: #fff; font-size: 13px; font-weight: bold; }
.newsletternew a { color: #a33100; text-decoration: underline; }
.newsletternew a:hover {color: #ff6304; }

#testimonialbox {
	width: 125px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fda65b;
	color: #333;
	font-size: 11px;
	line-height: 1.2em;
}

#testimonialbox h3 {
	color: #fff;
	font-size: 13px;
	line-height: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px 5px;
	background: #a33100;
}

#testimonialbox .pad {
	padding: 5px;
}


	


/*index template styles*/

.featuredbox {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.featuredbox h2 {
	background-color: #fd9032;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
}

.featuredboxcontent {
	padding: 5px;
}


.intro {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #666;
}

.intro a:link, .intro a:visited {
	text-decoration: none;
	font-weight: bold;
}

.intro a:hover {
	text-decoration: underline;
}

#calltoaction {
	text-align: center;
	margin-bottom: 10px;
}

.button {
	display: inline;
	background: #228299 url(images/arrow_calltoaction.gif) center left no-repeat;
	border: 1px solid #c9ebf2;
	padding: 3px 6px 3px 15px;
	margin-right: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.button a:link, .button a:visited {
	color: #fff;
	text-decoration: none;
}

.button a:hover {
	color: #c9ebf2;
	text-decoration: none;
}
	


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 8px; 
	font-size: 22px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #ff6304;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #ff6304;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 2px; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #ff6304;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #ff6304;
}

ul li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #333;
}

ul li.webpages {  
	font-size: 12px; 
	line-height: 1.2em;
}

ol li {
	list-style-type: decimal;
}

.sku {font-size: 11px; color: #333; text-decoration: none; font-weight:bold;}

.prodbox {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}

.prodboxblue {
	margin-top: 5px;
	border: 1px solid #ccc;
	background: #c9ebf2;
	padding: 5px;
	margin-bottom: 10px;
}

.prodboximg {
	width: 135px;
	float: left;
	text-align: center;
}

.prodboxdesc {
	width: 435px;
	float: right;
}

.cellpadding {
	padding-bottom: 15px;
}/*this is the bottom padding between cells*/

.table_margintop {
	width: 100%;
	margin-top: 15px;
}/*this is on all the product_list and cat_list pages*/

.table_nomargin {
	width: 100%;
	margin-top: 0px;
}

.cellheader {
	font-size: 13px; 
	color: #228299; 
	font-weight:bold;
}

.cellheader a:link, .cellheader a:visited    {
	color: #228299;
	text-decoration: none;
}

.cellheader a:hover  {
	color: #ff6304;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 12px; line-height: 1.2em;}

.testimonialcellheader {
	font-size: 13px; 
	color: #228299; 
	font-weight:bold;
}

.testimonialcellheader a:link, .testimonialcellheader a:visited    {
	color: #228299;
	text-decoration: none;
}

.testimonialcellheader a:hover  {
	color: #228299;
	text-decoration: underline;
}/*item name on the testimonial product list page*/

.testimonialcelltext {  
	font-size: 12px; 
}

.highlight {  
	font-size: 12px; 
	font-weight: bold; 
	color: #ff6304; 
}

.highlight a {
	color: #ff6304;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #228299;
	text-decoration: underline;
}

.highlightred {  
	font-size: 12px; 
	font-weight: bold; 
	color: #a33100; 
}

.highlightblue {  
	font-size: 12px; 
	font-weight: bold; 
	color: #218299; 
}

.price {  
	font-size: 15px; 
	font-weight: bold;
	color: #a33100; 
	/*color: #ff6304;*/ 
}

.freeship {  font-size: 12px; font-weight:bold; color: #ff6304;}


.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #fff;
	background-color: #fd9032;
	display: block;
	padding: 4px 10px;
} /*multilist header*/

.insertlist1 { 
	font-size: 12px;
	margin-bottom: 6px; 
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}
 /*youarehere links*/

.nextprev {  font-size: 11px; line-height: 1.2em; }

.gotocart {  font-size: 11px; line-height: 1.2em; }
 /*for viewcart links*/

.cellclickhere {  font-size: 11px; line-height: 1.2em; }


.jumplinks {font-size: 12px; line-height: 1.3em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.3em; }
 /*back to top links*/



/*Cart pages and shipping*/

.steps {
	display: inline;
	width: 100px;
	color: #666;
	margin-right: 8px;
	padding right: 0px;
	text-align: left;
}

.stepson {
	display: inline;
	width: 100px;
	color: #333;
	margin-right: 8px;
	padding-left: 18px;
	background: #fff url(images/cartarrow.gif) left center no-repeat;
	font-weight: bold;
	text-align: left;
}



#cart {
	width: 100%;
}

.buttons {
	width: 100%;
	position: relative;
}

.leftbuttons {
	width: 50%;
	float: left;
}

.rightbuttons {
	width: 48%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.tablecart tr.bkgnd1 {
	background: #c9ebf2;
}

.tablecart th.bkgnd1 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 2px;
}

.tablecart tr.bkgnd2 {
	background: #ffffff;
}

.tablecart th.bkgnd2 {
	font-size: 12px;
	color: #333;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 12px;
}

.tablecart td.products {
	color: #333333;
	border-top: 1px solid #c9ebf2;
	padding-top: 6px;
}

.tablecart tr.bkgnd3 {
	background: #eee;
}/*this is for the background behind the options rows*/

.tablecart tr.bkgnd4 {
	background: #ddd;
}/*this is for the background behind the options subtotal*/

.tablecart td.options {
	font-size: 11px;
}

.tablecart td.subhead {  
	font-size: 12px; 
	font-weight: bold; 
	color: #228299;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.tablecart td.shipping {
	font-size: 11px;
}

.tablecart td.indshipnote {
	color: #900;
	font-weight: bold;
}

.cartbutton {
	font-size: 10px;
	color: #fff;
	background: #228299;
	display: inline;
}

/*new button style*/
.cartbutton, .fancybutton, .fancybutton2, .fancybutton3 {
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #228299;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #228299;
	background-color: #228299;
	margin:0; /*the following 4 styles are to prevent huge buttons in IE*/
	padding:0 .25em;
	width: auto;
	overflow:visible;
}

.cartbutton[class] {  /* IE < 7 ignores [class] */
    width: auto; 
} /* cancel margin fix for other browsers */

.cartbutton_simple {
	font-size: 11px;
	padding: 2px;
}/*this is for update cart, calculate shipping, clear cart*/

.cartbutton_continueshopping {
	color: #ff;
	font-weight: bold;
	border-top: 1px solid #228299;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #228299;
	background-color: #228299;/*the arrow for this button is hard-coded on viewcart*/
	font-size: 14px;
	width: 175px;
	font-weight: bold;
	padding: 6px;
}/*this is for continue shopping at top of page*/

.cartbutton_continueshopping a {
	color: #fff;
	text-decoration: none;
}/*this is for the top continue shopping at the top of viewcart since it's not really a button*/

.cartbutton_back {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	padding-left: 25px;
	background: #228299 url(images-mm/arrow_back_white.gif) left center no-repeat;
}/*this is for continue shopping and make changes*/

.cartbutton_forward {
	font-size: 16px;
	padding: 6px 30px 6px 6px;
	text-align: right;
	background: #fd9032 url(images-mm/arrow_forward_white.gif) center right no-repeat;
	border-top: 1px solid #fd9032;
	border-left: 1px solid #fd9032;
}/*this is for proceed to checkout, complete payment, submit order*/

.cartbutton_forwardadd {
	font-size: 12px;
	padding: 4px;
	padding-right: 30px;
	text-align: right;
	background: #228299 url(images-mm/arrow_forward_white.gif) center right no-repeat;
}/*this is for add to cart*/

.continuebutton {
	background: #fd9032;
	border: 1px solid #ff6304;
	padding: 3px; 
	font-size: 15px; 
	color:#fff;
	text-transform: lowercase;
}

.cartbutton_forwardsml {
	font-size: 11px;
	padding: 2px;
	padding-right: 25px;
	text-align: right;
	background: #228299 url(images-mm/arrow_forward_white.gif) center right no-repeat;
}/*this is for any normal size button you want the arrow on*/

/*/new button styles*/

.instructions {  
	font-size: 12px;
}

.smallnotes {
	font-size: 11px;
	line-height: 1.2em;
}

.continue {
	text-align: right;
}



#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eeeeee;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #fd9032;
line-height:1.2em;
z-index:100;
border-right: 2px solid #fd9032;
border-bottom: 2px solid #fd9032;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 12px;
	color: #333;
	background-color: #c9ebf2;
	display: inline;
	padding: 3px;
}

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #333;
	text-decoration: none;
}

.hintclick {
	font-size: 12px;
	color: #900;
}

.shippingnotes {
	width: 100%;
	margin-top: 25px;
}

.shippingnotes th {
	color: #4f86ba;
	padding-bottom: 10px;
	border-bottom: 1px solid #4f86ba;
}

.shippingnotes td {
	border-bottom: 1px solid #4f86ba;
}	



/*Miscellaneous*/

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

.withborder {
	border: 1px solid #999;
	padding: 2px;
}

form {margin-top: 0px; margin-bottom: 0px; }

table {margin-top: 0px; margin-bottom: 0px; }

.certificate { padding: 0; margin: 0; border: 2px solid #9b0075; background-color: #ffffff; }
.certificate td { padding: 5px; }



#livehelp, #livehelpoff {
	position: absolute;
	/*display: none;*/
	width: 125px;
	height: 35px;
	top: 165px;
	left: 563px;
	border: 1px solid #fd9032;
	background: #fd9032 url(images/phone.gif) center left no-repeat;
	padding: 2px 5px 2px 54px;
	text-align: center;
	color: #fff;
}

#livehelpon {
	position: absolute;
	width: 125px;
	height: 35px;
	top: 165px;
	left: 563px;
	border: 1px solid #fd9032;
	background: #fd9032 url(images/phone.gif) center left no-repeat;
	padding: 2px 5px 2px 54px;
	text-align: center;
	color: #fff;
}

.livephone {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.cartteaser {
	background-color: #fd9032;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
	text-align: center;
	color: #333;
	font-weight: bold;
}

.cartteaser a:link, .cartteaser a:visited {
	color: #fff;
	text-decoration: none;
}

.cartteaser a:hover {
	color: #990000;
	text-decoration: none;
}


form {margin-top: 0px; margin-bottom: 0px; }

.formlabeltop {
	font-weight: bold;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
}

.formborder {
	border: 1px solid #666;
}

.fancyform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 8px;
}

.fancyform p label {
	width: 180px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}

.fancyform p.rightcolumn {
	padding-left: 188px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.fancyform p.submit {
	padding-left: 188px;
}
	


hr {
	border: 0;
	color: #333;
	background-color: #333;
	height: 1px;
	width: 100%;
	text-align: left;
}

table.price_table th {
	background-color: #ffcc66;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#ffcc66,1px;
	font-weight: bold;
	font-size: 10;
}

table.price_table td {
	background-color: #ffffff;
	border-style: outset #D1D1CD 1px;
	text-align: left;
}


table.pmt_table th {
	background-color: #c9ebf2;
	color: #333;
	font-weight: bold;
	font-size: 11;
}

table.pmt_table td {
	background-color: #fff;
}

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}

/*.attribute select {
	background-color:#c9ebf2;
	color:#228299;
}*/


.errormessage {font-size: 14px; color: #0033cc; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


/*.fancybutton {background: #228299; font-size: 12px; color:#ffffff;}



.fancybutton2 {background: #228299; font-size: 11px; color:#FFFFFF;}

.fancybutton3 {background: #228299; font-size: 16px; color:#FFFFFF;}*/

.fancybutton { font-size: 12px; }

.fancybutton2 { font-size: 11px; }

.fancybutton3 { font-size: 16px; }
