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

/* light red: #af1e15 (no longer used) */

body {
	margin:0px;
	background-color:#206a97;
	background-image:url(../images/bluefade.png);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	font-weight:300;
}

h2 {
	position:relative;
	font-size:18px;
	line-height:40px;
	font-weight:300;
	color:#333;
	width:165px;
	height:25px;
	background-image:url(../images/h2.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:5px;
}

.preh3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:300;
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:500;
}

.page_title {text-align:center; font-weight:300; font-size:30px; color:#F96;}


a {color:#4e0c09;}
a:active {outline:none;}
a:hover {text-decoration:none;}
a:visited { color:#4e0c09;}

a.login {color:#ffffff;text-decoration:none;}
a.login:hover {text-decoration:underline;}

input { outline:none;}
img { outline:none;}

h1 a {text-decoration:none;}

#top { margin:0 0 15px 0; background-color:#00172a; height: 150px; }
#top-middle { height:150px; widows:1000px; background-image:url(../images/top-image.jpg);}
#top-middle a {height:100%; width:100%; display:block;}


#wrapper { width:1000px; margin:auto; }


/* LEFT */

#left { float:left; width:200px; }

#left-image {
	width:160px;
	height:165px;
	background-image:url(../images/peachygirl.png);
	background-position:top;
	background-repeat:no-repeat;
}

/* CONTENT */

#middle { float:left; width:780px; }

#content {
	
	background-color:#548ca9;
	padding:20px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; 
}


/* SIDEBAR */

#sidebar-top {
	background-image:url(../images/sidebar-top.png);
	background-repeat:no-repeat;
	height:10px;
	width:180px;
	float:left;
}

#sidebar-middle {
	padding: 0px 0px 0px 7px;
	background-image:url(../images/sidebar-middle.png);
	background-repeat:repeat-y;
	width:180px;
	float:left;
}

#sidebar-bottom {
	background-image:url(../images/sidebar-bottom.png);
	background-repeat:no-repeat;
	height:12px;
	width:180px;
	float:left;
}

#helpful-links { margin:6px 0px 6px 15px;}

/* FOOTER */

#footer {
	clear:both;
	position:relative;
	width:1000px;
	margin-top:25px;
	margin:auto;
}


/* CLASSES */

.small { font-size:12px; color:#000;}

.attention { font-family:Tahoma, Geneva, sans-serif; font-size:21px; font-weight:300; color:#551300;}

.menu {	font-weight:bold; font-size:12px;}

.wordpress { display:none; padding-left:0px;}
.wordpress a:hover { background-color:#dddddd}
.joomla { display:none; padding-left:0px;}
.joomla a:hover { background-color:#dddddd}
.drupal { display:none; padding-left:0px;}
.drupal a:hover { background-color:#dddddd}
.jquery { display:none; padding-left:0px;}
.jquery a:hover { background-color:#dddddd}

/* FAQ PAGE */

#faq li {display:block; width:490px;margin:0px 0px 0px 0px;padding:0;text-align:left;}
#faq li a {display:block;padding:5px 10px; margin-bottom:5px;height:100%;text-decoration:none;border-left:4px solid #aaa;border-right:none; color:#000}
#faq li a:hover { background-color:#a5b6bd;}

#faq { margin-top:15px;}
#faq-instructions {line-height:30px;}

/* PLAN PAGES */

#plan {
	margin:auto;
	text-align:center;
	padding:0px 60px;
}

.resellerplan {margin-top: 10px; margin-bottom:10px; }
.hostingplan {margin-top: 10px; margin-bottom:10px; }
.partnerpage {margin-top: 60px; margin-bottom:60px; }


#plandetails {
	width:100%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin:auto;
}

.middleplan { border-left:3px solid #fff; }

.price { font-size:16px; }

.time { font-size:12px;}
	
#faq hr {margin:15px 0px 30px 0px;}
