@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: #CCC url(../images/bodybg.png);
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #d6e2e5;
	font-size: 11px;
	background: #CCC url(../images/bodybg.png);
	
	min-width: 900px;
}
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;
	color: #0a9cce;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px;
}
h1 {
	font-size: 18px;
	margin-bottom: 18px;
	color: #424c49;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	color: #f7a43a;
	margin-bottom: 4px;
}
h3 {
	font-size: 12px;
	margin-bottom: 5px;
	color: #000;
}
h4 {
	font-size: 11px;
	margin-bottom: 10px;
	color: #969696;
	font-weight: normal;
}
h5 {
}
h6 {
}
.clear {
	clear: both;
}
hr {
	display: block;
	border: none;
	border-bottom: solid 1px #333;
	margin-bottom: 15px;
}
/* ============================================ */
/*	Editable Areas Global						*/
/* ============================================ */

.editable {
}
.editable li {
	list-style-position:inside;
	list-style-type: circle;
}
#sb_header_zone1, #sb_header_zone1 p, #sb_header_zone1 td, #sb_header_zone1 b, #sb_header_zone1 strong, #sb_header_zone1, #sb_header_zone1 li {
	line-height: 150%;
	color: #fff;
}
#sb_header_zone1 a {
	color: #fff;
	text-shadow: #ce8922 1px 1px 0px;
}
.editable, .editable p, .editable td, .editable b, .editable strong, .editable li {
	line-height: 150%;
	color: #404041;
}
.editable strong {
	color: #212121;
}
/* ================================================================= */

.editable a, a {
	text-decoration: underline;
	color: #0a9cce;
}
.editable a:hover, a:hover {
	text-decoration: none;
}
.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										*/
/* ============================================ */

#sb_content {
	padding-top: 20px;
	padding-bottom: 30px;
	background: #ffffff;
	padding-right: 15px;
}
#sb_left {
	margin-left: 15px;
}
#sb_right {
}
/* ----------------------- */

#sb_content_wrapper {
	background: #e9e9e9;
	padding: 0px 35px 25px 35px;
	margin-top: 30px;
	-moz-box-shadow: inset 0 2px 3px 0px #d2d2d2;
	-webkit-box-shadow: inset 0 2px 3px 0px #d2d2d2;
	box-shadow: inset 0 2px 3px 0px #d2d2d2;
	-moz-box-shadow: 0 1px 55px 0px #fff;
	-webkit-box-shadow: 0 1px 55px 0px #fff;
	box-shadow: 0 1px 55px 0px #fff;
}
#sb_header_zone2 {
}
.sb_limitwidth {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#sb_content_zone1 {
	padding: 20px;
	background: #fff;
}
#sb_content_zone1 a {
}
#sb_content_zone2 {
}
#sb_content_zone3 {
}
#sb_content_zone4 {
}
.sb_zone23 {
	clear: both;
}
#sb_content_zone5 {
	padding-left: 15px;
}
#sb_footer_zone1 {
	padding-top: 25px;
}
#footer {
}
#sb_header_zone1 {
}
/* ============================================ */
/*	Menus										*/
/* ============================================ */

#sb_main_menu {
	text-align: right;
}
#sb_main_menu ul {
	display: block;
	border-right: solid 1px #d3d3d3;
}
#sb_main_menu li {
	list-style: none;
	display: inline;
}
#sb_main_menu li a {
	display: inline-block;
	padding: 12px 8px;
	color: #929292;
	text-transform: capitalize;
	border-right: solid 1px #fff;
	border-left: solid 1px #d3d3d3;
	text-decoration: none;
}
#sb_main_menu li:last-child a {
	padding-right: 18px;
}
#sb_main_menu li a:hover {
	color: #0a9cce;
}
#sb_main_menu .active {
}
#sb_main_menu .active a {
	color: #ffffff !important;
	background: #16b0e4;
	border-right: solid 1px #16b0e4;
	border-left: solid 1px #16b0e4;
}
#sb_main_menu .active a:hover {
	color: #fff;
	cursor: default;
}
/* ------------------------ */

#sb_submenu .sb_submenu {
	padding-left: 20px !important;
}
#sb_submenu {
	width: 160px;
}
.sb_submenu {
	display: block;
}
#sb_submenu ul {
	margin: 0px;
	padding: 0px;
}
#sb_submenu li {
	list-style: none;
}
#sb_submenu li a {
	color: #9a9a9a;
	padding: 8px 10px 8px 15px;
	display: block;
	border-bottom: solid 1px #f1f1f1;
	text-decoration: none;
}
#sb_submenu li a:hover {
	color: #707070;
}
#sb_submenu .active {
	padding: 5px 0px 3px 0px;
	text-transform: uppercase;
}
#sb_submenu .active a {
	color: #fff !important;
	background: #16b0e4;
	cursor: default;
}
#sb_submenu .active a:hover {
	color: #fff;
}
/* ------------------------ */

#sb_footer_menu {
	text-align: left;
	padding-bottom:23px;
	padding-top: 30px;
	text-align: center;
}
#sb_footer_menu li {
	display: inline;
	padding: 10px 0px;
}
#sb_footer_menu li a {
	display: inline-block;
	padding: 0px 10px;
	font-size: 11px;
	text-transform: capitalize;
	border-right: solid 1px #CCC;
}
#sb_footer_menu li:last-child a {
	padding-right: 0px;
	border: none !important;
}
/* */

.button {
	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;
}
.sb_dropshadow {
	-moz-box-shadow: 0 3px 5px 0px #d2d2d2;
	-webkit-box-shadow: 0 3px 5px 0px #d2d2d2;
	box-shadow: 0 3px 5px 0px #d2d2d2;
}
/* ==================================================== */
/* 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_cr_text {
	color: #404041 !important;
}

.sb_bg_pages {
}
/* */

.sb_cr_pages {
}
/* */

.sb_btn_contast {
	white-space: nowrap;
	text-decoration: none !important;
	padding: 2px 12px !important;
	background: #0a9cce !important;
	color: #fff !important;
}
.sb_btn_contast:hover {
	background: #0b8cb8 !important;
}
.sb_btn_light {
	white-space: nowrap;
	text-decoration: none !important;
	padding: 2px 12px !important;
	background: #acacac !important;
	color: #fff !important;
}
.sb_btn_light:hover {
	background: #939393 !important;
}
