@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:14px;
}

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

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

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

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

.page_title {font-style:italic; text-align:center; font-weight:300; font-size:30px; text-decoration:underline;}


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 { background-color:#00172a; height: 100px; }

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


/* LEFT */

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

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

/* MIDDLE */

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

#top-middle { margin-top:50px; width:600px; color:#CCC; }

#content {
	background-image:url(../images/grey.png);
	background-repeat:repeat;
	margin:40px;
	padding:1px 20px 20px 20px;
}

/* RIGHT */

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

#login {
	margin-top:68px;
	width:200px;
	color:#CCC;
	margin-bottom:40px;
}

/* SIDEBAR */

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

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

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

#helpful-links { margin-top:15px; margin-bottom:10px; }

/* FOOTER */

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


/* 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:16px; }

.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 {
	float:left;
	width:160px;
	margin:auto;
	text-align:center;
}

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


#plandetails {
	width:150px;
	margin:auto;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin:auto;
}

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

.price { font-size:16px; }

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