@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: #fff url(../images/bodybg.jpg);
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

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;
	height: 20px;
}

textarea {
	border: solid 1px;
	border-color: #404040;
}

a {
	text-decoration: none;
	outline: none;
} 

img {
	border: 0px;
}

h1 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

h2 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}


h3 {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 5px;
} 

h4 {

}

h5 {
	
}

h6 {
	
}

p, td {
	line-height: 16px;
	color: #3e3e3e;
	font-size: 11px;
}

.clear {
	clear: both;
}

/* ============================================ */
/*	Editable Areas Global						*/
/* ============================================ */

.editable {
	overflow: hidden;
}

.editable p {
	line-height: 15px;
}

.editable a {
	text-decoration: underline;
	color: #930709;
}

.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: 4px 0px;
}

.editable img {
	
}

.richtext {
}

/* ============================================ */
/*	Layout										*/
/* ============================================ */

#sb_footer {
	margin-left: auto;
	margin-right: auto;
	background: #e3e0d7;
	width: 800px;
	margin-bottom: 40px;
}

#sb_contentbody {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#sb_content {
	background: #fafaf8 url(../images/content_bg.jpg) repeat-y;
	padding: 0px 15px 10px 15px
}

#sb_left {
	float: left;
	width: 78%;
}

#sb_right {
	float: right;
	width: 20%;
}

/* ----------------------- */

#sb_header_zone1 {
	padding-top: 25px;
}

#sb_header_zone2 {
}

#sb_content_zone1 {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 40px;
	background: #e3e0d7 url(../images/horizontaldivider.jpg) repeat-x bottom left;
	color: #3d3d3d;
}

#sb_content_zone1 p, #sb_content_zone1 td {
	line-height: 15px;
	color: #3d3d3d;
}

#sb_content_zone2 {
	
}

#sb_content_zone3 {
	float: left;
	width: 45%;
}

#sb_content_zone4 {
	float: right;
	width: 45%;
}
      	
#sb_content_zone5 {
}

#sb_footer_zone1 {	
	font-size: 11px;
	padding: 10px;
}

#sb_footer_zone1 p {
	color: #7f7f7f;
}

/* ============================================ */
/*	Menus										*/
/* ============================================ */

#sb_main_menu {
	margin-top: 10px;
	background: url(../images/mainmenubg.jpg) repeat-x;
	border-top: 1px solid #53504d;
}

#sb_main_menu li {
	display: inline;
}

#sb_main_menu li a {
	display: inline-block;
	padding-right: 15px;
	padding-left: 13px;
	padding-top: 21px;
	padding-bottom: 21px;
	color: #aaa19a;
	font-weight: bold;
	background: url(../images/mainmenudivider.jpg) no-repeat right center;
}

#sb_main_menu li a:hover {
}

#sb_main_menu .active {
	
}

#sb_main_menu .active a {
	color: #e7e7e6;
}

#sb_main_menu .active a:hover {
	color: #e7e7e6;
	cursor: default;
}

/* ------------------------ */

#sb_submenu .sb_submenu {
	padding-left: 12px;
}

#sb_submenu {
	padding: 0px;
	background: url(../images/submenubg.jpg) repeat-x;
	clear: both;
}

#sb_submenu ul {
	margin: 0px;
}

#sb_submenu li {
	display: block;
	background: #fafaf8;
	border-left: solid 5px #fff;
	border-bottom: solid 1px #fff;
}

#sb_submenu li a {
	padding-left: 6px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	display: block;
	color: #958c85;
}

#sb_submenu li a:hover {
	color: #aaa19a;
}

#sb_submenu .active {
	background: #3b3734;
	border-left: solid 5px #3b3734;
	border-bottom: none;
}

#sb_submenu .active a {
	color: #e7e7e6;
	cursor: default;
}

#sb_submenu .active a:hover {
	color: #bcbbba;
}

/* ------------------------ */

#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 {
	background: #f6f6f6 !important;
	color: #999999 !important;
	padding: 5px 15px !important;
	text-decoration: none !important;
}

.sb_btn_contast:hover {
	background: #6c420a !important;
	color: #fff !important;
	padding: 5px 15px !important;
	text-decoration: none !important;
}

.sb_btn_light {
	background: #f6f6f6 !important;
	color: #999999 !important;
	padding: 5px 15px !important;
	text-decoration: none !important;
}

.sb_btn_light:hover {
	background: #6c420a !important;
	color: #fff !important;
	padding: 5px 15px !important;
	text-decoration: none !important;
}


