html,body {
	margin: 0;
	padding: 0;
	background-color: #000;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a { color: #ba810d; }
a:hover { color:#fff; }

#nav-main {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 26px;
	display: block;
	border: 2px solid #000;
	border-width: 0 0 2px 0;
}

#nav-main li {
	list-style-type: none;
	display: inline;
}

#nav-main li a {
	float: left;
	width: 180px;
	height: 26px;
	padding: 0;
	overflow: hidden;
	background: url(/img/global-nav22.jpg) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#nav-main li#main-1 a { background-position: 0 0; }
#nav-main li#main-2 a { background-position: -180px 0; }
#nav-main li#main-3 a { background-position: -360px 0; }
#nav-main li#main-4 a { background-position: -540px 0; }
#nav-main li#main-5 a { background-position: -720px 0; }

#nav-main li#main-1 a:hover { background-position:    0px -26px; }
#nav-main li#main-2 a:hover { background-position: -180px -26px; }
#nav-main li#main-3 a:hover { background-position: -360px -26px; }
#nav-main li#main-4 a:hover { background-position: -540px -26px; }
#nav-main li#main-5 a:hover { background-position: -720px -26px; }

#nav-main li#main-1-active a { background-position:    0px -26px; }
#nav-main li#main-2-active a { background-position: -180px -26px; }
#nav-main li#main-3-active a { background-position: -360px -26px; }
#nav-main li#main-4-active a { background-position: -540px -26px; }
#nav-main li#main-5-active a { background-position: -720px -26px; }


#top-nav {
	margin: 0 0 0 auto;
	padding: 0;
	width: 540px;
	height: 25px;
	display: block;
}

#top-nav li { list-style-type: none; display:inline; }

#top-nav li a {
	float: left;
	height: 25px;
	padding: 0;
	overflow: hidden;
	background: url(/img/upper-nav.jpg) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#top-nav li#upper-1 a { width:86px;  background-position: 0 0; }
#top-nav li#upper-2 a { width:91px;  background-position: -86px 0; }
#top-nav li#upper-3 a { width:59px;  background-position: -177px 0; }
#top-nav li#upper-4 a { width:139px; background-position: -236px 0; }
#top-nav li#upper-5 a { width:88px;  background-position: -375px 0; }
#top-nav li#upper-6 a { width:77px;  background-position: -463px 0; }

#top-nav li#upper-1 a:hover { background-position:    0px -25px; }
#top-nav li#upper-2 a:hover { background-position: -86px -25px; }
#top-nav li#upper-3 a:hover { background-position: -177px -25px; }
#top-nav li#upper-4 a:hover { background-position: -236px -25px; }
#top-nav li#upper-5 a:hover { background-position: -375px -25px; }
#top-nav li#upper-6 a:hover { background-position: -463px -25px; }

#top-nav li#upper-1-active a { width:86px;  background-position:    0px -25px; }
#top-nav li#upper-2-active a { width:91px;  background-position: -86px -25px; }
#top-nav li#upper-3-active a { width:59px;  background-position: -177px -25px; }
#top-nav li#upper-4-active a { width:139px; background-position: -236px -25px; }
#top-nav li#upper-5-active a { width:88px;  background-position: -375px -25px; }
#top-nav li#upper-6-active a { width:77px;  background-position: -463px -25px; }


/* --- SIDE NAVIGATION ----------------------------------------- */

#sub-nav {
	padding: 10px 0 0 0;
	margin: 0;
	background: url(/img/new-subnav-bg.jpg) no-repeat;
	width: 180px;
	height:auto !important; /* real browsers */
	height: 935px;
	min-height: 935px;
	float:left;
}

#subnav
{
	width:179px;
}

.basic, .basic2
{
	width: 179px;
	font-family: arial, helvetica, verdana, sans-serif;
}

.basic div a
{
	background: none;
	border-width: 0;
	padding: 0;
}

.basic div a:hover
{
	background: none;
	border-width: 0;
	padding: 0;
	color: #bf0;
}

.basic p
{
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding: 5px 0 5px 20px;
	background-color: #222;
}

.basic p a
{ 
color: #fff; 
}
.basic p a:hover
{ 
color: #bf8918; 
}

.basic a
{
	cursor: pointer;
	display: block;
	padding: 5px 5px 5px 20px;
	margin-top: 0;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}

.basic a:hover, .basic2 a:hover
{
	color: #bf8918;
}

.basic a.selected
{
	color: #bf8918;
	border: 1px solid #000;
	border-width: 0 0 1px 0;
	background-color: #333;
}

.basic div p a.current {
	font-weight: bold;
	color: #ba810d;
}

.basic2 a
{
	cursor: pointer;
	float:left;
	width: 180px;
	height: 16px;
	padding: 5px 5px 5px 20px;
	margin: 0;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	/*background-image: url(/img/sub-header.png);*/
}

.mainSubItem
{
	font-weight: bold;
}

@media print {
	.basic div {
		display: block!important;
		height: auto!important
	}
}

/* --- END SIDE NAVIGATION ------------------------------------- */

#searchbox {
	display: none;
	margin: 0 0 0 auto;
	padding: 10px 25px 0 0;
	width: 300px;
	height: 40px;
	text-align: right;
}

#flags {
	margin: 0 28px 0 auto;
	width: 200px;
	height: 30px;
	text-align: right;
}

div#content-wrapper {
	height:auto !important; /* real browsers */
	height: 100%;
	min-height: 100%;
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
	height:auto !important; /* real browsers */
	height: 100%;
	min-height: 100%;
	background: url(/img/content-bg.jpg);
}
div#content {
	float: left;
	width: 720px;
	color: #fff;
}

div#content-wide {
	width: 900px;
	color: #fff;
}

div#content h1 {
	margin: 15px 0 15px 43px;
}

div#content p {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0 43px 20px 43px;
}

div#content-wide h1 {
	margin: 15px 0 15px 18px;
}

div#content-wide p {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0 43px 20px 18px;
}

h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#banner {
	border: 2px solid #000;
	border-width: 0 0 2px 0;
	margin: 0;
	padding: 0 0 0 0;
}

.cMarginLeft {
	margin-left: 43px;
}

#form-contact div {
	display: block;
	line-height: 20px;
	vertical-align: middle;
}

#form-contact div input {
	line-height: 20px;
	vertical-align: middle;
}

#form-contact div h2 {
	width: 100px;
	font-size: 15px;
	vertical-align: middle;
}

.clearAll { clear: both; }
.width100 { width: 100px; }
.margin10bottom { margin-bottom: 10px; }
.margin0left { margin-left:0; }

div#content span.product-thumb-hor,
div#content span.product-thumb-ver
{
	cursor: pointer;
	float: left;
	margin: 0 0 30px 40px;
	padding: 0;
	width: 175px;
	height: 230px;
	font-size: 12px;
	color: #ddd;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}

div#content span.product-thumb-hor:hover,
div#content span.product-thumb-ver:hover
{
	color:#ba810d;
}

div#content span.product-thumb-hor img,
div#content span.product-thumb-ver img
{ clear:both; display:block; }

#back-to-profero {
	cursor:pointer;
}

#back-to-profero img {
	border: 0 solid #fff;
	border-width: 5px 0 0 0;
}

/*#detail-cat {
	background-color: #ba810d;
	border: 0 solid #000;
	border-width: 0 0 0 5px;
	font-size: 36px;
	color: #fff;
	font-family: Arial, sans-serif;
	text-align: left;
	padding-left: 20px;
}
*/

h1, h2 {
	font-family: Arial;
	font-size:24px;
	margin: 0;
	padding: 0;
	color: #fff;
}

h2 {
	font-size: 16px;
	margin-left: 43px;
	margin-right: 43px;
	border-bottom: 1px solid #fff;
	
}

ul#knife-terms-alpha {
	padding: 0;
	display: block;
	clear: both;
}

ul#knife-terms-alpha li {
	display: inline;
	margin-right: 3px;
}

ul#knife-terms-alpha li a {
	color: #fff;
	float: left;
	width: 10px;
	margin-right: 3px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
	background-color:#000;
	border:1px solid #555;
}

ul#knife-terms-alpha li a:hover {
	background-color:#7b1510;
}

dl#glossary {
	display: block;
	clear: both;
}

dl#glossary dt {
	width: 150px;
	float: left;
	clear: both;
	margin: 15px 0 0 0;
	font-weight: bold;
	padding: 5px;
}

dl#glossary dd {
	float: left;
	margin: 15px 0 0 0;
	width: 475px;
	padding: 5px;
	color: #ccc;
}

dl#glossary h3 {
	display: block;
	clear: both;
	width: 635px;
	border: 2px solid #333;
	border-width: 0 0 2px 0;
	margin: 10px 0 0 0;
	padding: 5px;
	font-size: 20px;
}

dl#faq {
	display: block;
	clear: both;
}

dl#faq dt {
	margin: 20px 15px 0 0;
	font-weight: bold;
	padding: 5px 20px 5px 0;
}

dl#faq dd {
	margin: 0;
	padding: 0 20px 5px 0;
	color: #ccc;
}

#registeredYet {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

a#registerYes, a#registerNo {
	color:#ba810d;
	padding: 5px;
	background-color:#333;
	text-decoration: none;
}

a:hover#registerYes, a:hover#registerNo {
	color:#7b1510;
}

.field-row { clear:both; display:block; }
.field-label { float:left; width:150px; margin:0 10px 10px 0; }
.field-input { float:left; margin: 0 0 10px 0; }

.input-checkbox { padding:5px; border-width:0; }
.input-radio { padding:5px; border-width:0; }
.input-textarea { width:300px; padding:5px; border-width:0; }
.input-text { width:300px; padding:5px; border-width:0; }
.input-password { width:300px; padding:5px; border-width:0; }


.field-input textarea { 
	width: 300px;
	height: 100px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 5px;
	border-width: 0;
}

.empty, .emailValid, .emailMatch { font-weight: bold; color: #f00; }

#content-left {
	padding: 18px;
	margin: 0;
	width: 324px;
	height: 264px;
	border: 2px solid #000;
	border-width: 0 0 2px 0;
	background-color: #222;
	color: #ccc;
	float:left;
}

div#content {
	margin-bottom: 50px;
}

div.career ul {
	margin: 0;
	padding: 0 43px 0 60px;
}

div.career p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#detail-table-0,
#detail-table-1
{
	width: 720px;
	/*border: 2px solid #fff;*/
}
#detail-logo {
	width: 720px;
	height: 83px;
	padding: 0;
	margin: 0;
	text-align: right;
	vertical-align: top;
	background: url(/img/products/bg-detail-header.jpg) no-repeat;
}
#detail-table-0 #detail-image,
#detail-table-1 #detail-image
{
	width: 510px;
	text-align: left;
	vertical-align: bottom;
}
#detail-table-0 #detail-image { height: 170px; }
#detail-table-1 #detail-image { height: 330px; }

#detail-image h1 {
	color: #000;
	margin: 0 0 10px 10px;
	padding: 0;
}
#detail-specs
{
	width: 210px;
	padding: 0;
	background-image: url(/img/products/bg-detail-specs.jpg);
	text-align: left;
	color: #7b1510;
	vertical-align: top;
}
#detail-specs ul
{
	margin: 0;
	padding: 30px;
}
#detail-specs li {
	margin-bottom: 5px;
}
#detail-desc
{
	text-align: left;
	vertical-align: top;
	color: #ccc;
	background: url(/img/products/bg-detail-description.jpg) no-repeat;
	padding: 0;
	margin: 0;
	height: 163px;
	font-size: 11px;
	line-height: 16px;
	overflow: auto;
}
div#detail-content
{
	padding: 10px;
	margin: 0;
}

.detail-footer
{
	background-color: #ba810d;
	text-align: left;
	padding: 0;
	margin: 0;
	height: 24px;
}

#detail-icons {
	margin: 0;
	padding: 0;
	margin-top: 16px;
}

#detail-extra {
	margin-left: 20px;
	line-height: 18px;
}

#overlay
{
	z-index: 500;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	display: none;
	background: url(/img/overlay.png);
}

#detail-container
{
	z-index: 1000;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	margin: 20px auto 0 auto;
	padding: 0;
	height: 0px;
	border-width: 0;
	background-color: #666;
}

#detail-container-wrapper {
	text-align: center;
	width: 720px;
	margin: 0;
	padding: 0;
}

a.prored { color:#7b1510; text-decoration:none; }
a.prored:hover { color:#ba810d; }

a.proyellow { color:#bf8918; text-decoration:none; }
a.proyellow:hover { color:#bf8918; text-decoration:underline; }

ul#home {
	float: left;
	margin: 0;
	padding: 0;
}

ul#home li#logo a {
	float: left;
	display: block;
	width: 550px;
	height: 75px;
	margin-top: 20px;
	list-style-type: none;
	text-indent: -9999px;
}


#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	min-height: 100px;
	background: url('/img/footer-bg.jpg') repeat-x;
}

#footer div {
	margin:0 0 0 15px;
	padding: 15px 0 0 0;
	color: #ccc;
}

#footer ul {
	margin: 0;
	padding: 15px 0 15px 0;
}

#footer ul li { display:inline; float:left; }
#footer ul li a { color:#ccc; font-size:12px; text-decoration:none; margin-left:15px; }
#footer ul li a:hover { color:#fff; text-decoration:none;}

#buy-results {
	margin-left: 43px;
	width: 800px;
	border: 0 solid #777;
	border-width: 0 0 1px 1px;
}

#buy-results th {
	border: 0 solid #777;
	border-width: 1px 1px 0 0;
}

#buy-results td {
	border: 0 solid #777;
	border-width: 1px 1px 0 0;
}



#content #content-uls ul {
	margin: 10px 43px 10px 53px;
	padding: 0;
}

#content #content-uls p {
	padding: 0 43px;
	font-size: 14px;
}

#buy-now-detail { margin-top:20px; clear:both; }

#buy-now-detail a {
	text-decoration: none;
	padding: 10px;
	background-color: #ba810d;
	color: #fff;
}

#buy-now-detail a:hover {
	background-color: #7b1510;
}


















