body{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3f484e;
	background:#eeebe4;
}
input{
	font-family:Arial, Helvetica, sans-serif;
}

#logo a{
	display:block;
	height:100px;
	background:url(images/logo.png) 0 0 no-repeat;
}
	#logo a span{
		display:none;
	}

#header .menu{
	font-size:14px;
	float:left;
}
	#header li{
		height:20px;
		line-height:20px;
		float:left;
		margin:0 10px;
	}
		#header .menu a{
			font-weight:bold;
			text-decoration:none;
			color:#28343b;
		}
			#header .menu a:hover{
				color:#013278;
			}
#header .elements{
	float:right;
}
	#header .search{
		width:200px;
		background:url(images/header-search-bg.gif) right top no-repeat;
	}
		#header .textbox{
			border-width:0px;
			padding:0;
			margin:4px 0 0 30px;
			width:160px;
			height:14px;
			color:#b6b4ae;
			font-size:11px;
			background-color:transparent;
		}
	#header .subscribe{
		background:url(images/mini-rss-icon.gif) left center no-repeat;
		padding:0 0 0 20px;
	}
		#header .subscribe a{
			font-weight:bold;
			text-decoration:none;
			color:#e96200;
			font-size:14px;
		}
			#header .subscribe a:hover{
				color:black;
			}

.box-head{
	height:40px;
	padding:0 5px 0 0;
	background:url(images/box-heads.png) 100% 0 no-repeat;
}
.box-head.dark{background-position: 100% -40px}
.box-head.red{background-position: 100% -80px}
.box-head.blue{background-position: 100% -120px}
	.box-head h2{
		height:40px;
		line-height:40px;
		font-size:15px;
		color:white;
		font-weight:bold;
		background:url(images/box-heads.png) 0 0 no-repeat;
	}
	.box-head.dark h2{background-position: 0 -40px}
	.box-head.red h2{background-position: 0 -80px}
	.box-head.blue h2{background-position: 0 -120px}
		.box-head h2 span{
			padding:0 0 0 10px;
		}

.box-body{
	font-size:12px;
	padding:10px 0;
	background:url(images/box-body.png) 0 1px repeat-x;
}
	#latest-in .box-body{
		padding-bottom:0;
		font-size:11px;
	}
.sub.box-body{border-top:solid 2px #e7e6e4}
.ad.box-body{padding:1px 0}
.meta.box-body{
	border-top:solid 2px #e7e6e4;
	border-bottom:solid 2px #e7e6e4;
	margin-bottom:20px;
	padding-bottom:20px;
}
	.box-body h3{
		padding:0 10px 10px 10px;
		font-size:18px;
		color:#003366;
	}
		#latest-in .box-body h3{
			padding:0 0 0 10px;
		}
		.box-body h3 a{
			color:#003366;
			text-decoration:none;
		}
		.box-body h3 a:hover{
			color:black;
		}
	.box-body p{
		padding:.5em 10px;
	}
	.box-body .left-image{
		float:left;
		margin:0 10px 0 0;
		padding:3px;
		border:solid 1px #c3c2be;
	}
	.box-body .right-image{
		float:right;
		margin:0 0 0 10px;
		padding:3px;
		border:solid 1px #c3c2be;
	}
	.box-body a{
		color:#01429e;
		text-decoration:underline;
	}
		.box-body a:hover{
			color:black;
		}
	.box-body .meta{
		padding:0 0 10px 10px;
		color:#66727a;
		text-indent:0;
	}
		#latest-in .box-body .meta{
			padding:0 0 0 10px;
		}
	.box-body .foot{
		height:20px;
	}
	#latest-in .box-body .foot{
		padding:0;
	}
		.box-body .foot a{
			float:right;
			display:block;
			height:17px;
		}
			.box-body .foot a span{
				display:none;
			}
		.box-body .read-more{
			width:80px;
			background:url(buttons/read-more.gif) 0 0 no-repeat;
		}
			.box-body .read-more:hover{
				background-position:0 -17px;
			}

.box-body .excerpts,
.box-body .st-related-posts{
	padding:0 10px;
}
	.box-body .excerpts li,
	.box-body .st-related-posts li{
		padding:4px;
		border-bottom:solid 1px #cfceca;
	}
		.box-body .excerpts li img,
		.box-body .st-related-posts li img{
			vertical-align:top;
		}
		.box-body .excerpts li a{
			color:#3f484e;
			text-decoration:none;
		}
		.box-body .st-related-posts a{
			text-decoration:none;
			font-weight:bold;
		}
			.box-body .excerpts li a:hover,
			.box-body .st-related-posts a:hover{
				color:#013278;
				text-decoration:underline;
			}
		.box-body .excerpts li small{
			display:block;
			font-size:10px;
			color:#66727a;
		}
		.box-body .st-related-posts li small{
			display:block;
			font-size:11px;
			color:#66727a;
			padding:2px 0 5px 0;
		}
			.box-body .excerpts li small a,
			.box-body .st-related-posts li small a{
				font-size:11px;
				color:#013278;
				text-decoration:underline;
			}
				.box-body .excerpts li small a:hover,
				.box-body .st-related-posts li small a:hover{
					color:black;
				}

.prev-next{
	height:17px;
	padding:20px 0;
}
	.prev-next span{
		display:none;
	}
	.prev-next a{
		display:block;
		height:17px;
		width:65px;
	}
	.prev-next .prev a{
		float:left;
		background:url(buttons/previous.gif) 0 0 no-repeat;
	}
		.prev-next .prev a:hover{
			background-position:0 -17px;
		}
	.prev-next .next a{
		float:right;
		background:url(buttons/next.gif) 0 0 no-repeat;
	}
		.prev-next .next a:hover{
			background-position:0 -17px;
		}

.comment{
	min-height:100px;
}
	.comment cite{
		padding:0 10px 10px 10px;
		font-size:15px;
		font-weight:bold;
	}
		.comment cite a{
			color:#003366;
			text-decoration:none;
		}
	.comment small{
		display:block;
		padding:0 0 0 10px;
		color:#66727A;
	}
	#respond p{
		padding:5px 0 0 10px;
	}
	#respond em{
		font-size:10px;
		font-style:italic;
		color:#66727A;
	}
	#respond .textbox{
		width:200px;
		padding:3px 5px;
		border:solid 1px #A7A6AA;
	}
	#respond textarea{
		width:400px;
		height:150px;
	}
	
.sidebar .box-body ul{
	padding:0 10px;
}
	.sidebar .box-body ul li{
		border-bottom:solid 1px #cfceca;
	}
		.sidebar .box-body ul li a{
			display:block;
			padding:5px;
			font-size:13px;
			color:#013278;
			text-decoration:none;
		}
			.sidebar .box-body ul li a:hover{
				padding-left:23px;
				background:url(images/nav-li-bullet.gif) 5px 6px no-repeat;
			}

#footer{
	color:#8b8f8f;
}
	#header a{
		font-weight:bold;
		color:#28343b;
	}
		#header a:hover{
			color:#013278;
		}

.dropshadow{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	margin: 0px 0px -3px 0px;
	margin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}




.oneforthcolumn {float:left; width:20%;height:200px;margin:0px;}
.oneforth2column {float:left; width:25%;height:200px;margin:0px;}
.showsubcatcolumn {padding-left:18px;height:20px;float:left; width:20%;background:url(images/nav-li-bullet.gif) no-repeat;}
.offerdetail {width:100%;padding-left:18px;}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3f484e;

	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;

	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	color: #4a5f82;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #777;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #777;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #333;
	background-color: #FFFFFF;
}

.productBlock {
	BORDER-RIGHT: #c0c0c0 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #c0c0c0 1px solid; DISPLAY: block; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; BORDER-LEFT: #c0c0c0 1px solid; PADDING-TOP: 4px; BORDER-BOTTOM: #c0c0c0 1px solid; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.productBlock .name {
    MARGIN: 0px; OVERFLOW: hidden; BORDER-TOP-STYLE: none; LINE-HEIGHT: 12px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 62px; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none
}
.productBlock .thumbHolder {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: middle; WIDTH: 100%; PADDING-TOP: 0px; HEIGHT: 130px
}
.productBlock .thumbHolder TD {
	TEXT-ALIGN: center;BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: 0px
}
.productBlock .thumbImg {
	TEXT-ALIGN: center;VERTICAL-ALIGN: middle;
}

.featuredProducts .item {
	DISPLAY: block; FLOAT: left; MARGIN-BOTTOM: 12px; WIDTH: 130px; HEIGHT: 200px;MARGIN-RIGHT: 12px
}

.clear{
border: 0px; 
margin:0px; 
padding:0px; 
clear:both;
overflow:hidden;
}