* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	border: none;
}
body, html {
	width: 100%; 
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	color: #333;
	text-align: center;
}
body {
	background: #fff url(../images/topbar-bg.png) repeat-x center top;
}
#tkcanvas {
	width: 100%;
	height: 100%;
}
#tkbody {
	width: 1000px;
    margin: 0 auto;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;    
}
/* @group Header */
div#tkheader {
	width: 100%;
	height: 167px;
}
table.headtable {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}
table.logintable {
	width: 200px;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	border-collapse: collapse;
}
table.logintable td {
	padding: 0;
}

table.headtable td.celllogo {
	width: 229px;
}

table.headtable td.celllogo img {
	border: none;
	width: 229px;
}

table.headtable td.celllogin {
	width: 795px;
	text-align: right;
	vertical-align: top;
}

table.logintable td.loginlabel {
	width: 93px;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}
table.logintable td.loginbox {
	width: 100px;
	text-align: right;
}
table.logintable td.loginbox div {
	width: 127px;
	height: 25px;
	float: right;
	text-align: center;
}
table.logintable td.loginbox div.log {
	background: url(../image/loginbox.png) no-repeat;
}
table.logintable td.loginbox div.pwd {
	background: url(../image/loginbox2.png) no-repeat;
}
table.logintable td.loginbox div input {
	width: 100px;
	border: none;
	margin-top: 4px;
	background-color: #f9f9f9;
}
table.logintable td.reglink {
	padding-top: 5px;
}
table.logintable td.reglink a {
	color: #ff7f7f;
}
/* @end */

/* @group Menu */

div#tkmenu {
	width: 1024px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 11px;
}
div#tkmenu table.menutab {
	border-collapse: collapse;
	margin: 0 auto;
}
div#tkmenu table.menutab tbody.td {
	line-height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}
div#tkmenu, div#tkmenu a {
	color: #b3b3b3;
	letter-spacing: 1px;
	text-decoration: none;
}
div#tkmenu a:hover {
	color: #fff;
}
div.srchbox {
	width: 107px;
	height: 35px;
	text-align: center;
	background: url(../image/searchbox.png) no-repeat center center;
}
.srchbox input {
	border: 0;
	width: 85px;
	height: 16px;
	margin-top: 9px;
	background-color: #f9f9f9;
}

div#tkmenu img {
	vertical-align: bottom;
}
.srchbtn {
	padding-top: 2px;
}

/* @end */

/* @group Body */

div#tkcontentbox {
	width: 1000px;
	color: #333;
}
div#txsubcontent {
	width: 190px;
	float: left;
	padding-top: 20px;
	margin: 0;
}
div#tkcontent {
	width: 780px;
	float: right;
	padding: 20px 10px;
	font-size: 18px;
}
.cleardiv {
	clear: both;
}
/* @end */

/* @group Footer */
.push {
	height: 70px;
}
div#tkfooter {
	height: 80px;
	color: #fff;
/*
	background: url(../images/bottombar-bg.png) repeat-x 0 bottom;
*/
}
.footertext {
	width: 980px;
	margin: 0 auto;
	line-height: 60px;
	padding-top: 20px;
	font-size: 12px;
	color: #7f7f7f;
	letter-spacing: 1px;
}
/* @end */

/* @group Home Content */
table.prodtable {
	margin: 0 auto;
	margin-top: 10px;
}
table.prodtable td {
	padding: 10px 25px 0px;
	vertical-align: top;
	text-align: center;
}
table.prodtable td img {
	margin: 0 auto;
}
/* @end */

.product-image-panel{
	width: 600px;
	padding-top: 60px;
}
.product-image{
	vertical-align: top;
}

.product-description{
	vertical-align: top;
}
.checkout-button{
    text-align: center;
}

.input-text { 
 font: 11px courier, monospace;  
 background-color: #F6D4D4; 
 color: #102132; 
 border: 1px solid #D63A3A; 
 margin-right: 0px;
}

.button { 
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   font-style:italic;
   color:#333333;
   background-color:#F6D4D4;
   border-style:ridge;
   border-color:#FF0033;
   border-width:1px;
}


.label-column{
	text-align: right;
	width: 30%;
}
.input-column{
	text-align: left;
	width: 30%;
}
.message-column{
	text-align: left;
	width: 40%;
}

.combo-box {
	cursor:pointer; 
}
.smallComboBox{ 
 width: 200px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}

.home-model{
	vertical-align: top;
}
.home-model-panel{
	border:none;
	background:transparent;
}
.accordion {
background-color: #900000;
color: #333;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 16px;
background-image: url(images/gradientA.png.jsf.png);
position: relative;
padding: 14px;
background-repeat: repeat-x;
border-width: 1px;
border-color: #C0C0C0;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* nav menu styles */
#nav { 
  display: block; 
  width: 280px; 
  margin: 0 auto; 
  -webkit-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
  -moz-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
  box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
}

#nav li { }

#nav > li > a { 
  display: block; 
  font-size: 1.3em;
  color: #d4d4d4;
  text-decoration: none;
  background-image: url(../images/gradientA.png.jsf.png);
  background-color: #900000;
  background-color: #900000;
color: #333;
border: none;
text-align: left;
outline: none;
font-size: 16px;
background-image: url(../images/gradientA.png.jsf.png);
position: relative;
padding: 14px;
background-repeat: repeat-x;
border-width: 1px;
border-color: #C0C0C0;
}
/*
#nav > li > a:hover, #nav > li > a.open { 
  background-image: url(images/gradientA.png.jsf.png);
}
*/

#nav li ul { display: none; background: #f5f5f5;; }

#nav li ul li a { 
  display: block; 
}
	
