/* CSS Document */

body {
	margin:0;
	background:url(images/home_bg.jpg) top repeat-x #3d3013; 
	color: #ffffff;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

a {
outline:none;
}

/*for background*/
.bgheader {
	background: url(images/home_header.jpg) no-repeat;
	width: 760px;
	height: 118px;
}
.bgline {
	background-color: #53482e;
}
.bgfeature {
	background: url(images/home_featurebg.jpg) top repeat-x #5c4a26;
}
/*end background*/

/*for position*/
h1 {
	margin: 15px 0 15px 0;
}
p {
	line-height:180%;
}
/*end positions*/

/*for link*/
a {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {
	color: #fbdc16;
	text-decoration:none;
}
/*end link*/

/*for footer*/
.footer {
	color: #bc974e;
	font-size:11px;
}
.footer a{
	color: #bc974e;
}
.footer a:hover{
	color: #FFFFFF; 
}
/*end footer*/

/*for float*/
#float {
	position:absolute;
	text-align:left;
	top:515px;
	margin-left: 608px;
	z-index: 5;
	width: 170px;
}
/*end float*/
#gbox {
	background-image: url(images/h_gbox-bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
#gbox ul {
	list-style-type:none;
}
#gbox li {
	font-family:Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	list-style: none;
	background-image: url(images/h_gbox-div.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	text-decoration: none;
}
#gbox li a:link, #gbox li a:visited, #gbox li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#gbox li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.gbox-list {
	padding-bottom: 15px;
}
.seo-content {
	color: #ffffff;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.seo-content a:link, .seo-content a:active, .seo-content a:visited {
	font-weight: bold;
	font-size:12px;
	color: #FFF;
	text-decoration:underline;
}
.seo-content a:hover {
	text-decoration:none;
	color:#FFFF00;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}
.seo-orange {
	color:#FF3300;
}

.seo-orange a {
	color:#FF3300;
	text-decoration:none;
}