* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 12px 0px;
	background-color: #0a0a0a;
	color: #fec3aa;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

a {
	color: #fec3aa;
	text-decoration: underline;
}

a:hover {
	color: #e89978;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}


#container {
	margin: 0px auto;
	width: 700px;
}


/* Page Header */

#page_header {
	margin-top: 2px;
	margin-bottom: 7px;
	text-align: left;
}

#page_header h1 {
	width: 293px;
	height: 36px;
	background: url('images/company_name.gif') no-repeat 0px 0px;
}


/* Body Containers */

#body_container1 {
	padding: 8px 10px;
	background-color: #732604;
}

#body_container2 {
	padding: 3px 4px 0px;
	background-color: #c45423;
}

#container_top {
	width: 100%;
	padding: 4px;
}

#container_bottom {
	padding: 5px 0px 10px 1px;
	width: 100%;
	
}

.horizontal_div {
	margin: 0px auto;
	width: 100%;
	height: 1px;
	background-color: #ad4618;
	overflow: hidden;
}

/* Page Navigation Menu */

#page_menu {
	padding: 1px 0px 2px;
	#e5ab5d no-repeat 2px 2px;
	text-align: right;
}

#page_menu ul {
	margin-left: auto;
	margin-right: 2px;
}

#page_menu li {
	margin-top: 1px;
	display:inline;
	padding:1px;

}

#page_menu li a {
	background-color: #b5813c;
	padding:2px;
}

#page_menu li a:hover {
	background-color: #956a31;
	padding:2px;
}


.profit {
	margin-left: 6px;
	width: 95%;
	float: left;
	text-align: left;
}

.profit h5 {
	margin: 3px;
	padding:2px;
	width: 100%;
	height: 20px;
	background: #732604 0px 0px;
	color:#FFF;
	font-size:12px;
}
.profit li {
	margin-bottom: 12px;
	padding-left: 15px;
	background: url('images/trends_bullet.gif') no-repeat 0px 2px;
	color:#FF9;
}


.profit .link-more {
	text-align: right;
	height: 14px;
}

.profit .link-more a {
	margin-left: auto;
	padding-left: 16px;
	display: block;
	float: right;
	height: 14px;
	background: url('images/readmore_bullet.gif') no-repeat 0px 0px;
}


/* Latest Trends */

#trends {
	width: 100%;
	text-align: left;
}

#trends h5 {
	width: 100%;
	height: 20px;
	background: url('images/trends_title.gif') #732604 no-repeat 0px 0px;
}



/* Page Footer */

#page_footer {
	padding-top: 8px;
	text-align: center;
	color: #b08558;
	font-weight: normal;
	font-size: 11px;
}

#page_footer a {
	color: #b08558;
	text-decoration: none;
}

#page_footer a:hover {
	color: #976632;
}

