
body { 
	font: 11px Verdana, Artial, Helvetica, sans-serif; 
	color: #555555; 
	font-style: normal; 
	font-weight: normal; 
	margin: 0px; 
	padding: 0px;
	background: #2A2A2A;
}

.generalDIV {
	width: 882px;
	margin: 0 auto;
	padding: 0;
}

div.headDIV {
	width: 100%;
	background: url(../images/topDIVBG.jpg) no-repeat center 95%;
}

div.logo {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 201px;
}

div.topBar {
	padding: 0px;
	width: 100%;
}

.topBarContent {
	width: 100%;
	height: 35px;
	background: url(../images/topBG.jpg) repeat-x 0 center;
}

div.topBarLinks {
	float: left;
	width: 73%;
	padding-left: 10px;	
}

div.topBarForm {
	float: right;
	width: 25%;
	margin-right: 0px;	
	padding-top: 8px;
}

div.topLinks {
	float: left;
	height: 25px;
	font-size: 16px;
	padding-top: 7px;
	margin-right: 20px;
}

div.topLinksHover {
	float: left;
	height: 25px;
	background: url(../images/linksLineHover.gif) repeat-x 0 bottom;
	font-size: 16px;
	padding-top: 7px;
	margin-right: 20px;
}

div.prodLinks {
	font: 12px tahoma;
	padding: 10px;
}

a.prodLinks, .prodLinks a:link, .prodLinks a:visited {
	font: 12px tahoma;
	text-decoration: underline;
	color: #A1371B;
}

a.topLinksHover, .topLinksHover a:link, .topLinksHover a:visited {
	font: 12px tahoma;
	text-decoration: none;
	font-weight: bold;
	color: #2A2A2A;
}

div.indexBody {
	
	width: 100%;
	height: 434px;
	position: relative;
	top: -20px;
}

div.bottomBar {
	background: url(../images/bottomDIVBG.jpg) no-repeat center 20px;
	width: 100%;
	height: 200px;
	position: relative;
	top: -5px;

	vertical-align: center;
	clear: both;
}

div.indexBody {
	width: 100%;
	margin-top: 20px;	
}

div.bottomBarLeft {
	float: left;
	width: 53%;
}

div.bottomBarRight {
	float: right;
	width: 46%;
}

.bottomBarContent {
	width: 100%;
	height: 35px;
	background: url(../images/bottomBG.jpg) repeat-x 0 center;
}

div.indexBodyText {
	float: right;
	width: 45%;
	padding-left: 20px;
}

div.indexContent {
	float: left;
	width: 300px;
	position: relative;
	top: 340px;
	left: 20px;	
}

td {
	padding: 3px;	
}

.footLink {
	margin-right: 20px;
}
a.footLink, a.footLink:link, a.footLink:visited, a.footLink:hover, a.footLink:active {
	color: #685248;
}

h1 {
 	font: 24px Georgia; 
	color: #7c1d1d;
	margin-bottom: 0px;
}

h2 {
 	font: 16px Georgia;  
	color: #7c1d1d;
	margin-bottom: 0px;
	font-weight: bold;
}

h3, .articleheat { 
 	font-size: 14px; 
	color: #685248;
}

h4 {
 	font-size: 13px; 
	color: #4F4F4F;
}

form {
 	margin: 0px; 
	padding: 0px;
}

ul {
 	margin: 4px; 
	padding: 4px; 
	list-style: decimal inside; 
	text-align: left;
}

li {
 	margin-left: 2px; 
	list-style: round inside; 
	color: #000; 
	background-color: transparent; 
}

b, strong { 
	font-weight: bold; 
	color: #685248; 
}

img { 
	border: 0px; 
}

small { 
	font-size: 11px; 
}

p {
	margin: 0; 
	padding: 0;
}

a { 
 	color: #383838; 
	text-decoration: underline;
}

a:link, a:visited { 
 	text-decoration: underline; 
	color: #383838;
}

a:hover, a:active { 
 	text-decoration: underline; 
	color: #7c1d1d;
}

.dropmenuDIV {
	position: absolute;
	top: 0px;
	font-size: 11px;
	font-weight: normal;
	z-index:100;
	width: 130px;
	visibility: hidden;
	border: 1px solid #9E9C9C;
	background: url(../images/semiTrans.png);
	behavior: url('css/iepngfix.htc');
}

.dropmenuDIV a {
	width: 100%;
	display: block;
	padding: 3px 0;
	text-decoration: underline;
	padding-left: 10px;
	color: #FFF;
}

.dropmenuDIV a:hover {
	color: #FEF759;
	text-decoration: underline;
}

div.menuHeader {
	width: 210px;
	height:	12px;
}

div.menuBody {
	width: 210px;
}

div.menuFooter {
	width: 210px;
	height:	8px;
	margin-bottom: 5px;
}

.input {
	border: 1px solid #b8b8b8;
	background: #FFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
}

.indexInput {
	border: 1px solid #322C26;
	background: transparent;
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
	margin: 2px;
	color: #736F6D;
}

div.siteMenu {
	float: left;
	width: 214px;	
}

.siteWithMenu {
	float: right;
	width: 650px;

}

.siteWithoutMenu {
	width: 100%;	
	height: 100%;
}

.sitewithMenuTop {
	width: 668px;
	height: 8px;
}

.sitewithMenuContent {
	width: 668px;
	height: 100%;
}

.sitewithMenuBottom {
	width: 668px;
	height: 9px;
	margin-bottom: 5px;
}

.sitewithoutMenuTop {
	width: 100%;
	height: 8px;
}

.sitewithoutMenuContent {
	width: 100%;
	height: 100%;
}

.sitewithoutMenuBottom {
	width: 100%;
	height: 9px;
}

a.niceLink, .niceLink a:link, .niceLink a:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #1975c4;
}

.headTitle {
 	font: 16px Verdana, Arial, Helvetica, sans-serif;
 	color: #A3936C;
 	font-weight: bold;
}
