@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							*/
/* ============================================ */


body {
	font-family: Tahoma, Geneva,sans-serif;
	margin: 0px;
	font-size: 11px;
	background: #1e1e1e;
	background: url(../images/bodybg.jpg) top left;
}

input, textarea, select {
	border: solid 1px #000;
	outline: none;
	background: #191919;
	color: #d5d5d5;
	padding: 5px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

input[type=checkbox] {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
	border: none;
}

a {
	text-decoration: none;
	outline: none;
} 

img {
	border: 0px;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	color: #ff9c00;
	clear: both;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Tahoma,Geneva,sans-serif;
	line-height: 80%;
	padding-bottom: 15px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #ff9c00;
	clear: both;
	line-height: 80%;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Tahoma,Geneva,sans-serif;
	padding-bottom: 9px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 4px;
	color: #ff9c00;
	clear: both;
} 

h4 {

}

h5 {
	
}

h6 {
	
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 0px;
}


/* ============================================ */
/*	Editable Areas Global						*/
/* ============================================ */

.editable {

}

.editable, .editable p, .editable td, .editable ul li {
	color: #d5d5d5;
	line-height: 130%;
}

.editable a {
	text-decoration: underline;
	color: #ff9c00;
	font-weight: normal;
}

.editable a:hover {
	text-decoration: none;
}

.richtext ul {
	margin: 5px 0px;
	padding-left: 16px;
}

.richtext ul li {
	list-style: url(../images/star.png);
	padding-bottom: 15px;
}

.editable img {
	
}

.richtext {
}

/* ============================================ */
/*	Layout										*/
/* ============================================ */

#sb_content_wraper {
	background: url(../images/semitrasparent.png) no-repeat top center; 
	padding-top: 40px;
}

.sb_center {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#sb_content {
}

#sb_left {
	float: left;
	width: 515px;
	background: url(../images/66alphablack.png);
}

#sb_right {
	float: left;
	width: 284px;
}

/* ----------------------- */
#sb_header_zone1 {
	padding: 0px;
}

#sb_header_zone1 p, #sb_header_zone1 td {
	font-size: 10px;	
	line-height: normal;
}

#sb_header_zone2 {
	padding-top: 2px;
}

#sb_content_zone1 {
	padding-top: 15px;
}

#sb_content_zone1 p, #sb_content_zone1 td {

}

#sb_content_zone1 a {
}

#sb_content_zone2 {
	padding-bottom: 15px;
	margin-bottom: 10px;	
}

#sb_content_zone3 {
	float: left;
	width: 43%;
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 35px;
}

#sb_content_zone4 {
	float: right;
	width: 43%;
	padding-right: 25px;
}

.sb_zone23 {
	background: url(../images/bottomcap.png) no-repeat bottom left;
	padding-bottom: 10px;
}
      	
#sb_content_zone5 {
	margin-bottom: 10px;
	padding-left: 34px;
}


#sb_footer_zone1 {	
	margin-top: 20px;
	padding: 30px 15px;
	background: url(../images/33alpha.png);
}

/* ============================================ */
/*	Menus										*/
/* ============================================ */

#sb_main_menu {	
}

#sb_main_menu ul {
}

#sb_main_menu li {
	display: inline;
	
}

#sb_main_menu li a {
	float: left;
	display: block;
	color: #a1a1a1;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 15px;
}

#sb_main_menu li a:hover {
	color: #8c8c8c;
	
}

#sb_main_menu .active {

}

#sb_main_menu .active a {
	color: #ff9c00;
}

#sb_main_menu .active a:hover {
	color: #ff9c00;
}

/* ------------------------ */

#sb_submenu {
	clear: both;
	margin-bottom: 20px;
}

.sb_submenu {
	display: block;
} 

.sb_submenu a {
	padding-left: 50px !important;
}

.sb_submenu.active a {
	color: #058dc7;
	cursor: default;
}

.sb_submenu.active a:hover {
	color: #058dc7;
}

#sb_submenu ul {
	margin: 0px;
	padding: 0px;
}

#sb_submenu li {
	display: block;
	margin-bottom: 4px;
}

#sb_submenu li a {
	text-decoration: none;
	display: inline-block;
	width: auto;
	color: #e28b02;
	
	padding: 7px 20px 7px 34px;
	background:url(../images/66alphablack.png);
}


#sb_submenu .active {
}

#sb_submenu .active a {
	color: #bcbcbc;
	cursor: default;
	text-decoration: none;
}

#sb_submenu .active a:hover {
	color: #bcbcbc;
}

/* ------------------------ */

#sb_footer_menu {
}

#sb_footer_menu ul {
	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: #777777;
}

.sb_cr_text {
     color: #777777;
}

.sb_cr_hint {
     color: #777777;
}

.sb_cr_input {
}

.sb_cr_pages {
}

/* */

.sb_btn_contast {
	color: #ff9c00 !important;
	text-decoration: none !important;
	padding: 6px 15px !important;
	
	font-weight: normal !important;
	
	background: url(../images/star.png) #000 no-repeat left center !important;
	
	display: inline-block !important;
	
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

.sb_btn_contast:hover {
}

.sb_btn_light {
	color: #ff9c00 !important;
	text-decoration: none !important;
	padding: 6px 15px !important;
	
	font-weight: normal !important;
	
	background: url(../images/star.png) #000 no-repeat left center !important;
	
	display: inline-block !important;
	
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

.sb_btn_light:hover {
}

