@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 {
	background: url(../images/bodybg.gif);
	height: 100%;
}


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background: url(../images/bodybg.gif);	
	height: 100%;
}


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: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 4px;
	color: #2e609c;
	clear: both;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 4px;
	color: #2e609c;
	clear: both;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 4px;
	color: #2e609c;
	clear: both;
} 

h4 {

}

h5 {
	
}

h6 {
	
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 0px;
}

#sb_contentwraper {
	background:url(../images/innerbg.png) repeat-y center;
	min-height: 100%;
}


/* ============================================ */
/*	Editable Areas Global						*/
/* ============================================ */

.editable {

}

.editable p, .editable td {
	line-height: 15px;
	color: #606060;
}

.editable a {
	text-decoration: underline;
	color: #2e609c;
}

.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: 2px 0px;
}

.editable img {
	
}

.richtext {
}

/* ============================================ */
/*	Layout										*/
/* ============================================ */

.sb_center {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#sb_content {
	padding-bottom: 20px;
}

#sb_left {
	float: left;
	width: 620px;
}

#sb_right {
	float: right;
	width: 168px;
}

/* ----------------------- */

#sb_header_zone1 {
	
}

#sb_header_zone2 {
	padding-bottom: 20px;
}

.sb_wraper_header2 {
}

#sb_content_zone1 p, #sb_content_zone1 td {
	line-height: 18px;
}

#sb_content_zone1 {
	padding: 15px 0px;
	margin-bottom: 10px;
}

#sb_content_zone1 p, #sb_content_zone1 td {
	line-height: 15px;
}

#sb_content_zone1 a {
}

#sb_content_zone2 {
	padding-bottom: 15px;
	margin-bottom: 10px;	
}

#sb_content_zone2 p, #sb_content_zone2 td {
	
}

#sb_content_zone3 {
	float: left;
	width: 49%;
}

#sb_content_zone4 {
	float: right;
	width: 49%;
}

.sb_zone23 {
}
      	
#sb_content_zone5 {
}

#sb_footer_zone1 {	
	padding-bottom: 40px;
}


/* ============================================ */
/*	Menus										*/
/* ============================================ */

#sb_main_menu {	
	background: #2e609c url(../images/menubg.png) no-repeat top left;
	padding-top: 12px;
	border-bottom: solid 1px #3c7dba;
}

#sb_main_menu ul {
	display: block;
	border-bottom: solid 1px #20437e;
	padding-left: 12px;
	padding-bottom: 8px;
}

#sb_main_menu li {
	display: inline;
}

#sb_main_menu li a {
	display: inline;
	padding-right: 12px;
	padding-left: 11px;
	padding-top: 16px;
	color: #97b0ce;
	background:url(../images/menudivider.png) no-repeat right 18px;
}

#sb_main_menu li a:hover {
	color: #b2c6df;
}

#sb_main_menu .active {
}

#sb_main_menu .active a {
	color: #FFF;
}

#sb_main_menu .active a:hover {
}

/* ------------------------ */

#sb_submenu .sb_submenu {
	padding-left: 12px;
}

#sb_submenu {
	clear: both;
}

.sb_submenu {
	display: block;
} 

#sb_submenu ul {
	margin: 0px;
	padding: 0px;
}

#sb_submenu li {
	display: block;
}

#sb_submenu li a {
	padding-left: 22px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-decoration: underline;
	display: block;
	color: #2e609c;
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}

#sb_submenu li a:hover {
	text-decoration: none;
}

#sb_submenu .active {
}

#sb_submenu .active a {
	background-image: url(../images/tickactive.gif);
	color: #010101;
	cursor: default;
	text-decoration: none;
}

#sb_submenu .active a:hover {
	color: #010101;
}

/* ------------------------ */

#sb_footer_menu {
	display: none;
}

/* */

.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 {
	color: #e5f5fd !important;
	text-decoration: none !important;
	font-size: 10px !important;
	padding: 5px 12px !important;
	background: #2e609c;
	
	display: inline-block;
}

.sb_btn_contast:hover {
	color: #fff !important;
}

.sb_btn_light {
	color: #e5f5fd !important;
	text-decoration: none !important;
	font-size: 10px !important;
	padding: 5px 12px !important;
	background: #2e609c;
	
	display: inline-block;
}

.sb_btn_light:hover {
	color: #fff !important;
}

.activ {
	float:left;
	width:140px;
	padding:2px;
	margin:4px;
	text-align:center;
}
