@charset "utf-8";
/* CSS Document */

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, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
dt {
	margin-top:5px;
	}
dl {padding-left:15px;
}

body {
	line-height:1.3em;
	font-family: Tahoma;
	font-size:11px;
	color:#666666;
	background-image:url(/images/bg-body.png);
	background-repeat:repeat-x;
	background-color:#E9E9E9;
	}
	
a {
	 text-decoration:none;
	 color:#006699;
}

.clear {
	clear:both;
	}
	
h1, h2, h3{
	display:block;
	font-weight:bold;
	font-family:"Trebuchet MS";
	 }
	 
h1 {
	margin-bottom:20px;
	font-size:24px;
	color:#666;
	text-transform:capitalize;
	}
	
h2 {
	font-size:17px;
	margin-bottom:10px;
	text-transform:capitalize;
	color:#777
	}
	
h2 a {
	color:#777;
	}
	
h1 img {
	margin-right:5px;
	}
	
.smalltext {
	font-size:10px;
	}

#SiteContainer {
	width:1024px;
	margin:0 auto;
	}
	
#TopContainer {
	padding-top:10px;
	height:105px;
	}
	
#LoginNav {
	float:right;
	width:200px;
	text-align:right;
	padding-right:11px;
	}
	
#LoginNav a {
	color:#CCCCCC;
	}
	
#Phone {
	padding-top:10px;
	font-size:11px;
	color:#f1f1f1;
	}

#MainNav {
    margin:5px 10px 0 360px;
    width:auto;
    display:block;
    height:40px;
	font-family: "Trebuchet MS";
	background-image: url(/images/bg-mainnav.png);
    background-repeat: no-repeat;
	background-position:100% 100%;
	text-align:right;
    }
	
#MainNav li, #MainNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#MainNav li{
    display: inline;
    }

#MainNav li a{
    font-size:17px;
    text-transform:uppercase;
	background-image:url(/images/bg-nav-tab.png);
	background-repeat:no-repeat;
	background-position:right;
    float: right;
    display: block;
    color: #DDDDDD;
    text-align:center;
    padding:3px 19px 5px 19px;
	width:auto;
	margin-top:11px;
    }

#MainNav li a.selected{
    color:#AF4F1B;
    }
	
#MainNav li a:hover{
    color:#AF4F1B;
    }
	
#SubNav {
	border-bottom:1px solid #E5E5E5;
	color:#999999;
	margin-bottom:20px;
	margin-left:-5px;
	padding-bottom:12px;
	}

	
#SubNav a{
	font-size:13px;
	color:#AF4F1B;
	display:inline;
	padding:0 5px;
	font-weight:bold;
	}
	
#ContentWrapper {
	padding:20px 0 20px 0;
	position:relative;
	display:block;
	min-height:770px;
	}
	
#ContentWrapper #Lcolumn{
	width:710px;
	padding:15px 20px 20px 20px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
	
#ContentWrapper #Rcolumn{
	position:absolute;
	top:10;
	right:0;
	margin-right:11px;
	width:220px;
	padding:15px 10px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	}
	
#ContentWrapper #Rcolumn .contentWrapper{
	padding:23px 10px;
	background-image:url(/images/bg-rcolumn-wrapper.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#ContentWrapper #Rcolumn .contentWrapper h3{
	font-size:14px;
	}

#ContentWrapper #Rcolumn .contentWrapper p{
	padding:10px 0;
	}
	
#Footer {
	background-image:url(/images/bg-footer.png);
	background-repeat:repeat-x;
	color:#CCCCCC;
	padding:20px;
	margin-top:25px;
	}
	
#Footer .footerContent {
	width:1000px;
	padding-left:20px;
	margin:0 auto;
	color:#CCCCCC;
	line-height:2.0em
	}
	
#Footer a {
	color:#CCCCCC;
	}
	
#Portfolio td{
	font-size:13px;
	line-height:1.4em;
	}
	
.blog ul, .blog li{
	list-style:none;
	padding:0;
	margin:0;
}

.blog #creditfooter {
	display:none;
	}
	
#Rcolumn iframe {
	width:200px !important;
	}
	
/********** Home Page *********/

	
#ServiceList h2 {
	padding:10px 0 0 0;
	}
	
#ServiceList h2 a{
	color:#555
	}
	
#ServiceList a.more{
	display:block;
	color:#666666
	}
	
#ServiceList table td{
	padding-top:3px
	}
	
#ServiceList ul{
	padding-left:0;
	list-style:none;
	}


/********** Support Section *********/

#list3 {
	border: 1px solid #ccc;
}
#list3 div div {
	padding: 5px 20px 15px 20px;
}
#list3 div.title {
	border-top: 1px solid #ccc;
	padding: 12px;
	font-size:14px;
	cursor: pointer;
	font-weight:bold;
}

#list3 div.title img {
	margin:0 8px 0 3px;
	}

#list3 div.selected {
	border-bottom: none;
   background-image: url(/gradient/do.php?mode=simple&startColor=FFFFFF&endColor=EBEBEB&height=30);
    background-repeat:repeat-x;
	background-position:bottom
}

.color {
   background-image: url(/gradient/do.php?mode=simple&startColor=FFFFFF&endColor=EBEBEB&height=30);
    background-repeat:repeat-x;
	background-position:bottom
	}
	
.videos {
display:block; border:1px solid #ccc; padding:10px; height:160px
	}
	
/********** Company Section *********/

.policies img {
	margin:0 8px 0 3px;
	}
	
.policies .box {
	display:block;
	width:190px;
	border:1px solid #ccc;
 padding:10px;
	font-size:14px;
 font-weight:bold; 
	height:38px;
	}
	
.contactBox {
	border:1px solid #ccc;
	padding:10px;
	width:260px
	}
	
.textFieldpad {
	padding:2px;
	font-family:Tahoma;
	font-size:13px;
	}
	
#ContactForm div {
	font-size:13px;
	font-weight:bold;
	}
	
/********** Design Section *********/

.designBox {
	border:1px solid #ccc;
	padding:15px;
	width:auto
	}
	
.designBox ul, .designBox ol {
	margin:10px;
	}
	
.designServices {
	display:block;
	width:208px;
	border:1px solid #ccc;
	padding:10px;
	height:180px;
	float:left;
	background-image: url(/gradient/do.php?mode=simple&startColor=FFFFFF&endColor=EBEBEB&height=30);
    background-repeat:repeat-x;
	background-position:bottom;
	position:relative
	}

#search_main {
	background-image:none !important;
	background-color:#ffffff !important;
	font-family: Tahoma;
	font-size:11px;
	}
	
#search_button {
	background-image:none !important;
	background-color:#e9e9e9 !important;
}
	
/********** Hosting Section *********/

.businessPlans  {
	display:block;
	width:208px;
	border:1px solid #ccc;
	padding:10px;
	height:180px;
	float:left;
	background-image: url(/gradient/do.php?mode=simple&startColor=FFFFFF&endColor=EBEBEB&height=30);
    background-repeat:repeat-x;
	background-position:bottom;
	position:relative
	}
	
.businessPlans ul {
	padding-left:15px;
	}
	
.ecomPlans {
	display:block;
	width:208px;
	border:1px solid #ccc;
	padding:10px;
	height:180px;
	float:left;
	background-image: url(/gradient/do.php?mode=simple&startColor=FFFFFF&endColor=EBEBEB&height=30);
    background-repeat:repeat-x;
	background-position:bottom;
	position:relative
	}
	
.ecomPlans h3, .businessPlans h3 {
	font-size:14px;
	}

.ecomPlans ul {
	padding-left:15px;
	}
	
.compare {	
	margin:15px 0;
	}
	
.compare a{
	display:block;
	width:250px;
	border:1px solid #ccc;
	padding:10px;
	background-image: url(/gradient/do.php?mode=simple&startColor=FFFFFF&endColor=EBEBEB&height=30);
    background-repeat:repeat-x;
	background-position:bottom;
	font-size:18px;
	color:#555;
	margin:0 auto;
	}
	
.compare a:hover{
	background-image: url(/gradient/do.php?mode=simple&startColor=FFFFFF&endColor=cccccc&height=30);
	}
	
td.hostHeader {
	background-color:#e1e1e1;
	font-weight:bold;
	}
	
.hostCompare {
	border-top:1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
	}
	
.hostCompare td {
	border-bottom:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	padding:4px 5px;
	vertical-align:middle;
}

.price {
	float:right;
	width:60px;
	padding-top:20px
	}
	
.order {
	text-align:center;
	position:absolute;
	bottom:0;
	margin-bottom:10px;
	margin-left:1px
	}
	
#HostingList h2 {
	font-size:13px;
	margin-bottom:2px;
	}
	
/********** Merchant Section *********/

ol.faq li {
	margin-top:8px;
	}
	
.merchantServices {
	display:block;
	width:208px;
	border:1px solid #ccc;
	padding:10px;
	height:180px;
	float:left;
	background-image: url(/gradient/do.php?mode=simple&startColor=FFFFFF&endColor=EBEBEB&height=30);
    background-repeat:repeat-x;
	background-position:bottom;
	position:relative
	}
	
/********** MIVA Section *********/

hr {
	height:1px;
	background-color:#e4e4e4;
	border:0;
	margin:5px 0
	}
	
.mivaButton {
	display:block; 
	width:200px; 
	border:1px solid #ccc; 
	padding:10px; 
	font-size:14px; 
	font-weight:bold;
}

a.mivaButton:hover{
	background-image: url(/gradient/do.php?mode=simple&startColor=FFFFFF&endColor=cccccc&height=30);
	}
	
.mivaBox {
	border:1px solid #ccc;
	padding:15px;
	width:auto;
	margin-bottom:15px;
	}

/********** SEO Section *********/
.seoBox {
	border:1px solid #ccc;
	padding:15px;
	width:auto
	}
	
.seoServices {
	display:block;
	width:208px;
	border:1px solid #ccc;
	padding:10px;
	height:180px;
	float:left;
	background-image: url(/gradient/do.php?mode=simple&startColor=FFFFFF&endColor=EBEBEB&height=30);
    background-repeat:repeat-x;
	background-position:bottom;
	position:relative
	}
	
