﻿/*
 --------------------------------
| HTML CSS Design By Webfoot.net |
| Http://www.webfoot.net	     |
|							     |
| Designer: Joe Noble		     |
| Date: May 21, 2008		     |
| ~All Rights Reserved~		     |
 --------------------------------

==========================
Main CSS Template Elements
==========================
*/
body{
	background:black url('images/bgStr.jpg') repeat-y left;
	text-align:center;
	font:8pt arial;
}

#mainContainer{
	width:748px;
	margin:0 auto;
	height:12px;
	color:white;
	text-align:right;
	font-weight:bold;
	line-height:12px;
}

#subcontainer{
	width:748px;
	background-color:#d0d1d5;
	border:1px solid #fecd0d;
	margin:0 auto;
	margin-top:5px;
}

#logoContainer{
	width:147px;
	height:100px;
	position:absolute;
	background-image:url('images/logo.jpg');
}

#flashContainer{
	background-image:url('images/flashBg.jpg');
	width:748px;
	height:246px;
}

#nav{
	height:23px;
	background-image:url('images/navBgStr.jpg');
	color:silver;
	line-height:23px;
	text-align:center;
}

#nav a:visited{
	color:white;
	font-weight:bold;
	text-decoration:none;
	margin:0px 2px 0px 2px;
}

#nav a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	margin:0px 2px 0px 2px;
}

#nav a:hover{
	text-decoration:underline;
}

#contentContainer{
	background:#295fda url('images/contentBgStr.jpg') repeat-x;
	height:100%;
}

#webfoot{
	width:748px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	color:white;
}

webfoot a:visited{
	color:white;
}

#webfoot a:hover{
	color:white;
}

#webfoot a{
	color:white;
}

#footer{
	width:748px;
	background-image:url('images/footerStr.jpg');
	height:12px;
	margin-top:5px;
}

h3{
	font:bold 24px arial;
	color:black;
	display:block;
	padding:2px;
	background-color:#EEEEEE;
	border:1px solid black;
	border-bottom-width:0px;
	margin-bottom:0px;
}

h2{
	font:bold 24px arial;
	color:black;
	display:block;
	padding:2px;
	background-color:#EEEEEE;
	border:1px solid black;
	border-bottom-width:0px;
	margin-bottom:0px;
}

h1{
	font:bold 24px arial;
	color:black;
	display:block;
	padding:2px;
	background-color:#EEEEEE;
	border:1px solid black;
	border-bottom-width:0px;
	margin-bottom:0px;
}

.hDesc{
	background-color:#EEEEEE;
	border:1px solid black;
	border-width:0px 1px 0px 1px;
	margin:0;
	padding:5px;
	font-weight:bold;
	font-size:11pt;
	color:blue;
}

.content{
	text-align:left;
	padding:5px;
	background-color:white;
	border:1px solid black;
	font-size:12pt;
}

#content{
	text-align:left;
	padding:5px;
	background-color:white;
	border:1px solid black;
	font-size:12pt;
}

#insLink{
	font:bold 10pt arial;
	text-decoration:none;
	color:white;
	padding:5px;
	background-color:navy;
	border:1px solid black;
	display:block;
	margin:0px 3px 0px 3px;
}

#insLink:hover{
	background-color:blue;
}

/*
==============================
End Main Css Template Elements
==============================


==================
Home Page Elements
==================
*/

.hmTable1 {
	border:none;
	width:226px
}

.hmTable2 {
	border:none;
	width:490px;
}

.homePageLeftBox{
	float:left;
	width:226px;
	margin:1px 0px 1px 0px;
}

.yellowBox{
	height:90px;
	background-image:url('images/productYellowInfoMid.png');
	width: 232px;
	font-weight:bold;
}

.homePageMainContent{
	background-color:#cfdbf6;
	border:1px solid #285eda;
	padding:5px;
	float:left;
	width:500px;
	margin:3px 0px 3px 0px;
}

.homePageContenBoxLeft{
	margin:0px 2px 0px 2px;
	background-color:white;
	border:1px solid gray;
	padding:4px;
}

.homePageContentBoxRight{
	margin:0px 2px 0px 2px;
	background-color:white;
	border:1px solid gray;
}

.homePageContenBoxBottom{
	padding:5px;
	border:1px solid gray;
	background-color:white;
	text-align:left;
	background-image:url('images/frtPageContent2Bg.jpg');
}
/*
======================
End Home Page Elements
======================
*/

.kitOpt{
	list-style:none;
	margin-top:0px;
	margin-bottom:15px;
	font-size:9pt;
}

.kitOpt form{
	margin:0;
	padding:0;
}

.kitName{
	list-style:none;
	margin-left:-20px;
	margin-bottom:0px;
	font-weight:bold;
	width:300px;
}

.kitName a:visited{
	text-decoration:none;
	color:black;
}

.kitName a:hover{
	text-decoration:none;
	color:black;
}

.kitName a{
	text-decoration:none;
	color:black;
}



.kitName2{
	list-style:none;
	font-weight:bold;
}

.kitName2 a:visited{
	text-decoration:none;
	color:black;
}

.kitName2 a:hover{
	text-decoration:none;
	color:black;
}

.kitName2 a{
	text-decoration:none;
	color:black;
}


.kitPrice{
	width:150px;
	position:absolute;
	margin-left:310px;
	margin-top:-20px;
	font:bold 9pt arial;
	color:red;
}
.kitPrice2{
	font:bold 9pt arial;
	color:red;
}

.kitDesc{
	list-style:none;
	margin-top:0px;
	margin-bottom:0px;
	font-size:9pt;
}

.kitDesc strong{
	color:#003300;
}
