@charset "utf-8";
/* CSS Document */

/* ============================================ */
/* 		RESET CSS 								*/
/* ============================================ */

html, body, div, span, applet, button, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead /*, tr, th, td */ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	-webkit-padding-start: 0px;
}
ul {
	-webkit-padding-start: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}
td {
	vertical-align: top;
}
/* ============================================ */
/* 		GLOBAL STYLES							*/
/* ============================================ */

html {
	background: #232323;
}
body {
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	color: #333;
	background: #232323;
	border-top: solid 3px #ea810e;
	min-width: 920px;
}
input {
	border: solid 1px;
	border-color: #404040;
	outline: none;
}
input[type=checkbox] {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
	border: none;
}
select {
	border: solid 1px;
	border-color: #404040;
}
textarea {
	border: solid 1px;
	border-color: #404040;
}
a {
	text-decoration: none;
	outline: none;
	color: #5084c8;
}
a:hover {
	color: #38659f;
}
img {
	border: 0px;
}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #222;
	padding: 0px;
}
h2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #000;
}
h3 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #000;
}
h4 {
	font-size: 12px;
	margin-bottom: 3px;
	color: #000;
}
h5 {
}
h6 {
}
.clear {
	clear: both;
}
hr {
	display: block;
	margin: 15px 0px;
	border: none;
	padding-top: 2px;
}
/* ============================================ */
/*	Editable Areas Global						*/
/* ============================================ */

.editable {
}
.editable li {
	list-style-position:inside;
	list-style-type: circle;
}
.editable, .editable p, .editable td, .editable li {
	line-height: 160%;
	color: #6c6c6c;
}
.editable img, .editable p img, .editable td img {
	border: solid 1px #c7c7c7;
	padding: 5px;
}
.sb_topcenter .editable img, .sb_topcenter .editable p img, .sb_topcenter .editable td img {
	border: none;
	padding: none;
}
#sb_content_zone1 p, #sb_content_zone1 td, #sb_content_zone1, #sb_content_zone1 li {
	color: #666;
	text-shadow: #fff 1px 1px 1px;
}
/* ================================================================= */

.editable a, a {
	text-decoration: none;
	color: #5084c8;
}
.editable a:hover, a:hover {
	color: #38659f;
}
.richtext ul {
	margin: 5px 0px;
}
.richtext ul li {
	list-style-type: none;
	list-style-position: inside;
	color: #3e3e3e;
	padding: 2px 0px;
}
.editable img {
}
.richtext {
}
/* ============================================ */
/*	Layout										*/
/* ============================================ */

#toppart {
	position: relative;
	z-index: 2;
	padding-bottom: 100px;
}
.sb_topcenter {
}
.sb_topwraper {
	padding-bottom: 3px;
	clear: both;
}
#sb_content_zone1_wraper {
}
#sb_content_wraper {
	background: #eee url(../images/contentbg.png);
}
#sb_content {
	position: relative;
	top: -90px;
	z-index: 100;
}
#sb_left {
	padding: 35px;
	background: #f9f9f9;
	border: solid 1px #fff;
	-moz-box-shadow: 0 2px 2px 0px #999;
	-webkit-box-shadow: 0 2px 2px 0px #999;
	box-shadow: 0 2px 2px 0px #999;
}
#sb_right {
}
/* ----------------------- */

#sb_header_zone2_wraper {
	padding-bottom: 10px;
}
#sb_header_zone2 {
	overflow: hidden;
	background: #f9f9f9;
	border-bottom: solid 8px #30a8f4;
	padding: 35px;
}
#sb_header_zone2, #sb_header_zone1, #sb_content_zone1, #sb_footer_zone1, #sb_footer_menu, #sb_content, .sb_width {
	min-width: 800px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.sb_wraper_header2 {
}
.sb_width {
	background: #f9f9f9;
	-moz-box-shadow: 0 2px 2px 0px #222;
	-webkit-box-shadow: 0 2px 2px 0px #222;
	box-shadow: 0 2px 2px 0px #222;
}
#sb_content_zone1 {
	padding: 35px;
	display: block;
}
#sb_content_zone1 a {
}
#sb_content_zone2 {
}
#sb_content_zone3 {
	float: left;
	width: 48%;
}
#sb_content_zone4 {
	float: right;
	width: 48%;
}
.sb_zone23 {
	clear: both;
}
#sb_content_zone5 {
	margin-left: 10px;
	margin-top: 10px;
	padding: 30px;
	background: #f9f9f9;
	border: solid 1px #fff;
	-moz-box-shadow: 0 2px 2px 0px #999;
	-webkit-box-shadow: 0 2px 2px 0px #999;
	box-shadow: 0 2px 2px 0px #999;
}
#sb_footer_zone1 {
	text-align: center;
}

#sb_header_zone1, #sb_header_zone1 td, #sb_header_zone1 p, #sb_header_zone1 li, #sb_header_zone1 label {
	color: #fff;
}

#sb_footer_zone1 p, #sb_footer_zone1 td, #sb_footer_zone1, #sb_footer_zone1 label {
	color: #999;
}
#sb_footer_zone1 a {
	color: #5d92d6;
}
#sb_footer_zone1 a:hover {
	color: #4193ff;
}
#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	background: #333333;
	border-top: solid 5px #30a8f4;
}
/* ============================================ */
/*	Menus										*/
/* ============================================ */

#sb_main_menu {
	width: 85%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #eee url(../images/mainmenubg.png) repeat-x top left;
}
#sb_main_menu ul {
	display: block;
}
#sb_main_menu li {
	list-style: none;
	display: inline;
}
#sb_main_menu li a {
	display: inline-block;
	background: url(../images/mainmenudivider.png) no-repeat right top;
	padding: 11px 16px 11px 12px;
	color: #6e6e6e;
	text-shadow: #fff 1px 1px 0px;
	font-size: 12px;
	font-weight: bold;
}
#sb_main_menu li a:hover {
	color: #000;
}
#sb_main_menu .active {
}
#sb_main_menu .active a {
	color: #ea810e;
}
#sb_main_menu .active a:hover {
	color: #ea810e;
	cursor: default;
}
/* ------------------------ */

#sb_submenu .sb_submenu {
	padding-left: 30px !important;
}
#sb_submenu {
	padding: 30px;
	background: #f9f9f9;
	border: solid 1px #fff;
	-moz-box-shadow: 0 2px 2px 0px #999;
	-webkit-box-shadow: 0 2px 2px 0px #999;
	box-shadow: 0 2px 2px 0px #999;
	margin-left: 10px;
}
.sb_submenu {
	display: block;
}
#sb_submenu ul {
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #eee;
	padding-top: 1px;
	width: 200px;
}
#sb_submenu li {
	padding-bottom: 1px;
	border-bottom: solid 1px #eee;
	list-style: none;
	padding: 8px 0px 8px 15px;
}
#sb_submenu li a {
	color: #407996;
}
#sb_submenu li a:hover {
	text-decoration: none;
}
#sb_submenu .active {
	list-style: inside circle;
	color: #ea810e;
}
#sb_submenu .active a {
	color: #ea810e;
	cursor: default;
	text-decoration: none;
	font-weight: bold;
}
#sb_submenu .active a:hover {
	color: #000;
}
/* ------------------------ */

#sb_footer_menu {
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}
#sb_footer_menu li {
	display: inline;
	border-right: solid 1px #494949;
	padding: 10px 0px;
}
#sb_footer_menu li a {
	display: inline-block;
	padding-right: 14px;
	padding-left: 12px;
}
#sb_footer_menu li a:hover {
	color: #4193ff;
}
#sb_footer_menu li:last-child {
	border: none !important;
}
#sb_footer_menu li:last-child a {
	padding-right: 0px;
	background: none;
}
/* */

.button {
	font-size: 10px;
	color: #3e4e4d !important;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 15px;
	padding-bottom: 3px !important;
	display: inline-block !important;
}
.button:hover {
	text-decoration: none;
}
/* ==================================================== */
/* widgets css										 	*/
/* ==================================================== */

.sb_br_photo {
}
.sb_br_input {
}
.sb_br_solid {
}
.sb_error {
	color: #900 !important;
}
/* */

.sb_bg_text_contast {
}
.sb_bg_text_light {
}
.sb_bg_text_activepage {
}
.sb_bg_input {
}
.sb_bg_pages {
}
/* */

.sb_cr_pages {
}
/* */

.sb_btn_contast {
	color: #fff !important;
	text-decoration: none !important;
	padding: 5px 21px !important;
	font-size: 11px;
	line-height: normal !important;
	border: solid 1px #407996;
	display: inline-block !important;
	background: #407996 !important;
	text-shadow: #285f7b 1px 1px 0px;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b93c5', endColorstr='#316e98') !important; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4b93c5), to(#316e98)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top, #4b93c5, #316e98) !important; /* for firefox 3.6+ */
	-moz-box-shadow: 0 1px 1px 0px #999;
	-webkit-box-shadow: 0 1px 1px 0px #999;
	box-shadow: 0 1px 1px 0px #999;
}
.sb_btn_contast:hover {
	border: solid 1px #000;
	color: #fff !important;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b93c5', endColorstr='#316e98') !important; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4b93c5), to(#316e98)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top, #4b93c5, #316e98) !important; /* for firefox 3.6+ */
}
.sb_btn_light {
	color: #285f7b !important;
	text-decoration: none !important;
	padding: 5px 21px !important;
	font-size: 11px;
	border: solid 1px #ececec;
	line-height: normal !important;
	display: inline-block !important;
	background: #ececec !important;
	text-shadow: #fefefe 1px 1px 0px;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec') !important; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #ececec) !important; /* for firefox 3.6+ */
	-moz-box-shadow: 0 1px 1px 0px #999;
	-webkit-box-shadow: 0 1px 1px 0px #999;
	box-shadow: 0 1px 1px 0px #999;
}
.sb_btn_light:hover {
	border: solid 1px #a0bdcb;
	color: #fff !important;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec') !important; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #ececec) !important; /* for firefox 3.6+ */
}
