@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;*/
}


/* ============================================ */
/* 		GLOBAL STYLES							*/
/* ============================================ */


body {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background: url(../images/bg.jpg);
	background-position: -40px 21px;
	min-width: 1200px;
}

input {
	border: solid 1px;
	border-left-color: #404040;
	border-top-color: #404040;
	border-right-color: #d4d0c8;
	border-bottom-color: #d4d0c8;
	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-left-color: #404040;
	border-top-color: #404040;
	border-right-color: #d4d0c8;
	border-bottom-color: #d4d0c8;
}

textarea {
	border: solid 1px;
	border-left-color: #404040;
	border-top-color: #404040;
	border-right-color: #d4d0c8;
	border-bottom-color: #d4d0c8;
}

a {
	text-decoration: none;
	color: #2b6dae;
	outline: none;
} 

#sb_header_zone2 a {
	color: #cce76c
}

img {
	border: 0px;
}

h1 {
	font-size: 15px;
	color: #325300;
}

h2 {
	font-size: 11px;
	color: #4f6a95;
	font-weight: normal;
}

h3 {
	
} 

h4 {

}

h5 {
	
}

h6 {
	
}

.clear {
	clear: both;
}

.wraper {
	background:url(../images/topbg.jpg) repeat-x;	
}

.innerwraper {
	background:url(../images/cornerbg.png) no-repeat top left;
	height: 500px;
}

.sb_decorative {
	background: url(../images/decorative.png) no-repeat center 60px;
	width: 100%;
}

p, td {
	font-size: 11px;
	line-height: 16px;
	color: #222;
}

/* ============================================ */
/*	Editable Areas Global						*/
/* ============================================ */

.editable {
	overflow: hidden;
}

.editable p {
	line-height: 16px;
}

.editable a {
	text-decoration: underline;
	color: #790;
	line-height: 16px;
}

.richtext ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-position:inside;
	list-style-type: circle;
}

.editable img {
	padding-right: 8px;
}

.richtext {
}

/* ============================================ */
/*	Layout										*/
/* ============================================ */


#sb_contentbody {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

#sb_content {
	padding: 29px 17px 30px 17px;
	background: #fff url(../images/contentbg.jpg) no-repeat right top;
}

#sb_left {
	float: left;
	width: 704px;
}

#sb_right {
	float: right;
	width: 172px;
}

/* ----------------------- */


#sb_header_zone1 {
	padding-top: 15px;
	min-height: 135px;
}


#sb_header_zone2 {
	background: #484848;
	padding-bottom: 3px;
	color:#CCC;
}

#sb_content_zone1 {
	
}


#sb_content_zone2 {
	padding-bottom: 25px;
}

#sb_content_zone3 {
	float: left;
	width: 49%;
	line-height: 16px;
}

#sb_content_zone4 {
	float: right;
	width: 49%;
	line-height: 16px;
}
      	
#sb_content_zone5 {
	padding-bottom: 20px;
}

#sb_footer_zone1 {
	background: url(../images/footerbg.png) no-repeat center top;
	overflow: hidden;
	height: 45px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 50px;
	line-height: 44px;
	color:#909090;
}

#sb_footer_zone1 p {
	line-height: 44px;
	color: #909090;
}

/* ============================================ */
/*	Menus										*/
/* ============================================ */

#sb_main_menu {
	background: url(../images/mainmenu.jpg) repeat-x;
	overflow: hidden;
	padding-left: 12px;
	height: 47px;
}

#sb_main_menu li {
	display: inline;
}

#sb_main_menu li a {
	margin-top: 14px;
	padding-bottom: 1px;
	line-height: 23px;
	display: inline-block;
	padding: 0px 12px 0px 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#sb_main_menu li a:hover {
	color: #ffffff;
}

#sb_main_menu .active {
	padding-top: 9px;
	padding-bottom: 15px;
}

#sb_main_menu .active a {
	color: #fff;
	background:#1d2130;
}

#sb_main_menu .active a:hover {
	color: #FFF;
	cursor: default;
}

/* ------------------------ */

#sb_submenu .sb_submenu {
	padding-left: 15px;
}

#sb_submenu {
}

#sb_submenu li {
	border-bottom: solid 1px #CCC;
	text-indent: 5px;
}

#sb_submenu li a {
	line-height: 25px;
	display: inline-block;
	color: #1d2130;
	text-decoration: none;
}

#sb_submenu li a:hover {
	text-decoration: underline;
}

#sb_submenu .active {
	background: #e9e9e9;
}

#sb_submenu .active a {
	color: #000;
}

#sb_submenu .active a:hover {
	text-decoration: none;
}

/* ------------------------ */

#sb_footer_menu {
	display: none;
}

/* ======================================== */
/* 	widget's styles							*/
/* ======================================== */

.sb_br_photo {
	padding: 0px !important;
}

.sb_br_input {
}

.sb_br_solid {
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
}

/* */

.sb_bg_text_contast {
     background-color: #000;
}

.sb_bg_text_light {
     
}

.sb_bg_text_activepage {
    background: url(../images/mainmenu.jpg) left !important;
	display: inline-block;
}

.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_cr_text_activepage {
	color: #000 !important;	
	font-weight: bold;
	text-decoration: none !important;
}

.sb_comments_pages {
	margin-bottom: 10px;
}

/* */

.sb_btn_contast {
     padding: 1px 17px 3px 17px !important;
     background: url(../images/mainmenu.jpg) center !important;
     color: #000 !important;
	 display: inline-block !important;
	 text-decoration: none !important;
}

.sb_btn_light {
     padding: 1px 17px 3px 17px !important;
     background: url(../images/mainmenu.jpg) left !important;
     color: #000 !important;
	 display: inline-block !important;
	 text-decoration: none !important;
}

/* ======================================== */

/* ======================================== */
/* 	widget's styles							*/
/* ======================================== */

#sb_header_zone2 .sb_br_photo {
	border: solid 1px #2e2e2e;
	padding: 0px !important;
}

#sb_header_zone2 .sb_bg_text_contast {
     background-color: #771d0a;
}

#sb_header_zone2 .sb_bg_text_activepage {
     background-color: #771d0a;
}


#sb_header_zone2 .sb_cr_title {
     color: #fff;
}

#sb_header_zone2 .sb_cr_text {
     color: #fff;
}

#sb_header_zone2 .sb_cr_hint {
     color: #fff;
}

#sb_header_zone2 .sb_cr_input {
     color: #fff;
}


#sb_header_zone2 .sb_cr_text_activepage {
	color: #000 !important;	
	text-decoration: none !important;
}

#sb_header_zone2 .sb_comments_pages {
	margin-bottom: 10px;
}


/* ======================================== */