body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d3f23;
	background: #ffffff;
}

a:link, a:visited { color: #bb241d; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #CC9900; text-decoration: none; }

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_60 { margin-right: 60px; }

.fl { float: left; }
.fr { float: right }

.header_01 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #bb241d;
	font-weight: bold;
}

.header_04 {
	font-size: 11px;
	color: #201d1d;
	font-weight: bold;
}

.header_02 {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #bb241d;
	font-weight: bold;
}

.header_02 a {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #bb241d;
	font-weight: bold;
	text-decoration: none;
}

p.adv {
	margin: 0 0 15px 5px;
	border-left: 3px solid #bb241d;
	padding: 0 0 0 5px;
	color: #bb241d;
}

#header_wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(images/header_repeat.jpg) repeat-x;
}

#header {
	width: 970px;
	height: 200px;
	margin: 0 auto;
    background: url(images/header_bg.jpg) no-repeat;
}

#header #title {
	float: left;
	margin: 100px 0 0 40px;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 5px;
}

#header #title span {
	display: block;
	margin: 10px 0 0 5px;
	font-size: 14px;
	color: #201d1d;
	font-weight: bold;
	letter-spacing: 5px;
}

#header #log_form {
	float: right;
	text-align: right;
	margin: 32px 40px 0 0;
	color: #fcfcfc;
	border: 1px solid #fcfcfc;
	width: 187px;
}

#header #log_form  #log_info {
	color: #DD463F;
	font-weight: bold;
	float: left;
	width: 167px;
	margin: 0 10px 5px 10px;
	text-align: center;
}

#header #log_form  #log_info .log_st {
	color: #cccccc;
	width: 100%;
	height: 100%;
}

#header #log_form input {	
	font-size: 10px;
	background: #cccccc;
	width: 115px;
	margin: 0 10px 8px 0;
}

#header #log_form label {
	font-size: 10px;	
	width: 80px;
	text-align: right;
	margin: 0 5px 0 10px;
}

#header #log_form p {
	font-size: 12px;
	font-weight: bold;
	color: #fcfcfc;
	margin: 10px 0 10px 0;	
	text-align: center;
}

#header #log_form span.log {
	border: 1px solid #a3925a;
	cursor: default;
	float: left;
	background: #d1bba4;
	width: 75px;
	height: 15px;
	text-align: center;
	margin: 0 0 10px 10px;
	color: #000000;
}

#header #log_form span.reg {
	border: 1px solid #a3925a;
	cursor: default;
	float: right;
	background: #d1bba4;
	width: 75px;
	height: 15px;
	text-align: center;
	margin: 0 10px 10px 0;
	color: #000000;
}

#header #log_form span.unlog {
	border: 1px solid #a3925a;
	cursor: default;
	float: left;
	background: #d1bba4;
	width: 75px;
	height: 15px;
	text-align: center;
	margin: 10px 0 20px 56px;
	color: #000000;
}

#header #twitter a {
	float: right;
	display: block;
	width: 250px;
	height: 70px;
	margin: 80px 10px 0 0;
	font-size: 0px;
	background: url(images/twitter.jpg) no-repeat;
}

#menu_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(images/menu_bg.jpg) repeat-x;
}

#menu {
    width: 970px;
	height: 45px;
	margin: 0 auto;	
	background: url(images/menu_bg.jpg) repeat-x;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;	
	float: left;
	display: inline-block;
	height: 33px;
	width: 130px;
	margin-right: 10px;
	text-align: center;
	padding: 12px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	outline: none;
}

#menu li a:hover, #menu li .current {
	position: relative;
	color: #ffffff;
	background: url(images/menu_right.jpg) top right no-repeat;
}

#menu li a:hover span, #menu li .current span	{
	position: absolute;
	display: inline-block;
	width: 11px;
	height: 45px;
	top: 0;
	left: 0;
	background: url(images/menu_left.jpg) no-repeat;
}

#content_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #f5f4f0;
}

#content {
    width: 920px;
	margin: 0 auto;	
	padding: 0 10px 0 40px;
}

.em_text {
	color: #000000;
}

.section_w620 {
	padding-top: 50px;
	width: 620px;
}

.section_w620 p {
	text-align: justify;
	margin-bottom: 20px;
}

.section_w250 {
	padding-top: 20px;	
	width: 250px;
	background: #e8e8e8;
}

.section_w250 .w250_content {
	padding: 0 20px;	
}

.section_w250 .w250_content p.fv {
	font-size: 10px;
	margin: 0 0 10px 0;
}

.section_w250_without_padding {
	width: 250px;
}

.section_320 {
	width: 320px;
}

.section_w250_title {
	display: block;
	width: 230px;
	height: 30px;
	padding: 40px 0 0 20px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.testimonial_title {
	background: url(images/testimonial_title.jpg) no-repeat;
}

.research_title {
	background: url(images/research_title.jpg) no-repeat;
}

.newsletter_title { 
	background: url(images/newsletter_title.jpg) no-repeat;
}

.business_news_title { 
	background: url(images/b_news_title.jpg) no-repeat;
}

.news_title { 
	background: url(images/news_title.jpg) no-repeat;
}

.image_wrapper_01 {
	width: 242px;
	height: 120px;
	margin: 0 0 5px 0;
	padding: 6px;
	background: #201d1d;
}

.image_wrapper_01 img {
	width: 240px;
	height: 118px;
	border: 1px solid #666;
}

.list_01 {
	margin: 20px 0 10px 30px;
	padding: 0px;
	list-style: decimal;
}

.list_01 li {
	padding: 0px;
	margin: 0 0 5px 0;
	color: #bb241d;
}

#user-section span.addfav {
	border: 1px solid #a3925a;
	cursor: default;
	float: left;
	background: #d1bba4;
	width: 170px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	margin: 20px 0 0 18px;
	color: #000000;
}

#user-section #fav_warn {
	color: #DD463F;
	font-weight: bold;
	float: left;
	width: 167px;
	margin: 0 10px 5px 10px;
	text-align: center;
}

#user-section #acc_warn {
	color: #DD463F;
	font-weight: bold;
	float: left;
	width: 167px;
	margin: 0 10px 5px 10px;
	text-align: center;
}

#user-section #Forum-Form input {	
	font-size: 10px;
	background: #cccccc;
	width: 115px;
	margin: 0 10px 8px 0;
}

#user-section #Forum-Form span.addfor {
	border: 1px solid #a3925a;
	cursor: default;
	float: left;
	background: #d1bba4;
	width: 118px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}

#user-section #refr_form input.refr {
	border: 1px solid #a3925a;
	cursor: default;
	float: left;
	background: #d1bba4;
	width: 130px;
	height: 18px;
	margin: 10px 0 0 35px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 11px;
}

#footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #211d1c url(images/footer.jpg) repeat-x;
	border-top: 5px solid #696463;
}

#footer {
    width: 950px;
	margin: 0 auto;	
	padding: 30px 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
