/* CSS Document */

body{
	margin:0;
	padding:0;
}
.hide{
	display:none;
}
/* ------------------------Header ------------------------- */
#header {
	height:113px;
}
#header #logo{
	background:url(http://www.isoldkwik.com/images/soldkwik_logo.gif) no-repeat;
	width:222px;
	height:113px;
	margin:0;
	padding:0;
}
#header #flashheader{
	position:absolute;
	top:0px;
	float:right;
	height:113px;
	margin:0px 0px 0px 222px;
	padding:0;
	right:0px;
}
#header #rightheader{
	position:absolute;
	top:0px;
	float:right;
	background-image: url(http://www.isoldkwik.com/images/top_header_rt.jpg);
	background-repeat: no-repeat;
	background-position: right;	
	height:113px;
	margin:0px 0px 0px 222px;
	padding:0;
	width:594px;
	right:0px;
	
}
/* ------------------------ Navigation ------------------------ */
#nav{
	background: url(http://www.isoldkwik.com/images/nav_bk.gif) repeat-x;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #E2D70C;
	margin:0;
	padding:9px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	height:30px;
}
/* ------------------------------- container --------------------------- */
#left_contain{
	background: url(http://www.isoldkwik.com/images/left_side_bk.jpg) repeat-y;
}
/* --------------------------- left column -----------------------  */
#lcol_bk{
	background: url(http://www.isoldkwik.com/images/left_side_bk_mini.jpg) repeat-y;
}
#lcol{
	float:left;
	margin:0;
	padding:5px 15px 5px 5px;
	width:210px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	position:relative;
	z-index:10
}
#lcol h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF00;
}
#lcol a:link, #lcol a:visited, #lcol a:active{
	text-decoration:underline;
	color:#FFFF00;
}
#lcol a:hover{
	text-decoration:underline;
	color:#000000;
}	
#lcol ul{
	margin:0px 0px 0px 20px;
	padding:0;
}
#lcol li{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}

/* ------------------------------ right column --------------------  */
#rcol{
	float:right;
	marging: 0px;
	padding:5px 5px 5px 10px;
	width:190px;
	border-left:thin solid #acacac;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color:#555555;
}
#rcol h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #088702;
	text-transform: capitalize;
	margin:0;
	padding:0;
}
#rcol a:link, #rcol a:visited, #rcol a:active{
	text-decoration:underline;
	color:#088702;
}
#rcol a:hover{
	text-decoration:underline;
	color:#000000;
}

/* ----------------------------  center column ------------------------- */
.number_header{
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #088702;
}

#ccol{
	margin:5px 0px 0px 222px;
	padding: 0px 15px 5px 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #555555;	
	position:relative;
	z-index:100;
}
#ccol h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #088702;
}
#ccol h2{
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	margin:-10px 0px 0px 0px;
	padding:0;
}
#ccol #repl{
	margin:0px 205px 0px 0px;

}
#ccol #repr{
	float:right;
	width:205px;
	margin:-5px 0px 0px 0px;
	padding:0;
}
#ccol a:link, #ccol a:visited, #ccol a:active{
	text-decoration:underline;
	color:#088702;
}
#ccol a:hover{
	text-decoration:underline;
	color:#000000;
}
#ccol #overview_wrap{
	width:540px;  
	margin: 0 auto;
}	
#ccol #overview_left1{
	margin:0px 260px 0px 0px;
	width:250px;
	border-right:solid thin #666666;
	
}
#ccol #overview_left2{
	margin:0px 260px 0px 0px;
	width:250px;
	border-right:solid thin #666666;
	
}
#ccol #overview_right1{
	float:right;
	margin:0px 0px 0px 0px;
	width:250px;
}
#ccol #overview_right2{
	float:right;
	margin:0px 0px 0px 0px;
	width:250px;
}

/* ----------------------------  center column 2 column ------------------------- */
#ccol2{
	margin:5px 200px 0px 222px;
	padding: 0px 15px 5px 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #555555;	
}
#ccol2 h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #088702;
}
#ccol2 h2{
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	margin:-10px 0px 0px 0px;
	padding:0;
}
#ccol2 a:link, #ccol a:visited, #ccol a:active{
	text-decoration:underline;
	color:#088702;
}
#ccol2 a:hover{
	text-decoration:underline;
	color:#000000;
}
#clear{
	clear:both;
}
/* ---------------------------- footer  ------------------------------- */
#footer{
	background: url(http://www.isoldkwik.com/images/footer_bk.gif) repeat-x;
	height:78px;
	width:100%;
}
#footer_right{
	background: url(http://www.isoldkwik.com/images/footer_right_bk.gif) right no-repeat;
	height:78px;

}
#footer_text{
	margin:0px 0px 0px 0px;
	padding-top:30px;
	text-align:center;
	color:#7d7d7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footer_text a:link, #footer_text a:visited, #footer_text a:active{
	text-decoration:underline;
	color:#088702;
}
#footer_text a:hover{
	text-decoration:underline;
	color:#000000;
}
.copyright{
	margin-top:5px;
	padding:0;
	
}
/* ---------------- Table Layout ------------- */
.tableheader{
	background-color: #088702;
	color:#FFFF00;
	text-align:center;
	font-weight:bold;
}

.isoldkwik_logo{
	display:none;
	}
.isoldkwik_link{
	display:block;
	width:100%;
	text-decoration:none;
	height:100%;
}