body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: white;
}

body.printfriendly {
	padding: 17px;
}

.gradualshine{
filter:alpha(opacity=80);
-moz-opacity:0.8;
}

/* FORMATING */

div, span, ul, ol, li, span, td, p, font, textarea, select {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #7C7C7C;
	line-height: 200%;
}

hr {
	border: 1px solid #CACACA;
	height: 0px;
}

p {

}

a, a:visited, a:link, a:visited, a:active {
	color: #FCAF46;
	text-decoration:none;
}

a:hover {
	color: #FBA32B;
}


.link_blue font {
	color: #71879D;
	text-decoration:none;
}

a.link_blue:hover {
	color: #134988;
	text-decoration:none;
}

h1 {
	margin: 2px;
	margin-left: 0px;
	font-size: 18px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #7F7E7E;
	font-weight: light;
}

h2 {
	margin: 2px;
	margin-left: 0px;
	font-size: 15px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #7F7E7E;
	font-weight: light;
}

h3 {
	margin: 2px;
	margin-left: 0px;
	font-size: 15px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #FBA32B;
	font-weight: light;
}

h3, h3 font, h3 u {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

ul {
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 0px;
}

.formfield {
	font-family: Tahoma, Helvetica, sans-serif;
	border: 1px #C2C2C2 solid;
	height: 24px;
	background: url('../images_site/i_p-input_bg.gif') repeat-x;
	padding: 3px;
	width: 200px;
}

.formbutton {
	font-size: 10px;
	color: #E18F3E;
	background-color: #6D6C6C;
	font-weight: bold;
	border: 0px;
	padding: 5px;
	text-transform: uppercase;
}


/* UI */

table.header_cont {
	margin-bottom: 5px;
}

.header_locator_cont {
	height: 146px;
	width: 158px;
	background: #6D6C6C url(../images_site/i_p-locator_br.gif) no-repeat bottom right;
}

.header_locator_cont .body, .header_login_cont .body {
	font-size: 11px;
}

.header_login_cont {
	height: 146px;
	width: 157px;
	background: #6D6C6C url(../images_site/i_p-login_bl.gif) no-repeat bottom left;
}

.header_locator_cont h1, .header_login_cont h1 {
	background: #575656;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-top: 6px;
	padding-left: 13px;	
	height: 26px;
	color: white;
	line-height: 20px;
}

.header_locator_cont input.formfield, .header_login_cont input.formfield {
	width: 130px;
	background: white;
	color: #6D6C6C;
	border: 0px;
	font-size: 11px;
	height: 20px;
	line-height: 15px;
}


.header_locator_cont .body, .header_login_cont .body {
	padding: 13px;
	padding-top: 2px;
	color: white;
	line-height: 20px;
}

.header_locator_cont input.button, .header_login_cont input.button {
	margin-top: 5px;
}



.footer_logo_cont {
	background: url(../images_site/i_bg-footer_grad.gif) repeat-x;
	background-position: left 5px;
	padding-top: 30px;
	padding-bottom: 18px;
}

.footer_cont {
	background: url(../images_site/i_bg-footer2.gif) no-repeat;
	height: 58px;
	width: 859px;
	color: white;
	font-size: 10px;
	padding-top: 25px;
	
}


.footer_cont_text {
	color: white;
	font-size: 10px;
	
	
}

	.footer_cont a, .footer_cont a:hover, .footer_cont a:visited {
		color: white;
	}
	
	.footer_cont a:hover {
		color: #FFE9CA;
		text-decoration: underline;
	}	

/* NAV */ 

#nav_cont {
	padding-bottom: 5px;
	background: white;
}

	#nav_cont .menuitem {
		line-height: 0px;
		background-repeat: no-repeat;
		padding: 11px;
		padding-left: 0px;
		color: white;
		font-size: 11px;
		margin-bottom: 1px;
		padding-left: 28px;
		cursor: pointer;
	}
	
	#nav_cont .menuitem a, #nav_cont .menuitem a:hover, #nav_cont .menuitem a:visited {
		color: #FFFFFF;
	}
	
	#nav_cont .menuitem a:hover {
		color: #FFFFFF;
	}
	
	#nav_cont .t_off, #nav_cont .t_on {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 28px;
	}
	
	#nav_cont .b_off, #nav_cont .b_on {
		padding-top: 11px;
		padding-bottom: 12px;
		padding-left: 28px;
	}
	
	#nav_cont .t_off { background-image: url(../images_site/i_bg-nav_t_off.gif); }
	#nav_cont .t_on { background-image: url(../images_site/i_bg-nav_t_on.gif); }
	#nav_cont .off { background-image: url(../images_site/i_bg-nav_off.gif); }
	#nav_cont .on {	background-image: url(../images_site/i_bg-nav_on.gif); }
	#nav_cont .b_off { background-image: url(../images_site/i_bg-nav_b_off.gif); }
	#nav_cont .b_on { background-image: url(../images_site/i_bg-nav_b_on.gif); }

	#nav_cont .menu_level_2 .on { background: #AE7322; }
	#nav_cont .menu_level_2 .off { background: #D68B25; }

	.menu_item_selected {
		font-weight: bold;
	}
	
/* INTRO UI */

.intro_flash_bottom_cont {
	padding-top: 5px;
}

.intro_flash_main_cont {
	padding-left: 5px;
}

/* INNER UI */

h1.page_title {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #FBA32B;
	font-weight: lighter;
	line-height: 14px;
}

.inner_l_cont {
	background: #6D6C6C;
}

.inner_flash_undernav_cont {
	padding-bottom: 5px;
	background: white;
}

.inner_r_cont {
	background: #6D6C6C;
}

.inner_content_cont {
	margin-left: 5px;
	margin-right: 5px;
}

	.inner_content_cont .tl {
		background: url(../images_site/i_p-inner_tl.gif) no-repeat;
	}

	.inner_content_cont .t {
		background: url(../images_site/i_p-inner_t.gif) repeat-x;
	}
	
	.inner_content_cont .tr {
		background: url(../images_site/i_p-inner_tr.gif) no-repeat;
	}
	
	.inner_content_cont .l {
		background: url(../images_site/i_p-inner_l.gif) repeat-y;
	}
	
	.inner_content_cont .body {
		background: url (../images_site/i_p-inner_l.gif) repeat-y;
		padding: 15px;
	}
	
	.inner_content_cont .r {
		background: url(../images_site/i_p-inner_r.gif) repeat-y;
	}
	
.inner_content_bottom {
	margin-right: 5px;
}

	.inner_content_bottom .bl {
		background: url(../images_site/i_p-inner_bl.gif) no-repeat;
	}

	.inner_content_bottom .b {
		background: url(../images_site/i_p-inner_b.gif) repeat-x;
	}
	
	.inner_content_bottom .br {
		background: url(../images_site/i_p-inner_br.gif) no-repeat;
	}

.inner_title_cont {
	margin-bottom: 25px;
}
	
	.inner_title_cont img {
		margin: 3px;
	}

	
.printfriendly_footer {
	font-size: 10px;
}

h1.printfriendly_page_title {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: lighter;
	line-height: 14px;
	font-size: 30px;
	margin-bottom: 10px;
}


.tblcell {


}

.tblcellalt {
	background: #EBEBEB;
}

.tblcellheader {  background: #FBA32B; color: #414141; font-weight: bold; }

.tblheader { 
	background: #535252; color: white; font-weight: bold; 
}

.requestbutton a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
		
}

.requestbutton a:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background: #FFFFFF; color: #FBA32B; font-weight: bold;
}

.requestbutton2 {
	padding-top: 30px;
}

.yougotmail {
	padding-left: 15px;
}

.tabrequest {
	padding-top: 4px;
	padding-left: 14px;
	padding-right: 8px;
	background-repeat: no-repeat;
	/*position: relative top: 5px right: 50px;*/
	
	}
	
.tabopen {
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 8px;
	background-repeat: no-repeat;
	/*position: relative top: 5px right: 50px;*/
	
	}
	
.tabdetails {
	padding-top: 4px;
	padding-left: 9px;
	padding-right: 8px;
	background-repeat: no-repeat;
	/*position: relative top: 5px right: 50px;*/
	
	}

.requesttabactive{
	line-height:100%;
	background-image: url(/images_site/i_bg-requesttabactive.gif); 
	padding-left: 10px; 
	background-repeat: no-repeat
}

.requesttabinactive{
	line-height:100%;
	background-image: url(/images_site/i_bg-requesttabinactive.gif); 
	padding-left: 10px; 
	background-repeat: no-repeat
}


.spacer_footer {

background-color: #FCA32B;
height: 35px;
color: white;
font-size: 10px;
padding-top: 10px;

}
	


/* SHOP */

.shop_lst_order_block {
	background: #C1C1C1;
	margin: 15px;
	margin-right: 0px;
	float: right;
	padding: 10px;
}

	.shop_lst_order_block select {
		background: white;
	}
	
	.shop_lst_order_block img {
		margin: 4px;
	}

/* CART TOOLBAR STYLES */

.cart_tlbr {
	width: 157px;
	background: url(../images_site/i_p-inner_cart_b.gif) no-repeat bottom left;
	padding-bottom: 16px;
	color: #DADADA;
}

	.cart_tlbr td {
		color: #DADADA;
	}
	
	.cart_tlbr td img {
		border: 0px;
	}
	
	.cart_tlbr .t {
		background: url(../images_site/i_p-inner_cart_t.gif) no-repeat;
		height: 32px;
		padding-left: 45px;
	}
	

	.cart_tlbr .t h1 {
		font-size: 11px;
		font-weight: bold;
		margin: 0px;
		padding-top: 6px;
		color: white;
		line-height: 20px;
	}
	
	.cart_tlbr .c {
		padding: 5px;
		padding-left: 13px;
	}
	
	.cart_tlbr .view_but {
		margin-top: 10px;
		border: 0px;
	}
	
	
/* MEMBER DOWNLOADS STLYES */

.downloads_cat_header {
	background: #6D6C6C;
	color: #BFBFBF;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
}

	.downloads_cat_header a:link, .downloads_cat_header a:visited, .downloads_cat_header a:active  {
		color: #BFBFBF;
	}
	
	.downloads_cat_header a:hover  {
		color: #D7D7D7;
	}	
	
	
	.downloads_cat_header .plus {
		font-size: 17px;
		font-weight: bold;
		color: white;
	}
	
.downloads_item_cont {
	padding: 10px;
}

.downloads_item {
	padding: 5px;
	border-bottom: 1px solid #D7D7D7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.downloads_tlbr {
	width: 157px;
	background: url(../images_site/i_p-inner_cart_b.gif) no-repeat bottom left;
	padding-bottom: 16px;
	color: #DADADA;
}


	
	.downloads_tlbr .t {
		background: url(../images_site/i_p-inner_downloads_t.gif) no-repeat;
		height: 32px;
		padding-left: 45px;
	}
	

	.downloads_tlbr .t h1 {
		font-size: 11px;
		font-weight: bold;
		margin: 0px;
		padding-top: 6px;
		color: white;
		line-height: 20px;
	}	

	.downloads_tlbr .item {
		padding: 15px;
		line-height: 120%;
		border-bottom: 1px #878787 solid;
		
	}
	
	.downloads_tlbr .cat {
		color: white;
		font-size: 10px;
		line-height: 120%;
	}

	
	
/* SHOP TOOLTIP STYLES */

#shop_item_content {

}

	#shop_item_content .cat_name {
		font-size: 11pt;
		color: #6d6c6c !important;
		background: #dfdfdf;
		padding: 3px;
		display: inline-block;
	}
	
	#shop_item_content .prod_block {
		border-top: 1px #6d6c6c solid;
	}
	
	#shop_item_content .prod_img {
		margin-bottom: 10px;
	}	
		
		#shop_item_content .expand {
			font-size: 10px;
			background: url(../images_site/i_p-expand_img.gif) no-repeat left center;
			padding-left: 17px;
			height: 11px;
			cursor: hand;
		}	
		
	
	#shop_item_content .prod_name {
		font-size: 19pt;
		color: #fba32b !important;
	}

	#shop_item_content .prod_desc {
		font-size: 11pt;
		color: #fba32b !important;
		text-transform: uppercase;
	}
	
	#shop_item_content .feature_icons {
		width: 250px;
	}
	
		
		#shop_item_content .feature_icons img {
			margin-right: 5px;
		}
	
		#shop_item_content .feature_icons h2 {
			color: #e69527 !important;
			font-size: 10pt;
		}
 
 
#shop_features_legend_content {

}
	
	#shop_features_legend_content table td {
		background-repeat: no-repeat;
		padding-left: 70px;
		padding-right: 20px;
		padding-bottom: 20px;
		width: 50%;
		font-size: 8pt;
	}	
	
	
.back_link {
	padding-bottom: 5px;
	padding-left: 20px;
	background: url(../images/icons/back.gif) no-repeat left 5px;
	display: block;
}

/* POPUP STYLES */

#popup_window {
	padding: 20px;
	line-height: 100%;
}

	#popup_window #close {
		float: right;
		font-size: 8pt;
	}

	#popup_window h1 {
		font-size: 11pt;
	}
	
	#popup_window #logo {
		background: url(../images_site/i_p-popup_logo.gif) no-repeat;
		margin-bottom: 5px;
		float: left;
	}
	
		#popup_window #logo img {
			width: 343px;
			height: 108px;
		}

	#popup_window #title {
		font-family: Arial Narrow, Arial, Helvetica, sans-serif;
		color: #FBA32B;
		line-height: 16pt;
		margin-bottom: 15px;
		clear: both;
	}
	
	#popup_window .expanded_img {
		text-align: center;
		margin-bottom: 10px;
	}
	
#popup_window #footer {
	font-size: 7pt;
	border-top: 1px #d3d2d2 solid;
	padding-top: 10px;
	padding-bottom: 10px;
}