/* ============================================ */
/* 		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: 17px;
}
ol, ul {
	list-style: none;
}
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							*/
/* ============================================ */

html {}

body {
	margin: 0px;
	background-color: #222222;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #7c7c7c;
	background-image:url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a {
	text-decoration: none;
	color: #7a7a7a;
}

a:hover {
	text-decoration: underline;
}


.clear {
	clear: both;
}


h2 {
	color: #000;
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 21px;
}

h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 14px;
}

h4 {
	color: #444;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 15px;
}

input, textarea, select {
	border: solid 1px;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	border-top-color: #999;
	border-left-color: #999;
}


/* ============================================ */
/* 												*/
/* ============================================ */

.editable {
	overflow: hidden;
}

#sb_page {
	width: 733px;
	margin-left: auto;
	margin-right: auto;
}

/* ============================================ */

#sb_main_menu {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
	background: #FFF;
}

#sb_main_menu ul {
	display: inline;
	background: url(../images/main_menu_divider.gif) no-repeat;
	background-position: left;
}

#sb_main_menu li {
	display: inline;
	padding-left: 22px;
	padding-right: 22px;
	background: url(../images/main_menu_divider.gif) no-repeat;
	background-position: right;
}

#sb_main_menu li a {
	text-decoration: none;
	color: #797979;
	line-height: 20px;
	height: 20px;
}

#sb_main_menu li a:hover {
	text-decoration: none;
	color: #000;
}

/* =========================================================== */

#sb_header {
	clear: both;
	position: relative;
	float:left;
}

#sb_header_zone2 {
}

/* ============================================ */

#sb_content {
	width: 100%;
	background: url(../images/content_bg.jpg) repeat-y;
}

#sb_content_left {
	float: left;
	width: 245px;
	padding-left: 10px;
	/* padding-top: 10px; */
	padding-right: 10px;
}

/* ============================================ */

#sb_content_right {
	float: left;
	width: 453px;
	padding-left: 10px;
	/* padding-top: 10px; */
}

/* ============================================ */

#sb_submenu .sb_submenu {
	padding-left: 15px;
}

#sb_submenu {
	padding-bottom: 20px;
	background:url(../images/submenu_divider.jpg) no-repeat;
	background-position: top;
}

#sb_submenu li {
	background:url(../images/submenu_divider.jpg) no-repeat;
	background-position: bottom;
}

#sb_submenu li a {
	background: url(../images/li_tick.gif) no-repeat;
	background-position: center left;
	padding-left: 15px;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #3a3a3a;
	text-decoration: none;
	font-weight: bold;
}

/* ============================================ */

#sb_content_zone5 {
	padding-bottom: 20px;	
}

/* ============================================ */

#sb_content_right div, #sb_content_left div {
	line-height: 17px;
	color: #7c7c7c;
}

#sb_content_zone2 {
	margin-bottom: 20px;
}

#sb_content_zone2 li {
}

#sb_content_zone2 ul{
	margin: 5px 0px 5px 0px;
}
#sb_content_zone2 li {
	padding-left: 10px;
	background:url(../images/link_tick.gif) no-repeat;
	background-position: center left;
	display: block;
}

#sb_content_zone1 {
	padding-left:10px;
	background: #FFF;
	clear:both;
}

#sb_content_zone1 li {
	list-style-image: url(../images/link_tick.gif);
	padding-left: 5px;
}

#sb_content_zone1 ul {
	margin: 5px 0px 5px 0px;
}
#sb_content_zone1 li a {
	
}

/* ============================================ */

#sb_footer {
	text-align: center;
	color: #7c7c7c;
	background-color: #f1f1f1;
	border-top: solid 8px #7a7a7a;
	padding: 15px 0px 50px 0px;
}

/* ============================================ */

#sb_header_zone1 {
	color: #FFF;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 75px;
	text-align: center;
	background: #000;
}

#sb_header_zone1 p {
	color: #FFF;
	font-size: 22px;
	line-height: 75px;
}

/* ============================================ */

#sb_content_right_subcontent {
	background-color: #f1f1f1;
	padding: 0px 10px 0px 10px;
	margin-left: -9px;
	margin-right: -5px;
	border-left: solid 1px #cccccc;
}

#sb_content_zone4 {
	float: left;
	width: 48%;
	padding: 10px 0px 10px 0px;
}

#sb_content_zone3 {
	float: right;
	width: 48%;
	padding: 10px 0px 10px 0px;
}

/* ============================================ */


#sb_breadcrumb {
	border-bottom: dotted 1px #CCC;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.sb_breadcrumb_separator {
	display: inline;
}

.sb_breadcrumb_separator:after {
	content: ' / ';
}

/* ============================================ */

#sb_footer_menu {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 15px;
	width: 100%;
	text-align: center;
}

#sb_footer_menu ul {
	display: inline;
	text-align: center;
	border-left: solid 1px #CCC;
}

#sb_footer_menu li {
	display: inline;
	padding-left: 11px;
	padding-right: 11px;
	border-right: solid 1px #CCC;
}

#sb_footer_menu li a {
	text-decoration: none;
	color: #797979;
	display: inline-block;
	line-height: 15px;
	height: 15px;
}

#sb_footer_menu li a:hover {
	text-decoration: none;
	color: #000;
}

#sb_footer_zone1 {
	text-align: center;
	margin-top: 20px;
}

#sb_footer_zone1 p {
	text-align: center;
}

#sb_header_zone1, #sb_header_zone2, #sb_content_zone1, #sb_content_zone2, 
#sb_content_zone3, #sb_content_zone4, #sb_content_zone5, #sb_footer_zone1 {
	overflow:hidden;
}
 

/* ============================================ */


/* 	Predefine editable area border		 */
.mceIframeContainer {}


/* ======================================== */
/* 	widget's styles							*/
/* ======================================== */

.sb_br_photo {
}

.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-color: #555;
}
.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: #FFF;	
	text-decoration: none !important;
}

.sb_comments_pages {
	margin-bottom: 10px;
}

/* */

.sb_btn_contast {
     padding: 5px 8px !important;
     background: #000 !important;
     color: #FFF !important;
     border: solid 1px #333 !important;
	 text-decoration: none !important;
}

.sb_btn_light {
     padding: 5px 8px !important;
     background: #ddd !important;
     color: #000 !important;
     border: solid 1px #999 !important;
	 text-decoration: none !important;
}

/* ======================================== */