/* CSS Document */


/*  layout */
body {
	margin: 0;
	padding:0;
	background:#fff url(bg_all.jpg) top left repeat-x;	
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}


.footer {
	color: #999999;
	font-weight:normal;
	background:#ede6dc url(bg_footer.jpg) top left no-repeat;
	padding-left:20px;
}

/*  links */
a {
color:#464622;
text-decoration:none;
}

a:hover {
color:#464622;
text-decoration:none;
}


a.footerNav{
color:#999999;
text-decoration:none;
}

a.footerNav:hover{
color:#666666;
text-decoration:none;
}


/*  stockquote */
.squote {
	font-size:	11px;
	color:		#9B9181;
}

.spot_price {
	font-size:	12px;
	color:		#62A52D;
}

.stockquote {
	padding:21px 0px 0px 25px;
	clear:both;
}


/* maincontent */
.maincontent {
	background:#e9e7eb url(bg_maintop.jpg) top left no-repeat;
	padding:10px;
}


/*  footer */
.credits {
	float:right;
}

.footernav {
	 background:url(bg_footer_right.jpg) top left no-repeat;
	 padding:37px 10px 10px 10px;
	 text-align:right;
}

/*  News */
.news_item {
	padding:10px;
}

.news_date {
	color:#6EAA38;
	font-weight:bold;
}

.news_title {

}

.news_description {

}

.news_link {
	text-align:right;
}

/*  headers */
h1 {

}

h2 {

}

h3, h4, h5, h6 {

}

.bg_left {
	background:url(bg_left.jpg) top right no-repeat;
}

.bg_right {
	background:url(bg_right.jpg) top left no-repeat;
}

.bg_bottom_left {
	background:url(bg_bottom_left.jpg) bottom right no-repeat;
}

.bg_bottom_left_topright {
	background:url(bg_bottom_left_topright.jpg) top right no-repeat;
}

.bg_signup {
	background:url(bg_emailsignup_top.jpg) top left no-repeat;
	padding-top:55px;
	border-left:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
}

.bg_center_bottom {
	background:url(bg_center_bottom.jpg) bottom left no-repeat;
}

.bg_center_bottom_right {
	background:url(bg_center_bottomright.jpg) bottom left no-repeat;
}

.bgtop {
	background:url(bg_top_left.jpg) top left no-repeat;
	height:105px;
}

.toplinks {
	float:left;
	padding:10px 25px;

}

.flags {
	float:right;
}

.mainpage {
	padding: 0 5px 0 25px;
	background:url(bg_main.jpg) top left no-repeat;
	text-align:justify;
}

.bg_bottomall {
	background:#ede6dc url(bg_bottomall.jpg) top center repeat-x;
}