@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 {
	
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background: #e7e7e7 url(../images/bodybg.png) repeat-x left top;
}

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;
} 

img {
	border: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 4px;
	color: #000;
	clear: both;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 4px;
	color: #000;
	clear: both;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 4px;
	color: #000;
	clear: both;
} 

h4 {

}

h5 {
	
}

h6 {
	
}

p, td {
	line-height: 16px;
	color: #5e5e5e;
	font-size: 11px;
}

.clear {
	clear: both;
}

/* ============================================ */
/*	Editable Areas Global						*/
/* ============================================ */

.editable {

}

.editable p {
	line-height: 15px;
	clear: both;
}

.editable a {
	text-decoration: underline;
	color: #ed6a2c;
}

.editable a:hover {
	text-decoration: none;
}

.richtext ul {
	margin: 5px 0px;
}

.richtext ul li {
	list-style-type: disc;
	list-style-position: inside;
	color: #3e3e3e;
	padding: 4px 0px;
}

.editable img {
	
}

.richtext {
}

/* ============================================ */
/*	Layout										*/
/* ============================================ */

#sb_contentbody {
	margin-left: auto;
	margin-right: auto;
	padding: 25px 15px;
	background: #ffffff url(../images/contentbg.png) repeat-x left bottom;
}

.sb_center {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.sb_white {
	background: #fff;
	border-left: solid 1px #dededc;
	border-right: solid 1px #dededc;
}

#sb_content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}

#sb_left {
	float: left;
	width: 78%;
}

#sb_right {
	float: right;
	width: 20%;
}

/* ----------------------- */

#sb_header_zone1 {
}

#sb_header_zone2 {
}

.sb_wraper_header2 {
	border-bottom: solid 1px #e9e9e8;
	border-top: solid 9px #e95823;
}


#sb_content_zone1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

#sb_content_zone1 p, #sb_content_zone1 td {
	line-height: 15px;
}

#sb_content_zone1 a {
}

#sb_content_zone2 {
}

#sb_content_zone3 {
	float: left;
	width: 48%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#sb_content_zone4 {
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	width: 45%;
}

.sb_zone23 {
	background: #e9e9e9 url(../images/bgbg.png) repeat-x;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-top: 8px;
	
}
      	
#sb_content_zone5 {
}

#sb_footer_zone1 {	
	background: #ee6f34;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #e6401a;
	
	padding: 15px;
	padding-bottom: 70px;
	font-size: 10px;
}

#sb_footer_zone1 p, #sb_footer_zone1 td, #sb_footer_zone1 a {
	color: #fff;
}


/* ============================================ */
/*	Menus										*/
/* ============================================ */

#sb_main_menu {	
}

#sb_main_menu ul {
	background: url(../images/mainmenubg.png) repeat-x left bottom;
	padding-left: 10px;
	display: block;
	position: relative;
	
	margin-top: 10px;

	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	
	height: 53px;
}

#sb_main_menu li {
	display: block;
	float: left;
	background: url(../images/mainmenudivider.png) no-repeat right bottom;
}

#sb_main_menu li a {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 19px;
	padding-bottom: 19px;
	color: #fff;
	font-weight: bold;
}

#sb_main_menu li a:hover {
	color: #fff;
}

#sb_main_menu .active {
	background: #fff;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-top: 8px;
	margin-top: 10px;
}

#sb_main_menu .active a {
		
	padding-top: 9px;
	padding-bottom: 10px;
	color: #353430;
}

#sb_main_menu .active a:hover {
	color: #353430;
	cursor: default;
}

/* ------------------------ */

#sb_submenu .sb_submenu {
	margin-left: 12px;
}

#sb_submenu {
	clear: both;
}

#sb_submenu ul {
	margin: 0px;
	padding: 0px;
}

#sb_submenu li {
	display: block;
	margin-bottom: 4px;
	background: #fcfcfc;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#sb_submenu li a {
	padding-left: 8px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-decoration: none;
	display: block;
	color: #959595;
}

#sb_submenu li a:hover {
	color: #666;
	text-decoration: none;
}

#sb_submenu .active {
	background: #ed6a2c;
}

#sb_submenu .active a {
	color: #fff;
	cursor: default;
}

#sb_submenu .active a:hover {
	color: #fff;
}

/* ------------------------ */

#sb_footer_menu {
	background: #e95823;
	margin-left: auto;
	margin-right: auto;
	padding:15px 15px 15px 20px;
	border-top: solid 1px #f4943e;
}

#sb_footer_menu li {
	display: inline-block;	
}

#sb_footer_menu li a {
	color: #fff;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 10px;
}

#sb_footer_menu li a:hover {
	color: #999;
}


/* */

.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: #d7d7d7 url(../images/bntbg.png) repeat-x !important;
	color: #7f7f7f !important;
	text-decoration: none !important;
	font-size: 10px !important;
	padding: 5px 15px !important;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	display: inline-block;
}

.sb_btn_contast:hover {
	color:#333 !important;
}

.sb_btn_light {
	background: #d7d7d7 url(../images/bntbg.png) repeat-x !important;
	color: #7f7f7f !important;
	text-decoration: none !important;
	font-size: 10px !important;
	padding: 5px 15px !important;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	display: inline-block;
}

.sb_btn_light:hover {
	color:#333 !important;
}


