html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font:12px  Arial, Helvetica, sans-serif ;
	background:#406eb2 url(images/bg.jpg) repeat-y;
	background-position:center;
	}

#maintable {
	margin:auto;
	width:960px;
	min-height:571px;
	height:auto !important;
	height:383px;
}

#wrap {
	margin:auto;
	width:926px;
	height:100%;

}

#topnav {
	margin:auto;
	width:928px;
	height:20px;
	background:#FFF;
}

#header {
	margin:auto;
	background:url(images/header_bg.jpg) #FFF ;
	height:137px;
	width:928px;
}

.kit {
	float:left;
	z-index:1000;
}

.kcs {
	float:right;
	padding-right:75px;
}

.nav {
	padding-top:110px;
	display:block;
}

/*#nav {
	margin:4px;
}*/

#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font: 11px arial;
	color: #FFF;
	text-decoration: none;
}

/*#nav a:hover {
	color:#000;
}*/

#nav li li a {
	display: block;
	color: #FFF;
	padding: 6px 10px;
}

#nav li li a:hover {
	padding: 6px 5px;
	border-left: 4px solid #5bb61e;
	border-right: 4px solid #5bb61e;
	color:#000;
}

li {
	float: left;
	position: relative;
	width:92px;
	text-align: center;
	cursor: default;
	background-color: #3e6093;
}

li ul {
	display: none;
	position:absolute;
	top:15px;
	left:-25px;
	padding:0;
	border:2px solid #FFF;
	z-index:0;
}

li>ul {
	top: auto;
	left: -25px;
}

li li {
	width:140px;
	background-color: #5275aa;
	border-bottom: 1px solid #cfdbec;
}

li:hover ul, li.over ul {
	display: block;
}

#left {
	width:200px;
	float:left;
	padding:5px;
}

#right {
	width:200px;
	float:right;
	padding:5px;
}

#main {
	width:480px;
	min-height:650px;
	height:auto !important;
	height:620px;
	float:left;
	padding:10px;
	color:#000;
	line-height:20px;
	font-weight:100;
	}

#main a, #main a:visited, #trailer_wrap a, #trailer_wrap a:visited, #left a, #left a:visited {
	color:#54af17;
	text-decoration:none;
}

#main a:hover, #trailer_wrap a:hover, #left a:hover {
	color:#000;
}

#main h1 {
	font-size:14px;
	font-style:italic;
}

/*#main ul, #main li {
	display:inline;
	list-style:none;
	float:none;
	width:100%;
	background:transparent;
	text-align:left;
	}*/

#test_wrap {
	/*background:#bfcde2;*/
	font: italic 11px arial;
	padding:5px; 
	/*border:1px solid #003399;*/
	width:188px;
}

#test_wrap p {
	line-height:15px;
}

#test_wrap a, #test_wrap:visited {
	text-decoration:none;
	color:#003399;
}

#test_wrap a:hover {
	color:#000;
}

#trailer_wrap {
	text-align:center;
	background:#bfcde2;
	padding:5px; 
	border:1px solid #003399;
}

#news a, #news a:visited, #buy a, #buy a:visited, #calc a, #calc a:visited{
	display:block;
	margin-top:10px;
	width:145px;
	height:28px;
	padding:12px 0 0 55px;
	font:bold 14px Arial;
	text-decoration:none;
	color:#FFF;
}

#test a, #test a:visited {
	display:block;
	margin-top:10px;
	width:200px;
	height:28px;
	padding:12px;
	font:bold 14px Arial;
	text-decoration:none;
	color:#FFF;
}

   
#news a, #news a:visited {
	background: url("images/newsbg.jpg") no-repeat;
}

#buy a, #buy a:visited {
	background: url("images/buybg.jpg") no-repeat;
}

#calc a, #calc a:visited {
	background: url("images/calculatorbg.jpg") no-repeat;
}

#test a, #test a:visited {
	background: url("images/blankbg.jpg") no-repeat;
}
   
#news a:hover, #buy a:hover, #calc a:hover, #test a:hover{
   color:#000;
}

#footer {
	width:960px;
	margin:auto;
	background:url(images/footer_bg.jpg) repeat-y;
	font:10px Arial, Helvetica, sans-serif;
	color:#203f6d;
	clear:both;
}

#footer_text {
	padding: 0 20px 0 20px;
}

/********MISC********/

.divide {
	border-top:1px dashed #3e6093;
	margin:0;
	padding:0;
}

.adobe {
	background-image:url(http://www.keepcanadaslim.com/images/pdf.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:5px;
}

.small {
	font:11px;
}

.location {
	border:1px solid #3e6093;
	font:12px Arial;
	background:#f4f7fb;
}

input.btn {
	color:#fff;
	border:1px solid #fff;
	background-color:#3e6093;
}

#consult p {
	margin:0;
	padding:0;
	border-bottom:1px solid #3e6093;
	line-height:22px;
}