html, * {
	margin:0px;
	padding:0px;
}

body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color:black;
	background:url(images/bodyBackground.jpg) top left repeat-x;
	padding-bottom:10px;
}

img {border: none;}

a {
	text-decoration: none;
	color:#ff8a36;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#containerWrapper {
	margin: 0px auto;
	width:1024px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
   }
	
/**** Header ****/
#header {
	width:1024px;
	height:298px;
	background:url(images/headerBackground.jpg) top left no-repeat;
}

.logo {margin-left:25px;}

.learnMoreButton { 
	margin-left:390px;
	margin-bottom:-12px;	
	}

/*** Main Nav ****/
#mainNav {
	margin-top:110px;
}
		
#mainNav li {
	list-style-type:none;
	float:left;
	background:url(images/navBackground.jpg) bottom left repeat-x;
	margin:2px 5px;
	padding:3px 17px;
	font-size:1.2em;
}
	
#mainNav a {color:#fff;padding:5px;}
#mainNav a:hover {text-decoration:none;}
#mainNav li:hover {
	text-decoration:none; 
	color:#fdc886;
	background:url(images/navBackgroundHover.jpg) top left repeat-x;
}



#leftColumnContent {
	float:left;
	width:755px;
	margin-right:8px;
	padding-left:15px;	
}

/**** Content: welcome ****/
	
#welcome {
	width:742px;
	margin-bottom:20px;
	
}
#welcome p {width:465px; float:left;}
#welcome img {float:right; margin-top:20px;}

/**** Content: Featured Products ****/

.featuredProduct {
	width:auto;
	margin:30px 0px;
	clear:both;
	font-size:1em;
}
.featuredProduct ul {float:left;}
.featuredProduct ul li {
	width:180px;
	list-style-type:none;
}
.featuredProduct ul li.imageCaption	{padding-left:18px;}
.featuredProduct div {
	width:520px; 
	margin-left:15px;
	float:left !important;
	float:right; /* used to fix IE6*/
}	
.featuredProduct h1 {
	border-bottom:1px solid #9dabaf;
	color:#093542;
	text-transform:uppercase;
}
.featuredProduct h1 span {
	font-size:.75em;}

.learnMoreLink {margin:10px 0px;}
.learnMoreLink a {
	margin:0px;
	padding:3px 0px 8px 20px;
	float:left;
	background:url(images/plusIcon.png) 1px 4px no-repeat;
}

/**** Sidebar ****/
#rightColumnContent {
	float:right;
	width:228px;
	}
.sidebarContainer {
	background:#efefef url(images/sidebarHeaderBackground.jpg) top left repeat-x;
	border:1px solid #7299a0;
	margin-bottom:30px;
	margin-top:20px;
	padding:0px 0px 5px 8px;
}

.sidebarContainer h2 {
	font-family: Arial;
	color:#fff;
	font-size:1.1em;
	padding:6px 0px 20px 8px;
	margin-left:-8px;
	
}
/**** Sidebar: Log In ****/
#rightColumnContent .loginHeader a {
	float:right; 
	margin-top:-35px; 
	color:#2d4e58; 
	padding-right:8px;
}	

.logIn label {
	float:left;
	text-align:right;
	color:#798589;
	font-weight:bold;
	padding-top:4px;
}

.logIn input {
	float:left;
	margin:3px 8px 5px 5px;
	width:120px;
}

input#loginSubmit {
	width:80px;
	background: url(images/submitBackground.jpg) top left repeat-x;
	border:0px;
	color:#fff;
	font-weight:bold;
	padding:0px 5px 2px 5px;
	float:right;
	margin-right:20px;
	}

#loginSubmit:hover {cursor:pointer;}

#rightColumnContent .submitLogin a {
	color:#aaa;
	font-size:.9em;
	float:left;
	margin-top:5px;
}

/**** Sidebar: QuickLinks ****/
.quickLinks ul {margin-bottom:20px;}
.quickLinks ul li{
	list-style-type:none;
	padding:3px 0px 3px 15px;
	background:url(images/quickLinkArrow.png) 5px 8px no-repeat !important;
	background:url(images/quickLinkArrow.gif) 5px 8px no-repeat;
}
.quickLinks ul li a {
	color:#2d4e58;
	font-weight:normal;
	
}

/**** KIT Features ****/
.kitFeatures ul {
		border:1px solid black;
}

.kitFeatures li {
	list-style-type:none;
	background-image:url(images/rssBlogIcons.jpg); 
	background-position: top left;
	background-repeat: no-repeat;
	padding:5px 0px 50px 0px;
	margin-left:8px;
	font-size:1.2em;
}

.kitFeatures li.blog {
	background-position:0px -75px;
	background-repeat:no-repeat;
	}
.kitFeatures li a {padding:5px 0px 20px 50px;}

.kitFeatures li a span {
	color:#6a6f71;
}

/**** Footer ****/

#footer {
	display:block;
	background:#ff833b;
	width:auto;
	height:57px;
	color:#fff;
	text-align:center;
	padding:8px;
}

#footer p {margin-bottom:5px;}

#footer a {
	color:#fff;
	padding:6px 10px 20px 10px;
	}		
