@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;
	padding: 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: #ffffff;
}

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: 12px;
	color: #fff;
	background: #121212;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #121212;
	color: #fff;
}

h3 {
	font-weight: normal;
	margin-bottom: 12px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	background: #121212;
	color: #fff;
} 

h4 {

}

h5 {
	
}

h6 {
	
}

p, td {
	line-height: 17px;
	color: #727272;
	font-size: 11px;
	width: auto;
}

.clear {
	clear: both;
}

/* ============================================ */
/*	Editable Areas Global						*/
/* ============================================ */

.editable {
	overflow: hidden;
}

.editable p {
	line-height: 17px;
}

.editable a {
	text-decoration: underline;
	color: #000;
}

.editable a:hover {
	color: #000;
}

.richtext ul {
	margin: 5px 0px;
}

.richtext ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 4px 0px;
}

.editable img {
	
}

.richtext {
}

/* ============================================ */
/*	Layout										*/
/* ============================================ */


#sb_contentbody {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.sb_center {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position: relative;
}

#sb_content {
}

#sb_left {

}

#sb_right {
	width: 160px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	padding-top: 7px;
}

/* ----------------------- */

#sb_header_zone1 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#sb_header_zone2 {
}


#sb_content_zone1 {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#sb_content_zone1 p, #sb_content_zone1 td {
	line-height: 17px;
}


#sb_content_zone2 {
}

#sb_content_zone3 {
	float: left;
	width: 47%;

	margin-bottom: 10px;
}

#sb_content_zone4 {
	float: right;
	width: 47%;
}
      	
#sb_content_zone5 {
}

#sb_footer_zone1 {		
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 50px;
}

#sb_footer_zone1 p {
	color: #5e5e5e;
}

#sb_footer_zone1 a {
	color: #5e5e5e;
}


/* ============================================ */
/*	Menus										*/
/* ============================================ */

#sb_main_menu {
	text-align: right;
	width: 160px;
	float: left;
	padding-top: 20px;
	padding-bottom: 40px;
}

.sb_menuwraper {
	background: #000 url(../images/bg.jpg) repeat-x left bottom;
	padding-bottom: 309px;
}

.sb_wraper_header {
	position: absolute;
	border-top: solid 21px #000;
	top: 0px;
	right: 0px;
	width: 635px;
	overflow: hidden;
	background: #FFF;
}

#sb_main_menu li {
}

#sb_main_menu li a {
	display: block;
	color: #353434;
	font-size: 24px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#sb_main_menu li a:hover {
	color: #888;
}

#sb_main_menu .active {
}

#sb_main_menu .active a {
	color: #fff;
}

#sb_main_menu .active a:hover {
	color: #fff;
	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;
	border-bottom: solid 1px #D8D8D8;
}

#sb_submenu li a {
	padding-left: 8px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-decoration: none;
	display: block;
	color: #90919b;
}

#sb_submenu li a:hover {
	color: #000;
}

#sb_submenu .active {
	background: #000;
}

#sb_submenu .active a {
	color: #fff;
	cursor: default;
}

#sb_submenu .active a:hover {
	color: #fff;
}

/* ------------------------ */

#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 {
     
}

.sb_cr_text {
     
}

.sb_cr_hint {
     
}

.sb_cr_input {
    
}

.sb_cr_pages {
}

/* */

.sb_btn_contast {
	background: #0e0e0e !important;
	color: #999 !important;
	text-decoration: none !important;
	font-size: 10px !important;
	padding: 5px 15px !important;
	display: inline-block;
}

.sb_btn_contast:hover {
	color: #eee !important;
}

.sb_btn_light {
	background: #0e0e0e !important;
	color: #999 !important;
	text-decoration: none !important;
	font-size: 10px !important;
	padding: 5px 15px !important;
	display: inline-block;
}

.sb_btn_light:hover {
	color: #eee !important;
}
