/* @override http://localhost/euradallc/stylesheets/eurada.css */

/* @override http://localhost/euradallc/stylesheets/eurada.css */

html, body{
	margin:0px;
	padding: 0px;
	background-color: #f0f2f1;
	color: #92969b;
	font: 11px Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
}

a img {
	border: none;
}

.icon-href {
	border: 1px solid white;
	display: inline;
}

h1, h2, h3, h4, h5{
	color: #95bc35;
}

h2 {
	font-weight: normal;
	font-style: normal;
	*margin-top:15px;
}

h1 {
	margin-top: 24px;
	text-align: left;
	font-size: 20px;
}

#credits {
	text-align: center;
	background-color: #f0f2f1;
	margin-top:-130px;
	padding-top:130px;
}

#credits a {
	color: #a0a4ab;
	text-decoration: none;
}

p {
	font-size: 11px;
	color: #65676b;
}

#site {
	margin: 0 auto;
	background-color: white;
}

#header {
	width: 912px;
	margin: 0 auto;
}

#top_menu {
	display: inline;
	float: right;
	padding-top: 3px;
}

#top_menu a {
	color: #95bc35;
	text-decoration: none;
	font-size: 12px;
	padding: 10px;
	font-weight:bold;
}

#top_menu a:hover {
	text-decoration: underline;
}

#content {
	width: 912px;
	background: url(../images/content_back_top.jpg) repeat-y;
	margin: 0 auto;
}

#content_topfix {
	background: url(../images/content_topfix.jpg) no-repeat;
	min-height: 500px;
	line-height: 20px;
	text-align: justify;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:25px;
	position:relative;
	z-index:201;
}

#footer{
	position:relative;
	z-index:100;
	width:912px;
	margin:0 auto;
	height: 130px;
	background: #f0f2f1 url(../images/footer_back.jpg) no-repeat center top;
	margin-top: -120px;
}

#main_menu {
	float: none;
	text-align: left;
	height:34px;
	width:912px;
	margin:0 auto;
	background: #ffffff url('../images/menu_background.jpg') no-repeat bottom;
}

.main_menu_button{
	display:block;
	width:167px;
	height: 20px;
	margin-right:2px;
	background: #b3b7bc none no-repeat 0 top;
	margin-top: 11px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: white;
	text-align: center;
}

.main_menu_button_gold{
	display:block;
	width:167px;
	height: 20px;
	margin-right:2px;
	background: #ffaf32 none no-repeat 0 top;
	margin-top: 11px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: white;
	text-align: center;
}

.main_menu_button_gold:hover{
	background: #93bb37 none no-repeat 0 top;
}

.main_menu_button:hover{
	background: #bdc2ca none no-repeat 0 top;
}

.main_menu_button_slctd {
	display:block;
	width:167px;
	height: 20px;
	margin-right:2px;
	background: white none no-repeat 0 top;
	margin-top: 9px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #b3b7bc;
	border: 1px solid #e0e0e2;
	text-align: center;
}

.main_menu_button_slctd_gold {
	display:block;
	width:167px;
	height: 20px;
	margin-right:2px;
	background: white none no-repeat 0 top;
	margin-top: 9px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #ffaf32;
	border: 1px solid #e0e0e2;
	text-align: center;
}

.shop_menu_href {
	text-decoration: none;
	color: white;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	display: block;
	height: 16px;
	width: 100%;
	border: 1px solid #80a430;
	padding-top: 4px;
	background-color: #94bc35;
}

.shop_menu_href:hover {
	background-color: #ff6600;
	border: 1px solid #ff6600;
}

.shop_menu_href_slctd {
	text-decoration: none;
	color: #909292;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	display: block;
	height: 16px;
	width: 100%;
	border: 1px solid #d7dada;
	padding-top: 4px;
	background-color: #eceeed;
}

.content_href{
	color:#95bc35;
	text-decoration:none;
}

.divider{
	display:block;
	height:5px;
}

.box{
	background-color:#eceeed; 
	border:1px solid #ccc; 
	padding:3px; 
	width:256px; 
	*width:265px;
}

.tab_href_box{
	background-color: #b2bcc3;
	color: white;
	text-decoration: none;
	padding: 2px 7px 1px;
	font-size: 11px;
	margin-bottom: 0;
}

.tab_href_box_selected {
	background-color: #96a0a8;
	font-size: 11px;
	color: white;
	text-decoration: none;
	padding: 4px 10px 1px;
	margin-bottom: 0;
}

.tab_href_box:hover, .tab_href_box_selected:hover{
	background-color: #747c84;
}

.tab_content_box {
	color: #96a0a8;
	border: 1px solid #96a0a8;
	margin-top: -3px;
	text-align: left;
	background-color: #f4f7f7;
	padding: 10px 4px 10px 6px;
}

.input{
	border:1px solid #96a0a8;
	width:170px;
	padding:3px;
	outline:0px;
}

.input:focus{
	background-color:#efefef;
}

#right_menu {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.right_menu_button {
	color: white;
	background-color: #a6a7ac;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-right: 10px;
	margin-top: 1px;
	padding-left: 5px;
}

.right_menu_button_slctd {
	color: #85858b;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #e3e3ed;
	margin-right: 10px;
	margin-top: 1px;
}

.feedback_comment {
	margin-bottom: 23px;
}

.feedback_title {
	border-bottom: 1px solid #dadada;
}

.feedback_name {
	color: #ffaf32;
	font-size: 13px;
	font-weight: bold;
}

.feedback_details {
	font-size: 10px;
	color: silver;
}

fieldset{
	border:1px dashed #b3b7bc;
}

legend{
	color:#ffaf32;
	font-weight:bold;
	padding: 0px 10px;
	background-color: white;
}
