/* Styles for Actisol */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 65%; /* enables you to easily size text with ems */
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff url(../images/structure/actisol_bg3.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}

a:link {color: #cc0000; text-decoration: underline;}
a:visited {color: #cc0000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #cc0000; text-decoration: underline;}

/* ------------ MAIN STRUCTURE ------------ */

#centered-container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 900px;
	height: 145px;
	background: #000 url(../images/structure/header4.jpg) no-repeat;
}

#shop-series-header {
	width: 900px;
	height: 125px;
	background: url(../images/structure/shop_series_logo.jpg) no-repeat;
	background-color: #000;
	margin-bottom: 6px;
}

#navigation-bar {
	width: 900px;
	background-color: #cfcfcf;
}

#navigation {
	margin-left: 21px;
	padding-top: 8px;
	font-size: 1.1em;
	text-transform: uppercase;
}

#content-header {
	width: 860px;
	height: 250px;
	padding: 0 20px 10px;
	background-color: #fff;
}

#content-header-text {
	height: 250px;
	background: #e7e8e9 url(../images/structure/mid_062509.jpg) no-repeat;
}

#product-container {
	float: left;
	width: 424px;
	margin-right: 2px;
	background-color: #fff;
}

#promo-container {
	float: left;
	width: 474px;
	height: 420px;
}

.product-box {
	width: 409px;
	height: 131px;
	background-color: #fff;
	margin-bottom: 2px;
	padding-right: 15px;
	border-bottom: 1px solid #cccccc;
}

.top-promo-box {
	width: 474px;
	height: 420px;
	background-color: #fff;

}

.inner-promo-box {
	padding: 8px;
}

.promo-area-left {
	float: left;
	width: 199px;
	height: 252px;
	margin-right: 2px;
	background-color: #fff;
	padding: 6px;
}

.inner-promo-area-left {
	width: 198px;
	height: 251px;
	border: 1px solid #c8c8c8;
}

.promo-area-right {
	float: left;
	width: 199px;
	height: 252px;
	background-color: #fff;
	padding: 6px;
}

.inner-promo-area-right {
	width: 198px;
	height: 251px;
	border: 1px solid #c8c8c8;
}

#footer {
	border-top: 1px solid #c2c3c2;
	padding-top: 6px;
	color: #333333;
	padding-bottom: 6px;
	padding-left: 6px;
	text-align: center;
	background: #ffffff url(../images/structure/footer_bg.jpg) repeat-x;
}

#footer a:link {color: #333333; text-decoration: none;}
#footer a:visited {color: #333333; text-decoration: none;}
#footer a:hover {color: #cc0000; text-decoration: underline;}
#footer a:active {color: #333333; text-decoration: none;}

/*---------form objects------------*/
.jumpmenu{
	background-color: #e7e8e9;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;

}

#Comment_Form{
	line-height: 100%;
	font-size: 1.1em;
	color: #333333;
}

/* styles for two column pages */

#two_column_container {
	margin-bottom: 12px;
	background: #ffffff url(../images/structure/2_column_bg.gif) no-repeat 0 top;
}

#one_column_container {
	margin-bottom: 12px;
	background: #ffffff;
	width: 900px;
}

#text-page-left {
	float: left;
	width: 283px;
	padding: 30px 0 0 40px;
}

#text-page-left p {
	margin-bottom: 16px;
	line-height: 100%;
	font-size: 1.1em;
	text-align: justify;
	color: #333333;
}

#text-page-left h2 {
	color: #000;
	font-size: 2em;
	margin-bottom: 10px;
}

#text-page-left h2 em{
	font-style: normal;
	color: #ff0000;
}

#text-page-left h3 {
	color: #ec940e;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#text-page-left ul {
	margin-top: 25px;
}

#text-page-left li {
	font-size: 1.2em;
	list-style-type: none;
	margin-bottom: 8px;
}

#text-page-left a:link {color: #333333; text-decoration: underline;}
#text-page-left a:visited {color: #333333; text-decoration: underline;}
#text-page-left a:hover {color: #000000; text-decoration: none;}
#text-page-left a:active {color: #333333; text-decoration: underline;}

#text-page-right {
	float: left;
	width: 497px;
	padding: 20px 30px 0 42px;
}


#text-page-right h4 {
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #000;
}

#text-page-right h5 {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #000;
}

#text-page-right strong {
	color: #000000;
}

#text-page-right em {
	text-decoration: underline;
}

#text-page-right ul {
	margin-bottom: 16px;
	margin-top: 8px;
}

#text-page-right li {
	margin-left: 0px;
	font-size: 1.2em;
	margin-bottom: 8px;
	list-style-type: none;
}

.warranty-bullets {
	margin-left: 20px;
}

#text-page-right p {
	margin-bottom: 16px;
	line-height: 170%;
	font-size: 1.2em;
	text-align: justify;
}

#text-page-right table {
	margin-top: 10px;
	font-size: 1.2em;
}


/* ------ product page ------- */

#product_line_pill{
	width: 900px;
	height: 210px;
	background: url(../images/structure/product_pill_bg.gif) no-repeat 0 bottom;
	padding-top: 20px;
}

#product_line_photo{
	width: 250px;
	height: 180px;
	float: left;
	margin-left: 15px;
	text-align: center;
}

#product_line_info{
	width: 300px;
	float: left;
	margin-left: 15px;
}
#product_line_info h2{
	color: #000000;
	font-size: 1.4em;
	line-height: 200%;
}

#product_line_info p{
	color: #333333;
	font-size: 1.2em;
	line-height: 140%;
	text-align: justify;
}
#product_line_info h2 em{
	font-style: normal;
	color: #ff0000;
}

#product_line_links{
	width: 275px;
	float: left;
	margin-left: 30px;
}
#product_line_links h2{
	color: #000000;
	font-size: 1.4em;
	line-height: 200%;
}

#product_line_links p{
	color: #333333;
	font-size: 1.2em;
	line-height: 140%;
}
#product_line_links h2 em{
	font-style: normal;
	color: #ff0000;
}
#product_line_links a:link {color: #000000; text-decoration: none;}
#product_line_links a:visited {color: #000000; text-decoration: none;}
#product_line_links a:hover {color: #cc0000; text-decoration: underline;}
#product_line_links a:active {color: #000000; text-decoration: none;}



/* ------ team page ------- */

#team_member_window{
	width: 230px;
	float: left;
	text-align: center;
	padding: 5px;
}

/* ------ media page ------- */

#media_window{
	width: 230px;
	float: left;
	text-align: center;
	padding: 5px;
}



/* ------ actual product page ------- */








#white-below-navigation {
	width: 900px;
	height: 250px;
	padding-bottom: 12px;
	background: url(../images/structure/shaded_bottom_header.jpg) no-repeat;
	background-position: bottom;
	background-color: #fff;
}

#product-index-container {
	background: url(../images/structure/product_three_columns.jpg) repeat-y;
	margin-bottom: 12px;
}

#product-index-handheld {
	float: left;
	width: 262px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url(../images/structure/handheld_tools_background.jpg) no-repeat;
	background-position: top right;
}

#product-index-bench {
	float: left;
	width: 265px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url(../images/structure/bench_tools_background.jpg) no-repeat;
	background-position: top right;
}

#product-index-accessories {
	float: left;
	width: 264px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url(../images/structure/accessories_background.jpg) no-repeat;
	background-position: top right;
}

#shop-product-index-handheld {
	float: left;
	width: 262px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url(../images/structure/shop_handheld_tools_background.jpg) no-repeat;
	background-position: top right;
}

#shop-product-index-bench {
	float: left;
	width: 265px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url(../images/structure/shop_bench_tools_background.jpg) no-repeat;
	background-position: top right;
}

#shop-product-index-accessories {
	float: left;
	width: 264px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url(../images/structure/shop_accessories_background.jpg) no-repeat;
	background-position: top right;
}

/* STRUCTURE FOR PRODUCT LISTING PAGE */

#accessories-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url(../images/structure/accessories_background.jpg) no-repeat;
	background-position: top right;
}

/* STRUCTURE FOR PRODUCT DETAIL PAGE */

#actisol-product-container {
	background-color: #ffffff;
	padding-top: 15px;
}

#shop-products-page-container {
	background: url(../images/structure/shop_product_three_columns.jpg);
	padding-top: 18px;
}

#product-page-container {
	background: url(../images/structure/product_page_bg.gif) repeat-y;
	margin-bottom: 12px;
}

#product-page-left {
	float: left;
	width: 305px;
	padding: 30px 0 0 20px;
}

#product-page-right {
	float: left;
	width: 450px;
	padding: 30px 38px 40px 38px;
}

#shop-product-page-left {
	float: left;
	width: 305px;
	padding: 20px 0 0 20px;

}

#shop-product-page-right {
	float: left;
	width: 450px;
	padding: 20px 38px 40px 38px;
}

.small_copy {
	color: #666666;
	font-size: 1em;
}


/* ------------ SPECIFIC STYLES FOR THE HEADER ------------ */

#header h1 {
	display: none;
}

#header a:link {display: block; float: left; width: 900px; height: 125px; text-decoration: none;}
#header a:visited {display: block; float: left; width: 900px; height: 125px; text-decoration: none;}
#header a:hover {display: block; float: left; width: 900px; height: 125px; text-decoration: none;}
#header a:active {display: block; float: left; width: 900px; height: 125px; text-decoration: none;}

#header h3 {
	padding: 25px 30px 5px 0;
	font-size: 1.1em;
	color: #fff;
	text-align: right;
	font-weight: 300;
}

#header h3 em {
	color: #ec940e;
}

#header h2 {
	padding-right: 30px;
	font-size: 2em;
	color: #ec940e;
	text-align: right;
	font-weight: 300;
}

#shop-series-header h1 {
	display: none;
}

#shop-series-header a:link {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#shop-series-header a:visited {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#shop-series-header a:hover {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#shop-series-header a:active {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}

#shop-series-header h3 {
	padding: 25px 30px 5px 0;
	font-size: 1.1em;
	color: #fff;
	text-align: right;
	font-weight: 300;
}

#shop-series-header h3 em {
	color: #ec940e;
}

#shop-series-header h2 {
	padding-right: 30px;
	font-size: 2em;
	color: #ec940e;
	text-align: right;
	font-weight: 300;
}

/* ------------ SPECIFIC STYLES FOR NAVIGATION ------------ */

#navigation li {
	list-style-type: none;
	display: inline;
}

#navigation a:link {float: left; padding: 9px 14px 9px 14px; color: #fff; text-decoration: none; background-color: #40403a; margin-right: 3px; background-image: url(../images/structure/nav_idol_bg.jpg);
}
#navigation a:visited {float: left; padding: 9px 14px 9px 14px; color: #fff; text-decoration: none; background-color: #40403a; margin-right: 3px;}
#navigation a:hover {float: left; padding: 9px 14px 9px 14px; color: #fff; text-decoration: none; background-color: #000; margin-right: 3px; background-image: url(../images/structure/nav_idol_over_bg.jpg);
}
#navigation a:active {float: left; padding: 9px 14px 9px 14px; color: #fff; text-decoration: none; background-color: #40403a; margin-right: 3px;}

#navigation .current a:link {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; margin-right: 3px; font-weight: 700; background: #fff url(../images/structure/nav_on_bg.jpg) repeat-x;
}
#navigation .current a:visited {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; background-color: #fff; margin-right: 3px; font-weight: 700;}
#navigation .current a:hover {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; background-color: #fff; margin-right: 3px; font-weight: 700;}
#navigation .current a:active {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; background-color: #fff; margin-right: 3px; font-weight: 700;}


/* ------------ SPECIFIC STYLES FOR CONTENT HEADER ------------ */

#content-header-text h2 {
	text-align: left;
	padding: 15px 50px 0 300px;
	text-transform: uppercase;
	font-size: 3.5em;
	line-height: 80%;
	color: #fff;
	font-weight: 300;
}

#content-header-text h2 em{
	font-style: normal;
	color: #ff0000;
}

#content-header-text p {
	padding: 140px 50px 0px 240px;
	line-height: 130%;
	color: #fff;
	font-size: 1.3em;
	width: 250px;
	font-weight: bold;
}

#content-header-text a {
	line-height: 150%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#content-header-text a:hover {
	line-height: 150%;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#verminator {
	width: 150px;
	height: 30px;
	float: right;
	margin-top: 215px;
}

#verminator a:link {display: block; float: right; width: 150px; height: 30px; text-decoration: none;}
#verminator a:visited {display: block; float: right; width: 150px; height: 30px; text-decoration: none;}
#verminator a:hover {display: block; float: right; width: 150px; height: 30px; text-decoration: none;}
#verminator a:active {display: block; float: right; width: 150px; height: 30px; text-decoration: none;}




/* ------------ SPECIFIC STYLES FOR PRODUCT BOXES ------------ */

.product-box img {
	float: left;
}

.product-box h4 {
	font-size: 1.2em;
	color: #000;
	text-transform: uppercase;
	padding-top: 20px;
}

.product-box em {
	color: #cc0000;
	font-style: normal;
}

.product-box p {
	font-size: 1.1em;
	line-height: 140%;
}

/* ------------ SPECIFIC STYLES FOR TOP PROMO BOX ------------ */

.top-promo-box img {
	float: left;
}

.top-promo-box h3 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	padding-top: 5px;
}

.top-promo-box em {
	color: #cc0000;
	font-style: normal;
}

.top-promo-box p {
	font-size: 1.1em;
	line-height: 150%;
}

/* ------------ SPECIFIC STYLES FOR THE BOTTOM LEFT PROMO BOX ------------ */

.decorative-border {
	height: 16px;
	background-color: #ec940e;
}
.promo-area-left h3 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	padding-left: 20px;
}

.promo-area-left em {
	color: #ec940e;
	font-style: normal;
}

.promo-area-left p {
	font-size: 1.1em;
	line-height: 140%;
	margin: 0 20px 0 20px;
	
}

/* ------------ SPECIFIC STYLES FOR THE BOTTOM RIGHT PROMO BOX ------------ */

.promo-area-right blockquote {
	padding: 20px;
	color: #ec940e;
	font-size: 1.2em;
	font-weight: 700;
	font-style: italic;
	line-height: 130%;
}

.promo-area-right img {
	margin: 0 20px 10px 20px;
}

.promo-area-right p {
	margin: 0 20px 0 20px;
}

/* ------------ SPECIFIC STYLES FOR PRODUCT INDEX PAGE ------------ */

#product-index-handheld h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 8px;
}

#product-index-handheld li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#product-index-handheld a:link {color: #959591; text-decoration: underline;}
#product-index-handheld a:visited {color: #959591; text-decoration: underline;}
#product-index-handheld a:hover {color: #959591; text-decoration: none;}
#product-index-handheld a:active {color: #959591; text-decoration: underline;}

#product-index-bench h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 8px;
}

#product-index-bench li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#product-index-bench a:link {color: #959591; text-decoration: underline;}
#product-index-bench a:visited {color: #959591; text-decoration: underline;}
#product-index-bench a:hover {color: #959591; text-decoration: none;}
#product-index-bench a:active {color: #959591; text-decoration: underline;}

#product-index-accessories h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 8px;
}

#product-index-accessories li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#product-index-accessories a:link {color: #959591; text-decoration: underline;}
#product-index-accessories a:visited {color: #959591; text-decoration: underline;}
#product-index-accessories a:hover {color: #959591; text-decoration: none;}
#product-index-accessories a:active {color: #959591; text-decoration: underline;}

#shop-product-index-handheld h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 8px;
}

#shop-product-index-handheld li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#shop-product-index-handheld a:link {color: #959591; text-decoration: underline;}
#shop-product-index-handheld a:visited {color: #959591; text-decoration: underline;}
#shop-product-index-handheld a:hover {color: #959591; text-decoration: none;}
#shop-product-index-handheld a:active {color: #959591; text-decoration: underline;}

#shop-product-index-bench h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 8px;
}

#shop-product-index-bench li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#shop-product-index-bench a:link {color: #959591; text-decoration: underline;}
#shop-product-index-bench a:visited {color: #959591; text-decoration: underline;}
#shop-product-index-bench a:hover {color: #959591; text-decoration: none;}
#shop-product-index-bench a:active {color: #959591; text-decoration: underline;}

#shop-product-index-accessories h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 8px;
}

#shop-product-index-accessories li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#shop-product-index-accessories a:link {color: #959591; text-decoration: underline;}
#shop-product-index-accessories a:visited {color: #959591; text-decoration: underline;}
#shop-product-index-accessories a:hover {color: #959591; text-decoration: none;}
#shop-product-index-accessories a:active {color: #959591; text-decoration: underline;}

/* ------------ SPECIFIC STYLES FOR PRODUCT PAGE BODY ------------ */

/* LEFT SIDE */

.product-image {
	text-align: center;
}

.product-image li {
	padding-left: 20px;
	margin-left: 15px;
	list-style-type: none;
}

.product-image a:link {text-decoration: none; color: #666666;}
.product-image a:visited {text-decoration: none; color: #666666;}
.product-image a:hover {text-decoration: none; color: #cc0000;}
.product-image a:active {text-decoration: none; color: #666666;}

.small-nav-left {
	float: left;
	width: 260px;
	padding-top: 20px;
	padding-left: 16px;
}

.small-nav-left li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.small-nav-left a:link {color: #959591; text-decoration: underline;}
.small-nav-left a:visited {color: #959591; text-decoration: underline;}
.small-nav-left a:hover {color: #959591; text-decoration: none;}
.small-nav-left a:active {color: #959591; text-decoration: underline;}

.small-nav-left h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 8px;
}

.small-nav-right {
	float: left;
	width: 150px;
	padding-top: 30px;
}

.small-nav-right li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.small-nav-right a:link {color: #959591; text-decoration: underline;}
.small-nav-right a:visited {color: #959591; text-decoration: underline;}
.small-nav-right a:hover {color: #959591; text-decoration: none;}
.small-nav-right a:active {color: #959591; text-decoration: underline;}

.small-nav-right h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 8px;
}


/* RIGHT SIDE */

#product-page-right h2 {
	font-size: 2em;
	margin-bottom: 8px;
	color: #000;
}

#product-page-right p {
	font-size: 1.2em;
	line-height: 130%;
	margin-bottom: 10px;
	color: #000;
}

#shop-product-page-right h2 {
	font-size: 2em;
	margin-bottom: 8px;
	color: #000;
}

#shop-product-page-right p {
	font-size: 1.2em;
	line-height: 130%;
	margin-bottom: 10px;
	color: #000;
}


.smalltestimonials {
	font-size: 1.2em;
	line-height: 130%;
	color: #000;
}



.user-options {
	margin-top: 20px;
}

.user-options li{
	list-style-type: none;
	float: left;
	height: 14px;
	padding-top: 1px;
	margin-right: 12px;
}

.user-options a:link {text-decoration: none;}
.user-options a:visited {text-decoration: none;}
.user-options a:hover {text-decoration: underline;}
.user-options a:active {text-decoration: none;}

.print-link {
	background: url(../images/structure/small_print_icon.jpg) no-repeat;
	padding-left: 20px;
}

.email-link {
	background: url(../images/structure/small_email_icon.jpg) no-repeat;
	padding-left: 20px;
}

.pdf-link {
	background: url(../images/structure/small_pdf_icon.jpg) no-repeat;
	padding-left: 19px;
}

.product-details {
	margin: 20px 0 10px 0;
}

.product-details li {
	list-style-type: none;
	text-transform: uppercase;
	float: left;
	padding: 8px 1px 8px 0;
	font-size: 1.2em;
}

.product-details a:link {padding: 5px 10px 5px 10px; color: #cccccc; text-decoration: none; background: url(../images/structure/tab_off.gif) repeat-x;}
.product-details a:visited {padding: 5px 10px 5px 10px; color: #cccccc; text-decoration: none; background: url(../images/structure/tab_off.gif) repeat-x;}
.product-details a:hover {padding: 5px 10px 5px 10px; color: #000000; text-decoration: underline; background: url(../images/structure/tab_on.gif) repeat-x; font-weight: bold;}
.product-details a:active {padding: 5px 10px 5px 10px; color: #cccccc; text-decoration: none; background: url(../images/structure/tab_off.gif) repeat-x;}

.current-detail a:link {padding: 5px 10px 5px 10px; color: #000000; font-weight: bold; text-decoration: underline; background: url(../images/structure/tab_on.gif) repeat-x;}
.current-detail a:visited {padding: 5px 10px 5px 10px; color: #000000; font-weight: bold; text-decoration: underline; background: url(../images/structure/tab_on.gif) repeat-x;}
.current-detail a:hover {padding: 5px 10px 5px 10px; color: #000000; font-weight: bold; text-decoration: underline; background: url(../images/structure/tab_on.gif) repeat-x;}
.current-detail a:active {padding: 5px 10px 5px 10px; color: #000000; font-weight: bold; text-decoration: underline; background: url(../images/structure/tab_on.gif) repeat-x;}

.current-details li {
	color: #000;
	margin-left: 13px;
	font-size: 1.2em;
	margin-bottom: 10px;
}