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

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

.red {
	color: #dc5126;
}

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;
}

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

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


/* MAIN CONTENT AREA */

#main_content {
	overflow: hidden;
/*	background-image: url(/images/template/cnt-bg-main.gif); */
	background-position: bottom;
	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-support/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: #dc5126;	
}

#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: #2d2d2d;
}

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

#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 */


h2.grey_line, h3.grey_line {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.price {
	color: #dc5126;
}


/*BUTTONS*/

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

ul.double {
	list-style-image: url(/images/support/cnt-bul-double.gif);
}

ul.single {
	list-style-image: url(/images/support/cnt-bul-single.gif);	
}

ul.double_wht {
	list-style-image: url(/images/support/cnt-bul-double-wht.gif);
	*margin-left: 20px;	 
}

ul.single_wht {
	list-style-image: url(/images/support/cnt-bul-single-wht.gif);
	*margin-left: 20px;	 
}

.double li, .single li {
	margin-top: 15px;
}

/* LANDING PAGE */

#content_menu .intro {
	width: 650px;
	height: 272px;
	margin: 0;
	position: relative;
	z-index: 1;
}

#content_menu .intro h1 {
	position: absolute;
	top: 35px;
	left: 220px;
	width: 410px;
}

#content_menu .intro h3 {
	position: absolute;
	top: 170px;
	left: 220px;
	width: 410px;
	text-align: center;
}

#content_menu .intro p {
	position: absolute;
	top: 60px;
	*top: 70px;
	left: 220px;
	width: 410px;
}

.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: 640px; 
	margin-left: -20px;
	_margin-left: -15px;
	margin-top: 0px;
	_margin-top: 0px;
	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;
}

.support_intro {
	background-image: url(/images/support/cnt-bg-intro-blue.jpg); 
	background-repeat: no-repeat; 
	height: 145px;
	width: 670px;
	padding: 20px;
}

.support_3col {
	overflow: hidden;
}
.support_3col img, .support_3col div {
	float: left;
}
.support_3col img {
	margin: 0 20px;
}
.support_3col div {
	width: 220px;
	margin-right: 20px;
}

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

.intro_team {
	background-image:url(/images/support/cnt-gra-team-intro.jpg); 
	background-repeat: no-repeat; 
	width: 655px;
	_width: 645px; 
	margin-left: -20px;
	_margin-left: -10px;
	margin-top: 0;
	padding: 20px 20px 20px 20px;
	position: relative;
	height: 180px;
	display: none;
}

.intro_team p {
	position: absolute;
	top: 20px;
	left: 100px;
	width: 560px;
}

.box_mycp_login {
	width: 175px;
	height: 135px;
	background-image: url(/images/z-support/cnt-bg-mycp-login.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 10px;
	text-align: right;
	padding: 10px 10px 10px 100px;
}

#mycp_form {
	width: 170px;
	text-align: left;
}

#mycp_form input {
	margin: 5px;
	width: 150px;
	padding: 3px 5px;
	color: #808184;
	font-style: italic;
	font-size: 11px;
}

#mycp_form a {
	margin-left: 5px;
}

.box_mycp_login_sdbr {
	width: 164px;
	height: 145px;
	background-image: url(/images/support/cnt-bg-mycp-login-sdbr.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 10px 10px 10px 90px;
}

.box_5in1 {
	width: 267px;
	height: 300px;
	padding: 100px 20px 20px 20px;
	background-image: url(/images/z-support/cnt-bg-5in1.jpg);
	background-repeat: no-repeat;
}

.supportstyle { margin-top: 20px;}
