/* Undo existing styles
======================================================================*/
a img,:link img,:visited img { border: none; }
button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th {font-size: 1em; }
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, 
html, label, legend, li, ol, p, pre, table, td, th, ul
{ margin: 0px; padding: 0px; }

body {
	background-color:#585858;
	font-family:Arial, Helvetica, sans-serif;
}
p, ul, li {
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
}
h2 {
	color: #666;
	font-size:22px;
	line-height: 24px;
	margin: 0 0 12px 0;
}
sup { 
	line-height: 1px; 
	font-size: 80%;
}
.clear {
	clear:both;
}

a {
	color:#c54601;
	font-weight:bold;
	outline:none;
}
a:active {
	outline:none;
}

#wrapper {
	width:871px;
	margin:0 auto;
}

/* COLORS */

.orange {
	color: #f58320;
}
.orangeDark {
	color: #c54601;
}
.black {
	color: #000000;
}

/* MAIN NAVIGATION */
.menu {
	width:871px;
}

.menu img {
	float:left;
	position:relative;
	top:40px;
	left:20px;
	behavior:url('../../iepngfix.htc');
}

.menu ul
{
	float:right;
	width:600px;
	margin:0px;
	padding:0px;
	position:relative;
	top:50px;
}

.menu ul li
{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 8px;
	float:right;
	color:#9e9e9e;
}

.menu ul li a
{
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding:0 0 0 8px;
}


/*****************************************/
/* 	STYLES FOR DISCONTIUATION          */
/*****************************************/
	
ul#discontinued-links {
	margin-top: 30px;	
	}

ul#discontinued-links li {
	list-style: none;
	margin-top: 15px;
	}
	
ul#discontinued-links li a {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	color: #333;
	text-decoration: none;
	}
	
ul#discontinued-links li.explore a {
	border: 1px solid #883408;
	color: white;
	display: block;
	font-weight:bold;
	background: #f2811f;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2811f), to(#bc5a14)); /* Safari 4-5, Chrome 1-9 */ 
	background:-webkit-linear-gradient(top, #f2811f, #bc5a14); /* Safari 5.1, Chrome 10+ */ 
	background:-moz-linear-gradient(top, #f2811f, #bc5a14); /* Firefox 3.6+ */ 
	background:-ms-linear-gradient(top, #f2811f, #bc5a14); /* IE 10 */ 
	background:-o-linear-gradient(top, #f2811f, #bc5a14); /* Opera 11.10+ */ 		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2811f', endColorstr='#bc5a14');
	padding: 10px;
	text-align: center;
	}
	
ul#discontinued-links li.explore a:hover {
	border: 1px solid #632606;
	display: block;
	background: #f2811f;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee7219), to(#ff8821)); /* Safari 4-5, Chrome 1-9 */ 
	background:-webkit-linear-gradient(top, #ee7219, #ff8821); /* Safari 5.1, Chrome 10+ */ 
	background:-moz-linear-gradient(top, #ee7219, #ff8821); /* Firefox 3.6+ */ 
	background:-ms-linear-gradient(top, #ee7219, #ff8821); /* IE 10 */ 
	background:-o-linear-gradient(top, #ee7219, #ff8821); /* Opera 11.10+ */ 		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee7219', endColorstr='#ff8821');
	padding: 10px;
	text-align: center;
	}
	
ul#discontinued-links li.contact a {
	border: 1px solid #ccc;
	display: block;
	background: #f6f6f6;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e2e2), to(#bababa)); /* Safari 4-5, Chrome 1-9 */ 
	background:-webkit-linear-gradient(top, #e2e2e2, #bababa); /* Safari 5.1, Chrome 10+ */ 
	background:-moz-linear-gradient(top, #e2e2e2, #bababa); /* Firefox 3.6+ */ 
	background:-ms-linear-gradient(top, #e2e2e2, #bababa); /* IE 10 */ 
	background:-o-linear-gradient(top, #e2e2e2, #bababa); /* Opera 11.10+ */ 		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#bababa');
	padding: 10px;
	text-align: center;
	}
	
ul#discontinued-links li.contact a:hover {
	border: 1px solid #999;
	display: block;
	background: #d3d3d3;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#efefef)); /* Safari 4-5, Chrome 1-9 */ 
	background:-webkit-linear-gradient(top, #eeeeee, #efefef); /* Safari 5.1, Chrome 10+ */ 
	background:-moz-linear-gradient(top, #eeeeee, #efefef); /* Firefox 3.6+ */ 
	background:-ms-linear-gradient(top, #eeeeee, #efefef); /* IE 10 */ 
	background:-o-linear-gradient(top, #eeeeee, #efefef); /* Opera 11.10+ */ 		
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#efefef');
	padding: 10px;
	text-align: center;
	}



/*****************************************/
/* 	MAIN CONTENT                         */
/*****************************************/

.bodycontent
{
	width:871px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#ffffff;
	margin:0px auto 0px auto;
	padding:0px;
	float: left;
}

.containerBackground
{
	background-image:url('../../images/kn_pc_orange_bg.gif');
	background-repeat:repeat-y;
	float: left;
}

/* .containerImage
{
	background-image:url('../../images/kn_pc_sidebar_bg.jpg');
	background-repeat:no-repeat;
	width: 375px;
	float:left;
}*/

/* LARGE CONTAINER */

.bodycontent .largeContainer {
	background-image:url(../../images/kn_pc_rtcontent_shdw.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	padding: 50px 50px 30px 50px;
	display:block;
	float: left;
	background-color:#FFFFFF;
	width: 771px;
}
.bodycontent .largeContainer .largeContent {
	padding: 0px 150px 20px 0px;
}

.bodycontent ul#vendors {}
.bodycontent ul#vendors li {
	background-image:url(../../images/kn_pc_price_bg.gif);
	background-color: #f58320;
	background-position: -5px;
	float: left;
	list-style-type:none;
	height: 50px;
	width: 325px;
	padding: 10px;
	margin: 0px 15px 15px 0px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: solid 8px #000;
	background-repeat: repeat-x;
}
.bodycontent ul#vendors li img {
	width: 325px;
}
.bodycontent .largeContainer .largeContent h3 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-variant: uppercase;
	color: #333333;
}
.bodycontent .largeContainer .largeContent.terms p {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
}
.bodycontent .largeContainer .largeContent.terms span {
	text-transform: uppercase;
	font-weight: bold;
}
.bodycontent .largeContainer .largeContent .register {
	width: 325px;
	margin: 20px 10px 0px 15px;
	float:left;
}
	
	
/* LEFT CONTAINER */

.bodycontent .leftContainer {
	background-image:url('../../images/kn_pc_sidebar_bg.jpg');
	background-repeat:no-repeat;
	width:375px;
	float:left;
	padding: 30px 0 0 0;
	margin: 0;
}
.bodycontent .leftContainer h2 {
	color: #FFFFFF;
}
.bodycontent .leftContainer p {
	margin: 0px;
	padding: 0px;
}

.bodycontent .leftContainer img {
	position:relative;
	left: 20px;
}
.bodycontent .leftContainer .leftContent {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 375px;
	margin-top: -30px;
	float:left;
}
.bodycontent .leftContainer .leftContent .caption {
	font-weight: bold;
	text-align: center;
	padding: 5px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	float:left;
	width: 285px;
}
.bodycontent .leftContainer .leftContent img {
	position:static;
	float: left;
	margin: 25px 0px 5px 35px;
}
.bodycontent .leftContainer .price {
	width: 300px;
	background-image:url(../../images/kn_pc_price_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #f58320;
	padding: 20px 10px 15px 10px;
	margin: 0px 0px 25px 40px;
	float: left;
	border: solid 8px #000;
	text-align: center;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
}
.bodycontent .leftContainer .price h2 {
	font-size: 20px;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	text-shadow: -1px -1px 2px #663300, 1px 1px 2px  #ffbc82;
}
.bodycontent .leftContainer .price .large {
	font-size: 40px;
	padding: 0px;
	margin: 0px;
}
.bodycontent .leftContainer .testimonials {
	text-align:right;
	padding: 0px 75px 40px 20px;
	margin: 0px;
	height:auto;
}
.bodycontent .leftContainer .testimonials p {
	margin-bottom: 15px;
	font-weight:bold;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 22px;
}
.bodycontent .leftContainer .testimonials .quoted {
	text-transform:uppercase;
	color: #663300;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}
.bodycontent .leftContainer .testimonials .quoted span {
	text-transform: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}


/*
.bodycontent .homePage
{
	margin-top:0px;
}

.bodycontent .homePage h2
{
	font-size:25x;
	line-height:25px;
}

.bodycontent .leftContainer div
{
	padding-top: 30px;
	behavior:url('../../iepngfix.htc');
}
*/

/* RIGHT CONTAINER */

.bodycontent .rightContainer
{
	width: 496px;
	float:left;
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
	background-image:url(../../images/kn_pc_rtcontent_shdw.gif);
	background-repeat: repeat-x;
}

.bodycontent .rightContainer img {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.bodycontent .rightContainer img.float {
	margin: 0px 0px 5px 15px;
	padding: 0px;
	display: block;
	float:right;
}
.bodycontent .rightContainer .captionbox {
	padding: 0px;
	margin: 0px 0px 10px 15px;
	color: #f58320;
	float: right;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}

.bodycontent .rightContainerinside
{
	width:496px;
	float:right;
	padding: 0;
	margin-top: 55px;
}

.bodycontent .rightContent {
	width:360px;
	padding: 0 30px 0 0;
	margin: 75px 0 0 60px;
	float:left;
}
.bodycontent .rightContentInside {
	width:450px;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
	float:left;
}
.bodycontent .rightContentInside h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.bodycontent .rightContentInside h3 {
	font-size: 18px;	
	margin: 18px 0px 5px 0px;
	padding: 0px;
}
.bodycontent .rightContentInside li {
	list-style-position: inside;
	text-indent: -1em;
	margin: 0px 0px 0px 1em;
	padding: 0px 0px 5px 0px;	
}
.bodycontent .rightContentInside.faq p {
	margin-left: 20px;
}
.bodycontent .rightContentInside.faq a {
	text-decoration: underline;
}
.bodycontent .rightContentInside.faq span {
	color: #f58320; 
	font-weight: bold;
}
.bodycontent .rightContentInside.faq li {
	list-style-position: inside;
	margin-left: 2.5em;
}
.bodycontent .rightContentInside .price {
	background-image:url(../../images/kn_pc_price_bg.gif);
	background-color: #f58320;
	background-position: -5px;
	padding: 7px 15px;
	margin: 0px 0px 10px 10px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	border: solid 8px #000;
	background-repeat: repeat-x;
	text-align:left;
	line-height: 27px;
	float:right;
}
.bodycontent .rightContentInside .price img {
	float:left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.bodycontent .rightContentInside .price a, .bodycontent .leftContainer .price a {
	color: #FFFFFF;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	text-shadow: #663300 -1px -1px 2px;
}


/*****************************************/
/* 	FOOTER		                         */
/*****************************************/

.footer
{
	height:104px;
	background-color:#585858;
	border-top:1px solid #000000;
	width:871px;
	margin:0px auto 100px auto;
	clear:left;
}

.footer img
{
	float:right;
}

.footer ul
{
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	top:10px;
	width:350px;
}

.footer ul li
{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 8px;
	float:left;
	color:#9e9e9e;
}

.footer ul li a
{
	text-decoration:none;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding:0px 0px 0px 8px;
}


/*****************************************/
/* 	FORM		                         */
/*****************************************/

label{
float: left;
width: 97px;
text-align:left;
margin: 5px 5px 0px 0px;
font-size:11px;
}

input, textarea{
width: 200px;
margin-bottom: 5px;
border:1px solid #adadad;
}

textarea{
width: 200px;
height: 60px;
border:1px solid #adadad;
}

p.submitbutton input{
margin:5px 4px 0px 0px;
width: 97px;
color:#ffffff;
background-color:#a64a1c;
float:right;
border:none;
font-size:14px;
font-weight:bold;
padding:3px 0px 3px 0px;
font-size:11px;
}

.dropDownCountry
{
	font-size:11px;
	border:1px solid #adadad;
	height:25px;
	margin-bottom:5px;
	width:204px;
}

.checkBox input
{
	width:20px;
	border:none;
}

.occupation input
{
	width:10px;
	float:left;
	margin-right: 5px;
	line-height: 14px;
}

.occupation tr td label
{
	text-align:left;
	margin:3px 0px 0px 0px;
	width:80px;
}

.occupation tr td input
{
	margin-top:3px;
	border:none;
}

.newsletter
{
	width:325px;
	margin: 10px 0px 0px 0px;
}

.newsletter .checkBox
{
	float:left;
	margin:0px;
	width:10px;
	padding:0px;
	margin-top:3px;
}

.newsletter label
{
	width:205px;
	text-align:left;
	margin-left:15px;
}

br.clear{
	clear: both;
	height:1px;
}

.rfv
{
	font-size:10px;
}

/*****************************************/
/* 	Popup		                         */
/*****************************************/

.popupBackdrop
{
	background-color: Gray;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2 !important;
	moz-opacity: 0.7;
    khtml-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.popup
{
	background-color:#ffffff;
	border: 2px solid #444;
	padding: 7px;
	width: 350px;
	z-index: 3 !important;
}

.thanks
{
	font-size:13px;
	line-height:16px;
	padding:20px;
}

/*****************************************/
/* 	Gallery		                         */
/*****************************************/
#thumbs
{
	width: 200px;
	margin:100px 30px 0px 0px;
}

#viewContainer
{
	float:left;
	margin-top:0px;
	width:600px;
	margin-right:8px;
}

#viewContainer img
{
	margin:40px 0px 15px 0px;
	padding:0px 0px 15px 30px;
}

.thumbs
{
	width: 200px;
}
.thumbs li
{
	border:1px solid #000;
	display: block;
	float: left;
	height: 90px;
	width: 90px;
	margin: 3px;
	list-style-type:none;
}
.thumbs li img
{
	height: 90px;
	width:90px;
}

.pagination
{
	clear: both;
	margin-top:10px;
}
.pagination a, .pagination .current, .controls a
{
	border: 1px solid #000;
	padding: 0px 5px 2px 5px;
	text-decoration: none;
	background-color:#000;
	color:#fff;
}
#slideshow a
{
	text-decoration: none;
}

.slideContainer
{
	border: 1px solid #000;
	height: 500px;
	width: 500px;
	margin:0px 0px 0px 30px;
	}
	
#slideshow img
{
	margin:0px auto 0px auto;
	max-width:498px;
	max-height:498px;
	display:block;
}

.ellipsis
{
	background-color:#000;
	color:#fff;
	padding:1px 0px 3px 0px;
}

.controls
{
	width:500px;
	margin-left:30px;
}

div.nav-controls a.prev
{

	float:left;
}

div.nav-controls a.next
{
	float:right;
}

