/*resets...*/
* {	margin:0; padding:0 }

fieldset {border:none }

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

a:hover {text-decoration:none;}

img {border:none;}

.curv {float:left;	width:100%; }

.curv img {float:left; }

body {	
	background:#d3d3d3 url(../images/body_bg.gif) repeat-x;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#989797;
}
.clear{clear:both;}


#layout{
	width:100%;
	background:url(../images/layout_bg.jpg) no-repeat top center;
}

#wrapper{
	width:1001px;
	margin:0 auto;
}

/*header goes here...*/
#header{
	float:left;
	width:1001px;
	height:168px;	
}

#logo{
	float:left;
	width:251px;
	height:155px;
	padding:13px 0 0 27px;
	background:url(../images/logo_seperator.gif) no-repeat right center;
}

#logo img{
	float:left;
}

#logo span{
	float:left;
	width:225px;
	display:block;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	padding-top:15px;
}

#header .header_contents{
	float:left;
	width:296px;
	height:141px;
	padding:27px 0 0 24px;	
}
#header .header_contents p{
	float:left;
	width:290px;
	font-size:14px;
	line-height:15px;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-bottom:14px;
}

#header .header_contents p a{
	color:#f8e60f;
	text-decoration:none;
}

/*body_container goes here...*/
#body_container{
	float:left;
	width:1001px;
	padding:16px 0 0 0;
}

/*body_top_container goes here...*/
#body_container_top{
	float:left;
	width:1001px;
}

#body_container_top .video_box{
	float:left;
	width:553px;
	padding:0 22px 0 19px;
	/*text-align:center;*/
	background:url(../images/video_box_divider.gif) no-repeat right center;
}
#body_container_top .video_box img{
	float:left;
}

#body_container_top .request_info_box{
	float:right;
	width:392px;
	padding:12px 0 0 0;
}

#body_container_top .request_info_box .get_start_anchor_box{
	float:right;
	width:auto;
	position:relative;
}

#body_container_top .request_info_box .get_start_anchor{
	float:right;
	width:285px;
	height:149px;
	position:absolute;
	z-index:1;
	top:-74px; right:-35px;
}

#body_container_top .request_info_box h2{
	float:left;
	width:392px;
	font-size:24px;
	line-height:20px;
	color:#714b94;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
}

#body_container_top .request_info_box h3{
	float:left;
	width:390px;
	font-size:15px;
	padding-left:2px;
	line-height:15px;
	color:#727271;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-style:italic;
}

#body_container_top .request_info_box .info_form_box{
	float:left;
	width:392px;
	padding:3px 0 0 0;
}
#information_form{
	float:left;
	width:392px;
}

#information_form .name{
	float:left;
	background:url(../images/input_name_bg.gif) no-repeat;
	width:252px;
	height:19px;
	padding:8px 0 8px 8px;
	border:none;
	color:#727271;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 4px 0;
	display:inline;
}

#information_form .email, .phone{
	float:left;
	background:url(../images/input_email_and_phone_bg.gif) no-repeat;
	width:185px;
	height:19px;
	padding:8px 0 8px 8px;
	border:none;
	color:#727271;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 6px 4px 0;
	display:inline;
}
#information_form .phone{
	margin:0 0 4px 0;
	display:inline;
}

#information_form .text_area_box{
	float:left;
	width:392px;
	margin:0 0 15px 0;
	display:inline;
}

#information_form .message_box{
	float:left;
	width:374px;
	height:72px;
	padding:0 10px 0 8px;
	background:url(../images/input_textarea_bg.gif) repeat-y  left center;
	
	
}
#information_form .message_box textarea{
	float:left;
	width:374px;
	height:72px;
	color:#727271;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:14px;
	background:none; border:none
}

#information_form .submit_btn{
	float:left;
	padding-left:5px;
}

#information_form p{
	float:left;
	width:385px;
	padding:22px 0 0 5px;
	font-size:11px;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	line-height:12px;
	text-transform:uppercase;
	color:#5d5d5d;
}

/*body_bottom_container goes here...*/
#body_container_bottom{
	float:left;
	width:1001px;
	margin-top:25px;
	padding-bottom:33px;
}

#left_container{
	float:left;
	width:444px;
}

#left_container .contents{
	float:left;
	width:444px;
	background:#c7c7c7 url(../images/left_container_bg.gif) repeat-x 0 0;
}

#left_container .contents ul{
	float:left;
	width:432px;
	list-style:none;
	padding:3px 0 0 12px;
}

#left_container .contents ul li{
	float:left;
	width:432px;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#575754;
	margin-bottom:18px;
}
#left_container .contents ul li.last{
	margin-bottom:5px;
}

#left_container .contents ul li.web_development{
	float:left;
	width:372px;
	padding:15px 0 15px 60px;
	background:url(../images/web_development_icon.gif) no-repeat 0 50%;
}

#left_container .contents ul li.web_design{
	float:left;
	width:372px;
	padding:15px 0 15px 60px;
	background:url(../images/web_design_icon.gif) no-repeat 0 50%;
}

#left_container .contents ul li.tech_support{
	float:left;
	width:372px;
	padding:15px 0 15px 60px;
	background:url(../images/tech_support_icon.gif) no-repeat 0 50%;
}

#left_container .contents ul li.sales_career{
	float:left;
	width:372px;
	padding:15px 0 15px 60px;
	background:url(../images/sales_career_icon.gif) no-repeat 0 50%;
}

#right_container{
	float:right;
	width:530px;
}

#right_container .contents{
	float:left;
	width:530px;
}

#right_container .contents h2{
	float:left;
	width:530px;
	font-size:25px;
	line-height:27px;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	color:#6725a1;
	padding-bottom:17px;
}

#right_container .contents p{
	float:left;
	width:520px;
	font-size:14px;
	line-height:19px;
	font-family:"Trebuchet Ms", Arial, Helvetica, sans-serif;
	color:#989797;
	padding-bottom:20px;
}





