/* @charset "UTF-8";*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
		background-image: url(../images/left_clm_bkg.jpg);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header { 
	padding: 0;
	margin: 0;
	background-image: url(../images/header_rev.jpg);
	background-repeat: no-repeat;
	height: 150px;
} 
.thrColFixHdr #header h1 {
	margin: 0 0 0 -10000px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	border-left: 1px solid red;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent h1 {
	font-size: 20px;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #339933;
}

#mainContent h2 {
	font-size: 16px;
	color: #339933
}
#mainContent h3 {
	font-size: 14px;
	color: #339933
}
a:link, a:visited, a:hover {
	color: #339933;
}
 

/*-------------  navigation ------------------ */

#nav ul {
	position: relative;
	margin: 80px 0 0 10px;
	padding: 0;
	color: white;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	text-align: center;
}
#nav li {
	display: inline;
	padding-right: 2px;
}
#nav a:link {
	text-decoration: none;
	color: white;
}
#nav a:visited {
	color: white;
}
#nav a:hover {
	color: #FFFF00;
	background-color: none;
}

/* ------ cart links ---------*/

#cart {
	margin:-120px 50px 0 0;
	padding: 0;
	position: static;
	display: inline;
	float: right;
	list-style-type: none;
	height: 120px;
	width: 158px;
	top: 75px;
	right: 150px;
		
}
#cart li {
	float:left;
	width: 79px;
	height: 40px;
}
#cart li a {
	margin: 0;
	text-indent: -9999px;	
	background-image: url(../images/cart_rollover.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	font-size: 1%;
	display: block;
	height: 40px;
}
li#cartLink a {
	width: 79px;
	background-position: 0 0;
}
li#mailLink a {
	width: 79px;
	background-position: -79px 0;

}
li#cartLink a:hover {
	width: 79px;
	background-position: 0 -40px;
}
li#mailLink a:hover {
	width: 79px;
	background-position: -79px -80px;
}

/* -----------END NAVIGATION & CART LINKS ---------- */

#mainWrapper {
	clear: both;
	margin: 0;
	padding: 0;
}

.thrColFixHdr #sidebar1 {
position: relative;
	float: left;
	width: 166px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0;
}
#sidebar1 #left_feature {
	margin: 0;
	padding: 0;
	background-image: url(../images/lft_box.png);
	background-repeat: no-repeat;
	height: 120px;
}
.thrColFixHdr #sidebar2 {
/*clear: both;*/
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 2px 0 0;
	padding: 0; /* padding keeps the content of the div away from the edges */
}

#sidebar2 #feature_1 {
	margin-top: 10px;
	background-image: url(../images/rt_box_lwr.png);
	background-repeat: no-repeat;
	height: 216px;
	/*color: #339933;*/
}
#sidebar2 #feature_2 {
	clear: right;
	position: relative;
	margin: 5px 0 0 0;
	padding-top: 6px;
	height: 216px;
	background-image: url(../images/rt_box_lwr.png);
	background-repeat: no-repeat;
}
#body_cover #feature_2 {
	background-image: none;
	height: auto:
}
#body_acc #feature_2 {
	background-image: none;
	height: auto:
}
#body_lok #feature_2 {
	background-image: none;
	height: auto:
}
#body_acc #feature_2 #feat_mid p {
	margin: 10px 0 0 20px;
	padding: 0;
}
#body_cover #feature_2 #feat_mid p {
	margin: 10px 0 0 20px;
	padding: 0;
}
#body_lok #feature_2 #feat_mid p {
	margin: 10px 0 0 20px;
	padding: 0;
}
#feat_top {
	background: url(../images/rt_box_top.png) no-repeat;
	height: 34px;
}
#feat_mid {
	background: url(../images/rt_box_mid.png) repeat-y;
}
#feat_btm {
	background: url(../images/rt_box_btm.png) no-repeat;
	height: 30px;
	overflow: auto;
}
#sidebar1 p {
	color: #339933;
	margin: 0;
	padding: 10px 5px 0 7px;
	font-size: 12px;
	text-align: left;
	line-height: 1.3em;
	/*letter-spacing: 1px;*/
	font-weight: bold;
}
#sidebar2 p {
	color: #339933;
	padding: 10px 30px 20px 30px;
	font-size: .90em;
	text-align: left;
	line-height: 2em;
}
.trademark {
 	font-size: 9px;
	vertical-align: top;
}
.feature_headline {
	margin: 0;
	padding: 5px 0 0 0;
	color: white;
	text-align: center;
	font-size: 16px;
}
#left_feature .feature_headline {
	margin: 0;
	padding: 0;
}
/*.textBox {
	line-height: 1.5em;
}*/
.bold {
	font-weight: bold;
}
#feature_1 .textBox {
	/*padding-top: 3px;*/
	line-height: 1.4em;
	font-size: 14px;
}
#feature_2 .textBox {
	/*padding-top: 3px;*/
	line-height: 1.6em;
	font-size: 14px;
}
#feature_1 ul {
	line-height: 1.2em;
	color: #339933;
}
#feature_1 li {
    margin: 5px;
	line-height: 2em;
	font-size: 12px;
}
#feature_2 ul {
	width: 185px;
	margin: 0 0 0 35px;
 	padding: 0;
	color: #339933;
}
#feature_2 li {
    margin: 0;
    padding: 10px 0 0 0;
	line-height: 1.1em;
	font-size: 12px;
}
#mainContent #discLok {
	margin: 0 0 0 15px;
	padding-top: 20px;
	width: 555px;
	color: #339933;
}
#mainContent #formWrap {
	margin: 0 0 20px 15px;
	padding-top: 20px;
	width: 550px;
	color: #339933;
}
#body_terms #mainContent h1 {
	font-size: 20px;
	margin: 0 15px 0 15px;
	padding: 30px 0 8px 0;
	color: #339933;
	/*border-bottom: 2px solid #339933;*/
}
#mainContent #termArea {
	margin: 0 20px 10px 30px;
	padding: 5px 0 10px 0;
	width: 650px;
	color: black;
	font-size: 12px;
}
#mainContent #termArea p {
	margin-left: 15px;
}
#productShot {
	border: #000000 1px solid;
	margin: 30px 30px 5px 30px;
}
#bbb {
	margin-top: 10px;
}
#concon {
	margin: 20px 0 0 20px;
}
/* -----------------Form Styling -------------------- */

#formWrap {	
	margin: 0 250px 20px 18px;
	padding: .2em;
	border: 1px solid #000000;
	background-color: #CCFFCC;
}
form#frmContact {
	width: 480px;
	margin: 0 auto;
}
fieldset {
	border: none;
	color: white;
	background-color: #339933;
	margin: .5em 0;
	padding: 1.3em;
}
legend {
	font-size: 1.1em;
	color: white;
	line-height: 1.9em;
	background-color: #339933;
	padding: 0.1em 0.6em;
	margin-left: .5em;
}
label {
	display: block;
}
span.text {
	font-size: .85em;
}
#formWrap p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.3;
	margin: 1em 0;
}
input.text {
	width: 275px;
}
input.submit {
	margin-top: 1em;
}
textarea {
	width: 400px;
}
label.check {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: .9em;
	display: inline;
}
p.required {
	position: relative;
}
span {

}
input.text:focus, textarea:focus {
	background-color: #ccffcc;
}
/* ---------------end Form Styling -------------------- */

/*
#feature_2 ul {
	color: #339933;
	padding: 25px 20px 0 20px;
	font-size: .90em;	
}
#feature_2 li {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
}
*/
.thrColFixHdr #mainContent { 
	margin: 0 0 0 166px;
	padding: 0;
	background: white;
}
#body_hom #mainContent {
	/*float: left;*/
	margin-left: 166px; 
	padding: 0;
	height: 533px;
}
#body_con #mainContent {
	padding-top: 20px;
}
#textPhoto1 {
	margin: 30px 30px 0 30px;
	background-image: url(../images/cover_no_disc.jpg);
	padding: 0 15px 0 250px;
}
#textPhoto2 {
	margin: 25px 30px 30px 30px;
	background-image: url(../images/sequence.jpg);
	padding: 0 15px 0 250px;
}
.textPhoto {
	background-repeat: no-repeat;
	background-position: left;
	height: 188px;
	font-size: .9em;
	line-height: 1.5em;
	border: 1px solid black;
}
.thrColFixHdr #footer {
	margin: 0;
	padding: 0;
	background:#339933;
	border-top: 2px solid black;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding: 10px 10px 10px 380px;
	text-align: left;
	color: white;
}
#termCond {
	margin: -40px 0 0 0;
	font-size: 12px;
}
#termCond a, #termCond a:visited {
	color: white;
	text-decoration: none;
}#termCond a:hover {
	color: #FFFF00;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:6pt;
color:#ffffff;
}
.footer1:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
size:6pt;
color:#F1FF00;
}

footnew
{
line-height:5px;
}
#ccIcons {
	float: left;
	display: block;
	width: 166px;
}