/* TEST GROUP GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	background-color: #000000 !important;
	color: #fff;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	outline: 0 none;
}

a:focus {
	outline: 0 none;
	-moz-outline-style: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}

/* FONTFACE */

#sub_navigation ul li a, #body_text h2, #body_text h3, h3.faq_heading {
    font-family: 'DeckerRegular';
	font-weight: 100 !important;
}

h2#header_buttons a, #slider_popup div h2, #sub_navigation h2, li.sub_navigation_sub_heading, ul.build_your_own_solution_list li a {
    font-family: 'Chabinho2008v20Regular';
	font-weight: 100 !important;
}

/* SITE CONTAINERS */

div#container {
	position: relative; 
	margin: 0px auto;
	width: 1000px;
	overflow: hidden;
	top: 0px;
	z-index: 100;
}

#eye_candy_container {
	position: absolute;
	width: 100%;
	height: 800px;
	top: 0px;
	left: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 0;
	text-align: left;
	background: transparent url('/images/backgrounds/colors_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;	
}

	#eye_candy {
		position: relative;
		width: 1920px;
		height: 1080px;
		top: 0px;
		left: 50%;
		margin: -100px 0px 0px -960px;
		padding: 0px;
		list-style: none;
		overflow: hidden;
	}
	
	#eye_candy a {
		display: none;
	}


/* HEADER */

div#header {
	height: 196px;
	width: 1000px;
	overflow: hidden;
	background: transparent url("/images/backgrounds/home/header_bg.png");
	background-repeat: no-repeat;
}

	#header h1 {
		height: 196px;
		width: 1000px;
		cursor: pointer;
	}
	
		#header h1 span, #header img {
			display: none;
		}	


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 200;
	top: 112px;
	right: 0px;
	width: 703px;
	height: 70px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
		
		a#solutions_link {
			width: 155px;
			background: transparent url("/images/navigation/solutions.png");
		}
				
		a#company_link {
			width: 149px;
			background: transparent url("/images/navigation/company.png");
		}
				
		a#resources_link {
			width: 150px;
			background: transparent url("/images/navigation/resources.png");
		}
				
		a#blog_link {
			width: 93px;
			background: transparent url("/images/navigation/blog.png");
		}
				
		a#contact_link {
			width: 156px;
			background: transparent url("/images/navigation/contact.png");
		}

		#navigation li a {
			display: block;
			height: 69px;
			background-repeat:no-repeat;
			background-position: 0px 0px;
		}

		#navigation li a.current {
			background-position: 0px -138px;
		}
		
		#navigation li a:hover {
			background-position: 0px -69px;
		}
		
			#navigation li a span {
				display: none;
			}

h2#header_buttons {
	position: absolute;
	width: 430px;
	height: 36px;
	left: 335px;
	top: 52px;
	line-height: 32px;
	font-size: 12px;
	color: #ffffff;
	overflow: hidden;
}

	h2#header_buttons a {
		font-size: 28px;
		color: #ffffff;
	}
	
	h2#header_buttons a:hover {
		color: #43b9ff;
	}
	
	p#phone_number_link {
		position: absolute;
		top: 35px;
		right: 49px;
	}
	
		#phone_number_link a {
			display: block;
			width: 164px;
			height: 40px;
		}
		
			#phone_number_link a span {
				display: none;
			}


a#back_it_up_btn, a#what_else_btn, a#blog_btn, a#build_your_own_highlight_link {
	position: absolute;
	height: 64px;
	top: 191px;
	z-index: 300;
}

a#back_it_up_btn, a#what_else_btn {
	width: 195px;
}

a#build_your_own_highlight_link, a#blog_btn {
	width: 229px;
}

a#back_it_up_btn {
	left: 0px;
	background: transparent url("/images/navigation/back_it_up_btn.png");
}

a#what_else_btn {
	right: 0px;
	background: transparent url("/images/navigation/what_else_btn.png");
}

a#build_your_own_highlight_link {
	left: 375px;
	background: transparent url("/images/navigation/build_your_own_highlight_button.png");
}

a#blog_btn {
	left: 525px;
	background: transparent url("/images/navigation/blog_button.png");
}

a#back_it_up_btn:hover, a#what_else_btn:hover, a#build_your_own_highlight_link:hover, a#blog_btn:hover {
	background-position: 0px -60px;
}

	a#back_it_up_btn span, a#what_else_btn span, a#build_your_own_highlight_link span, #blog_btn span {
		display: none;
	}


ul#login_btns {
	position: absolute;
	list-style: none;
	top: 86px;
	right: 49px;
	position: absolute;
	width: 164px;
	height: 14px;
}

#login_btns li {
	float: left
}

a#client_login_btn {
	display: block;
	width: 91px;
	height: 14px;
	background: transparent url("/images/navigation/client_btn.png");
}

a#home_btn {
	display: block;
	width: 73px;
	height: 14px;
	background: transparent url("/images/navigation/home_btn.png");
}

#login_btns li a:hover {
	background-position: 0px -14px;
}

#login_btns li a span {
	display: none;
}



/* MAIN SITE CONTENT BODY */

div#main_body {
	width: 1000px;
}


/* MAIN TEXT REGION */

	div#body_text {
		position: relative;
		color: #6a6a6a;
		font-size: 14px;
		line-height: 20px;
	}
	

		#body_text a {
			color: #dd0000;
		}
		
		#body_text a:hover {
			color: #43b9ff;
		}
			

