body{
	background:#474747;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#383838;
}

a{
	color:#0277d2;
	text-decoration:underline;
}

h1 {
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	padding:5px 0 0 20px;		
}

.alt_title {
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	padding:5px 0 0 20px;	
}

.h1_container {
	height:48px;
}

.h1_featured_work {
	background:url(/images/h1_featured_work.png) no-repeat;	
}

.h1_how_it_works {
	background:url(/images/h1_how_it_works.png) no-repeat;	
}

.h1_upgrades {
	background:url(/images/h1_upgrades.png) no-repeat;	
}

.h1_package_comparison {
	background:url(/images/h1_package_comparison.png) no-repeat;	
}

.h1_frequently_asked {
	background:url(/images/h1_frequently_asked.png) no-repeat;	
}

.h1_contact_us {
	background:url(/images/h1_contact_us.png) no-repeat;	
}

.h1_order_now {
	background:url(/images/h1_order_now.png) no-repeat;	
}

.h1_location {
	background:url(/images/h1_location.png) no-repeat;	
}

.h1_legal {
	background:url(/images/h1_legal.png) no-repeat;	
}

.h1_sitemap {
	background:url(/images/h1_sitemap.png) no-repeat;	
}

.h1_privacy {
	background:url(/images/h1_privacy.png) no-repeat;	
}

.h1_why_have {
	background:url(/images/h1_why_have.png) no-repeat;	
}

.h1_packages {
	background:url(/images/h1_packages.png) no-repeat;	
}

.h1_included {
	background:url(/images/h1_included.png) no-repeat;	
}

.h1_newsletter {
	background:url(/images/h1_newsletter.png) no-repeat;	
}

.h1_recent_examples {
	background:url(/images/h1_recent_examples.png) no-repeat;	
}

h2{
	font-size:12px;
	color:#0277d2;
	padding-bottom:10px;
}

h3{
	font-size:15px;
	font-weight:normal;
	padding-left:12px;
}

/*Template*/

.left {
	float:left;
}

.right {
	float:right;
}

.container{
	width:960px;
	margin:0 auto;
}

#header_container{
	width:100%;
	background:#383838;
	border-top:4px solid #0277d2;
}

#header{
	width:960px;
	margin:0 auto;
	height:100px;
}

@media screen and (max-width: 1240px){
	#header{
		padding:0 160px 0 0;
		width:800px;
	}
}

#turnaround{
	width:157px;
	height:157px;
	background:url(/images/turnaround.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}

#loginbar{
	width:222px;
	position:relative;
	float:right;
	top:-4px;
}

#loginbar_left{
	width:17px;
	height:26px;
	background:url(/images/login_menu_left.jpg) no-repeat;
	float:right;
}

#loginbar_middle{
	background:url(/images/login_menu_bgr.jpg) repeat-x;
	padding-top:5px;
	height:21px;
	float:right;
	width:188px;
	font-size:11px;
	color:#383838;
}

#loginbar_middle a{
	color:#383838;
}

#loginbar_middle a:hover{
	color:#2c98ec;
}

#loginbar_middle img{
	padding-right:8px;
}

#loginbar_right{
	background:url(/images/login_menu_right.jpg) no-repeat;
	height:26px;
	float:right;
	width:17px;
}

#logo {
	width:219px;
	float:left;
	padding:26px 0 0 8px;
}

#logo h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	color:#ccc;
	padding-left:0;
}

#header_contact{
	width:200px;
	float:right;
	clear:right;
	padding-top:12px;
	font-size:11px;	
	color:#fff;
}


.header_contact_large{
	font-family: 'Droid Sans', arial, serif;
	font-size:28px;
}

#menu_container{
	width:100%;
	height:39px;
	background:url(/images/menu_container_bgr.jpg) repeat-x;
}

#top_menu{
	width:960px;
	margin:0 auto;
	font-size:13px;
}

.menu_item{
	float:left;
	margin-top:5px;
}

.menu_item_sel{
	height:34px;
	float:left;
	margin-top:5px;
}

.menu_item a, .menu_item_sel a{
	float:left;
	display:block;
	height:26px;
	padding:8px 12px 0 12px;
	text-decoration:none;
}

.menu_item a{
	color:#fff;
}

.menu_item_sel a{
	background:url(/images/menu_item_sel_bgr.jpg) repeat-x;
	color:#0277d2;
	border-radius-topleft:4px;
	border-radius-topright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

#content_container{
	width:100%;
	background:#fff;
}

.title_container{
	background:url(/images/title_bgr.jpg) repeat-x 0 41px;
	padding:20px 9px 0 9px;
	clear:both;
}

#base{
	background:#2d2d2d; 
	border-top:3px solid #0277d2;
	border-bottom:1px solid #111;
	padding:0 0 15px 0;
}

#base_title{
	width:209px;
	height:48px;
	position:relative;
	margin-top:-14px;
}

#base_examples{
	border-bottom:1px solid #3e3e3e;
	padding:20px 14px;
}

.base_example{
	width:210px;
	float:left;
	margin-right:30px;
}

#show_more{
	margin:0 auto;
	width:105px;
	position:relative;
	top:-9px;
}

#show_more a{
	display:block;
	background:url(/images/button_show_more.jpg) no-repeat;
	width:79px;
	height:17px;
	padding:2px 0 0 26px;
	color:#f3fbff;
	font-size:11px;
	text-decoration:none;
}

#show_more a:hover{
	background:url(/images/button_show_more_hover.jpg) no-repeat;
}

#footer_testimonial_container {
	background:#4e4e4e;
	border-bottom:1px solid #3a3a3a;
	padding:20px 0;
}

.footer_testimonial_left {
	float:left;
	width:122px;
}

.footer_testimonial_left img {
	max-width:100%;
}

.footer_testimonial_right {
	float:left;
	width:100%;
	margin-left:-122px;	
}

.footer_testimonial_right_inner {
	margin-left:150px;
}

.footer_testimonial_quote {
	font-size:14px;
	color:#fff;
	padding:8px 0;
}

.footer_testimonial_client {
	color:#0c7cd4;
	font-style:italic;
}

#footer{
	height:50px;
	background:#474747;
	color:#777;
	font-size:11px;
	padding:15px 0 15px 0;
}

.footer_left_link_top a, #footer_right a{
	color:#777;
	text-decoration:none;
}

.footer_left_link_top a:hover, #footer_right a:hover{
	color:#fff;
}

#footer_left{
	float:left;
	width:700px;
	line-height:18px;
}

.footer_left_link_bottom a{
	text-decoration:none;
	color:#777;
}

.footer_left_link_bottom a:hover{
	text-decoration:underline;
	color:#fff;
}

#footer_right{
	background:url(/images/payment_tise.jpg) no-repeat 64px 22px;
	float:right;
	text-align:right;
	width:222px;
	height:50px;
}

/*Home*/

#home_tise_outer{
	width:100%;
	height:459px;
	background:url(/images/home_tise_bgr_2.jpg) repeat-x #dfeefa;		
}

#home_tise{
	width:960px;
	margin:0 auto;
	position:relative;
	/*padding-top:26px;*/
	z-index:3;	
}

#home_tise_text{
	float:left;
	width:490px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:45px;
	padding: 35px 0 20px 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;	
}

#home_offer {
	text-align:center;
	line-height:25px;
}

.home_offer_large_alt {
	font-size:24px;
	font-weight:bold;
	color:#c75500;
}

.home_offer_small, .home_offer_small_alt {
	font-size:21px;
	color:#0277d2;
	padding-bottom:14px;
}

.home_offer_small {
	font-size:24px;
	width:75%;
	margin:0 auto;	
}

.home_offer_small span {
	font-weight:bold;
}

.home_offer_small_alt {
	color:#c75500;
	font-weight:bold;
}

.home_offer_large {
	font-size:40px;
	font-weight:bold;
	color:#0277d2;
	padding:20px 0 10px 0;
}

#home_tise_text h1{
	color:#383838;
	font-size:34px;
	font-weight:normal;
	padding-bottom:0;
}

#home_tise_text h1 span{
	font-size:22px;
}

#home_tise_cost{
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	width: 490px;
	padding-bottom: 30px;	
}

.home_tise_cost_left, .home_tise_cost_right {
	color:#c75500;
	font-weight:bold;
	font-size:18px;
	line-height:22px;	
}

/* May 2014 changes */

.home_offer_large_alt a {
	display:block;
	font-size:24px;
	font-weight:bold;
	color:#c75500;
	text-decoration:none;
	padding-bottom:10px;
}

.home_tise_check {
	background:url(/images/switch_option_bg.png) no-repeat center left;
	padding:5px 0 5px 30px;
	font-size:12px;
	color:#2d2d2d;	
}

.home_tise_cost_text {
	font-size:14px;
	color:#c75500;
	padding-bottom:5px;
}

.home_tise_cost_text span {
	font-size:25px;
	color:#0277d2;
	font-weight:bold;
}

.home_tise_cost_text_middle {
	font-size:18px;
	font-weight:bold;
	color:#c75500;
}

.home_tise_cost_text_middle span {
	color:#0277d2;
}

.home_tise_trade_in {
	font-size:18px;
	font-weight:bold;
	color:#0277d2;
	text-align:center;
	border-top: 1px solid #c0c0c0;	
}

.home_tise_trade_in a{
	text-decoration:none;
}

.home_tise_trade_in p{
	line-height:28px;
}

.home_tise_trade_in span {
	font-size:30px;
	font-weight:bold;
	color:#c75500;
}

/* -- */

.home_tise_cost_left {
	float:left;
	width:240px;
	text-align:left;
}

.home_tise_cost_right {
	float:right;
	width:230px;
	text-align:center;
	border-left:1px solid #c0c0c0;	
}

.home_tise_cost_left img {
	float:right;
	width:46px;
	padding:10px 15px 0 0;
}

.home_tise_cost_right img {
	float:left;
	width:46px;
	padding:10px 0 0 15px;
}

.home_tise_cost_left_text {
	float:left;
	padding-right:15px;	
}

.home_tise_cost_right_text {
	float:right;
	padding-left:15px;	
}

.home_tise_cost_left span, .home_tise_cost_right span {
	font-size:28px;
}

.home_tise_cost_price {
	font-size:28px;
	font-weight:bold;
	color:#0277d2;
}

.home_tise_cost_price span {
	font-size:14px;
}

.home_tise_cost_strike {
	font-size:16px;
	font-weight:bold;
	text-decoration:line-through;
}

.home_tise_cost_strike span {
	font-size:12px;
}

#home_tise_cost_only{
	width:110px;
	float:left;
	padding:16px 10px 20px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: right;	
}

#home_tise_cost_price{
	width:150px;
	float:left;
	font-size:69px;
	color:#cc5801;
	padding:0 0 0 9px;
}

#home_tise_cost_vat{
	float:left;
	width:35px;
	padding:49px 0 0 0;
}

#home_tise_cost_hosting{
	width:77px;
	float:left;
	padding:13px 0 0 30px;
}

#home_tise_call{	
	clear:both;
	padding-top:20px;
	font-size:17px;
	text-align:center;
	color:#c75500;
	border-top:1px solid #c0c0c0;
}

#home_tise_call span{
	color:#0277d2;
	font-size:24px;
	font-weight:bold;
}

#home_slide_image {
	position:relative;
	float:right;
	width:428px;
	height:352px;
	padding:18px 0 35px 18px;
	background:url(/images/home_slide_bg.png) top right no-repeat;
	margin-top:45px;
}

#slide_glass {
	position:absolute;
	top:0px;
	right:0px;
	width:446px;
	height:270px;
	background:url(/images/slide_glass.png) no-repeat;
	z-index:100;	
}

#slide_monthly_cost {
	position:absolute;
	bottom:35px;
	right:5px;
	width:167px;
	height:230px;
	background:url(/images/slide_unique_designs.png) no-repeat;
	z-index:100;
}

#slide_award_banner {
	position:absolute;
	top:0px;
	right:0px;
	width:122px;
	height:103px;
	background:url(/images/slide_award_banner.png) no-repeat;
	z-index:100;
}

#slide_ch4_dealership {
	position:absolute;
	bottom:50px;
	left:15px;
	width:120px;
	height:138px;
	background:url(/images/slide_ch4_dealership.png) no-repeat;
	z-index:100;
}


#home_tise_image{
	width:480px;
	height:230px;/*284px*/
	padding:46px 51px 8px 61px;
	/*background:url(/images/home_tise_bg.png) no-repeat;*/
	float:right;
	margin-right:-31px;
}

#home_tise_image img{
	border: 3px solid #383838;
}

#home_tise_left, #home_tise_right{
	width:34px;
	height:35px;
	position:absolute;
	margin-top:120px;
}

#home_tise_left{
	background:url(/images/home_tise_left.png) no-repeat;
	left:442px;
}

#home_tise_right{
	background:url(/images/home_tise_right.png) no-repeat;
	right:4px;
}

.home-prom{
	position:absolute;
	z-index:1;
}

#home_package_features_outer {
	width:100%;
	height:352px;
	background:url(/images/home_package_features_bgr.jpg) repeat-x;
}

#home_package_features {
	width:960px;
	margin:0 auto;
	position:relative;

}

.home_package_top_title {
	position:absolute;
	top:-18px;
	width:127px;
	height:48px;	
}

.home_features_top_title {
	position:absolute;
	top:-25px;
	left:330px;
	width:223px;
	height:68px;
	background:url(/images/home_features_top_title.png) no-repeat;	
}

#home_package_features_left {
	float:left;
	width:600px;
	margin-top:60px;
}

.home_package_container_left, .home_package_container_right {
	float:left;
	width:252px;
	margin:0 0 20px 15px;
}

.home_package_container_right {
	margin-left:60px;
}

.home_package_left {
	float:left;
	width:84px;
	margin-right:20px;
}

.home_package_right {
	float:left;
	width:148px;
}

.home_package_text {
	font-size:24px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.home_package_price {
	font-size:45px;
	background: -webkit-linear-gradient(#909090, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home_package_vat {
	font-size:11px;
	color:#4e4e4e;
}

#home_package_features_left p {
	color:#fff;
	text-align:center;
	font-size:11px;
}

#home_package_features_left .home_package_no_hidden {
	font-weight:bold;
	color:#0f7bcf;
	padding-top:0;
	font-size:12px;
}

#home_package_features_bottom {
	background:url(/images/home_compare_bgr.jpg) repeat;
	width:489px;
	padding:10px 20px;
	border:1px solid #353535;
	border-radius:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px #000;
	text-transform:uppercase;
	margin:5px auto;
}

#home_package_features_bottom span {
	text-transform:none;
}

#home_package_features_bottom_left {
	float:left;
	
}

#home_package_features_bottom_right {
	float:right;
}

#home_package_features_bottom_right a{
	display:block;
	width:158px;
	height:24px;
	padding:7px 0;
	background:url(/images/home_package_order.png) no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	text-align:center;
	text-transform:none;
	text-shadow:1px 1px #000;
	text-decoration:none;
}

#home_package_features_bottom_right a:hover{
	background:url(/images/home_package_order_hover.png) no-repeat;
}

#home_package_features_right {
	float:right;
	width:338px;
	font-size:18px;
	color:#fff;
	background:url(/images/home_compare_bgr.jpg) repeat;
	padding:20px 10px;
	border:1px solid #353535;
	margin-top:29px;
	text-align:center;	
}

#home_compare_top {
}

#home_compare_image a {
	display:block;
	width:159px;
	height:107px;
	background:url(/images/compare_chart_image.png) no-repeat;
	margin:19px auto;
}

#home_compare_text {
	font-size:16px;
}

#home_compare_link{
	width:210px;
	padding: 12px 0 1px 0;
	margin:0 auto;
}

#home_compare_link a {
	display:block;
	width:210px;
	height:40px;
	background:url(/images/home_compare_link.png) no-repeat;
	margin:12px 0 0 0;	
}

#home_compare_link a:hover {
	background:url(/images/home_compare_link_hover.png) no-repeat;
}

.home_testimonial_bg {
	width: 100%;	
	background:#1581d6;
	border-bottom:3px solid #274257;
	text-align:center;
}

.home_testimonial_container {
	display:inline-block;
	zoom:1;
	*display:inline;
	width:48%;
	margin:30px 0.8%;
	vertical-align:top;
}

.home_testimonial_quote_container {
	background:#1d86d9;
	padding:20px 5%;
	color:#fff;
	text-align:center;
	border-radius:5px;
}

.home_testimonial_quote_top {
	font-size:21px;
	font-style:italic;
	padding-bottom:10px;
}

.home_testimonial_quote {
	font-size:11px;
	padding-bottom:10px;
}

.home_testimonial_rating img {
	margin:0 auto;
}

.home_testimonial_name_container {
	background:url(/images/home_testimonial_name_container.png) top center no-repeat;
	padding-top:20px;
}

.home_testimonial_left {
	float:left;
	width:52%;
	text-align:right;
}

.home_testimonial_right {
	float:left;
	width:45%;
	padding-left:3%;
	text-align:left;	
}

.home_testimonial_name {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0 3px 0;
}

.home_testimonial_client {
	color:#c0c0c0;
	font-size:11px;
}

.home_testimonial_right img {
	width:55px;
	border:1px solid #1f67a0;
	border:1px solid rgba(31,103,160,0.9);
	border-radius:2px;
}

.home_dealerworks_types {
	padding:32px 0 12px 0;
	text-align:center;
}

.vehicle_type {
	display:inline-block;
	zoom:1;
	*display:inline;
	width:172px;
	height:131px;
	background:#f4f8ff;
	margin:1% 0.7%;
}

.vehicle_type img {
	max-width:100%;
	padding:20px 0 18px 0;
}

.vehicle_text {
	color:#328fd8;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}

.vehicle_text span {
	font-size:11px;
	font-weight:normal;
}

.package_container {
}


#home_content{
	position:relative;
	clear:both;
	top:-20px;
	z-index:2;
}

.icons_col{
	float:left;
	width:306px;
	padding:15px 0 15px 14px;
	font-size:15px;
}

.icon_feature{
	padding:5px 0;
	height:22px;
}

#home_included{
	background:#f4f8ff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:10px 10px 30px 10px;
	padding:6px 15px 4px 15px;
}

#home_included ul{
	width:282px;
	float:left;
}

#home_included li{
	padding:2px 0;	
}

#home_button_container{
	width:420px;
	background:url(/images/title_bgr.jpg) repeat-x 0 21px;
	padding:0 260px;
	margin:0 10px;
}

.home_button{
	width:202px;
	margin-left:8px;	
	float:left;
}

#home_col_design{
	width:306px;
	float:left;
	padding:24px 18px 24px 0;
	line-height:17px;
}

#home_col_function{
	width:307px;
	float:left;
	padding:24px 18px 24px 0;
	line-height:17px;
}

#home_col_order{
	width:310px;
	float:left;
	padding:24px 0;
	line-height:17px;
}

.home_col_item{
	padding-top:22px;
	clear:both;
}

.home_col_item_img{
	width:46px;
	float:left;
	padding-right:10px;
}

.home_col_item_text{
	width:250px;
	float:left;
}

#home_package_tise{
	padding:16px 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0277d2;			
}

.home_package_tise_top{
	font-weight:bold;
	font-size:17px;

	text-align:center;
}

.home_package_tise_left{
	float:left;
	width:21px;
	font-size:12px;
	font-weight:normal;
}

.home_package_tise_middle{
	font-size:69px;
	float:left;	
	width:156px;
}

.home_package_tise_right{
	float:left;
	width:30px;	
	font-size:14px;
	font-weight:normal;		
}

#nsltr_container{
	padding-bottom:24px;
	border-bottom:1px solid #a9a9a9;
}

#nsltr_text{
	width:308px;
	float:left;
	padding:8px 20px 0 12px;
	line-height:18px;
}

.nsltr_input{
	width:225px;
	padding-top:10px;
	float:left;
}

.nsltr_input .text_input{
	width:210px;
	height:25px;
	padding:4px 0 0 10px;
	border:1px solid #a9a9a9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#nsltr_submit{
	width:90px;
	float:left;
	padding:10px 10px 0 0;
}

.submit_form{
	width:89px;
	height:32px;
	background:url(/images/button_nsltr_submit.png) no-repeat;
	border:none;
	cursor:pointer;
	color:#fff;
}

.submit_form:hover{
	background:url(/images/button_nsltr_submit_hover.png) no-repeat;
}

/*Our Work*/

.our_work{
	width:460px;
	padding:10px 20px 10px 10px;
	float:left;
	position:relative;
}

.our_work p{
	padding:8px 0;	
}

.our_work a {
	text-decoration:none;
}

.premier_elite {
	width:67px;
	height:67px;
	position:absolute;
	right:30px;
	bottom:20px;
}

/*How it works*/

#how_it_works_left{
	width:340px;	
	height:738px;
	float:left;
	margin-top:30px;
	background:url(/images/how_it_works_bg.jpg) no-repeat;
	padding:10px 65px 0 55px;
	font-family: 'Cabin', arial, serif;
	font-size:17px;
	color:#fff;
}

.how_it_works_small{
	height:64px;
	padding:11px 0 18px 0;
}

#how_it_works_large{
	height:154px;
	padding:10px 0 18px 0;
}

#how_it_works_end{
	height:55px;
	padding:20px 0 18px 0;
	font-size:22px;
}

#how_it_works_order_link{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:40px;
	padding:14px 0 0 26px;
}

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

#how_it_works_right{
	width:500px;
	margin-top:38px;
	float:left;
	
}

#how_it_works_right p{
	padding:12px 0;	
}

/*Upgrades*/

.upgrades{
	padding:20px 0 20px 0;
	border-bottom:1px solid #c0c0c0;
}

.upgrades_img{
	width:192px;
	float:left;
	padding:0 18px 0 8px;
}

.upgrades_text{
	width:742px;
	float:left;
}

.upgrades_text p{
	padding:4px 0;	
}

#upgrades_anything{
	background:#0277d2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:30px;
}

#upgrades_anything_left{
	width:180px;
	float:left;
	padding:20px 6px 0 28px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

#upgrades_anything_right{
	color:#fff;
}

#upgrades_anything_right a{
	color:#b5dfff;
}

/* Package Comparison */

.package_title {
	width:228px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0277d2;
	font-weight:bold;
	padding:19px 0;
	margin-right:15px;
}

.package_title span {
	color:#383838;
}

.package_item td, #package_base td {
	border-top:1px solid #c0c0c0;
}

.package_comparison_premier_table{
	background:#e5eff5;
}

.package_comparison_premier_table #package_base{
	background:#fff;
}

.package_item_image {
	width:40px;
	padding-left:20px;
}

.package_item_title {
	width:404px;
	font-size:15px;
	padding-right:15px;
}

.package_included {
	width:230px;
	height:54px;
	background:#e6e6e6;
	text-align:center;	
}

.package_gap {
	width:9px;
}

#package_order_now_container {
	padding-top:15px;
}

.button_order_now a {
	display:block;
	width:201px;
	height:40px;
	background:url(/images/order_package.png) no-repeat;		
	text-decoration:none;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	text-shadow:1px 0px 1px rgba(0,0,0,0.20);
	margin:0 18px 0 24px;
}

.button_order_now a:hover {
	background:url(/images/order_package_hover.png) no-repeat;
}

.package_contact {
	color:#c75500;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:18px;
	margin-right:24px;
	padding-top:15px;	
}

.package_contact span {
	color:#0277d2;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:26px;	
}

.package_container_top, .package_container_bottom {
	width:230px;
	height:2px;
	background:#e6e6e6;
	border-radius:0 0 7px 7px;
}

.package_container_top {
	border-radius:7px 7px 0 0;
}


/*FAQ*/

.faq_item{
	padding:10px 0;	
}

/*Contact*/

#contact_us{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#2d2d2d;
	font-size:11px;
	color:#fff;
	padding:16px 0 10px 18px;
	margin:10px 0;
}

.contact_form_left{
	float:left;
	width:49%;
}

.contact_form_right {
	float:right;
	width:49%;
}

#contact_us .text_input, #contact_us .text_area{
	width:437px;
	margin:7px 22px 12px 0;
	border:1px solid #fff;
	border-radius:8px;
	-moz-border-radius:5px;
	-webkit-border-radius:8px;
	
}

#contact_us .text_input{
	height:22px;
}

#contact_us .text_area{
	height:86px;
}

.form_button{
	width:77px;
	height:27px;
	background:url(/images/button_contact.png) no-repeat;
	border:none;
	cursor:pointer;
	color:#fff;
	float:right;
	margin-right:22px;
}

.form_button:hover{
	background:url(/images/button_contact_hover.png) no-repeat;
}

#contact_left{
	width:407px;
	padding:60px 30px 0 60px;
	float:left;
	line-height:18px;
}

#contact_left td{
	padding-left:30px;	
}

#contact_right{
	width:439px;
	margin-top:20px;
	float:left;
	background:#f4f8ff;
	padding:7px;
}

#map{
	width:439px;
	height:289px;
}

/*Order Now*/

.large_blue{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:19px;
	color:#0277d2;
}

.form_button_paypal{
	width:157px;
	height:35px;
	background:url(/images/button_order_now.jpg) no-repeat;
	border:none;
	cursor:pointer;
	float:right;
	margin:10px 22px 10px 0;
}

.form_button_paypal:hover{
	background:url(/images/button_order_now_hover.jpg) no-repeat;	
}

/* Switch */

.switch_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size:24px;
	font-weight:bold;
	color:#0277d2;
	padding:30px 0;
}

.switch_bg {
	background:#efefef;
	width:100%;
	padding:20px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;		
}

.switch_left {
	float:left;
	width:210px;
	padding-left:10px;
	font-size:129px;
	color:#c75500;
}

.switch_left_inner_l {
	float:left;
	font-size:16px;
	color:#c75500;
}

.switch_left_inner_r {
	float:right;
	font-size:24px;
	color:#0277d2;
}

.switch_right {
	float:right;
	width:630px;
}

.switch_option {
	float:left;
	width:280px;
	background:url(/images/switch_option_bg.png) no-repeat center left;	
	padding:20px 0 20px 35px;
	color:#c75500;
	font-size:15px;	
}

/*SEO PAGES*/

.button_blue {
	width:451px; 
	height:40px;
	background:url(/images/x_site_button.png) no-repeat;
	border:none;
	cursor:pointer;
	margin:10px auto;
	color:#fff;
	font-size:22px;
	text-align:center;
	padding-top:11px;
}

.header_one {
	color:#BE2EC1;
}