/***** general *****/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
/*	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;*/
	
	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}

body.bg1 {
	background: #ffffff url(../img/bg_body1.gif);
}
body.bg2 {
	background: #ffffff url(../img/bg_body2.gif);
}
body.bg3 {
	background: #ffffff url(../img/bg_body3.gif);
}

p, div {
	margin: 0px;
}

img {
	border-width: 0px;
}

h1 {
	font-family: Times new roman;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	color: #ffffff;
	background-color: #000000;
	margin: 0px;
	padding: 1px 5px 0px 5px;
	text-align: center;
	text-transform: uppercase;
}

h2, h3, h4, h5 {
	font-family: Arial narrow;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

label {
	cursor: pointer;
	cursor: hand;
}

b, strong {
	font-family: Arial narrow;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}

span.uc {
	text-transform: uppercase;
}

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

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../img/pointer.gif);
}

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

ol li { 
	margin-bottom: 16px;
}

ul.sitemap {
	margin: 0px 0px 0px 125px;
	list-style: none;
	list-style-image: none;
}

ul.sitemap ul {
	margin: 0px 0px 0px 125px;
	list-style: none;
	list-style-image: none;
}

hr {
	width: 100%;
	height: 1px;
	color: #666666;
	background-color: #666666;
	border: none 0px;
}

td {
	font-family: Times new roman;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	text-align: left;
}

a {
	font-family: Times new roman;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #F47B20;
	
	text-decoration: none;
}

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

a.active {
	color: #F47B20;
}

a.block {
	display: inline;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	width: 80px;

	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #F47B20;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

a.block:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #F47B20;
}

span.index {
	font-family: Arial narrow;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

a.index {
	font-family: Arial narrow;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

a.index:hover {
	color: #F47B20;
	text-decoration: none;
}

a.index_active {
	font-family: Arial narrow;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #F47B20;
	text-decoration: none;
}

a.index_active:hover {
	color: #F47B20;
	text-decoration: none;
}

a.sitemap {
	color: #666666;
}

a.sitemap:hover {
	color: #F47B20;
	text-decoration: none;
}

a.attention {
	color: #F47B20;
	text-decoration: none;
}

a.attention:hover {
	color: #F47B20;
	text-decoration: underline;
}

span.attention {
	color: #F47B20;
}

table.width {
	width: 100%;
}


/***** container *****/

table#website_container {
	width: 1000px;
	height: 100%;
	margin: auto;
}

td#outer_bl, td#outer_br {
	width: 9px;
	height: 9px;
	vertical-align: top;
}

td#outer_l, td#outer_r {
	width: 9px;
	height: 100%;
}

td#outer_b {
	height: 18px;
	vertical-align: top;
}

td#website_container_td {
	border-left: 15px #000000 solid;
	border-right: 15px #000000 solid;
	padding: 0px 8px 0px 8px;
	background-color: #ffffff;
}

/* fix for Opera 100% height bug: shadow images as background */

@media all and (min-width:0px) {
    #outer_l {
		background: url(../img/shadow_l.png) repeat-y;    
    }
    #outer_r {
		background: url(../img/shadow_r.png) repeat-y;    
    }
}


/***** header *****/

table#header {
	height: 117px;
	border-bottom: 3px #000000 solid;
}

td#header_logo {
	height: 92px;
	text-align: center;
	padding: 3px 0px 0px 0px;
	vertical-align: top;
}

td#header_logo_content {
	width: 50%;
	text-align: center;
	vertical-align: top;
}

td.header_logo_language {
	width: 25%;
	text-align: right;
	vertical-align: top;
	padding: 10px 0px 0px 0px;
}

td#header_search {
	height: 25px;
	text-align: right;

	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}

td#header_search a {
	display: inline;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;

	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	
	text-decoration: none;
	text-transform: uppercase;
}

td#header_search a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #F47B20;
}

td#header_search a.menu_active {
	color: #ffffff;
	text-decoration: none;
	background-color: #F47B20;
}

td#header_menu a.menu_active {
	color: #F47B20;
	text-decoration: none;
}

td#header_menu {
	height: 25px;
}

td#header_menu a {
	display: inline;
	padding: 0px 5px 0px 5px;

	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	color: #000000;
	
	text-decoration: none;
	text-transform: uppercase;
}

td#header_menu a:hover {
	color: #F47B20;
	text-decoration: none;
}

td#header_menu a.menu_active {
	color: #F47B20;
	text-decoration: none;
}

/***** header product menu *****/

table#menu {
	margin: 4px 0px 0px 0px;
	height: 34px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

table#menu a {
	display: inline-block;
	padding: 0px 5px 0px 5px;
	margin: 2px 0px 0px 0px;

	font-family: Arial narrow;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	
	text-decoration: none;
	text-transform: uppercase;
}

table#menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #F47B20;
}

table#menu a.menu_active {
	color: #ffffff;
	text-decoration: none;
	background-color: #F47B20;
}

td#menu_right {
	text-align: right;
	width: 150px;
}

/***** content *****/

td#content {
	padding: 16px 0px 0px 0px;
	vertical-align: top;
}

td#overview_content, td#detail_content {
	width: 216px !important;
	height: 470px;
	padding: 20px 0px 15px 0px;

	vertical-align: top;
	font-family: Times new roman;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
}

td#overview_content h1, td#detail_content h1 {
	display: inline;
	float: left;
	font-family: Times new roman;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	text-align: left;
	color: #ffffff;
	background-color: #000000;
	padding: 3px 5px 0px 5px;
	margin: 0px;
	text-transform: uppercase;
}

div#overview_content_nav {
	clear: both;
	position: relative;
	font-family: Arial narrow;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

div#overview_content_nav a {
	font-family: Arial narrow;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	padding: 0px 8px 0px 0px;
}

div#overview_content_nav a:hover {
	color: #F47B20;
}

div#overview_content_nav a.nav_active {
	color: #F47B20;
	text-decoration: underline;
}

td#overview_products {
	width: 680px !important;
	padding: 20px 0px 0px 0px;
	vertical-align: top;
}

td#overview_products img {
	display: inline;
	margin: 0px 0px 15px 15px;
}


td#overview_nav_left, td#overview_nav_right {
	width: 20px !important;
	padding: 4px 0px 0px 0px;
	text-align: right;
	vertical-align: center;
}

td#overview_nav_right {
	text-align: left;
}

/* detail */

td#detail_content h2, td#detail_content h3 {
	display: block;
	clear: both;
	margin: 0px;
	font-family: Times new roman;
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
	color: #000000;
	background: none;
}

td#detail_content h3 {
	padding: 5px 0px 6px 0px;
}

td#detail_content h2 {
	padding: 0px 0px 3px 0px;
	text-decoration: underline;
}

td#detail_image {
	width: 500px !important;
	padding: 20px 0px 15px 0px;
	text-align: center;
	vertical-align: top;
}

td#detail_right {
	width: 220px !important;
	padding: 25px 0px 0px 10px;
	text-align: left;
	vertical-align: top;
}

td#detail_right td {
	vertical-align: top;
}

td#detail_taf {
	height: 200px;
}

td#detail_nav {
	width: 220px !important;
	padding: 0px 0px 0px 0px;
	text-align: right;
	vertical-align: top;
}

table#detail_nav_table {
	margin: 0px 3px 0px 0px;
	float: right;
}

td#detail_nav_index {
	padding: 0px 8px 0px 8px;
	font-size: 14px;
	vertical-align: center;
}

td#detail_tumbs {
	width: 220px !important;
/*	height: 110px !important;*/
	padding: 0px 0px 15px 0px;
	vertical-align: bottom;
}

td#detail_tumbs img {
	margin: 10px 0px 0px 10px;
}

table#pricing td {
	height: 26px;
	font-family: Arial narrow;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	text-transform: uppercase;
}

/* home */

img#home_splash {
	margin: 0px 0px 15px 0px;
}

div#home_categories {
	border-top: 1px #000000 solid;
	height: 260px;
}

div#home_categories a {
	margin-top: 15px;
	display: block;
	float: left;
	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

div#home_categories a:hover {
	color: #F47B20;
	text-decoration: none;
}

div#home_categories img {
	margin-bottom: 10px;
}

div#home_categories span {
	padding-left: 5px;
}

/* text */

td#text_content_container {
	text-align: center;
	padding: 20px 0px 0px 0px;
	height: 443px;
	vertical-align: top;
}

td#text_content_container td {
	font-family: Times new roman;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #666666;
	vertical-align: top;
}

table.text_content {
	width: 654px !important;
	margin: 0px auto 15px auto;	
}

td.text_content_center {
	width: 654px !important;
	padding: 0px 0px 0px 0px;
}

td.text_content_left {
	width: 300px !important;
	padding: 0px 26px 0px 0px;
	height: 443px;
}

td.text_content_right {
	width: 300px !important;
	padding: 0px 0px 0px 27px;
	border-left: 1px #666666 solid;
}

/***** footer *****/

table#footer {
	margin: 0px 0px 0px 0px;
	height: 38px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

td#footer_left a {
	display: inline;
	padding: 0px 5px 0px 5px;

	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	color: #000000;
	
	text-decoration: none;
	text-transform: uppercase;
}

td#footer_left a:hover {
	color: #F47B20;
	text-decoration: none;
}

td#footer_left a.menu_active {
	color: #F47B20;
	text-decoration: none;
}

td#footer_right {
	text-align: right;
}
/*
td#footer_right a {
	display: inline;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;

	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	
	text-decoration: none;
	text-transform: uppercase;
}

td#footer_right a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #F47B20;
}

td#footer_right a.menu_active {
	color: #ffffff;
	text-decoration: none;
	background-color: #F47B20;
}
*/
/***** footer extra *****/

table#footer_extra {
	margin: 0px 0px 0px 0px;
	height: 21px;
}

table#footer_extra td {
	text-align: center;

	font-family: Times new roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	color: #F47B20;
}

table#footer_extra a {
	display: inline;
	padding: 0px 5px 0px 5px;

	font-family: Times new roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	color: #F47B20;
	letter-spacing: 2px;
		
	text-decoration: none;
	text-transform: uppercase;
}

table#footer_extra a:hover {
	text-decoration: none;
}


/***** form elements *****/

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.frm_txt {
	width: 190px;
	height: 16px;
	
	margin: 0px;
	padding: 0px 0px 0px 3px;
	
	border: 0px #ffffff solid;

	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #f2f2f2;
	letter-spacing: 1px;
	line-height: 16px;
}

select.frm_select {
	width: 190px;
	height: 16px;
	
	margin: 0px;
	padding: 0px;
	
	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	border: 0px #ffffff solid;
	background-color: #f2f2f2;
	letter-spacing: 1px;
	line-height: 16px;
}

textarea {
	width: 190px;
	height: 75px;

	border: 0px #ffffff solid;
	
	font-family: Arial narrow;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #f2f2f2;
	letter-spacing: 1px;
	line-height: 16px;
	
	overflow: auto;
}

input.frm_button {
	height: 20px;
	font-family: Arial narrow;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}