a, a:focus, input, button { outline: none; }

img { vertical-align: bottom; }

input:focus, textarea:focus, select:focus {
		border-color: #82acc1;
	}

.clearit {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0;
	}
	
body {
	color: #333;
	background: #fff url('../../../_img/public/bg.gif') repeat-x;
	margin: 0;
	padding: 0;
	font: 14px/18px Helvetica, Verdana, Arial, sans-serif;
	}

.top {
	height: 4px;
	overflow: hidden;
	background: #97c83c;
	border-bottom: 1px solid #fff;
	}
	
.container {
	width: 960px;
	margin: 6px auto 0 auto;
	}

#logo {
	position: absolute;
	width: 251px;
	height: 142px;
	padding-left: 15px;
	z-index: 2;
	}

ul#nav {
	display: inline;
	float: right;
	padding: 37px 0 19px 0;
	margin: 0;
	list-style: none;
	}
ul#nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
ul#nav a, ul#nav span {
	display: block;
	padding: 22px 28px 11px 12px;
	font-weight: bold;
	font-size: 16px;
	}

ul#nav a:link, ul#nav a:visited {
	text-decoration: none;
	color: #72695f;
	}	
ul#nav a:hover {
	text-decoration: none;
	color: #fff;
	background: #597514;
	}	
ul#nav li#selected a, ul#nav li#selected span { 
	color: #fff;
	background: #97c83c; 
	}

.top_line {
	clear: both;
	height: 2px;
	background: #bcbb9c;
	margin-bottom: 50px;
	}

#message_box {
	clear: both;
	margin-top: 89px;
	border: 1px solid #bcbb9c;
	background: #cacab3 url('../../../_img/public/bg_message_box.gif') repeat-x;
	width: 930px;
	height: 382px;
	overflow: hidden;
	padding: 34px 15px 0 15px;
	}

#message_box h1 {
	font-size: 32px;
	line-height: 36px;
	color: #394900;
	}
#message_box h2 {
	font-size: 16px;
	line-height: 18px;
	color: #393027;
	}
#message_box h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #393027;
	margin-bottom: 26px;
	}

#prices, #sign_in {
	display: inline-block;
	height: 42px;
	overflow: hidden;
	text-indent: -3000px;
	margin: 0;
	padding: 0;
	}
#prices:hover, #sign_in:hover {
	background-position: 0 -42px;
	}
#prices {
	width: 222px;
	margin-right: 10px;
	background: transparent url('../../../_img/public/btn_plans_pricing.png') no-repeat;
	}	
#sign_in {
	width: 127px;
	margin-left: 10px;
	background: transparent url('../../../_img/public/btn_sign-in.png') no-repeat;
	}

.message_left {
	float: left;
	display: inline;
	width: 390px;
	}

#screenshot {
	float: right;
	display: inline;
	}

.email_input {
    font-size: 16px;
    line-height: 20px;
	padding: 4px;
	width: 234px;
	margin-right: 6px;
	border: 2px solid #929177;
	vertical-align: middle;
	color: #6f841b;
	}
.email_output:focus { border: 2px solid #000; color: #000; }

#send {
	display: inline-block;
	width: 83px;
	height: 33px;
	overflow: hidden;
	text-indent: -3000px;
	margin: 2px 0 0 6px;
	padding: 0;
	vertical-align: middle;
	background: transparent url('../../../_img/public/send.png') no-repeat;
	}
#send:hover {
	background-position: 0 -33px;
	}

/* package styles */

h1#plan_title {
	margin-bottom: 0;
	}
h2#plan_subtitle {
	margin-top: 0;
	}	

.package {
	float: left;
	display: inline;
	width: 200px;
	height: 240px;
	padding: 10px;
	margin-right: 0px;
	margin-top: 12px;
	color: #000;
	background: #fff;
	border: 1px solid #2a3238;
	text-align: center;
	}
.package_right { margin-right: 0; }

#premium { border-right: none; }
#gold { border-right: 1px solid #ccc; }
#bronze { border-left: 1px solid #ccc; }

#message_box .package h1 {
	font-size: 32px;
	margin: 8px 0 0 0;
	color: #6f841b;
	}
.package h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	}	
.package ul {
	list-style: none;
	margin: 12px 0;
	padding: 12px 0 0 0;
	border-top: 2px solid #647178;
	}	
.package li {
	margin: 0;
	padding: 4px 0;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	color: #687279;
	}
.package b {
	color: #990000;
	font-size: 20px;
	}
	
.free_package {
	padding: 4px;
	margin-top: 10px;
	text-align: center;
	}
.free_package a:link, .free_package a:visited {
	text-decoration: none;
	color: #597514;
	font-weight: bold;
	}	
.free_package a:hover {
	color: #cc3300;
	border-bottom: 2px solid #cc3300;
	}
		
.package_highlight {
	background: #fffbde;
	border: 3px solid #fff;
	width: 209px;
	height: 260px;
	margin-top: 0;
	}

.package_signup {
	display: block;
	width: 141px;
	height: 42px;
	overflow: hidden;
	text-indent: -3000px;
	margin: 0 auto;
	padding: 0;
	background: transparent url('../../../_img/public/sign_up-green.png') no-repeat;
	}
.package_signup:hover {
	background-position: 0 -42px;
	}

/* general content */

.general_content h1 {
	font-size: 26px;
	line-height: 32px;
	color: #394900;
	}

.general_content h2 {
	font-size: 16px;
	line-height: 18px;
	color: #393027;
	}

.general_content form {
	margin: 48px 0;
	}
.general_content form small {
	color: #999;
	font-weight: normal;
	}
.general_content label {
    float: left;
    padding: 0 20px 0 0;
    text-align: left;
    width: 320px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
   }

select, option {
	font-size: 18px;
	line-height: 20px;
	padding: 3px;
	}

.txtinputLRG {
	font-size: 20px;
	line-height: 22px;
	padding: 6px;
	width: 400px;
	border: 2px solid #ccc;
	background: #fff url('/_img/public/bg_txtinput.gif') no-repeat;
	}
textarea {
	font-size: 20px;
	line-height: 22px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 6px;
	width: 400px;
	height: 120px;
	border: 2px solid #ccc;
	background: #fff url('/_img/public/bg_txtinput.gif') no-repeat;
	}
.ac_txtinput, .ex_txtinput {
	font-size: 20px;
	line-height: 22px;
	padding: 6px;
	width: 40px;
	border: 2px solid #ccc;
	background: #fff url('/_img/public/bg_txtinput.gif') no-repeat;
	}
.num_txtinput {
	font-size: 20px;
	line-height: 22px;
	padding: 6px;
	width: 60px;
	border: 2px solid #ccc;
	background: #fff url('/_img/public/bg_txtinput.gif') no-repeat;
	}


.general_content .divider {
   	height: 1px;
   	overflow: hidden;
   	padding-top: 24px;
   	margin-bottom: 24px;
   	border-bottom: 1px solid #e1e1e1;
   	clear: left;
   	}

/* lower styles */

.lowerwrap {
	border-top: 1px solid #fff;
	padding: 12px 0;
	}
.lower {
	width: 930px;
	margin: 0 auto;	
	padding: 12px 15px 12px 15px;
	}

.lower_left {
	float: left;
	display: inline;
	width: 335px;
	margin-right: 50px;
	}
.lower_middle {
	float: left;
	display: inline;
	width: 250px;
	margin-right: 50px;
	}
.lower_right {
	float: right;
	display: inline;
	width: 235px;
	}		

.lower_wide_left {
	float: left;
	display: inline;
	width: 435px;
	margin-right: 50px;
	}
.lower_wide_right {
	float: right;
	display: inline;
	width: 435px;
	}		

.lower h1 {
	font-family: "MuseoSans", Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	}
.lower p {
	font-size: 14px;
	line-height: 26px;
	color: #7b7b7b;
	}

.lower_middle .screenshots img {
	margin: 0 5px;
}

.lower a:link, .lower a:visited {
	color: #343e44;
	text-decoration: none;
	font-weight: bold;
	}
.lower a:hover {
	color: #688b05;
	}	
	
/* footer styles */

.footer {
	background: transparent url('http://c0480221.cdn.cloudfiles.rackspacecloud.com/bg_footer.gif') repeat-x;
	color: #999;
	padding: 12px 0;
	margin: 20px auto;
	width: 960px;
	font-size: 11px;
	color: #343e44;
	}
.copyright {
	float: left;
	display: inline-block;
	background: transparent url('http://c0480221.cdn.cloudfiles.rackspacecloud.com/logo_footer.png') no-repeat 0 2px;
	padding: 3px 0 3px 50px;
	}
.copyright a#terms { margin-left: 30px; }
.footer ul {
	float: right;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.footer li {
	display: inline;
	margin: 0;
	padding: 0 6px;
	/*border-right: 1px solid #999;*/
	}
.footer #last-foot { border-right: none; }
.footer a:link, .footer a:visited {
	color: #343e44;
	text-decoration: none;
	}
.footer a:hover {
	color: #688b05;
	}		