/*   
Site Name: Hypertext Group Sign In page
Site URI: http://hypertextgroup.com
Author: Hypertext Group
Author URI: http://hypertextgroup.com
Version: 1
*/

@charset "UTF-8";

/* Reset Styles ========== */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; color: #444; }
a:hover { color: #444; }

/* .png IE fix ========== */
img, div { behavior: url(Images/iefix/iepngfix.htc) }

/* Page Structure ========== */
html, body {
	height: 100%;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

#push {
	height: 100px;
    clear: both;
}

#page-wrap {
	width: 100%;
	border-top: 1px solid white;
	background: url(../images/price/content-bg.png) repeat-x top left;
	overflow: hidden;
}

#content {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

.info, .info-bottom {
	clear: both;
	width: 100%;
	border-bottom: 1px solid white;
	padding: 10px 0;
}

.info {
	background: url(../images/price/info-bg.png) repeat-x bottom left;
}

.info-bottom {
	background: url(../images/price/info-bottom-bg.png) repeat-x bottom left;
	color: white;
	text-shadow: black 0px 1px;	
}

.info-bottom h1 {
	color: white;
}

.info-container {
	width: 930px;
	padding: 0 5px;
	margin: 0 auto;
}



/* Typography ========== */
h1, h2 {
	color: #1c53b3;
	letter-spacing: .05em;
}

h1 {
	font-size: 24px;
	padding: 0 0 4px 0;
}

h2 {
	font-size: 20px;
}

p {
	font-size: 14px;
}

.uppercase {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.text-shadow {
	text-shadow: white 0px 1px;
}




/* General Tags ========== */
.hideme {
	display: none;
}

.clear {
	clear: both;
}

.top-border {
	border-top: 1px solid white;
}



/* Header and Navigation ========== */
#header {
	width: 100%;
	height: 109px;
	border-bottom: 1px solid #CCC;
	background-color:#FFFFFF;
}

#header-inside {
	width: 940px;
	height: 70px;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;	
}

.logo {
	float: left;
	width: 300px;
	height: 70px;
}

#login {
	float: right;
	width: 400px;
	font-size: 12px;
	color: #1c53b3;
}

#login a {
	color: #1c53b3;
}

#login p {
	font-size: 12px;
	display: inline;
	text-decoration: underline;
}

input.txt {
	border: 1px solid #1c53b3;
	height: 20px;
	width: 130px;
}

#login ul {
	width: 400px;
	overflow: hidden;
}

#login ul li {
	float: left;
	width: 150px;
}

#login ul li.login-button {
	width: 60px;
	height: 25px;
	padding: 25px 0 0 0;
	background: url(../images/header/login-button-bg.png) no-repeat bottom left;
	color: #1c53b3;
	text-align: center;
}

#nav {

}

#nav li {

}

#nav li a {

}

ul#nav li a:hover,
body#home-page ul#nav li.home a,
body#process-page ul#nav li.process a,
body#portfolio-page ul#nav li.portfolio a,
body#vendors-page ul#nav li.vendors a,
body#contact-page ul#nav li.contact a {
	color: #FFF;
}

#home-page #nav li.home > a,
#process-page #nav li.process > a,
#portfolio-page #nav li.portfolio > a,
#vendors-page #nav li.vendors > a,
#contact-page #nav li.contact > a {
	pointer-events: none;
	cursor: default;
}




/***************************************
/* Prices and Sign Up Page ========== 
************************************* */
#plans {
	text-align: center;
	width: 940px;
	padding: 25px 0 0 0;
	margin: 0 auto;
	line-height: 1.6em;
	color: #444;
	font-size: 16px;
	overflow: hidden;
}

#plans h1 {
	padding: 0 0 20px 0;
}

.plan h2, .plan-featured h2 {
	padding: 10px 0 0 0;
}

#plans a {
	color: #444;
}

#plans span {
	display: block;
}


/* Shared styles for .plan and .plan-featured ========== */
.plan, .plan-featured {
	width: 230px;
	float: left;
}

.plan-emails {
	font-size: 24px;
	color: #5bbb47;
}


/* Specific styles for .plan ========== */
.plan {
	background: url(../images/price/plan-bg.png) no-repeat top center;
	height: 325px;
	margin: 25px 5px 0 0;
	position: relative;
}

.plan-price {
	font-size: 20px;
	color: #444;
	background: url(../images/price/price-bg.png) no-repeat top center;
	width: 230px;
	height: 32px;
	padding: 8px 0 0 0;
	margin: 20px 0 0 0;
	display: block;
}

.sign-up {
	font-size: 20px;
	background: url(../images/price/sign-up-bg.png) no-repeat top center;
	width: 126px;
	height: 30px;
	padding: 5px 0 0 0;
	position: absolute;
	bottom: -15px;
	left: 52px;
}
.sign-up-sk {
	font-size: 20px;
	background: url(../images/price/sign-up-bg.png) no-repeat top center;
	width: 126px;
	height: 30px;
	padding: 5px 0 0 0;
	position: absolute;
	left: 145px;
}
.sign-up-sk A:link
{
	color:Blue;
	text-decoration:none;
}
.sign-up-sk A:visited
{
	color:Blue;
	text-decoration:none;
}
.sign-up-sk A:active
{
	color:Black;
	text-decoration:none;
}
.sign-up-sk A:hover
{
	color:Blue;
	text-decoration:none;
}
/* Specific styles for .plan-featured ========== */
.plan-featured {
	background: url(../images/price/plan-featured-bg.png) no-repeat top center;
	height: 365px;
	margin: 0 5px 0 0;
	position: relative;
}

.emails {
	padding: 15px 0 0 0;
}

.plan-featured .plan-price {
	margin: 22px 0 0 0;
}

.plan-featured .emails {
	padding: 5px 0 0 0;
}

.features {
	padding: 10px 0 0 0;
}




/* Plan Features ========== */
#comes-with {
	clear: both;
	float: left;
	padding: 35px 10px 20px 10px;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}

#comes-with h2 {
	padding: 0 0 6px 0;
	font-size: 18px;
	font-style: italic;
}

#comes-with ul {
	float: left;
	padding: 0 0 0 10px;
}

#comes-with ul li {
	background: url(../images/main/checkmark.png) no-repeat left center;
	padding: 0 0 0 30px;
	width: 200px;
	line-height: 1.8em;
}




/* More Plans ========== */
#more-plans {
	width: 940px;
	padding: 0 0 25px 0;
	margin: 0 auto;
	overflow: hidden;
}

#more-plans-container {
	margin: 0 0 5px;
	padding: 0;
	border: 1px solid #d6d6d6;
	overflow: hidden;
	font-size: 1.2em;
	width: 940px;
	clear: both;
}

h2.trigger {
	width: 350px;
	padding: 0 0 0 10px;
	margin: 50px auto 0 auto;
	background: url(../images/price/toggle.png) no-repeat;
}

h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h2.active {
	background-position: 0px -51px;
}




/* Agency ========== */
.agency-container {
	float: right;
	width: 430px;
	height: 57px;
	padding: 10px 0 0 0;
	text-align: center;
	background: url(../images/price/agency-bg.png) no-repeat top left;
}

.agency-container a {
	display: block;
	height: 57px;
	width: 430px;
	color: #444;
}




/* Footer ========== */
#footer {
	clear: both;
	width: 100%;
	height: 100px;
	border-top: 1px solid white;
	background-color:#FFFFFF;
}

#footer-inside {
	width: 960px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	height: 90px;
	text-align: center;
}

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
