@charset "utf-8";
/*
Design by http://www.dreamtemplate.com
*/
html { padding:0; margin:0 auto; /*background:#e9e9e9 url(images/main_bg.jpg) repeat left top;*/}
body { margin:0; padding:0; width:100%; border:0; color:#606060; font:normal 13px/1.5em "Liberation sans", Arial, Helvetica, sans-serif; /*background:url(images/header_bg.jpg) repeat-x left top;*/}
* { outline:none;}
.main { margin:0 auto; padding:0; background:#eeeeee url(images/main_bg.png) repeat-x left top;}
.clr { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px;}
h2 { margin:0; padding:10px 0; font-size:24px; font-weight:normal; color:#434343; text-transform:none;}

h4 { display:block; margin:10px 0 0 0px; padding:0 px 0; text-align:right; font-stretch: normal; font-size: 13px; line-height:1.4em; color:#888888; text-transform:none;}



/* THIS IS FOR REFERENCE
{ display:block; margin:-6px 0 0 90px; font-size:13px; line-height:1.2em; text-transform:none; color:#fff; font-weight:normal;}
*/

p { margin:0; padding:8px 0;}
a {
	color:#BB0A00;
	text-decoration:underline;
}
img { border:none;}

.header, .content, .menu_nav, .fbg, .footer, form, ol, ol li, ul, .content .mainbar, .content .sidebar { margin:0; padding:0;}

/* header */
.header { }
.header_resize { margin:0 auto; padding:0; width:960px;}
.logo { padding:0; float:left; width:auto; height:138px; background:url(images/logo_bg.png) no-repeat left 32px;}
h1 { margin:0; padding:30px 0 0 12px; font-size:48px; font-weight:normal; line-height:1.2em; color:#fff; text-transform:uppercase;}
h1 a, h1 a:hover { color:#fff; text-decoration:none;}
h1 span { color:#fff; font-weight:bold;}
h1 small { display:block; margin:0px 0 0 90px; font-size:13px; line-height:1.2em; text-transform:none; color:#fff; font-weight:normal;}
.slider { padding:0 0 24px; background:url(images/slider_bg.png) no-repeat center 358px;}
p.uslid { color:#fff; padding:16px 0 24px; clear:both;}

/* social */
.social { padding:22px 24px 0 0; float:right; width:auto;}
.social p { padding:0; float:right; width:auto; color:#fdfdfd; text-align:right; font-size:13px; line-height:1.5em; font-weight:normal;}
.social a { color:#fdfdfd; text-decoration:none;}
.social a:hover { text-decoration:underline;}
.social img { margin:-3px 0 -3px 2px; border:none;}

/* menu */
.menu_nav { margin:0 0 20px; padding:0 0 0 16px; height:60px; background:url(images/menu_bg.png) no-repeat center top;}
.menu_nav ul { list-style:none; padding:13px 0 0; height:28px;}
.menu_nav ul li { margin:0; padding:0 6px 0 4px; float:left; background:url(images/menu_sep.png) no-repeat right center;}
.menu_nav ul li a { display:block; margin:0; padding:0 0 0 18px; font-size:14px; line-height:18px; font-weight:normal; color:#DBDBDB; text-decoration:none; text-transform:uppercase; text-align:center;}
.menu_nav ul li a span { display:block; padding:7px 20px 7px 0; height:18px;}
.menu_nav ul li.active a, .menu_nav ul li a:hover { color:#ECECEC; background:url(images/menu_a_l.png) no-repeat left top;}
.menu_nav ul li.active a span, .menu_nav ul li a:hover span { background:url(images/menu_a_r.png) no-repeat right top;}

/* content */
.content { }
.content_resize { margin:0 auto; padding:16px 20px; width:920px;}
.content h2 { }
.content .mainbar {
	margin:0;
	padding:0 0 12px;
	float:right;
	width:660px;
}
.content .mainbar h2 { padding-bottom:6px; font-size:26px;}
.content .mainbar div.img { padding:8px 0 0; float:left;}
.content .mainbar div.img img { padding:0; border:none;}
.content .mainbar img.fl { }
.content .mainbar .article { margin:0 0 24px; padding:0 0 20px; border-bottom:1px solid #C8C8C8;}
.content .mainbar .article_noline { margin:0 0 24px; padding:0 0 0px;}
.content .mainbar .post_content { padding-right:10px; float:right; width:430px;}
.content .mainbar .post_cvinfo { padding-right:0px; float:left; width:650px;}
.content .mainbar .post_content strong { font-weight:bold;}
p.spec { padding:0 0 16px;}
p.infopost {
	margin:0 0 6px;
	padding:6px 12px 5px;
	color:#fff;
	background-color: #b6b6b6;
}
p.infopost span.date { }
p.infopost a { padding:0 2px; text-decoration:none; font-weight:normal; color:#fff;}
p.infopost a:hover { text-decoration:underline;}
p.infopost a.com { }
p.infopost a.com span { font-weight:bold;}
p.infopost a.com:hover { text-decoration:underline;}
.content .mainbar a.rm { display:block; float:left; padding:12px 0; width:103px; height:15px; font-size:13px; line-height:15px; font-weight:bold; text-decoration:none; text-transform:none; text-align:center; color:#fff; background:url(images/readmore.png) no-repeat center center;}
.content .mainbar a.rm:hover { text-decoration:none;}




/* contactform*/
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 9px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 20px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #333333;
  color: white;
  padding: 8px 20px;
  border: none;
  float: right;
  border-radius: 20px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #BB0A00;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #33333;
  padding: 0px;
}


/* video player */

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}



/* pagination */
.content p.pages {
	margin:0;
	padding:0;
	font-size:13px;
	text-align:left;
}
.content p.pages span, .content p.pages a { display:block; margin:0; padding:11px 0; float:left; width:40px; height:17px; color:#fff; line-height:17px; text-align:center; text-decoration:none;}
.content p.pages span, .content p.pages a:hover { color:#fff; font-weight:normal; background:url(images/page_a.png) no-repeat center center;}
.content p.pages a { color:#545454; background:url(images/page_p.png) no-repeat center center;}
.content p.pages small { font-size:12px; float:right;}

/* sidebar */
.content .sidebar { margin:0; padding:0; float:left; width:228px;}
.content .sidebar .gadget { margin:0 0 24px; padding:0;}
.content .sidebar h2 { }
ul.sb_menu, ul.ex_menu { margin:0; padding:0; list-style:none; font-size:12px;}
ul.sb_menu li, ul.ex_menu li { margin:0; list-style:none; border-bottom:1px solid #C8C8C8;}
ul.sb_menu li { padding:10px 0;}
ul.ex_menu li { padding:10px 0;}
ul.sb_menu li a {
	margin-left:-16px;
	padding:8px 8px 8px 16px;
	font-size:13px;
	color:#8a8a8a;
	text-decoration:none;
	text-transform:none;
}
ul.ex_menu li a {
	font-weight:normal;
	font-size:13px;
	color:#8a8a8a;
	text-decoration:none;
	text-transform:uppercase;
}
ul.sb_menu li a:hover, ul.ex_menu li a:hover {
	color:#BB0A00;
	font-weight:normal;
	text-decoration:none;
}

/* subpages */
.content .mainbar .comment { margin:0; padding:16px 0 0 0;}
.content .mainbar .comment img.userpic { border:1px solid #dedede; margin:10px 16px 0 0; padding:0; float:left;}

/* fbg */
.fbg { background:#1e1e1e;}
.fbg_resize { margin:0 auto; padding:32px 20px 24px; width:920px; color:#8a8a8a;}
.fbg h2 { padding:0 0 16px; color:#fff;}
.fbg h2 small { display:block; padding:4px 0 0; font-size:12px; font-weight:normal; text-transform:none; color:#8a8a8a;}
.fbg img.gal { margin:8px 8px 0 0; padding:3px; background:#3f3f3f; border:1px solid #4b4f53;}
.fbg .col { margin:0; float:left;}
.fbg .c1 { padding:0 16px 0 0; width:280px;}
.fbg .c2 { padding:0 36px 0 16px; width:280px;}
.fbg .c3 { padding:0 0 0 16px; width:274px;}
.fbg .fbg_ul { margin:0; padding:0; list-style:none;}
.fbg .fbg_ul li { margin:0; padding:0; list-style:none;}
.fbg .fbg_ul li a { display:block; margin:0; padding:2px 0 2px 12px; color:#8a8a8a; text-decoration:none; background:url(images/li.gif) no-repeat left center;}
.fbg .fbg_ul li a:hover {
	color:#970700;
	text-decoration:underline;
	font-weight:normal;
	background:url(images/li_a.gif) no-repeat left center;
}
.fbg p.contact_info { line-height:1.8em;}
.fbg p.contact_info a {
	text-decoration:underline;
	color:#970700;
	font-weight:normal;
}
.fbg p.contact_info span { display:block; float:left; width:74px; font-weight:bold;}

/* footer */
.footer { background:#060606;}
.footer_resize { margin:0  auto; padding:0; width:920px; color:#8a8a8a;}
.footer p.lf {
	margin:0;
	padding:30px 0;
	text-align:right;
	width:auto;
	line-height:1.5em;
	color: #444;
}
.footer p.lf a { color:#8a8a8a; text-decoration:none; font-weight:normal;}
.footer p.lf a:hover { text-decoration:none; color:#09a0d3;}
.footer p.lf span { float:right;}

/* form */
ol { list-style:none;}
ol li { display:block; clear:both;}
ol li label { display:block; margin:0; padding:16px 0 0 0;}
ol li input.text { width:480px; border:1px solid #c0c0c0; margin:0; padding:5px 2px; height:16px; background-color:#fff;}
ol li textarea { width:480px; border:1px solid #c0c0c0; margin:0; padding:2px; background-color:#fff;}
ol li .send { margin:16px 0 0 0;}

/* search */
.searchform { margin:0; padding:40px 0 0; float:right; width:auto; height:33px;}
#formsearch { margin:0; padding:0; width:auto; height:33px;}
#formsearch span { display:block; margin:0; padding:0; float:left; background:url(images/search_bg.png) no-repeat left top;}
#formsearch input.editbox_search { margin:0; padding:8px 10px; float:left; width:202px; height:17px; font-size:13px; line-height:17px; color:#aeaeae; background:none; border:none;}
#formsearch input.button_search { margin:0; padding:0; border:none; float:left;}

.registered_trade {
	font-size: 7px;

 }
