/* CSS Document */



html { 
	padding:0px;
	margin:0px;
	height:100%;
}


ul, ol, dl{
	position:relative;
}

html { min-height: 100%; margin-bottom: 1px; }
body {
	background:#CCCCCC url(/assets/images/template/outer_tile.gif) repeat-x scroll left top;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center;
}

img {
	padding:0; 
	border:none;
}
img.noborder{
	border:none;
}
p,pre{
	margin:0px 10px 10px 10px;
}

h1 {
	font-size:14px;
	padding-top:10px;
	text-transform:lowercase;
	color: #564b47;
	background-color: transparent;
}
h1, h2, h3{
	text-transform:lowercase !important;
	letter-spacing:-1px;
	color:#727272;
}
a { 
	color: #0055BB;
	background-color:transparent;
	text-decoration: none; 
}

a:hover{
	text-decoration:underline;
}
pre { 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%; text-align:left;}		/* Full width column for a one column site */

.halfcolumn { float: left; width: 49%; }		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 31%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */

.threequartercolumn { float: left; width: 72.5% }		/* 3/4 width column for a four column site */
.ir {display:none;}
.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 99.9%;
	overflow: hidden;

}

/*------------------------------Main Navigation------------------------------------------*/
.validation {  float: right; margin-right: 10px; } /* floats the validation buttons */
.validation img {  margin: 0; } /* floats the validation buttons */



/*************  #head ***************************************/
#outer{
	margin:0;
	padding:0;

	float:left;
	display:inline;
}
#inner{
	margin:0;
	padding:0;
	width:782px;
	margin:0 auto;
	background-color:white;
	height:100%;
	overflow:hidden;
}

#top_nav{
	display:block;
	margin:0;
	padding:10px 0;
	padding-bottom:5px;
	list-style-type: none;
	text-align: right;
	padding-right:30px;
}

#top_nav li{
	display:inline;
	margin:0;
	padding:0;
	margin-right:15px;
	padding-right:15px;
	font-size:11px;
	text-transform: lowercase;
	background: url('../images/template/sub_nav_divider.jpg') no-repeat right center;
}
#top_nav li a{
	font-size:12px;
}

a:hover { outline: none !important;}

/* try it free tag */

#try_it_free{
	display:block;
	position: absolute;
	right:20px;
	top:0;
	width:100px;
	height:37px;
	margin:0;
	padding:0;
	background: url('../images/template/try_it_free.gif') no-repeat left top;
	text-indent: -9999px;
	overflow: hidden; 
	text-align: left;
}

a#try_it_free:hover{
	background: url('../images/template/try_it_free.gif') no-repeat left bottom;
	cursor:hand;
}

.free_trial_top a{
	color:#ff9933;
}

#bottom_nav a#top_nav_live_chat{
	display:block;
	width:54px;
	height:12px;
	background: transparent url('../images/template/chat_icon_top.png') no-repeat right top;
	behavior: url(/assets/includes/iepngfix.htc);
	overflow:hidden;
	cursor:pointer;
	text-align:left;
}

* html #bottom_nav a#top_nav_live_chat{
	background: transparent url('../images/template/chat_icon_top.gif') no-repeat right top;
}

#bottom_nav{
	display:block;
	margin:0;
	padding:4px 0;
	padding-bottom:0px;
	list-style-type: none;
	text-align: right;
	padding-right:30px;
}

#bottom_nav li{
	display:block;
	margin:0;
	width:auto;
	float: right;
	padding:0;
	margin-right:8px;
	padding-right:8px;
	font-size:11px;
	color:#666;
	text-transform: lowercase;
	background: url('../images/template/sub_nav_divider.jpg') no-repeat right center;
}
#bottom_nav li.last{
	cursor:pointer;
}
#bottom_nav li a{
	font-size:12px;
}

#bottom_nav .last a{
	color:#666;
}
/*************  #head ***************************************/
#head {
	margin:0 auto;
	padding:0;
	height:auto;
	background:#fff url(../images/template/header_nav_bg.gif) no-repeat left top;
	width:782px;
	position:relative;
	text-align: right;
}


li.last{
	border: none !important;
	background:none !important;
	padding-right:0 !important;
	margin-right:0 !important;
}
#head h1 {
	margin: 0px;
	font-size: 13px;
	text-transform:lowercase;
	font-weight:normal;
	padding:45px 29px 0px 0px;
	color: gray;
	#width:450px;

}
* html #head h1{
	text-align: right;
	width:56%;
	margin-top:43px;
	padding-top:0;
}

#head h2 {
	margin: 0px auto;
	font-size: 12px;
	text-align: right;
	color: gray;
	padding:0px 15px 15px 15px;
	text-transform:lowercase;
	width:730px;
	font-weight:normal;
}

#head_top{
	margin:0;
	padding:0;
	margin: 0px auto;
	width:100%;
	z-index:1;
	position:relative;

}
* html #head_top{
	margin-top:2px;
}
#head_top a{
	font-size:100%;
}
#head_top ul{
	margin:0 auto;
	padding:0 80px;
	list-style:none;
	width:100%;
	text-align:center;	
}

#head_top ul li a:hover{
	color:#FFBB00;
	text-decoration:none;
}
#head_top ul li{
	text-transform:lowercase;
	margin:0;
	padding:0;
	padding-right:15px;
	display:inline;
	float: left;
	width:auto;
}

* html head_top ul li{
	width:150px;
}


#head_top ul li a{
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	color:#7a7a7a;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	height:25px;
	margin-right:14px;
	padding-top:16px;
	width:auto;
	#width:100%px;
}

* html #head_top ul li a{
	width:150px;
}

#head_top ul li.current {
	background-image:url(../images/template/head_top_nav_current_right2.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0;
	height:48px;
	margin-right:15px;

}
#head_top ul li.current a{
	background-image:url(../images/template/head_top_nav_current_left2.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#0055BB;
	height:35px;
	padding-left:18px;
	padding-top:16px;
	width:auto;
}

* html #head_top ul li.current a{
	width:150px;
}

#head_top ul li.current a:hover{
	color:#80b9fc;
}

#head_bottom{
	background-color:#fff;
	padding:0;
	width:100%;
	margin:0px auto;
	text-align:center;
	padding-top:5px;

	background:#fff;
	clear:both;
	padding:0;
	margin:0 auto;
	z-index:0;
	text-align:center;
	color:white;
	width:100%;
	position:relative;
}



#head_bottom ul li.current_sec a{
	margin:0;
	color:#FF9933;
	font-weight:bold;
	background: url('../images/template/head_bottom_current_nav.jpg') no-repeat left 55%;

}


#head_bottom ul li.current_sec a:hover{
	border:none;
	color:#ffc68e;
	font-weight:bold;	
	text-decoration: none;
}

#head_bottom ul{
	margin:0px auto;
	padding:5px 0; 
	list-style:none;
	text-align:center;
	width:85%;
}

#head_bottom ul li{
	margin:0;
	padding:0;
	float:left;
	text-transform:lowercase;
	background: url('../images/template/sub_nav_divider.jpg') no-repeat right center;
	width:auto;
	margin-right:15px;
	padding-right:15px;
}

* html #head_bottom ul li{
	width:auto;
}

#head_bottom ul li a{
	margin:0;
	color:#2f5f99;
	font-size:13px;
	display:block;
	padding:5px 10px;
}

#volusion_logo {
	display:block;
	margin:0;
	padding:0;
	text-align: left;
	position:absolute;
	top:2px;
	left:10px;
	width:175px;
	height:75px;
	text-indent:-9999px;
}





/*************  #content ***************************************/
#content {
	margin: 0px;
	margin-top:2px;
	background-color:#fff;	
	height:100%;
	padding:2px;
	width:605px;
	text-align:left;


}
*html #content {
	width:600px
}




/* --------------left navi------------- */

#left {
	width:150px; 
	/*margin-left:-200px; */
	margin:10px;
	margin-right:5px;
	margin-top:33px;
	background-color:white;
	border-bottom:1px solid #BDC8D0;
	border-left:1px solid #BDC8D0;
	border-right:1px solid #BDC8D0;
}
*html #left {
	margin:5px;

}
#left h2{
	margin:0;
	padding:0;
	padding-left:5px;
	color:#42619C;
	background-image:url(../images/template/left_bar_h1_tile.png);
	background-position:top left;
	background-repeat:repeat-x;
	height:18px;
	font-size:12px;
	font-family:"Trebuchet MS";
	font-weight:normal;
	border-top:1px solid #BDC8D0;
	border-bottom:1px solid #BDC8D0;
	text-transform:lowercase;
}
#left h3{
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
	text-transform:lowercase;

}
#left h4{
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
	letter-spacing:1px;
	text-transform:lowercase;

}
#left div.left_section{
	text-align:center;
	padding:5px;

}
#left div.left_section p{
	text-align:left;
	font-size:11px;
}
#left div.left_section img{
	border:none;
}
/*************  #content ***************************************/
#content p{
	line-height:160%;
}
#content h1{
	margin:0;
	padding:0;
	font-size:200%;
	font-family:Arial, Helvetica, sans-serif;
	color:black;

}

#content_default h1{
	margin:0;
	padding:0;
	font-size:17px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#727272;
	padding-bottom:.75em;

}
#content .home_page_splash_1{
	margin-top:25px;
	text-align:center;
}
#content .home_page_splash_1 img{
	border:none;
}
#content #home_page_2{
	margin:0;
	padding:0;
	margin-top:25px;
	text-align:center;
	height:240px;
}

#content #home_page_2 h1{
	padding:0;
	margin:0px auto;
	background-image:url(../images/home_page_whythousands.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 527px;
	height: 38px;
}
#content #homepagewrapper{
	margin:0px auto;
	padding:0;
	width:575px;


}
*html #content #first_section{
	margin-top:-15px;
}
#content .section{
	margin:0;
	padding:0;
	padding-bottom:10px;
	border-bottom:1px solid gray
}
#content .section h3{
	margin-top:10px;
}
#content .section img{
	float:left;
	padding-right:10px;
	border:none;
}
#content .last_section{
	padding-bottom:10px;
	border:none;
	margin-top:15px;
}

#content #home_page_2 .homepage2{
	margin:0;
	padding:0;
	height:225px;
	float:left;

}
#content #reasons {
	background-image:url(../images/homepage_reasons.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:188px;
}
#content #reasons ol{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top:48px;
	margin-left:34px;
	margin-right:2px;
	font-size:12px;
}
#content #top_features {
	background-image:url(../images/homepage_topfeatures.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:185px;
}
#content #top_features ol{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top:48px;
	margin-left:31px;
	margin-right:5px;
	font-size:12px;
}
#content #industries {
	background-image:url(../images/homepage_industries.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:195px;
}
#content #industries ol{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top:48px;
	margin-left:31px;
	margin-right:5px;
	font-size:12px;
}
#content #industries ol li a{
	font-size:12px;

}


#footer{
	margin:0 auto;
	padding:0;
	clear:both;
	height:106px;
	width:782px;
	background:url(../images/template/footer_bg.gif) repeat-x left top;	
	
}

#footer ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	padding-top:21px;
	width:100%;
	text-align:center;
}

#footer ul li{
	margin:0;
	padding:0;
	display:inline;
	border-right:1px solid #a0b4d5;
	font-size:12px;
	padding-right:1em;
	padding-left:1em;
}

#footer ul li a{
	margin:0;
	padding:0;
	color:#626262;
	font-family:Arial, sans-serif;
	font-size:18px;
	text-transform:lowercase;
}

#footer ul li a:hover{
	text-decoration:none;
	color:#FFBB00;
}


/*************  Footer Copyright Info ***************************************/

#copyright{
	margin:0;
	padding:0;
	color:#4b4b4b;
	width:100%;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:10px;
	padding-top:8px;
	margin-bottom:10px;
}

/* HIDE VOLUSION CHAT DIV */

#VolusionLiveChat{
	display:none;
}



#create_new_account{
	text-align:left;
}
#content #trial_bottom #trial_left form #login_existing_customer h3{

	text-align:left;
}
#content #trial_bottom #trial_left form #create_new_account h3{

	text-align:left;
}


br.clear{
	clear:both;
	height:30px;
}
#index {
	margin:0;
	padding:0;

}
#index .section{
	text-align:left;
}
#index .section p{
	font-size:11px;

}
#index .last_section .blue{
	font-size:11px;
}

#new_page_header{
	width:575px;
	height:311px;
	background:url(../images/home_page_spash_2.png)  left top no-repeat;
	margin:0 auto;
	padding:0;
	position:relative;
}
#new_page_header h2{
	padding:0;
	margin:0;
	position:absolute;
	width:192px;
	height:67px;
	top:234px;
}
#new_page_header h2 a{
	display:block;
	padding:0;
	margin:0;
	width:192px;
	height:67px;
	text-indent:-9999px;
}
#new_page_header h2#upgrade{
	left:190px;
}
#new_page_header h2#start_now{
	left:380px;
}

#new_page_header h2#upgrade a:hover{
	background:url(../images/upgrade_now_hover.png) left top no-repeat;
}
#new_page_header h2#start_now a:hover{
	background:url(../images/start_now_hover.png) left top no-repeat;
}
#new_page_header h2#sell_online a:hover{
	background:url(../images/sell_online_hover.png) left top no-repeat;
}
#shoppingcartfaq{
	padding:15px;
	margin:1em auto;
	width:70%;
}
#shoppingcartfaq hr{
	height:1px;
	border:1px dashed #000033;
	margin:30px 5px;
}
#shoppingcartfaq h2{

	margin-bottom:10px;
	margin-top:25px;
	color:#0066CC;

}
#shoppingcartfaq h2 a{
	font-size:16px;
	margin-bottom:10px;
	margin-top:15px;

}
#shoppingcartfaq ul li a{
	font-size:12px;
}

#pricing img{
	border:none;
}
#pricing{
	padding:0;
}
#pricing #pricing_nav{
	padding:0;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:25px;


}
#pricing #pricing_nav img{
	margin:0;
	padding:0;
	border:none;
}
#pricing #pricing_nav a img{
	margin:0;
	padding:0;
	margin-left:-3px;
}
#pricing #pricing_content{

	margin-top:10px;
	margin-bottom:25px;


}
#pricing #pricing_content img {

	margin:10px 10px;
}
#pricing #solutions{
	width:625px;
	margin:0px auto;
	text-align:center
}
#pricing #solutions #bronze_solution img{
	margin-top:6px;
}

th.steel{
	background:url(/assets/images/pricing_page/steel_bg.gif) no-repeat center center;
}

th.bronze{
	background:url(/assets/images/pricing_page/bronze_bg.gif) no-repeat center center;
}
th.silver{
	background:url(/assets/images/pricing_page/silver_bg.gif) no-repeat center center;
}
th.gold{
	background:url(/assets/images/pricing_page/gold_bg.gif) no-repeat center center;
}
th.plat{
	background:url(/assets/images/pricing_page/platnium_bg.gif) no-repeat center center;
}


#pricing table th{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;


}

#pricing table th.th_middle{
	text-align:left;
	padding-left:10px;
}
#pricing table td{
	margin:0;


	font-family:"trebuchet ms",arial, sans serif;


}
td.td_leftalign{
	text-align:left;
	color:#595959;
	padding:0.25em 0.25em .25em 1em;
}
#pricing table td.td_leftalign img{
	vertical-align:middle;
}
#pricing table th h3{
	font-size:14px;
	margin:0;
	padding:0;
}

td.td_pricing_content{
	text-align:center;
}

.bigred{
	color:#FF0000;
	font-size:140%;
	font-weight:bold;
}
.red{
	color:#FF0000;
	font-weight:bold;
}
tr.yellow{
	background-color:#FFFFB9;
}
tr.google_promo{
	background-color:white;
	color:#009900;
	font-weight:bold;
}


/****-----------  Features page  -----------*************/

#features{
	padding-right:20px;
}
#features #features_top{
	text-align:center;
	margin-top:20px;
}
#features #features_top p{
	text-align:left;
}
#features .section{
}
#features .section img{
	margin:0px auto;
	display:block;
	float:none;
	clear:both;
	margin-bottom:15px;

}
#features .section ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:15px;
}

#features .section ul li{
	background-image:url(../images/bullet-orange.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:10px;
}


/****-----------  Reviews page  -----------*************/
#reviews{

	margin-top:15px;
	margin-right:15px;
	text-align:center;

}
#reviews h1{
	margin-bottom:15px;
}
#reviews #testimonials_image_list img{
	margin-top:15px;
	border:1px solid black;
}

#reviews .testimonial_old{
	border:1px solid #999999;
	background-color:#fff;
	padding:10px;
	text-align:left;
	width:75%;
	margin:10px auto;
}
#reviews .testimonial_old img{
	float:left;
	border:0;
	margin:3px 15px;
}
#reviews .testimonial_old p{
	line-height:160%;
}
#reviews .testimonial_old h4{
	margin:0;
	padding:0;
	margin-left:10px;
	font-size:130%;	
}
#reviews .testimonial_old h5{
	margin:0;
	padding:0;
	margin-left:10px;
	font-size:120%;
	font-weight:normal;
}
ul.testimonials_pages{
	list-style:none;
	margin:0;
	padding:0;
	margin:15px 0;

}
ul.testimonials_pages li{
	display:inline;
	margin-right:10px;
}


.float_right{
	float:right;
	display:inline;
}

.float_left{
	float:left;
	display:inline;
}

.spacer{
	clear:both;
	height:0;
}


/*-----  training videos ----------*/
#training_videos{
	padding:0 15px;
	margin-top:25px;
	padding-bottom:25px;
}
#training_videos h1{
	background-image:url(/training_videos/images/v4logo_big.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:260px;
	height:55px;
	margin:0px auto;	
}
#training_videos h2{
	margin:15px auto;

	padding:0;
	margin-top:25px;

}
#training_videos #training_vid_list{
	margin:0px auto;

	padding:10px;
	border:1px solid #999999;
}
#training_videos #training_vid_list div.legend{
	margin:0;
	padding:0;
	width:100px;
	padding:10px;
	float:left;
	text-align:center;
}
#training_videos #training_vid_list h3{
	margin:0;
	padding:0;
	padding:5px;
	float:left;
	text-align:left;



}
#training_videos #training_vid_list h3 a{
	font-size:130%;
}
#training_videos #training_vid_list br{
	clear:both;
}



/*---- Server Reqs -----------*/

#server_req .solution{
	width:90%;
	margin:0px auto;
	padding:0;
	background:#EEEEEE;
	border:1px solid #999999;
	margin-bottom:-1px;
}
#server_req  h1{
	margin-top:15px;
	margin-bottom:25px;
}
#server_req .solution h1{
	margin:0;
	font-size:18px;
	font-weight:normal;
	color:#fff;
	padding:5px;
	background-color:#0055bb;
	border-bottom:1px solid #999999;

}
#server_req .solution img{
	border:0;
	vertical-align:middle;
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:10px;

}
#server_req .solution ul{
	list-style:none;
	margin:0;
	padding:0;
	margin:10px 10px;
	padding:10px;
}
#server_req .solution ul li{
	display:inline;
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Tahoma,helvetica,sans-serif;
	font-size:14px;
	color:#cc0000;
	font-weight:bold;


}

#server_req .solution ul li p{
	padding:5px;
	margin:0;
	margin-bottom:10px;
	border-bottom:1px solid #999999;
	color:black;
	font-size:12px;
	font-weight:normal;
}


/*------------  Online Stre builder.asp -------------*/

#osb{
	padding:0 10px;
	width:75%;
	margin:0 auto;
	margin-top:25px;
	padding-bottom:25px;
}
#osb #osb_top{
	clear:both;
	border-bottom:1px solid gray;
	padding-bottom:10px;
}
#osb #osb_top .float_left{
	width:48%
}
#osb #osb_top #center{
	width:2px;
	margin-left:3px;
	margin-top:20px;
	height:300px;
}
#osb #osb_top .float_right {
	text-align:right;

}
#osb #osb_top .float_right img{
	margin-right:10px;
	margin-bottom:10px
} 
#osb #osb_top .float_left object{
	margin-bottom:10px
}
#osb h1#free_trial{
	background-image:url(../../../images/online-demo-free-trial.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:500px;
	height:50px;
	margin-bottom:15px;
}


/*-------- merchant account pages --------------*/
#merchant_service{
	padding:0 10px;
	margin-top:25px;
	padding-bottom:25px;
}
#merchant_service h2{
	font-size:90%;
}
#merchant_service table{
	border-collapse:collapse;
	border:1px solid #CCCCCC;

}
#merchant_service table#compare{
	background-color:#eeeeee;

}
#merchant_service table#compare th{
	background:#999999 url(http://www.volusion.com/assets/images/table_bar_shading.png) repeat-x left top;
	color:white;
	text-align:center;
	padding:4px;
	border:1px solid #cccccc;
}

#merchant_service table#compare td{
	background:#fff url(http://www.volusion.com/assets/images/pricing_page/tabe_row2_bg.gif) repeat-x left top;
	font-size:11px;
	padding:3px;
	border:1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#merchant_service table#compare td em{
	color:#999999;
	font-size:10px;
}



#merchant_service table#compare th.dark_blue{
	background-color:#0066cc;
}
#form1 div#send_form{
	width:580px;
	margin:0px auto;
	position:relative;

}
#send_form #send_form_inner{
	margin:0;
	padding:0;
	border-bottom:1px solid #919191;
	border-right:1px solid #919191;
	border-left:1px solid #919191;
	clear:both;

}
#send_form h1{	
	margin:0;
	padding:0;
	color:#666666;
	width:580px;
	height:26px;
	font-size:14px;
	text-align:center;
	background-image:url(../images/corner_right-top.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-bottom:1px solid #919191;
	position:relative;

}
#send_form h1 em{	
	background-image:url(../images/corner_left-top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:580px;
	height:26px;
	padding-top:3px;
	background-color:transparent;

}

*html #send_form h1 em{
	height:23px;
}

#send_form .float_right{
	width:40%;
	padding:10px;
	background-color:#ebf7ea;
	height:170px;
	border-left:1px solid #919191;
	display:inline;
	position: relative;

}

*html #send_form .spacer{
	margin:0;
	padding:0;
	height:1px;
	position: relative;


}
#send_form .float_left{
	width:51%;
	padding:15px;
	display:inline;
	position: relative;
}
#send_form label{
	margin:0;
	padding:0;
	float:left;
	width:75px;
	margin-right:5px;
	text-align:right;
	padding:3px;
	font-size:10px;
	margin-bottom:3px;
	vertical-align:middle;
}

#send_form input[type="text"]{	
	margin:0;
	padding:0;
	float:left;
	padding:3px;
	font-size:10px;
	margin-bottom:3px;
	vertical-align:middle;
	height:7px;

}
#send_form br{
	clear:both;
}







/*-------- contact page -*****/
#contact{
	padding:0;
	margin:0 auto;

	height:auto;
	width:700px;
}
#contact h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	text-transform:capitalize;
}
*html #contact{
	padding:0 5px;
}
#contact img{
	padding:0;
	margin:0;
	border:0;
}
#contact h3{
	font-size:14px;
	font-weight:bold;


}

#contact #chaticon{
	position:absolute;
	display:block;
	width:120px;
	height:80px;
	margin:0;
	padding:0;
	right:20px;
	bottom:20px;
}
#contact h2{
	border-bottom:1px solid #DADADA;
	font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
	margin-bottom:5px;
	color:#0055BB;
}
#contact .halfcolumn{
	background:#FFFFFF url(../images/box_table_bg.gif) repeat-x scroll left bottom;
	border:1px solid #CCCCCC;
	height:224px;
	margin-right:5px;
	margin-top:5px;
	padding:15px;
	width:43%;
	position:relative;

}

#contact #support, #contact #sales, #contact #care, #contact #merchant{
	height:224px;
	margin-bottom:1em;
}


#contact p{
	margin:0;
	padding:0;
}


#contact #hours h4{
	margin-top:10px;
}
#contact #hours ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:15px;
}

#contact #hours h5{
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}
#contact #hours h6{
	font-size:11px;
	font-weight:normal;
	margin-bottom:5px;
}
#contact h6{
	font-size:10px;
}

#contact #postal, #contact #employment{

	height:160px;
	margin-bottom:20px;
}
#contact #postal h3{
	margin:0;
	padding:0;
}



/*--------- SEO --------*/

#seo{
	padding:0 7px;
	margin-top:25px;
	padding-bottom:25px;
}
#seo ol{
	width:65%;
	margin:0 auto;
}
#seo img {
	border:none;
}
#seo p{
	width:66%;
	margin:10px auto;
}
#seo h1{
	margin:15px auto;
	font-size:150%;
	width:68%;
}
#seo h4{
	width:68%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:6px;
}
#seo #seo_nav{
	margin-top:15px;
	margin-bottom:15px;
}
#seo #seo_nav img{
	margin:0;
	padding:0;
	border:none;
}
#seo #seo_nav a img{
	margin:0;
	padding:0;
	margin-left:-3px;
	border:none;
}
#seo img.sempo_logo{
	float:right;
	margin:10px;
}
#seo h2{
	background-color:#0055bb;
	border:1px solid #cccccc;
	text-align:center;
	padding:3px;
	font-size:125%;
	color:white;
	margin-top:20px;
}
#seo table{
	border-collapse:collapse;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	margin-bottom:15px;

}
#seo table th{
	padding:3px;
	border:1px solid #cccccc;
	background-color:#dfefff;
	text-align:center;
}
#seo table td{
	padding:3px;
	border:1px solid #cccccc;
	text-align:center;

}
#seo table td.gateway_gray{
	text-align:left;
}


.baby_blue{
	color:#3366ff;
}



#sitemap {
	margin:10px;
	padding:15px;
}
#sitemap ul li h3 a{
	margin:0;
	padding:0;
	margin-top:10px;
}
#sitemap ul.inside{
	margin:0;
	padding:0;

	margin-bottom:15px;;
	margin-left:10px;
}

#partners {
	width:68%;
	margin:10px auto;
	text-align:left;
	padding:15px;
}

#partners .partner_listing{
	padding:5px;
	border:1px solid #dadada;
	margin-bottom:15px;
	background:transparent url(../images/box_table_bg.gif) repeat-x scroll left bottom;
}
#partners .partner_listing h2 a{
	font-size:130%;
	margin-bottom:25px;
	margin-left:10px;
	letter-spacing:-2px;


}
#partners .partner_listing img {
	float:right;
	padding:10px;
}

#terms{
	width:68%;
	margin:10px auto;
	text-align:left;
	padding:15px;
}
#terms h1{
	margin-bottom:25px;
}

#terms h2, #terms h3, #terms h4, #terms h5{
	color:#0055BB;
	margin-bottom:6px;
	padding:5px;
}

/*-------  google promo  --------------*/
#google_promo{
	margin:10px;
	padding:10px;
}

#google_promo h1{
	margin-bottom:25px;
}
#google_promo h2{
	margin-bottom:10px;
	font-size:125%;
	color:#000066;
}
#google_promo table{
	width:95%;
	margin-bottom:25px;
}
#google_promo table th{
	background-color:#e7e9fe;
	padding:3px;
}

#gbuy_promo{
	margin:10px;
	padding:10px;
}
#gbuy_promo img#checkout_logo{
	margin:15px;
}
#gbuy_promo h1{
	margin-bottom:10px;
	text-transform:none;

}
#gbuy_promo h2{
	margin:0;
	padding:0;
	margin-top:35px;
	margin-bottom:10px;
	font-size:135%;
	color:#000066;
}
#gbuy_promo h3{
	margin:0;
	padding:0;
	margin-bottom:25px;
	font-size:115%;
	color:#990066;
}
#gbuy_promo h4{
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:110%;
	color:#333333;
}
#gbuy_promo h5{
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:130%;
	color:#333333;
	text-align:center;
}
#gbuy_promo table{
	width:95%;
	margin-bottom:25px;
}
#gbuy_promo table th{
	background-color:#e7e9fe;
	padding:3px;
}
#gbuy_promo .big_text{
	font-size:16px;
}
#gbuy_promo #quotes blockquote{
	clear:both;
}
#gbuy_promo #quotes cite{
	margin:0;
	padding:0;
	float:right;
	clear:right;
	margin-bottom:25px;
	margin-right:55px;
	font-weight:bold;
}

#gbuy_promo #existing_customers{
	padding:10px;
	background-color:#ffffff;
	background-image:url(../images/google_checkout_main_background.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px;
	color:black;
	width:470px;
	height:240px;
	margin:25px auto;
}
#gbuy_promo #existing_customers h2{
	margin:0;
	padding:0;
	color:white;
}

#gbuy_promo #googlescreenshot{
	padding:10px;
}
#gbuy_promo .rowcontainer{
	margin-bottom:30px;
}
#gbuy_promo #new_customers{
	padding:10px;
	background-color:#4183cf;
	color:white;
	margin:10px;
	width:80%;
	border:1px solid #003C82;
}
#gbuy_promo #new_customers h2{
	margin:0;
	padding:0;
	color:#DFDFFF;
}
#gbuy_promo #new_customers a{

	color:white;
	text-decoration:underline;
}


/*------- live chat page ----------------*/
#livechat{
	margin:10px;
	padding:10px;

}
#livechat #countdown{
	background:url(../images/countdown_background.gif) repeat-x top left #464646;
	padding:10px;
	border:1px solid #333333;
	width:215px;
	margin:0px auto;
	text-align:center;
}
#livechat .rowcontainer{
	float:none;
	margin-bottom:25px;
}
#livechat #countdown .countdown_inner{
	text-align:left;
}
#livechat #countdown strong{
	margin-right:12px;
	margin-left:5px;
	color:#66ccff;
	font-family:"Trebuchet MS";
}
#livechat #countdown .quartercolumn{
	font-size:12px;
	color:#66ccff;
}
#livechat #countdown .hours{
	background:url(../images/countdown_separators.gif) no-repeat 0 37%;
}
#livechat #countdown .min{
	background:url(../images/countdown_separators.gif) no-repeat 0 37%;
}
#livechat #countdown .sec{
	background:url(../images/countdown_separators.gif) no-repeat -1% 37%;
}
#livechat h1.countdown_title{
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#0066FF;
}
#livechat #countdown .quartercolumn h2{
	margin:0;
	padding:0;
	font-size:36px;
	color:#66ccff;
	font-family:"Trebuchet MS";
	font-weight:bold;

}
#livechat h1{
	margin-bottom:10px;
	margin-top:25px;
	text-transform:none;
}
#livechat h2{
	margin:0;
	padding:0;
	margin-top:35px;
	margin-bottom:10px;
	font-size:135%;
	color:#000066;
}
#livechat h3{
	margin:0;
	padding:0;
	margin-bottom:25px;
	font-size:115%;
	color:#990066;
	text-transform:none;
}
#livechat h4{
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:110%;
	color:#333333;
}
#livechat img{
	border:none;
}
#livechat .launching{
	color:red;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.green{
	color:#009933;
}
img#why_choose{
	float:right;
}
.tableLight {
	background-color: #FFFFFF;
	padding: 5px;
}
.tableDark {
	background-color: #F5F7F9;
	padding: 5px;
}




/*-------  shoppingcart trial  --------------*/

#free_trial_page{
	margin:8px;
	padding:3px;
}
#free_trial_page h1{
	font-size:36px;
	color:#CCCCCC;
	margin:15px auto;

}
#trial_top{
	background-image:url(../images/trial_top_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-bottom:1px solid #919191;
}
#trial_top div{
	background-image:url(../images/trial_top_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:5px;
	position: relative;
	z-index:50;
}
#trial_top p{
	margin:0;
	padding:5px;
}
#trial_top h1{
	font-size:125%;
	color:#999999;
	margin:0;
	padding:5px;
}

#trial_bottom{
	border-bottom:1px solid #919191;
	border-left:1px solid #919191;
	border-right:1px solid #919191;
	background-color:#f2f2cb;
	background-image:url(../../../assets/images/bg_y.gif);
	background-repeat:repeat-x;
}

#trial_left{
	padding:2px;
	background-color:#d6dbf2;
	background-image:url(../../../assets/images/bgb.gif);
	background-repeat:repeat-x;
	width:360px;
	font-size:11px;
	height:790px;
	border-right:1px solid #919191;
}
.trial_v2 #trial_left{
	width:520px;
}
#trial_left input#submit_reg{
	width:350px;
	height:75px;
}
#trial_left label, #trial_left input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}
#trial_left label {

	text-align: right;
	width: 115px;
	padding-right: 12px;
	padding-top: 3px;
	padding-left: 5px;

}
.trial_v2 #trial_left label, #trial_left input {
	width:175px;
}
.trial_v2 #trial_left label {
	font-size:12px;
	width: 150px;
}

#trial_left label.select_label{
	width: 180px;
	text-align:left;
	margin-left:20px;
}
* html #trial_left label.select_label{
	width: 180px;
	text-align:left;
	margin-left:10px;
}
#trial_left select.select_label{
	margin-left:20px;
}
#trial_left br {
	clear: left;
}
#trial_left h3{
	text-align:left;
	padding:10px 0;
	margin:20px 10px;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	color:#666666;
}
#login_existing_customer > *{
	text-align:left;
}


#trial_right{
	padding:5px;
	width:180px;
	font-size:11px;
	text-align:center;

}
#trial_right p{
	text-align:left;
}
.trial_v2 #trial_right p{
	text-align:left;
	font-size:12px;
}




#client_gallery_header{
	margin:0;
	padding:0;
	color:#ff9933;
	margin-bottom:25px;
	height:120px;
	border:1px solid #999999;
	width:99%;
	margin:0px auto;

}
* html #client_gallery_header{
	margin-top:10px;
	padding-top:10px;
}
#client_gallery_header ul{
	display:inline;
	float:left;
	margin-right:10px;
}
#client_gallery_header ul li a{
	color:blue;
	text-decoration:none;
}
#client_gallery_header ul li a:hover{
	text-decoration:underline;
}

#upgrade{
	margin:10px;
	padding:10px;
}
#new_customer{
	margin:10px;
	padding:10px;
}
#news{
	width:75%;
	margin:10px auto;
	padding:5px;
}
#news h1{
	margin-bottom:15px;
}

#news h2{
	margin-bottom:15px;
	color:#0055BB;
}
#news .news_entry{
	margin-top:10px;
	border-bottom:1px solid #dadada;
	padding-bottom:10px
}
#news .news_entry .date{
	width:140px;
}
#news .news_entry .news_info{
	width:70%;
	text-align:left;

}
#news .news_entry .news_info img{
	margin-bottom:10px;
	display:block;

}


#end_special_pages{
	margin:0;
	padding:0;
	text-align:left;
	margin-top:25px;
}


#merchant_service_terminology{
	margin:10px;
	padding:10px;
}

#merchant_service_terminology h2{
	font-size:120%;
	text-transform:lowercase;
	color:#000066;
}


#onepagecontainer{
	margin:10px;
	padding:5px;
}
#onepagecontainer h1{
	margin-bottom:25px;
}

#onepagecontainer #one_page_overlay{
	padding:10px;
}
#onepagecontainer .screenshot{
	text-align:center;
	margin:10px;
}

.page_header{
	text-align:left;
	margin:15px 0;

}
* html .page_header{
	margin:0;
	padding:0;

}

img.float_left, img.float_right{
	margin:10px;
}

#livechat h3.huge{
	font-size:16px;
	color:#0033CC;
	margin:0;
	padding:0;
	margin-bottom:10px;

}

.center{
	text-align:center;
}
#reseller{
	font-size:12px;
	padding:25px;
	width:75%;
	margin:0 auto;
}
#reseller h1{
	margin-bottom:20px;
	margin-top:20px;
}

#reseller form{
	margin:25px 0px;
}
#reseller label{
	float:left;
	display:inline;
	width:180px;
	margin:5px;
	padding:5px;
	text-align:right;
	font-size:12px;
}
* html #reseller label{
	margin:0;
	padding:0;
	margin:5px;
	padding:3px;
}
#reseller input[type="text"], #reseller select, #reseller textarea{
	float:left;
	margin:5px;
	padding:3px;
	border:1px solid gray;
}

* html #reseller input.input{
	float:left;
	margin:0;
	padding:0;
	margin:5px;
	padding:3px;
	border:1px solid gray;
}

* html #reseller textarea{
	float:left;
	margin:0;
	padding:0;
	margin:5px;
	padding:3px;
	border:1px solid gray;
}
* html #reseller select{
	float:left;
	margin:0;
	padding:0;
	margin:5px;
	padding:3px;
	border:1px solid gray;
}

#reseller div.select_fields{
	float:left;
	display:inline;
	margin:5px;
	padding:5px;
}
#reseller input:focus, #reseller input:hover, #reseller textarea:focus, #reseller textarea:hover, #reseller select:focus, #reseller select:hover {
	color: #000;
	background: #E4F7FA;
	border: 1px solid #00DFFF;
}
#reseller h3{
	font-size:12px;
	text-align:center;
	color:red;
	text-transform:none;
	padding-bottom:20px;
}
#reseller input.submit{
	display:block;
	width::285px;
	margin:30px auto;
}
#reseller input.submit:hover{
	border:none;
}
#reseller form br{
	clear:both;
}



img.fastest_checkout{
	margin:10px auto;
}

#agreement{
	margin:5px;
	padding:5px;
	margin-top:10px;
	text-align:center;
}
#agreement p{
	text-indent:15px;
	text-align:left;
}
#agreement h1{
	margin:10px 0;
	text-transform:none;
	font-size:18px;

}
#agreement h3{
	text-align:left;

}
#agreement ul{
	text-align:left;
}
#agreement ul li{
	text-align:left;
}
#agreement h5{
	font-size:.9em;
	font-weight:bold;
}

#livechat_help{
	padding:3px;
	margin:20px auto;
	width:75%;
}
#livechat_help h1{
	margin-top:35px;
	margin-bottom:20px;
}
#livechat_help h3{
	margin-top:30px;
}
#livechat_help h4 span.blue{
	color:#000099;
}
#livechat_help h4{
	margin-top:15px;
}
#livechat_help #pricing_nav{
	margin-top:15px;
	margin-bottom:15px;
}
#livechat_help #pricing_nav img{
	margin:0;
	padding:0;
	border:none;
}
#livechat_help #pricing_nav a img{
	margin:0;
	padding:0;
	margin-left:-3px;
}

#livechat #beta_testers{
	padding:10px;
	margin:15px auto;
	width:75%;
	background-color:#FFFFCC;
	border:2px solid #FFCC33;

}
#livechat #beta_testers h3{
	color:#0099FF;
	font-size:21px;
	text-align:center;
	margin-bottom:15px;
}

/* =fast traffic */
#fast_traffic{
	margin:0;
	padding:15px;
}
#driving_traffic{
	width:65%;
	float: left;
}
#fast_traffic h1{
	margin:0 auto;
	margin-bottom:15px;
	font-size:36px;
	background-image:url(../images/marketing/fast_traffic_header.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	width:540px;
	height:95px;
}
#fast_traffic h3{
	color:#000066;
	font-size:16px;
}
#fast_traffic h2{
	font-size:24px;
	color:#000000;
	margin:20px 0;
}

#fast_traffic_content{
	width:70%;
	margin:0 auto;
}

#fast_traffic #starter{
	text-align:center;

}
#fast_traffic .quartercolumn{
	text-align:center;
}

#fast_traffic #turbo_charged{
	margin:10px auto;
	text-align:center;

}
#fast_traffic #turbo_charged div#price_2500{
	width:130px;
	margin-left:150px;


}
*html #fast_traffic #turbo_charged div#price_2500{
	margin-left:75px;
}
#fast_traffic #turbo_charged div#price_5000{
	width:130px;


}
#fast_traffic .rowcontainer h3{
	font-size:11px;
	font-weight:bold;
}

.left_section #VolusionLiveChat{
	text-align:center;
}

#fast_traffic .plan_info{
	margin:0px auto;
	padding:3px;
	padding-top:7px;
	margin-top:5px;
	width:121px;
	height:50px;
	color:white;
	background:url(/volusion2006/assets/images/fast_traffic_plan_info_background.gif) top left no-repeat;
}

#fast_traffic .plan_info h3{
	color:black;
}
#fast_traffic table{
	margin:15px 0;
	padding:0;
	border-collapse:collapse;


}
#fast_traffic table td{
	border:1px solid gray;

	padding:3px;
	text-align:center;

}
#fast_traffic table th{
	text-align:right;
	padding:3px;
}
#fast_traffic table th.info{
	border:1px solid gray;
	border-bottom:1px solid white;
	background-color:gray;
	color:white;
}
#fast_traffic table tr#purchase_row th{
	border-bottom:1px solid gray;
}
#fast_traffic table tr#pricing_row td{
	font-size:16px;
	font-weight:bold;
	color:green;
}
#fast_traffic_contact{
	margin:5px auto;
	padding:10px;
	width:75%;
}

#fast_traffic_contact h1{
	margin-bottom:15px;
	font-size:36px;
	background-image:url(../images/marketing/fast_traffic_header.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:540px;
	height:95px;
}
#fast_traffic_contact h3{
	color:#000066;
	font-size:16px;
}
#fast_traffic_contact h2{
	font-size:24px;
	color:#000000;
	margin:20px 0;
}
#fast_traffic_contact legend{
	padding:5px;
}

#fast_traffic_contact #customer_info label{
	width:120px;
	text-align:right;
	padding:3px;
	margin:3px;
	padding-right:6px;
	float:left;
}
#fast_traffic_contact fieldset{
	padding:10px;
	margin-bottom:25px;
}
#fast_traffic_contact #customer_info input.input{

	padding:3px;
	margin:3px;
	float:left;
	border:1px solid gray;
	vertical-align:middle;
}
#fast_traffic_contact #customer_info br{
	clear:left;
}

#fast_traffic_contact #needs label{
	width:120px;
	background-color:#666666;
	border:1px solid #666666;
	color:white;
	font-size:12px;
	font-weight:bold;
	padding:3px 15px;
	margin:0px;
	margin-left:0px;
}
* html #fast_traffic_contact #needs label{
	margin-left:5px
}
#fast_traffic_contact #needs input.input{
	border:1px solid gray;
	padding:3px;
	width:95%;

}
#fast_traffic_contact #needs textarea{
	padding:3px;
	border:1px solid gray;
	width:95%;
}
#fast_traffic_contact label#site_description_label{
	margin-top:25px;
}
#fast_traffic_contact #needs p{
	margin-bottom:25px;
}
#fast_traffic_contact input#submit{
	margin:15px 0;
	border:1px solid #666666;
	padding:3px;

}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#livechat table{
	margin:20px 10px;
	border:1px solid gray;
	background-color:#dedede;
	border-collapse:collapse;
	width:95%;
}
#livechat table td{
	padding:3px;
	border:1px solid gray;
	text-align:center;
}
#livechat table th.row_sep{
	padding:5px;
	text-align:center;
	background-color:#003399;
	color:white;
}
#livechat table th{
	padding:5px;
	text-align:left;
	border:1px solid gray;
}
#livechat table td strong{
	font-size:14px;
}


#fast_traffic #fast_traffic_nav{
	margin-top:15px;
	margin-bottom:15px;
}
#fast_traffic #fast_traffic_nav img{
	margin:0;
	padding:0;
	border:none;
}
#fast_traffic #fast_traffic_nav a img{
	margin:0;
	padding:0;
	margin-left:-3px;
	border:none;
}
#fast_traffic img#partners_image{
	margin:0px auto;
	margin-bottom:10px
}




.inner_nav{
	margin:0px auto;
	margin-top:10px;
	margin-bottom:25px;
	margin-left:3em;
	text-align:center;

}
.inner_nav ul{
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
}
.inner_nav ul li{
	display:inline;
	float:left;
	background-image:url(/assets/images/inner_nav_right.gif);
	background-position:top right;
	background-repeat:no-repeat;

}
.inner_nav ul li a{
	background-image:url(/assets/images/inner_nav_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:15em;
	text-align:center;
	height:48px;
	font-size:14px;
	display:block;
	padding-top:15px;

}
.inner_nav ul li.current{
	background-image:url(/assets/images/inner_nav_right_current.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.inner_nav ul li.current a{
	background-image:url(/assets/images/inner_nav_left_current.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	padding-top:15px;
	font-size:18px;
	text-align:center;
}


#left #google_checkout{
	padding:1em 0;
}
#left #free_trial_left_nav{
	padding:2em 0;
}



#web_marketing_splash{
	margin:0 auto;
	padding:0;
	position:relative;	
	width:504px;
	height:360px;
	margin-top:1.5em;
	padding-bottom:3em;
	background:url(../images/marketing/web_marketing_splash.jpg) no-repeat left top;
}
#web_marketing_splash h3{
	width:252px;
	height:261px;
	position:absolute;
	top:8em;
	left:0px;
	margin:0;
	padding:0;
}

#web_marketing_splash h3#ft_splash  {
	display:block;
	width:252px;
	height:261px;
	left:0;
	background:url(../images/marketing/ft_splash_button.gif) no-repeat left top;
}

#web_marketing_splash h3#seo_splash  {
	display:block;
	width:252px;
	height:261px;
	left:257px;
	background:url(../images/marketing/seo_splash_button.gif) no-repeat left top;
}


#web_marketing_splash h3#ft_splash  a{
	display:block;
	width:252px;
	height:261px;

}

#web_marketing_splash h3#seo_splash a {
	display:block;
	width:252px;
	height:261px;

}

#web_marketing_splash h3#ft_splash a:hover{
	background:url(../images/marketing/ft_splash_button_hover.gif) no-repeat left top;
	text-decoration:none;
}
#web_marketing_splash h3#seo_splash a:hover{
	background:url(../images/marketing/seo_splash_button_hover.gif) no-repeat left top;
	text-decoration:none;
}


#news_nav{
	position:relative;
	margin:0;
	padding:0;
	margin:2em 0;
	width:99%;
	text-align:center;

}
#news_nav ul{
	position:relative;
	display:block;

	margin:0;
	padding:0;
	list-style:none;
}
#news_nav ul li{
	margin:0 .25em;
	padding:.75em 1em;
	padding-bottom:.5em;
	border:1px solid #dadada;
	display:inline;
	background:transparent url(../images/box_table_bg.gif) repeat-x scroll left bottom;
}

#news_nav ul li a{
	font-size:1.4em;
	font-weight:bold;
}

#news_nav ul li a:hover{
	color:#FFBB00;
	text-decoration:none;
}

#support #head_bottom ul{
	width:64%;
}
#home #head_bottom ul{
	width:84%;
}

#solution #head_bottom ul{
	width:68%;
}

#company #head_bottom ul{
	width:50%;
}

/* Tab navigations for Compare, SEO, Fast traffic, etc... */


#tab_nav{
	width:100%;
	text-align:center;
	margin-top:1em;
	margin-bottom:1.5em;
	background:url(/assets/images/pricing_page/pricing_nav_background.jpg) no-repeat center bottom;
	height:77px;

}

#tab_nav ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	height:30px;
	text-align:center;
	width:465px;
	font-weight:bold;
}

#tab_nav ul li{
	display:inline;
	float:left;
	background-image:url(/assets/images/pricing_page/inner_nav_right.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;

}
#tab_nav ul li a{
	background-image:url(/assets/images/pricing_page/inner_nav_left.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:15em;
	text-align:center;
	height:36px;
	font-size:12px;
	display:block;
	padding-top:15px;

}
#tabe_nav ul li a span{
	display:block;
	padding-top:1em;
	width:100%;
}

#tab_nav ul li a span {
	display:block;
	padding-top:1em;
	width:100%;
}

#tab_nav ul li.current{
	background-image:url(/assets/images/pricing_page/inner_nav_right_current.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#tab_nav ul li.current a{
	background-image:url(/assets/images/pricing_page/inner_nav_left_current.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:block;
	padding-top:15px;
	width:15em;
	font-size:18px;
	text-align:center;
}

/* Generic Content Div for non-speciality pages */

#content_standard{
	padding:14px;
	margin:0 auto;
	text-align:center;
}

#content_standard p{
	margin:0pt auto;
	padding:10px;
	text-align:left;
	width:90%;
}

#content_standard h1{
	border-bottom:1px solid #DADADA;
	margin:20px auto 3px;
	padding-bottom:5px;
	padding-left:0pt;
	padding-right:0pt;
	text-align:left;
	width:90%;

}

#content_standard ul{
	text-align:left;
	margin-left:10%;
}
