@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 {
	list-style: none;
	-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: #000;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background: #000 url(../images/bodybg.jpg) no-repeat center top;
	padding-top: 40px;
}

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;
	height: 20px;
}

textarea {
	border: solid 1px;
	border-color: #404040;
}

a {
	text-decoration: none;
	color: #7b9a1c;
	outline: none;
} 

img {
	border: 0px;
}

h1 {
	font-size: 26px;
        font-family: Dosis;
	color: #2020C0;
	font-weight:400;
	padding-bottom: 5px;
}

h2 {
	font-size: 18px;
        font-family: Dosis;
	color: #2020C0;
	font-weight: 400;
	padding-bottom: 4px;
}


h3 {
        font-family: Dosis;
	color: #1010A0;
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 1px;
} 

h4 {
        font-family: Dosis;
	color: #101090;
	font-weight: 500;
	font-size: 16px;
	padding-bottom: 1px;
}

td.small0 {
	font-size: 18px;
        font-family: Dosis;
	color: #2020C0;
	font-weight: 600;
	padding-bottom: 4px;
	
      }

td.small1 {
        font-family: Dosis;
	color: #107010;
	font-weight: 500;
	font-size: 15px;
	padding-bottom: 1px;
	
      }

td.small2 {
        font-family: Dosis;
	color: #101090;
	font-weight: 500;
	font-size: 13px;
	padding-bottom: 1px;
	
      }


p, td {
	font-size: 11px;
	line-height: 16px;
	color: #3e3e3e;
}

.clear {
	clear: both;
}

/* ============================================ */
/*	Editable Areas Global						*/
/* ============================================ */

.editable {
	overflow: hidden;
}

.editable p {
	line-height: 15px;
}

.editable a {
	text-decoration: underline;
	color: #833305;
}

.editable a:hover {
	text-decoration: none;
}

.richtext ul {
	margin: 5px 0px;
}

.richtext ul li {
	list-style-type: disc;
	list-style-position: inside;
	color: #101090;
	line-height: 20px;
}

.editable img {
	
}

.richtext {
}

/* ============================================ */
/*	Layout										*/
/* ============================================ */

#sb_footer {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-bottom: 40px;
	background: #0f0f0f;
	padding-bottom: 10px;
	padding-top: 11px;
}

#sb_contentbody {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	background: #fff url(../images/contentbg.jpg) no-repeat left top; 
}

#sb_content {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
	background:url(../images/content2bg.jpg) no-repeat left bottom;
}

#sb_left {
	float: left;
	width: 78%;
}

#sb_right {
	float: right;
	width: 20%;
}

/* ----------------------- */

#sb_header_zone1 {
	padding: 10px 25px;
}

#sb_header_zone2 {
}

#sb_content_zone1 {
}

#sb_content_zone2 {
}

#sb_content_zone3 {
	float: left;
	width: 45%;
   /* background: #FFF; */
	padding: 10px;
}

#sb_content_zone4 {
	float: right;
	width: 45%;
	
	padding: 10px;
}
      	
#sb_content_zone5 {
	background: #FFF;
	padding: 10px;
}

#sb_footer_zone1 {	
	font-size: 10px;
}

#sb_footer_zone1 p {
	color: #7f7f7f;
}

/* ============================================ */
/*	Menus										*/
/* ============================================ */

#sb_main_menu {
	background:url(../images/menudivider.png) no-repeat bottom;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

#sb_main_menu li {
	display: inline;
}

#sb_main_menu li a {
	display: inline-block;
	padding-right: 15px;
	padding-left: 13px;
	color: #7f7f7f;
	font-weight: bold;
	border-right: solid 1px #999;
}

#sb_main_menu li a:hover {
}

#sb_main_menu .active {
	
}

#sb_main_menu .active a {
	color: #FFF;
	background: #757575;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sb_main_menu .active a:hover {
	color: #fff;
	cursor: default;
}

/* ------------------------ */

#sb_submenu .sb_submenu {
	padding-left: 10px;
}

#sb_submenu {
	background: #fff;
	border-top: solid 1px #f5f5f5;
}

#sb_submenu ul {
	padding: 0px;
	margin: 0px;
}

#sb_submenu li {
	border-bottom: solid 1px #f5f5f5;
	padding: 2px 0px;
}

#sb_submenu li a {
	padding-left: 9px;
	line-height: 21px;
	display: inline-block;
	text-decoration: none;
	height: 21px;
	width: 162px;
	margin-bottom: 4px;
	color: #777;
}

#sb_submenu li a:hover {
	color: #333;
}

#sb_submenu .active {
}

#sb_submenu .active a {
	color: #000;
	cursor: default;
}

#sb_submenu .active a:hover {
	color: #000;
}

/* ------------------------ */

#sb_footer_menu {
	text-align: center;
	margin-bottom: 10px;
}

#sb_footer_menu .first a {
	border-left: solid 1px #666;
} 

#sb_footer_menu li {
	display: inline;
	padding: 5px 0px;
}

#sb_footer_menu li a {
	color: #7f7f7f;
	padding: 0px 10px;
	display: inline-block;
	font-size: 10px;
	border-right: solid 1px #666;
}

#sb_footer_menu .active a {
	color: #cccbcb;
	cursor: default;
}

/* */

.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_bg_text_contast {
    
}

.sb_bg_text_light {
     
}

.sb_bg_text_activepage {
}
.sb_bg_input {
}

.sb_bg_pages {
}

/* */

.sb_cr_title {
     color: #000;
}

.sb_cr_text {
     color: #000;
}

.sb_cr_hint {
     color: #000;
}

.sb_cr_input {
     color: #000;
}

.sb_cr_pages {
}

/* */

.sb_btn_contast {
	background: #f6f6f6 !important;
	color: #999999 !important;
	padding: 5px 15px !important;
	text-decoration: none !important;
}

.sb_btn_contast:hover {
	background: #a72b25 !important;
	color: #fff !important;
	padding: 5px 15px !important;
	text-decoration: none !important;
}

.sb_btn_light {
	background: #f6f6f6 !important;
	color: #999999 !important;
	padding: 5px 15px !important;
	text-decoration: none !important;
}

.sb_btn_light:hover {
	background: #a72b25 !important;
	color: #fff !important;
	padding: 5px 15px !important;
	text-decoration: none !important;
}

