html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;margin:0;padding:0;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

div {
	overflow: hidden; /* For capturing the floated children */
	display: inline-block;
} 
div {
	display:block; /* Trick to give IE hasLayout */
}

body {
	background:#fff;
	color:#585858;
	font-size:0.9em;
	font-weight:400;
	line-height:1.4em;
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background:#f4f4f4 url(../images/bg.png) repeat-x;
}

h3 {
	margin-bottom:10px;
}

#wrapper {
	width:960px;
	margin:0 auto;
}
#content {
	_width:920px;
	padding:20px;
	min-height:200px;
}
#header {
	margin:5px 0 15px;
	*margin:5px 0 0;
}
#footer_logos {
	clear:both;
	border-top:5px solid #2b91e0;
	height:80px;
	width:960px;
	padding-top:5px;
	background:url(../images/footer_logos.png) no-repeat bottom right;
	margin:15px 0 -15px -20px;
}
#logo {
	margin:10px -10px 0 0;
	float:left;
}
#header #phone_email {
	float:left;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;
	padding:0 40px;
	margin:18px 40px 0 40px;
}
#header #login {
	margin:20px 10px 0 -25px;
	float:right;
	text-align:right;
}
#login li {
	float:left;
	border-left:1px solid #ccc;
	margin-left:5px;
	padding-left:5px;
}

#navigation {
	display:block;
	overflow:hidden;
	background:url('/images/nav_bg.png') no-repeat top left;
	_padding-bottom:8px;
	margin-bottom:-15px;
}
#nav_main ul {
	overflow:hidden;
	display:block;
	margin-top:3px;
	margin-left:20px;
	padding-bottom:10px;
}
#nav_main ul li {
	display:block;
	float:left;
	text-transform:uppercase;
	padding:10px 20px 7px 20px;
	margin:1px 0;
}
#nav_main a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:6px;
}
#nav_main a:hover {
	border-bottom:3px solid #fff;
	padding-bottom:3px;
}
#nav_main .live_chat {
	float:right;
	padding-right:0;
	padding-left:0;
	margin-right:20px;
}
#nav_main .live_chat a {

}
#nav_sub {
	_padding-top:15px;
	margin:-15px 0 15px 0px;
}
#nav_sub ul {
	overflow:hidden;
	display:block;
	margin-left:20px;
}
#nav_sub ul li {
	display:block;
	float:left;
	text-transform:uppercase;
	padding:10px 20px;
	margin:1px 0;
}
#nav_sub a {
	font-size:0.9em;
	color:#6F6F6F;
	text-decoration:none;
	font-weight:400;
}
#nav_sub a:hover {
	border-bottom:1px solid #585858;
	padding-bottom:3px;
}

#content h1 {
	font-size:2em;
	margin:10px 0 30px;
	color:#26D819;
}
#content h2 {
	margin:0 0 15px 0;
	font-size:1.3em;
	color:#4ca7f1;
}
#content p {
	margin:0 0 15px 0;
}
#content .image_right {
	float:right;
	margin:0 0 10px 10px;
}

#table_wrapper {
	width:600px;
	background:url('/images/compare_table_bg.png') no-repeat top left;
	margin-bottom:15px;
}

#table_wrapper #compare_table th {
	padding:10px;
}

#compare_table {
	border-collapse:collapse;
	width:600px;
}
#compare_table th {
	color:#fff;
}
#compare_table td,
#compare_table th {
	text-align:center;
	padding:5px;
}
#features_list {
	overflow:hidden;
	display:block;
}
#features_list ul {
	float:left;
	margin-left:15px;
	width:30%;
}
#features_list li {
	list-style-type:disc;
	color:#26D819;
}
#features_list li span {
	color:#585858;
}
.errormessage,
.errorbox {
	color:#CF0000;
	background-color:#FFDFDF;
	border:1px solid #EF0000;
	margin:20px 0;
	padding:10px;
}
.odd {
	background-color:#fff;
}
.even {
	background-color:#eaf7ff;
}
.checkmark {
	color:#26D819;
	font-weight:bold;
	font-size:1.3em;
	font-style:italic !important;
}
#copy {
	width:960px;
	margin:10px auto 20px;
	overflow:hidden;
	display:block;
}
#copy ul {
	margin-left:20px;
}
#copy li {
	border-left:1px solid #ccc;
	float:left;
	margin-left:10px;
	padding-left:10px;
	list-style-type:none;
}
a {
	color:#2b91e0;
}

.warningbox {
	background-color:#FFFCDF;
	border:1px solid #EFDB00;
	margin:20px 0;
	padding:10px;
}
#content li {
	list-style-type:disc;
}
#content ul,
#content ol {
	margin-left:25px;
	margin-bottom:20px;
}
#content ol li {
	list-style-type:decimal;
	margin-left:10px;
}
#company_gallery {
	width:440px;
}
#company_gallery img {
	float:left;
	padding:5px;
	background:#f7f7f7;
}
#company_content {
	float:left;
	width:450px;
}
.link_large {
	font-size:1.6em;
}
.link_large img {
	vertical-align:middle;
}
.contain_floats {
	display:block;
	overflow:hidden;
}
#header #login input {
	padding:6px 10px;
	border:none;
	*border:1px solid #2b91e0;
	color:#585858;
	width:130px;
	margin-right:5px;
}
#header #login .img_button {
	vertical-align:middle;
	padding:0;
	width:auto;
	margin-top:5px;
	*border:none;
	
}
#banner {
	background:url('/images/promo_banner.png') top left;
	padding:0;
	height:225px;
}
#banner a {
	display:block;
	width:920px;
	height:225px;
}
#bottom_blocks {
	display:block;
	overflow:hidden;
}
#bottom_blocks img {
	margin-bottom:10px;
}
#block_1,
#block_2,
#block_3 {
	margin:10px 0 0 0;
	padding:10px;
	width:230px;
	float:left;	
	height:100%;
}
#block_1 {
	width:280px;
}
#block_2 {
	width:240px;
}
#block_3 {
	width:320px;
}
#block_2 ul {
	margin-left:5px;
}
#block_2 li {
	padding:3px 0;
	color:#26D819;
	list-style-type:none;
}
#block_2 span {
	color:#585858;
}
#block_3 ul {
	margin-bottom:5px;
}
#domain_bar p {
	margin-top:10px;
}
#domain_bar span {
	color:#2EBA24;
}
#domain_input {
	padding:5px;
	border:1px solid #eee;
	background:#fff;
	color:#444;
	width:220px;
	margin:0 10px 0 0;
}
.testimonial p {
	font-style:italic;
}
#testimonial_bottom {
	text-align:right;
}
.image_dec {
	background:#f7f7f7;
	padding:10px;
}
#promo_features li {
	margin:5px;
}
.searchin {
	margin-top:10px;
}
#footer_logos div.AuthorizeNetSeal {
	margin-left:60px;
	margin-top:5px;
}
#testimonial_bg {
	background-color:#dceafe;
	margin:0 -10px;
	padding:10px;
	border-top:1px solid #2B91E0;
	border-bottom:1px solid #2B91E0;
}
#domain_bar .img_button {
	vertical-align:middle;
	margin-bottom:3px;
	*margin-bottom:10px;
}
#portfolio {
	display:block;
	overflow:hidden;
}
#portfolio img{
	float:left;
	margin:0 15px 15px 0;
}
#portfolio div{
	clear:both;
}

#top_boxes {
	position:relative;
	height:302px;
	width:795px;
	overflow:visible;
	background:url('/images/top_boxes.jpg') no-repeat top left;
}

#top_boxes a {
	display:block;
	height:100px;
}

#top_boxes,#bottom_banner {
	margin:0 auto 12px;
}

#bottom_banner {
	overflow:visible;
	text-align:center;
}

#info_pkg {
	top:0;
	left:0;
}
#ecomm_pkg {
	top:0;
	left:400px;
}

#info_pkg,#ecomm_pkg {
	position:absolute;
	width:389px;
	height:302px;
	overflow:visible;
}

#top_boxes h2 {
	font-size:26px;
	margin-left:25px;
	margin-top:20px;
}

#top_boxes ul {
	margin-left:50px;
	font-size:125%;
	line-height:135%;
}
