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

* { 
	margin:0; 
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg.png) repeat-x top;
	text-align: center;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

a img {
	border: none;
}

#wrap {
	margin: 0 auto;
	width: 900px;
	height: 200px;
}

#nav {
	margin: 0 auto;
	width: 550px;
	height:32px;
	background: url(images/bg-nav.png) left no-repeat;
}
#nav ul {
	margin: 0; padding: 0;
	background: url(images/bg-nav-right.png) top right no-repeat;
	list-style-type: none;
	height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
#nav ul li{
	float: left;
	padding: 8px 10px;
	width: 115px;
}

#logo {
	background: url(images/logo.png) left no-repeat;
	width: 218px; 
	height: 73px;
	clear: both;
}

#promo {
	height: 270px;
	background: url(images/bg-mid.png) 0px 100px no-repeat;
}

#promo-line {
	font-size: 40px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #e83158;
}

#content {
	margin-top: 40px;
	clear: both;
	height: auto;
}

#app {
	background: url(images/bg-app.png) repeat-x top;
	border: 1px solid;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
/* ----------- Posts --------------- */
.posts {
	width: 100%;
	font-family: Lucida Grande, Verdana, Lucida Sans;
	text-align: left;
	padding: 10px 0px 20px 0px;
}
.posts h2 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 22px;
}

.posts p { margin-bottom: 10px; }
.posts p.meta { font-size: 13px; color: #666;}
.posts p.meta a {
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

.posts-content {
	padding: 5px 30px;
	line-height:20px;
	font-size: 14px;
    font-family: Arial;
}
.posts-content img {
	margin: 5px;
	padding: 5px;
	background: #FFF;
}

.posts-content ul, .posts-content ol { 	
	margin: 10px 0px 10px 10px; 
	padding: 0;
}
.posts-content ul li, .posts-content ol li {
	margin-left: 35px;
}

.posts-content h2 {
        margin: 20px 0px;
        color: #666;
}

.posts-content h3 {
        margin: 15px 0px;
}

/* ----------- Contact Form -------- */
#contactsubmit {
        margin-top: 10px;
        padding: 10px 15px;
        border: 2px solid #CCCCCC;
        font-size: 14px;
        font-weight: bold;
        color: #e83158;
        background: none;
}
.contactleft, .contactright {
        font-size: 12px;
        font-weight: bold;
}

.contactright {
        margin-bottom: 10px;
}

#wpcf_your_name, #wpcf_email, #wpcf_subject, #wpcf_msg {
        padding: 5px;
        border: 1px solid #CCCCCC;
}

/* ----------- Package Table ------- */
#package {
        width: 800px;
        border-spacing: 0px;
        font-weight: normal;
        padding: 0px;
}
#package tbody tr { height: 32px; }
#package tbody tr td, #package tbody tr th { 
        padding-left: 10px;
        text-align: center;
}
#package tbody tr td.info { 
	text-align: left; 
	width: 200px; 
	font-size: 13px;
}
.pheader { 
        background: #E7EBCB;
        font-size: 15px;
        font-weight: bold;
        padding: 10px 15px;
        border: 1px solid red;
}
.alt { background: #EFEFEF; }
.check { 
       background: url(images/check_green.png) center no-repeat;
       height: 20px;
}
.xmark {
       background: url(images/x.png) center no-repeat;
       height: 20px;
}
.unlimited {
       color: #f94970;
       font-weight: bold;
	   font-size: 14px;
}
.order {
       padding: 0px; border: none; margin: 0px;
}
.price {
       color: red;
       font-weight: bold;
       font-size: 18px;
}

#hosting, #install, #spam, #speed, #support, #domain {
	float: left;
	width: 240px;
	height: 150px;
	padding-left: 60px;
	text-align: left;
}
#hosting {
	background: url(images/cont-hosting.png) top left no-repeat;
}
#install {
	background: url(images/cont-install.png) top left no-repeat;
}
#spam {
	background: url(images/cont-spam.png) top left no-repeat;
}
#speed {
	background: url(images/cont-speed.png) top left no-repeat;
}
#support {
	background: url(images/cont-support.png) top left no-repeat;
}
#domain {
	background: url(images/cont-domain.png) top left no-repeat;
}

#footer {
	background: #33a6dc;
	text-align:center;
	padding: 10px 20px;
	font-size: 14px;
	bottom: 10px;
}
#footer ul {
	list-style-type: none;
}
#footer ul li{
	float: left;
	padding: 2px 10px;
	text-align: center;
}

.title {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #e83158;
}
.cont {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}
.tag-line {
	color: #999999;
}
.clear {
	clear: both;
}