@charset "UTF-8";
body {
	margin:0px;
	padding:0px;
	background-color:#c7ab64;
	font-family: Arial, Helvetica, sans-serif;
	color:#7f7d78;
	font-size:12px;
	line-height:18px;
	background:url(layout_img/bg_fade.jpg)#c39a49 repeat-x;
}
#page-wrap {
	width:960px;
	background: none;
}
#container {
	width:940px;
	background: none;
}
#content-wrap {
	width:940px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/* HEADER, LOGOTYPE AND HEADER IMAGE AREA BEGINS
----------------------------------------------------------------------------------------------------*/
#header {
	height:90px;
	width: 940px;
	/*line-height:50px;*/
	margin: 0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	border-top:0px solid #363636;
	border-bottom:0px solid #363636;
	background-color: none;
	background:url(layout_img/nav_bar_bg.jpg) repeat-x;
}
#signin {
height:24px;
float: right;
position:inherit;
width:178px;
background-color: #363636;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/*-----*/
#header-wrap {
	width:960px;
	height:90px;
	background: url(layout_img/header_shadow_left_right.png) repeat-y;
	margin: 0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}
#header-footer-shadow {
	position: relative;
	width: 100%;
	background:url(layout_img/header_shadow_footer.png) no-repeat;
	height: 8px;
}
/*-----*/
#logo {
	height:90px;
	width: 230px;
	/*line-height:90px;*/
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ebebeb;/*background-image: url(layout_img/logotype.jpg);*/
}

/* Header Image Area Begins
----------------------------------------------------------------------------------------------------*/
#header_img {
	height:260px;
	width: 940px;
	line-height:50px;
	margin:0px 0px 13px 0px;
	padding-bottom:0px;
	/*background:url(layout_img/head_img1.jpg);*/
	background-color: #ebebeb;
}
#header_img2 {
	height:260px;
	width: 940px;
	line-height:50px;
	margin:0px 0px 13px 0px;
	padding-bottom:0px;
	background:url(layout_img/head_img2.jpg);
	background-color: #ebebeb;
}
#header_img3 {
	height:260px;
	width: 940px;
	line-height:50px;
	margin:0px 0px 13px 0px;
	padding-bottom:0px;
	background:url(layout_img/head_img3.jpg);
	background-color: #ebebeb;
}
#header_img4 {
	height:260px;
	width: 940px;
	line-height:50px;
	margin:0px 0px 13px 0px;
	padding-bottom:0px;
	background:url(layout_img/head_img4.jpg);
	background-color: #ebebeb;
}
#header_img5 {
	height:260px;
	width: 940px;
	line-height:50px;
	margin:0px 0px 13px 0px;
	padding-bottom:0px;
	background:url(layout_img/head_img5.jpg);
	background-color: #ebebeb;
}
#header_img6 {
	height:260px;
	width: 940px;
	line-height:50px;
	margin:0px 0px 13px 0px;
	padding-bottom:0px;
	background:url(layout_img/head_img6.jpg);
	background-color: #ebebeb;	
}
#header_img7 {
	height:260px;
	width: 940px;
	line-height:50px;
	margin:0px 0px 13px 0px;
	padding-bottom:0px;
	background:url(layout_img/head_img7.jpg);
	background-color: #ebebeb;	
}

/* Header Image Area Ends
----------------------------------------------------------------------------------------------------*/
/* HEADER, LOGOTYPE AND HEADER IMAGE AREA ENDS
----------------------------------------------------------------------------------------------------*/

/* GLOBAL NAVIGATION BEGINS
----------------------------------------------------------------------------------------------------*/
#menu {
	position:relative;
	/*clear: both;*/
	margin: 0;
	padding: 0;
	/*height: 25px;*/
	float: left;
	top: 0px;
	/*z-index: 99999;*/
}
#menu ul {
	float:left;
	width: 710px;		
	/*height: 25px;*/
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu ul li {
	list-style:none;
	margin:0px 0px 0px 0px;
}
#menu li, #menu li a, #menu li a.current {
	display:block;
	float:left;
	color:#9e9e9e;
	height:66px;
	line-height:95px;
}
#menu ul li a {
	margin:0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	color:#333333;
	font-weight:normal;
	text-transform:uppercase;
}
#menu li a:hover, #menu li a.current {
	color:#fff;
	background:url(layout_img/menu-h2.jpg) repeat-x;
	text-decoration:none;
}
#menu ul li a.current {
	background:url(layout_img/menu-current2.jpg) repeat-x;
}
/* GLOBAL NAVIGATION ENDS
----------------------------------------------------------------------------------------------------*/
/* LEFT COLUMN BEGINS
----------------------------------------------------------------------------------------------------*/
#column_left {
	width:519px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding:35px 10px 10px 10px;
	background: #ffffff;
	border-top:0px solid #363636;
	border-right:1px solid #e1e1e1;
	border-bottom:0px solid #363636;
}
/* LEFT COLUMN ENDS
----------------------------------------------------------------------------------------------------*/

/* RIGHT COLUMN BEGINS
----------------------------------------------------------------------------------------------------*/
#column_right {
	width: 380px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding:35px 10px 10px 10px;
	background: #ffffff;
	border-top:0px solid #363636;
	border-left:0px solid #363636;
	border-bottom:0px solid #363636;
}
/* RIGHT COLUMN ENDS
----------------------------------------------------------------------------------------------------*/

/* LAYOUT IMAGES BEGINS
----------------------------------------------------------------------------------------------------*/
img.contact {
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin:0px 0px 20px 10px;
}
/* Layout Article Image Left Begins 
----------------------------------------------------------------------------------------------------*/
entry_left {
	clear: left;
	padding: 0px 0px 0px 0px;
}

.leadin_img_left {
	float: left;
	background: url(layout_img/leadin-img.gif) no-repeat;
	padding: 14px 15px 20px 13px;
	margin: 3px 10px 5px 10px;
	position: relative;
	
}
.leadin_img_campaign_left {
	float: left;
	background: url(layout_img/leadin-img.gif) no-repeat;
	padding: 6px 6px 9px 6px;
	margin: 2px 10px 5px 10px;
	position: relative;
	
}
.leadin_img_campaign_left img{
	padding: 0;
	
}
.leadin_img img {
	padding: 0;
}
.leadin_img a {
	border: none !important;
}
.leadin_img_left .free_left {
	position: absolute;
	left: 0px;
	top: 0;
	border: none !important;
}
/* Layout Article Image Left Ends 
----------------------------------------------------------------------------------------------------*/
/* Layout Article Image Right Begins
----------------------------------------------------------------------------------------------------*/
.entry {
	clear: left;
	padding: 0px 0px 0px 0px;
}
.leadin_img {
	float: right;
	background: url(layout_img/leadin-img.gif) no-repeat;
	padding: 6px 6px 7px 6px;
	margin: 2px 10px 5px 20px;
	position: relative;
}
.leadin_img img {
	padding: 0;
}
.leadin_img a {
	border: none !important;
}
.leadin_img .free {
	position: absolute;
	right: 0px;
	top: 0;
	border: none !important;
}
.leadin_img_right {
	float: right;
	background: url(layout_img/leadin-img.gif) no-repeat;
	padding: 6px 6px 7px 6px;
	margin: 2px 10px 5px 20px;
	position: relative;
}
.leadin_img_campaign_right {
	float: right;
	background: url(layout_img/leadin-img.gif) no-repeat;
	padding: 6px 6px 9px 6px;
	margin: 2px 10px 5px 20px;
	position: relative;
}
.leadin_img_right img {
	padding: 0;
}
.leadin_img_right a {
	border: none !important;
}
.leadin_img_right .free {
	position: absolute;
	right: 0px;
	top: 0;
	border: none !important;
}
/* Layout Article Image Right Ends
----------------------------------------------------------------------------------------------------*/
/* LAYOUT IMAGES ENDS
----------------------------------------------------------------------------------------------------*/

/* LINK AREA BEGINS
----------------------------------------------------------------------------------------------------*/
/*---*/
.yearnav {
	color: #7f7d78;
	background-color: transparent;
	font-weight: bold;
}
.yearnav a:link, .yearnav a:visited {
	text-decoration: none;
	color: #7f7d78;
	font-weight: bold;
	background-color: transparent;
	padding: 0px 2px 0px 2px;
}
.yearnav a:hover, .yearnav a:active {
	background: #ebebeb;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dotted #FF00FF;
	padding:0px 2px 0px 2px;
}
.yearnav a.current {
	color: #7f7d78;
	font-weight: bold;
	border-bottom: 1px dotted #FF00FF;
	padding:0px 2px 0px 2px;
}
#boxout {
	position:static;
	top: 170px;
	color: #7f7d78;
	background-color: transparent;
	width: 920px;
	height: 15px;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	text-align:	center;
}
#boxout a:link, #boxout a:visited {
	text-decoration: none;
	color: #7f7d78;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}
#boxout a:hover, #boxout a:active {
	background: #ebebeb;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px dotted #FF00FF;
	padding:0px 0px 0px px;
}
/*----*/
a.type1, a:link {
	text-decoration: none;
	color: #0B9AC7;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
a.type1:visited {
	text-decoration: none;
}
a.type1:hover {
	background: #f7941d;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px dotted #FF00FF;
	padding:0px 2px 0px 2px;
}
a.type1:active {
	color:#ffffff;
	background-color: #cccccc;
}
/*
a.type1, a:active, a:link {
	text-decoration: none;
	color: #FFFF00;
}
a.type1:visited {
	text-decoration: none;
}
a.type1:hover {
	background: #333333;
	color: #fff;
	border-bottom: 1px dotted #00FF00;
}
a.type2, a:link {
	text-decoration: none;
	color: #0B9AC7;
	font-weight:normal;
	padding:0px 7px 0px 7px;
}
a.type2:visited {
	text-decoration: none;
}
a.type2:hover {
	background: #f7941d;
	color: #fff;
	font-weight:bold;
	border-bottom: 1px dotted #FF00FF;
	padding:0px 7px 0px 7px;
}
a.type2:active {
	color:#ffffff;
	background-color: #FF6633;
}
*/
/* Download Icon With Link Begins 
----------------------------------------------------------------------------------------------------*/
.download_btn a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:11px;
	color:#3c5eaf;
}
.download_btn a:hover {
	text-decoration: underline;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:11px;
}
.download_btn a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:11px;
	color:#3c5eaf;
}
.download_btn a small {
	color: #666;
	font-weight: normal;
	font-size: 85% !important;
	visibility: hidden;
}
.download_btn a:hover small {
	color: #6699FF !important;
	visibility: visible;
}
/* Download Icon With Link Ends
----------------------------------------------------------------------------------------------------*/
/* POST NAVIGATION ICON WITH PREVIOUS AND NEXT LINKS 
----------------------------------------------------------------------------------------------------*/
.postnav {
	clear: both;
	background: url(../img/layout/horizontal-rule.gif) repeat-x;
	background-color:none;
	padding: 10px 0px 0px 0px;
	margin: 20px 25px 10px 35px;
}
.postnav a:link, .postnav a:visited {
	color: #7f7d78;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 100px;
	height:10px;
}
.postnav a:hover {
	color: #0072bc;
	text-decoration: none;
}
.postnav .previous a {
	background: url(layout_img/postnav-prev-new.gif) no-repeat 0 0;
	margin:0px 0px 0px 0px;
	padding: 6px 0px 10px 30px;
	float: left;
}
.postnav .previous a:hover {
	background-position: 0 -107px;
}
.postnav .next a {
	background: url(layout_img/postnav-next-new.gif) no-repeat right 0;
	padding: 6px 30px 10px 0;
	text-align: right;
	float: right;
}
.postnav .next a:hover {
	background-position: right -107px;
}
/* POST NAVIGATION ICON WITH PREVIOUS AND NEXT LINKS
----------------------------------------------------------------------------------------------------*/

/* LINK AREA ENDS
----------------------------------------------------------------------------------------------------*/

/* CO WORKERS AREA BEGINS
----------------------------------------------------------------------------------------------------*/
#co_worker_left {
	float:left;
	width:239px;
	height:104;
	background-color: #ffffff;
}
#co_worker_right {
	float:right;
	width:240px;
	height:104;
	background-color: #ffffff;
}
#worker_content p {
	padding: 0px 0px 0px 10px;
	line-height: 18px;
}
#worker_content p.nooverflow {
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	width: 120px;
}
#co_worker_left img.fokus {
	float:left;
	padding-right:10px;
	padding: 4px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin:0px 0px 0px 0px;
}
#co_worker_right img.fokus {
	float:left;
	padding-right:10px;
	padding: 4px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin:0px 0px 0px 0px;
}
/* CO WORKERS AREA ENDS
----------------------------------------------------------------------------------------------------*/

/* FORMULARY AREA BEGINS
----------------------------------------------------------------------------------------------------*/
input.txt {
	color: #b2840f;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #a3a3a2;
	width: 285px;
	height: 24px;
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
input.btn {
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px outset #00008B;
}
form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form div label {
	float: left;
	width: 20%;
	font: bold 1em Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}
fieldset {
	border: 1px dotted #e9eef2;
	margin-top: 1.4em;
	padding: 0.6em;
}
legend {
	font-size: 14px;
	font: bold Arial, Helvetica, sans-serif;
	color: #666666;
	margin:0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	background-color: #ebebea;
}
textarea {
	width: 358px;
	height: 80px;
	color: #00008B;
	background-color: #ffffff;
	border: 1px solid #a3a3a2;
/*--*/
}
input.txtx {
	color: #b2840f;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #a3a3a2;
	width: 395px;
	height: 24px;
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
/*
}
input.btnx {
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px outset #00008B;

	
}
form divx {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	
}
form div labelx {
	float: left;
	width: 20%;
	font: bold 1em Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	background-color: #000;
/*
}
fieldset {
	border: 1px dotted #e9eef2;
	margin-top: 1.4em;
	padding: 0.6em;
}
legend {
	font-size: 14px;
	font: bold Arial, Helvetica, sans-serif;
	color: #666666;
	margin:0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	background-color: #ebebea;
*/
}
textarea.xxx {
    margin:10px 0px 0px 30px;
	padding: 4px 0px 0px 0px;
	width: 330px;
	height: 100px;
	color: #000000;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #a3a3a2;

/**/	
}
/* FORMULARY AREA ENDS
----------------------------------------------------------------------------------------------------*/
/* Buttons Area Begins
----------------------------------------------------------------------------------------------------*/
.btn {
	display: block;
	position: relative;
	background: #000;
	padding: 5px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.btn * {
	font-style: normal;
	background-image: url(layout_img/btn2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.btn i {
	background-position: top left;
	position: absolute;
	margin-bottom: -5px;
	top: 0;
	left: 0;
	width: 5px;
	height:5px;
}
.btn span {
	background-position: bottom left;
	left: -5px;
	padding: 0 0 5px 10px;
	margin-bottom: -5px;
}
.btn span i {
	background-position: bottom right;
	margin-bottom: 0;
	position: absolute;
	left: 100%;
	width: 10px;
	height: 100%;
	top: 0;
}
.btn span span {
	background-position: top right;
	position: absolute;
	right: -10px;
	margin-left: 10px;
	top: -5px;
	height: 0;
}
* html .btn span, * html .btn i {
	float: left;
	width: auto;
	background-image: none;
	cursor: pointer;
}
.btn:hover {
	background-color: #2ae;
}
.btn:active {
	background-color: #444;
}
.btn[class] {
	background-image: url(layout_img/shade.png);
	background-position: bottom;
	float: right;
	margin:0px 10px 0px 0px;
}
* html .btn {
	border: 3px double #aaa;
}
form {
	margin-top: 2em;
}
form p .btn {
	margin-right: 1em;
}
textarea {
	margin: 0.1em 0;
}
/* Buttons Area Ends
----------------------------------------------------------------------------------------------------*/
/* FORMULARY AREA ENDS
----------------------------------------------------------------------------------------------------*/

/* BANNER AREA BEGINS
----------------------------------------------------------------------------------------------------*/
#banner {
	height:60px;
	width: 348px;
	margin:0px 0px 10px 10px;
	padding:5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background-color: #ebebea;
}
#banners {
	height:60px;
	width: 163px;
	margin:0px 0px 10px 10px;
	padding:5px 5px 5px 5px;
	border: 1px solid #cccccc;
	background-color: #ebebea;
}
/* BANNER AREA ENDS
----------------------------------------------------------------------------------------------------*/

/* FOOTER AREA BEGINS
----------------------------------------------------------------------------------------------------*/
#footer {
	height:232px;
	width: 940px;
	margin:15px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	border-top:0px solid #363636;
	border-bottom:0px solid #363636;
	background-color: none;
}
/* Partner Logotypes Area Begins
----------------------------------------------------------------------------------------------------*/
#partner {
	height:60px;
	width: 204px;
	margin:0px 11px 23px 12px;
	padding:0px 0px 0px 0px;
	border: 1px solid #cccccc;
	background-color: #fff;
}
#partner-ny {
	height:60px;
	width: 204px;
	margin:10px 0px 15px 27px;
	padding:0px 0px 0px 0px;
	border: 1px solid #cccccc;
	background-color: #fff;
}
.partner_img {
	float: left;
	/*background: url(layout_img/partner.gif) no-repeat;*/
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
.leadin_img img {
	padding: 0;
}
.leadin_img a {
	border: none !important;
}
.partner_img .freep {
	position: absolute;
	right: 0px;
	top: 0;
	border: none !important;
}
/* Partner Logotypes Area Ends
----------------------------------------------------------------------------------------------------*/	
/* FOOTER AREA ENDS
----------------------------------------------------------------------------------------------------*/


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height:30px;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* FOOTER AREA BEGINS
----------------------------------------------------------------------------------------------------*/
#footer-wrap {
	width:960px;
	height:210px;
	background: none;
	margin: 10px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
#footer-header {
	height: 16px;
	text-align:	center;
	width: 100%;
	position: relative;
	background: url(layout_img/footer_header_shadow.png) top left no-repeat;
}
#footer-content {
	position: relative;
	background: url(layout_img/footer_left_right_shadow.png) top left repeat-y;
	padding: 0px;
	width: 100%;
	height: 190px;
	text-align: left;
	margin-bottom: 0px;
}
#footer-footer {
	position: relative;
	width: 100%;
	background:url(layout_img/footer_shadow.png) bottom left no-repeat;
	height: 16px;
	text-align:center;
}
#honey {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:	center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #7f7d78;
	width: 940px;
	height: 15px;
}
/* FOOTER AREA ENDS
----------------------------------------------------------------------------------------------------*/

/* BIG BANNER AREA BEGINS
----------------------------------------------------------------------------------------------------*/
#banner-wrap {
	width:366px;
	height:114px;
	background: none;
	margin: 0px 0px 5px 7px;
	padding:0px 0px 0px 0px;
}
#banner-header {
	height: 8px;
	text-align: center;
	width: 100%;
	position: relative;
	background: url(layout_img/banner_shadow_header.png) top left no-repeat;
}
#banner-content {
	position: relative;
	background:  url(layout_img/banner_shadow_left_right.png) top left repeat-y;
	width: 100%;
	height: 97px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 6px;
}
#banner-footer {
	position: relative;
	width: 100%;
	background:url(layout_img/banner_shadow_footer.png) bottom left no-repeat;
	height: 8px;
	text-align:center;
}
/* BIG BANNER AREA ENDS
----------------------------------------------------------------------------------------------------*/
/* SMALL BANNER AREA BEGINS
----------------------------------------------------------------------------------------------------*/
#banner-small-wrap2 {
	width:179px;
	height:110px;
	background: #ebeb;
	margin: 0px 8px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url(layout_img/banner_shadow_left_right_small.png) repeat-y;
}
#banner-small-wrap3 {
    float:right;
	width:179px;
	height:110px;
	background: none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url(layout_img/banner_shadow_left_right_small.png) repeat-y;
}
#banner-small-header {
	height: 8px;
	text-align:	center;
	width: 100%;
	position: relative;
	background: url(layout_img/banner_shadow_header_small.jpg) no-repeat;
	margin:0px 0px 0px 0px;
}
#banner-small-content {
	position: relative;
	width: 174px;
	height: 94px;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
}
#banner-small-footer {
	position: relative;
	width: 100%;
	background:url(layout_img/banner_shadow_footer_small.jpg) bottom left no-repeat;
	height: 8px;
	text-align:center;
	margin:0px 0px 0px 0px;
}
/* SMALL BANNER AREA ENDS
----------------------------------------------------------------------------------------------------*/
#contact_us {
	margin: 10px 0px 0px 10px;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #777;
	padding: 5px 10px;
	margin: 15px 0px 0px 10px;
	display: inline-block;
	font-size: 11px;
	width: 70px;
	border: 0px;
	cursor: pointer;
}
#newsletterform input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #777;
	padding: 5px 10px;
	margin: 15px 0px 0px 10px;
	display: inline-block;
	font-size: 11px;
	width: 70px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin: 10px 0px 0px 0px;
}

p.error {
	display: none;
	margin: 05px 0px 0px 32px;;
	padding: 0px 0px 0px 10px;
	color: #8dadc7;
	font-weight: bold;
}
p.errors {
	display: none;
	margin: 05px 0px 0px 32px;;
	padding: 0px 0px 0px 10px;
	color: #8dadc7;
	font-weight: bold;
}
p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}
p#successen {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}
#stop {

width: 100%;
height: 20px;
background: #FFAAAA;
border: 1px solid red;
color:  #000;
padding: 5px;


}