@font-face { 
	font-family: Italianno;
	src: url(/fonts/Italianno-Regular-OTF.otf);
}

body {
	margin: 0px;
	padding: 0px;
	color: #aeaeae;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em; 
	background-image: url(/images/bg-pattern.png);
	background-repeat: repeat-x repeat-y;
	background-position: top;
}

a, a:link, a:visited { 
	color: #298bff; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: none; 
}

img { 
	border: none;
}

h1, h2, h3, h4, h5, h6 { 
	color: #c9bc8d; 
}

h1 { 
	font-size: 40px; 
	font-weight: normal; 
	margin: 0 0 30px 0; 
	padding: 5px 0; 
}

h2 { 
	font-size: 28px; 
	font-weight: normal; 
	margin: 0 0 30px 0; 
	padding: 0; /* text-shadow: 1px 1px 2px #000; */ 
}

h3 { 
	font-size: 21px; 
	margin: 0 0 15px 0; 
	padding: 0; 
	padding: 0; 
	font-weight: normal; 
	color: #fff; 
}

h4 { 
	font-size: 18px; 
	margin: 0 0 15px 0; 
	padding: 0; 
}

h5 { 
	font-size: 16px; 
	margin: 0 0 10px 0; 
	padding: 0; 
	color: #ccc; 
}

h6 { 
	font-size: 14px; 
	margin: 0 0 5px 0; 
	padding: 0; 
	color: #ccc; 
}

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

.cleaner_h10 { 
	clear: both; 
	width:100%; 
	height: 10px; 
}

.cleaner_h20 { 
	clear: both; 
	width:100%; 
	height: 20px; 
}

.cleaner_h30 { 
	clear: both; 
	width:100%; 
	height: 30px; 
}

.cleaner_h40 { 
	clear: both; 
	width:100%; 
	height: 40px; 
}

.cleaner_h50 { 
	clear: both; 
	width:100%; 
	height: 50px; 
}

.cleaner_h60 { 
	clear: both; 
	width:100%; 
	height: 60px; 
}

.float_l { 
	float: left; 
}

.float_r { 
	float: right; 
}

.center {
	text-align: center;
}

.image_wrapper { display: inline-block; border: 1px solid #000; background: #343239; padding: 8px; margin-bottom: 10px; }
.image_fl { float: left; margin: 3px 15px 0 0; }
.image_fr { float: right; margin: 3px 0 0 15px; }

blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#fff; }
cite span { color: #ccc; }
em { color: #fff; }

.tmo_list { margin: 20px 0 20px 20px; padding: 0; list-style: none; }
.tmo_list li { background: transparent url(/images/templatemo_list.png) no-repeat scroll 0 0px; margin:0 0 20px; padding: 0 0 0 20px; 	line-height: 1em; }
.tmo_list li a { color: #fff; }
.tmo_list li a:hover { color: #ff4301; }

.btn_more a {
	float: right;
	display: block;
	width: 100px;
	height: 26px;
	margin-top: 10px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #a9a9a9;
	text-align: center;
	background: url(/images/templatemo_btn.png) no-repeat;
}

.btn_more a:hover {
	/* text-shadow: 1px 1px 1px #000; */
	text-decoration: none;
	background: url(/images/templatemo_btn_hover.png) no-repeat;
}

.hr_divider {
	clear: both;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url(/images/templatemo_hr_divider.png) bottom repeat-x;	
}

#wrapper_outer {
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* header */

#header {
	width: 980px;
	height: 150px;
}

#language_chooser {
	width: 980px;
	float: left;
	display: inline-block;
	list-style: none;
}

#language_chooser li {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
}

#language_chooser li a {
	height: 20px;
	margin-left: 8px;
}

#logo {
	width: 980px;
	height: 130px;
	background: url(/images/logo.png);
	background-repeat: no-repeat;
	float: left;
}

#social_box {
	float: left;
	display: inline-block;
	padding: 0;
	list-style: none;
	margin-top: 7px;
}

#social_box li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#social_box li a {
	width: 46px;
	height: 46px;
	margin-right: 5px;
}

/* end of header */

/* menu */

#top_menu {
	clear: both;
	width: 980px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 15px;
}

#top_menu ul {
	margin: 0;
	list-style: none;
}

#top_menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#top_menu ul li a {
	float: left;
	display: block;
	font-size: 28px;
	font-family: Italianno;
	width: 123px;
	height: 38px;
	padding: 20px 0 0 0;
	color: #c9bc8d;	
	text-decoration: none;
	text-align: center;
	border: 1px #c9bc8d solid;
}

#top_menu ul li a:hover, #top_menu ul .current {
	color: #c9bc8d;
	background-color: rgba(0, 0, 0, 0.6);
}

#content_wrapper {
	clear: both;
	width: 980px;
	padding: 40px 0;
	margin-bottom: 15px;
	background-color: rgba(0, 0, 0, 0.6);
}

#content_wrapper_shadow {
	width: 980px;
	height: 5px;
	background: url(/images/templatemo_content_bottom.png) no-repeat;
}

#content {
	padding: 0 50px;
	width: 880px;
}

#content ul {
	list-style: circle;
}

#content p {
	margin-bottom: 10px;
	text-align: justify;
}

.reasons {
	float: left;
	width: 240px;
	padding-right: 40px;
	text-align: justify;
}

.reasons img {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.col_w280 {
	float: left;
	width: 240px;
	padding-right: 40px;
}

.col_w560 {
	float: left;
	width: 520px;
	padding-right: 40px;
}

.col_w880 {
	float: left;
	width: 880px;
}

.col_w420 {
	float: left;
	width: 380px;
	padding-right: 40px;
}

.col_w600 {
	float: left;
	width: 600px;
}

.last_box {
	margin: 0;
	padding: 0;
}

#partner_box {
	overflow: hidden;
	padding-top: 40px;
	float: center;
}

#partner_box_single {
	display: inline;
	margin: 0;
	width: 115px;
}

#partner_box_single a, #partner_box_single a:visited {
	color: #FFF;
	}


#contact_form {  float: left; padding: 0; }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form .input_field { 
	width: 380px; 
	padding: 5px; 
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px;
	background: #fff; 
	border: 1px solid #dfdfdf; 
}  
	
#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px;
	margin-bottom: 5px; 
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 380px;  
	height: 200px;	
	background: #fff; 	
	border: 1px solid #dfdfdf;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px;
}

#contact_form form .submit_btn {
	margin: 10px 0px; 
	padding: 5px 14px; 
	border: 1px solid #dfdfdf; 
	background: #fff;
	color:#666;
	font-weight: bold;
	margin-bottom: 15px;
}

/* footer */

#footer {
	width: 880px;
	height: 40px;
	padding: 10px 50px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}

#footer a {
	color: #f1f1f1;
	text-decoration: none;
}

#footer p {
	text-align: right;
}

/* end of footer */


/* facebook */

#facebook {
  height: 104px;
  width: 104px;
  position: fixed;
  top: 45%;
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#facebook a {
  display: block; 
  background: #3a5795;
  height: 25px;
  width: 82px;
  padding: 10px 30px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 1px #133783;
  border-left: solid 1px #133783;
  border-right: solid 1px #133783;
}

#facebook a:hover {
  background: #4664A3;
}