/* global styles */
* {
	padding:0;
	margin:0;
}
body {
	background:#BAD5F3 url(images/bg_body.gif) 50% 0 repeat;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#41251A;
}
a {
	color:#41251A;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
form, input {
	padding:0;
	margin:0;
}
h1 {
	font-size:36px;
	padding-bottom:10px;
}
h2 {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	background:url(images/bg_headers.jpg) 0 0 repeat-x;
	text-indent:10px;
	color:#FFF;
	font-size:18px;
	margin:0;
	padding:0;
	text-align:left;
}
#wrapper {
	width:980px;
	margin:0 auto;
}
/* header styles */
#header {
	width:100%;
	height:208px;
	display:block;
	background:url(images/bg_header.gif) 0 0 no-repeat;
	position:relative;
	margin:0 0 10px 0;
}
ul, li {
	padding:0;
	margin:0;
	list-style:none;
}
#topNavBar {
	display:block;
	height:22px;
	width:756px;
	line-height:22px;
	border:1px solid #78ADD6;
	background: url(images/bg_topNav.jpg) 0 0 repeat-x;
	position:absolute;
	left:0;
	bottom:3px;
}
#topNav li {
	float:left;
}
#topNav li a {
	color:#FFF;
	float:left;
	display:block;
	height:22px;
	line-height:22px;
	padding:0 10px;
	font-weight:bold;
	font-size:14px;
}
#topNav li a:hover {
	background-image:url(images/bg_topNav_hover.jpg);
	text-decoration:none;
}
#searchField {
	background:url(images/bg_search.gif) 100% 0 no-repeat;
	border:none;
	height:20px;
	line-height:20px;
	width:162px;
	display:block;
	text-indent:26px;
	padding:2px 0 0 0;
	margin:1px 4px 0 0;
	float:right;
}
/* left nav styles */
#leftColumn {
	float:left;
	background:#DFEBF9;
	width:218px;
	border:1px solid #78ADD6;
	margin:0;
}
ul#leftNav {
	margin:14px 0 0 0;
}
#leftNav li a {
	width:210px;
	border-top:1px solid #FAFCFE;
	border-bottom:1px solid #B6D0F1;
	height:24px;
	line-height:24px;
	display:block;
	text-indent:8px;
	font-weight:bold;
	font-size:14px;
	margin:4px;
}
#leftNav li a:hover {
	background-image:url(images/bg_leftNav_hover.jpg);
	color:#FFF;
	border-top:1px solid #4D7EA6;
	text-decoration:none;
}
/* content styles */
#content {
	float:left;
	margin:0 0 0 15px;
	width:500px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

/* featured product styles */
#featured {
	float:right;
	background:#DFEBF9;
	width:216px;
	border:1px solid #78ADD6;
	margin:0;
	text-align:center;
	font-size:14px;
}
#featured a img {
	margin:10px auto 5px auto;
	border:1px solid #78ADD6;
}
#featured a:hover img {
	border:1px solid #432819;
}
#featuredPadding {
	padding:6px;
}
/* footer sytles */
#footer {
	width:100%;
	border-top:1px solid #78ADD6;
	padding:10px 0;
	margin:10px 0;
	text-align:right;
	font-style: italic;
	font-size:12px;
}
/* page specific styles */

body#home #content ul {
	padding:20px;
	list-style:disc;
}
body#home #content li {
	list-style:disc;
	padding:2px;
}