@charset "utf-8";
/* CSS Document */

@variables {
  color_link: #FFE858;
  color_drk: #dc911e;
  color_med: #c94727;
  color_lgt: #6cb037;
  color_div_line: #808184;
  color_text_white_bg: #404041;
}

.red {
	color: #FFE858;
}

a {
	color: #fff;
}

/* HEADER */

#header {
/*	background-image: url(/images/template/hdr-bg-main.jpg); */
	height: 150px;
	position: relative;
}

#header img#logo {
	position: absolute;
	top: 50px;
	left: 45px;
}

#navbar {border-top: #e4ab3a solid 5px;
	border-bottom: #e4ab3a solid 5px;}

/* BANNER */
#banner {
	background-image: url(/images/template/banner-bg-main.gif);
	background-repeat: repeat-x;
	height: 155px;
	text-align: center;
}

/* BREADCRUMB */
#breadcrumb {
	color: #FFE858;
}


/* MAIN CONTENT AREA */

#main_content {
	overflow: hidden;
/*	background-image: url(/images/template/cnt-bg-main.gif); */
	background-position: bottom;
	background-repeat: repeat-y;
	width: 960px;
	padding: 20px;
	min-height: 600px;
}

#menu_left {
	float: left;
	width: 266px;
	margin-right: 20px;
}

/* MENU LEFT  */

#menu_left h2 {
	background-image: url(/images/z-domains/sdbr-bg-h1.jpg);
	width: 226px;
	height: 24px;
	margin: 0;
	padding: 25px 20px 15px 20px;
}

#menu_left h2 a{
	text-decoration: none;
	color: #fff;
}

#navigation {
	line-height: 20px;
	background-color: #fff;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFE858;	
}

#navigation li {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 0;
	padding-left: 20px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	list-style: none;
	border: none;
	padding: 0 0 0 20px;	
}

#navigation ul li.indentThis {
	padding: 0 0 0 40px;	
}

#navigation a {
	text-decoration: none;
	margin-right: 3px;
	color: #333;
}

#navigation a:hover {
	color: #FFE858;
}

#navigation .head {
	font-size: 14px;
	font-weight: 600;
}

/* MAIN CONTENT */

#content_menu {
	float: left;
	width: 655px;
	min-height: 900px;
	_height: 900px;
	padding: 0 0 0 19px;
	
}

/* COMMON STYLES */

/*BUTTONS*/

h3 span {
	color: #FFE858; 
	margin: 3px;
}

/* LANDING PAGE */

.col1, .col2 {
	float: left;
	width: 305px;
	padding: 0 20px 0 0;
}
.col1 h3, .col2 h3 {
	margin-bottom: 0;
}
.col1 h3 img, .col2 h3 img {
	vertical-align: middle;
}
.col1 h4, .col2 h4 {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid #808184;
	margin-top: 10px;
	margin-bottom: 5px;
}

.col1 h5, .col2 h5 {
	padding-bottom: 3px;
	border-bottom: 2px solid #808184;
	margin-top: 10px;
	margin-bottom: 3px;
}

.intro_gradient {
	background-repeat: no-repeat; 
	width: 655px;
	_width: 645px; 
	margin-left: -20px;
	_margin-left: -10px;
	margin-top:  0px;
	_margin-top: -20px;
	padding: 20px 20px 20px 20px;
	position: relative;
}

.intro_gradient h1 {
	position: absolute;
	top: 20px;
	left: 30px;
}

.intro_gradient p {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 400px;
}

.intro_gradient img {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 2;
}

.intro_gradient img.divider {
	position: absolute;
	top: 204px;
	left: 0;
	z-index: 1;
}

.domains {
	color: #404041;
}

.domains a {
	color: #dc911e;
}
