@charset "utf-8";
/* 	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;
}
td {
	vertical-align: top;
}
/* ============================================ */
/* 		GLOBAL STYLES							*/
/* ============================================ */

html {
	height: 100%;
	background: #e6e6e6;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	min-height: 99%;
	min-width: 950px;
	background: #e6e6e6;
}
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 {
	outline: none;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px;
}
h1 {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 8px 0px;
	padding-left: 10px;
	color: #00a9dd;
	font-weight: bold;
	background: #f7f7f7;
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 3px #00a9dd;
	text-shadow: 1px 1px #fff;
}
h2 {
	font-size: 12px;
	color: #00a9dd;
	margin-bottom: 10px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	margin-bottom: 8px;
	color: #00a9dd;
}
h4 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #00a9dd;
	font-weight: normal;
}

#sb_content_zone2 {
}

.clear {
	clear: both;
}
/* ============================================ */
/*	Editable Areas Global						*/
/* ============================================ */

.editable {
}
.editable li {
	list-style-position:inside;
	list-style-type: circle;
}
.editable, .editable p, .editable td, .editable b, .editable strong, .editable li {
	line-height: 150%;
	color: #424242;
}
.editable strong {
	color: #424242;
}
/* ================================================================= */

.editable a, a {
	color: #00a9dd;
}
.editable a:hover, a:hover {
	text-decoration: none !important;
}
.richtext ul {
	margin: 0px;
}
.richtext ul li {
	list-style-type: none;
	list-style-position: inside;
}
.editable img {
}
.richtext {
}
/* ============================================ */
/*	Layout										*/
/* ============================================ */

#sb_wrapper {
	width: 904px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	box-shadow: 0 0 15px #dbdbdb;
	margin-top: 20px;
	margin-bottom: 10px;
} 

#sb_content_wrapper {
	border-top: solid 15px #333333;
}

#sb_content {
}
#sb_left {
}
#sb_right {
	width: 195px;
	border-right: solid 1px #e5e5e5;
}
/* ----------------------- */

#sb_content_zone1 {
}

#sb_content_zone1 p {
	padding: 0px 15px;
}

#sb_content_zone3 {
}

.sb_zone23_divider {
	border-right: solid 1px #e6e6e6;
	width:1px !important;
}

#sb_content_zone4 {
}

.sb_zone23 {
	border-top: solid 1px #e6e6e6;
}

#sb_content_zone5 {
	margin: 15px 0px;	
}

#sb_content_zone5 p {
	padding: 0px 15px;
}

#sb_footer_zone1 {
	background: #333333;
		
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
#sb_footer_zone1, #sb_footer_zone1 p, #sb_footer_zone1 td, #sb_footer_zone1 b, #sb_footer_zone1 strong, #sb_footer_zone1 li, #sb_footer_zone1 label {
	color: #989898;
	font-size: 10px;
	line-height: 120%;
}
#sb_footer_zone1 strong {
	color: #989898;
	font-size: 10px;
	line-height: 120%;
}

#footer {
}

#sb_header_zone1, #sb_footer_zone1 {
	padding: 15px;
}

#sb_header_zone1 a {
	text-decoration: underline;
}

/* ============================================ */
/*	Menus										*/
/* ============================================ */

#sb_main_menu, #sb_main_menu ul {
	margin: 0px;
}
#sb_main_menu li {
	list-style: none;
}
#sb_main_menu li a {
	display: block;
	color: #595959;
	text-decoration: none;
	border-bottom: 1px dotted #bcbcbc;
	padding: 8px 10px;
}
#sb_main_menu li a:hover {
	color: #000;
}
#sb_main_menu .active {
	background: #00a9dd;
}
#sb_main_menu .active a {
	color: #fff !important;
	text-shadow: 1px 1px #007ba1 !important;
	background: none;
	padding-right: 10px;
	font-weight: bold;
}
#sb_main_menu .active a:hover {
	color: #fff;
	cursor: default;
}
/* ------------------------ */

#sb_submenu .sb_submenu {
	padding-left: 20px !important;
}
#sb_submenu {
	margin-bottom: 20px;
	padding-left: 15px;
}
.sb_submenu {
	display: block;
}
#sb_submenu ul {
	margin: 0px;
	padding: 0px;
}
#sb_submenu li {
	list-style: none;
}
#sb_submenu li a {
	display: block;
	color: #00a9dd;
	text-decoration: underline;
	padding: 6px 0px;
}
#sb_submenu li a:hover {
	color: #00a9dd;
	text-decoration: none;
}
#sb_submenu .active {
}
#sb_submenu .active a {
	cursor: default;
}

/* ------------------------ */


#sb_footer_menu {
	text-align: left;
	padding-bottom:33px;
	padding-top: 10px;
	text-align: center;
}
#sb_footer_menu li {
	display: inline;
	padding: 8px 0px;
}
#sb_footer_menu li a {
	display: inline-block;
	padding: 0px 10px;
	border-right: solid 1px #CCC;
	font-size: 10px;
	color: #595959;
}

#sb_footer_menu li a:hover {
	color: #000;
}

#sb_footer_menu li:last-child a {
	padding-right: 0px;
	border: none !important;
}
/* */

/* ==================================================== */
/* 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_pages {
}
/* */

.sb_btn_contast {
	white-space: nowrap;
	text-decoration: none !important;
	padding: 4px 15px !important;
	color: #fff !important;
	text-shadow: 1px 1px #0084ac;
	
	display: inline-block;
	margin: 2px;
	
	background: #00a9dd; /* for non-css3 browsers */
}
.sb_btn_contast:hover {
}
.sb_btn_light {
	white-space: nowrap;
	text-decoration: none !important;
	padding: 4px 21px !important;
	color: #fff !important;
	text-shadow: 1px 1px #565656;
	
	display: inline-block;
	margin: 2px;
	
	background: #6e6e6e; /* for non-css3 browsers */
}
.sb_btn_light:hover {
}
