body a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000;
	border-style: hidden;
	border-width: 0;
}

body a:hover{
	text-decoration: none;
}


/* @group Header Sizes */


h1 {
	font-size: 2em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.3em;
}

h3 {
	font-size: 1.7em;
	line-height: 1.3em;
}

h4{
	font-size: 1.6em;
	line-height: 1.2em;
}

h5{
	font-size: 1.5em;
	line-height: 1.2em;
}

h6{
	font-size: 1.3em;
	line-height: 1.2em;
}

/* @end */

#mainContent a{
	color: #832412;
	border-bottom: 1px solid #a49e85;
	text-decoration: none;
}

#mainContent a:hover{
	background-color: #ebe8d7;
	color: #000;
}

.headingtitle{
	color: #862012;
	text-transform: uppercase;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font: normal 1.2em/1.2em Geneva, sans-serif;
}

div.articledate{
	background: url(../images/article_date_bg.jpg) no-repeat;
	color: #fff;
	height: 17px;
	padding-left: 28px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-family: Georgia,  serif;
}

#mainContent div.viewmore{
	text-align: right;
	color: #999686;
	font-size: .8125em;
	border-right: 3px solid #999686;
	padding-right: 5px;
}

#mainContent div.viewmore a{
	text-align: right;
	text-decoration: none;
	color: #802314;
	text-transform: uppercase;
	font:  Geneva, Arial, Helvetica;
	border-bottom-style: none;
}

#mainContent div.viewmore a:hover{
	background-color: #ebe8d7;
}



/* @group article pages list */
#mainContent ul#articleList{
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;

}

#mainContent ul#articleList li{
	margin-bottom: 15px;
	border-bottom: 1px dotted #a49e85;
	padding-bottom: 10px;
}

#mainContent ul#articleList li p{
	padding: 0;
	margin: 0;
}

#mainContent ul#articleList li p.tTitle{
	font: bold 1.2em Georgia, serif;
}

#mainContent ul#articleList li p.tTitle a{
	font-weight: bold;
	color: #303030;
	text-decoration: none;
	border-bottom-style: none;
}
#mainContent ul#articleList li p.tTitle a:hover{
	text-decoration: none;
	border-bottom: 1px solid #a49e85;
}
#mainContent ul#articleList li p.tDate{
	color: #822311;
	font-family: Georgia, Times, serif;
}
#mainContent ul#articleList li p.tBy{
	color: #7e7a66;
	font-size: .9em;
}

#mainContent ul#articleList li p.tSummary{
	font-size: .9em;
}

/* @end */

.layout #footer #footer_content  p.sov{
	color: #bce2fe;
	font: .9em Geneva, Arial, Helvetica;
}

.layout #footer #footer_content p.sov a{
	color: #fff;
	text-decoration: none;
}

.layout #footer #footer_content p.sov a:hover{
	text-decoration: underline;
}

/* @group Products */

.products p.price{
	color: #000;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
}
.products .item{
	border-bottom: 1px solid #cfcab9;
	margin-bottom: 10px;
}
p#prodImage{
	margin-right: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
}

#mainContent ul.products{
	padding: 0;
	margin: 0;
	border-bottom-style: none;
	list-style-type: none;
}

#mainContent ul.products li{

	height: 200px;
	width: 110px;
	margin: auto;
	float: left;
}

/* @end */

#mainContent p a.thickbox{
	border-style: none;
}