body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	background-color: #7C4300;
	float: left;
}
a {
	cursor: pointer;
	outline: none;
}
div.center {
	width: 910px;
	margin: 0px auto;
}
.header {
	background-color: #fff;
			border-bottom:5px solid #BAA518;
	position: relative;
	float: left;
	width: 100%;
}
.header div.center {
	height: 130px;
	position: relative;
}
.header .logo {
	position: absolute;
	top: 20px;
}
.root a {
/*	float: left;
	width: 90px;
	height: 23px;
	margin-left: 1px;*/
	height: 30px;
	text-decoration: none;
	line-height: 23px;
	text-indent: 5px;
	font-size: 10px;
	color: #fff;
	background-color:#BAA518;
	position: relative;
	padding: 10px 10px 5px 10px;
}

.root a:hover{
	color:#000;
}


 .tab-top-left{
height:10px;
position:absolute;
top:0;
width:10px;
left:0;
background-image:url(/int/navs/left.jpg);
background-repeat:no-repeat;

}

.tab-top-right{
height:10px;
position:absolute;
top:0;
width:10px;
background-repeat:no-repeat;
right:0;
background-image:url(/int/navs/right.jpg);
background-position:right;

}
.trident4 .tab-top-left{
display:none;

}

.trident4 .tab-top-right{
display:none;



}

.nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10000;

}
.nav div.submenu {
	margin-left: -1px;
	margin-top: -1px;
	float: left;
	clear: left;
	width: 150px;
	padding: 0px 0px 10px 0px;
}
.submenu a {
	float: left;
	width: 250px;
	height: 16px;
	line-height: 16px;
	text-indent: 16px;
	font-size: 9px;
	color: #fff;
	background-color: #BAA518;
	text-decoration: none;
	margin-left: 3px;
}

	.submenu a:hover{
		background-color: #333333;	
	
	}

.spotlight {
	background-color: #7C4300;
	float: left;
	width: 100%;
	font-size: 10px;
	padding: 8px 0px;
	overflow: hidden;
	color:#E6DDB4;

}
.spotlight strong {
	float: left;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
}
.spotlight h2 {
	color: #fff;
	font-size: 12px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}
.spotlight select, input.text {
	width: 200px;
	margin: 5px 0px;
	border: solid 1px #fff;
	font-size: 10px;
}
.trident4 .spotlight select, .trident5 input.text {
	margin: 2px;
}
.spotlight input.text {
	width: 198px;
}
.spotlight input.submit {
	width: 68px;
	height: 18px;
	overflow: hidden;
	background-image: url(../images/search.jpg);
	background-repeat: no-repeat;
	text-indent: -1000px;
	font-size: 0px;
	border: 0px;
	cursor: pointer;
}
.trident4 .spotlight input.submit {
	font-size: 0px;
	text-indent: -1000000px;
}



 .spotlight-middle, .spotlight-right {
	width: 200px;
	
}
.spotlight-left, .spotlight-middle {
	float: left;
	width: 200px;
}




.toplinks{
color: #F7E087;

}	


.spotlight-right {
	float: right;
	padding-left: 20px;
	width:200px;
}
.content {
	background-color: #E6DDB4;
	float: left;
	width: 100%;
	padding: 25px 0px;
	overflow: hidden;
		border-top:5px solid #BAA518;
			border-bottom:5px solid #BAA518;
}
.content h1 {
	color:#663300;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	padding-bottom:20px;
}

.content h2 {
	color: #663300;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	padding-bottom:20px;
}


.content h4 {
	color: #663300;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	padding-bottom:20px;
}


.content-left {
	width: 635px;
	float: left;
	font-size:10px;
	line-height:13px;
	text-align:left;
}

.content-left a{
	color:#000;
	text-decoration:none;

}
.content-left a:hover{
	color:#BAA518;

}



.content-right {
	width: 250px;
	float: right;
}

.content-right h2 {
	color: #663300;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;

}

.content-right a{
	color:#000;


}

.content-right a:hover{
	
color:#BAA518;
}

.current-blocks {
	float: left;
	padding: 10px 0px;
}
.current-block {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0px 6px 0px 0px;
	/*background-image: url(../images/current.jpg);*/
}
.trident4 .current-block {
	margin: 0px 3px 0px 0px;
}
.clear-left {
	clear: left;
}
.menuitem {
	border-bottom: 1px dashed #663300;
	float: left;
	padding: 8px 0px;
	width: 100%;
	color: #fff;
	outline: none;
	text-decoration: none;
	font-size: 10px;
}
.trident4 .menuitem {
	float: none;	
	display: block;
}
.menuitem-left {
	float: left;
}
.menuitem-right {
	float: right;
}
.padding-top {
	padding-top: 14px !important;
	padding-bottom:10px;
	margin-bottom:10px;
}

a{
	outline:none;
}

.footer{
	padding:30px;


}

.footer .center{
	font-size:10px;
	color:#fff;
	margin-top:60px;
	padding-top: 30px;
	padding-bottom:20px;
	

}



.footer .center a{
	color:#fff;
	text-decoration:none;

}

.footer .center a:hover{
	color:#CCCCCC;

}

.commodities {
	width: 500px;
	height:80px;

	float:right;
	color:#666600;
	text-align:right;
	font-size:10px;


}

.spotlight-left {
	float:left;
	width:400px;
	margin-right:20px;

}

.spotlight-middle{
	width:250px;

}

hr {
	border:none;
	border-bottom:1px dashed #663300;

}

.texth2 h2{
	font-size:11px;
	font-weight:normal;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.addfav {
	font-size:12px;
	font-weight:bold;
	color:#663300;

}
