/* ================ global.css ================== *\
|* ======= Rules here apply to every page ======= *|
\* ============================================== */

body {
  background: #000;
  color: #BABABA;
  font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", sans-serif;
}
a:link, a:visited, a:active {
  color: #fff;
}
a:hover {
  color: #33C917;
}
a.external {
  padding-right: 15px;
  background: url(/images/icons/link.gif) right center no-repeat;
}
/* ==================== BEGIN Layout Containers ==================== */
#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
}

/* ------- HEADER ------- */
#header {
  margin: 0 6px;
  background: #421C51 url(/images/backgrounds/header-bar.gif) left center repeat-x;
  height: 60px;
  border-bottom: solid 1px #000;
}
#phone {
  position: absolute;
  top: 22px;
  right: 30px;
  line-height: 19px;
  padding-left: 20px;
  font-size: 14px;
  color: #E2CFE9;
  background: url(/images/icons/phone-number.gif) left center no-repeat;
}
#logo {
  display: block;
  position: absolute;
  top: 4px;
  left: 24px;
}
/* ----- END HEADER ----- */

/* ----- NAV/SUBNAV ----- */
#nav, #subnav {
  margin: 0 6px;
  line-height: 6px;
}
#inner-nav, #inner-subnav {
  display: table;
  width: 748px;
}
#nav ul, #subnav ul {
  display: table-row;
}
#nav li, #subnav li {
  display: table-cell;
  white-space: nowrap;
}
#nav li a, #subnav li a {
  display: block;
  text-align: center;
  color: #fff;
}
#nav {
  background: #000 url(/images/backgrounds/navbar.gif) left center repeat-x;
  font-size: 14px;
}
#nav li a {
  padding: 10px;
  line-height: 18px;
}
#nav li a:hover, #nav li a.active {
  background: #363A3C url(/images/backgrounds/navbar_OVER.gif) left top repeat-x;
}
#subnav {
  background: #421C51 url(/images/backgrounds/sub-navbar.gif) left center repeat-x;
  font-size: 12px;
  text-transform: uppercase;
}
#subnav li a {
  padding: 7px;
  line-height: 16px;
  border-bottom: solid 1px #202225;
}
#subnav li a:hover, #subnav li a.active {
  background: #7C4893 url(/images/backgrounds/sub-navbar_OVER.gif) left top repeat-x;
  border-bottom: solid 1px #3E4043;
}
/* --- END NAV/SUBNAV --- */


/* --- PROMO Banner --- */

#promoBanner {
/*	border-bottom:1px solid black; */
	padding-left:6px;
}

/* --- End PROMO ---* /


/* ------ BANNER -------- */
#banner {
  line-height: 10px;
}
#inner-banner {
  background: #33C917;
  border: solid 1px #B2EEA7;
  overflow: hidden;
}
#flash-notice {
  margin: 0;
  background: #B2EEA7;
  color: #900;
  padding: 3px 20px;
  font-size: 12px;
  text-align: center;
}
#flash-notice a {
  color: #c00;
  text-decoration: underline;
}
#banner h1 {
  margin: 15px 30px;
  color: #fff;
  font-size: 24px;
}
#trial {
  padding: 18px 30px;
  border-left: solid 1px #C0F55A;
  float: right;
}
#trial a {
  color: #fff;
  font-size: 20px;
}
#trial a:hover {
  text-decoration: underline;
}
/* ----- END BANNER ----- */

/* ------- MAIN --------- */
#main {
  background: #342E3C url(/images/backgrounds/main-gradient_shadow.gif) left top repeat-x;
  font-size: 12px;
  line-height: 1.4;
  padding: 20px 30px;
  min-height: 300px;
  margin: 0 6px;
  overflow: hidden;
}
#main.aftersubnav {
  background-image: url(/images/backgrounds/main-gradient_no-shadow.gif);
  border-top: solid 1px #474848;
}
/* ------ END MAIN ------ */
  
/* ------- FOOTER ------- */
#footer {
  line-height: 20px;
  padding: 4px 30px 30px 30px;
  margin: 0 6px;
  background: #000 url(/images/backgrounds/footer.gif) center top no-repeat;
  clear: both;
  overflow: hidden;
}
#footer ul li {
  margin-right: 30px;
  float: left;
  line-height: 1.2em;
}
#footer ul li a {
  font-size: 12px;
}
#footer ul li a:hover {
}
#copyright {
  float: right;
  font-size: 10px;
}
/* ----- END FOOTER ------ */

/* ==================== END Layout Containers ==================== */

/* ======================== BEGIN Content ======================== */

/* ---- PRIMARY COLUMN ---- */
#primary p {
  font-size: 12px;
  line-height: 1.7em;
  margin: 10px 0;
}
#primary strong {
  color: #fff;
  font-weight: bold;
}
#primary h2 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
  margin-top: 15px;
  border-bottom: solid 1px #666;
}  
#primary em {
  color: #fff;
  font-style: italic;
}
#primary .first {
  margin-top: 0;
}
#primary {
  float: left;
  width: 454px;
}
#primary h1 {
  color: #fff;
  font-size: 12.5px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 8px;
}
#primary h1.first {
  margin-right: -40px;
  margin-top: 8px;
}
#primary ul li {
  padding-left: 15px;
  background: url(/images/icons/arrow.gif) 5px 5px no-repeat;
}
#primary dt {
  font-size: 16px;
  margin-top: 15px;
  color: #fff;
}
#primary dd {
  margin: 5px 10px;
}
#primary blockquote, #primary q {
  color: #fff;
  font-style: italic;
}
#primary p.notice {
  color: #33C917;
  font-weight: bold;
}
#primary div.warning {
  background: #A71900;
  font-weight: bold;
  color: #fff;
  padding: 10px 20px;
  border: solid 2px #fff;
  margin: 20px 0;
}
#primary div.warning p {
  margin: 5px 0;
}
#primary div.warning ul {
  padding-left: 20px;
  list-style: square;
}
#primary div.warning ul li {
  background: none;
  padding: 0;
}
/* -- END PRIMARY COLUMN -- */

/* --- SECONDARY COLUMN --- */
#secondary {
  float: right;
  width: 226px;
  margin-right: -6px;
}
#secondary .box {
  background: url(/images/backgrounds/purple-sidebox_BOTTOM.gif) bottom center no-repeat;
  margin-bottom: 15px;
  padding: 0 20px 15px 20px;
}
#secondary h1 {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 -20px 10px -20px;
  position: relative;
  top: -5px;
}
#secondary .box h1 img {
  display: block;
  margin: 0;
}
#secondary blockquote {
  color: #fff;
  line-height: 1.2;
}
#secondary cite {
  display: block;
  font-size: 10px;
  font-style: italic;
  line-height: 1.2em;
  margin: 10px 0;
}
#secondary #flash-news {
  margin: -5px -2px;
}
#secondary #news h2 {
  line-height: 1.2;
  color: #fff;
  margin: 5px 0;
}
#secondary #news p {
  line-height: 1.2;
  margin: 5px 0;
}
#secondary a.read-more {
  font-size: 10px;
  font-style: italic;
  padding: 5px 10px 5px 0;
  background: url(/images/icons/arrow.gif) right center no-repeat;
  color: #bababa;
}
#secondary a.read-more:hover {
  color: #33C917;
}
#secondary #updates {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 18px;
  font-size: 14px;
}
#secondary #updates a {
  color: #33C917;
}
#secondary #updates a:hover {
  color: #fff;
}
#secondary #updates img {
  vertical-align: top;
  margin-right: 5px;
}
/* - END SECONDARY COLUMN - */

/* ------- COPY ----------- */
#copy {
  margin-top: 8px;
}
/* ------- END COPY ------- */

/* -------- FORMS --------- */
.form-row, .double-form-row, .floating-form-row, .double-form-row-button {
  clear: both;
  margin: 10px;
}
.form-row label {
  width: 150px;
  float: left;
  text-align: right;
}
.form-row label, .double-form-row label, .floating-form-row label {
  margin-right: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
.floating-form-row {
  text-align: right;
  width: 400px;
}
.double-form-row textarea, .double-form-row input, .form-row textarea, .form-row input {
  background: #9f9f9f;
  border: solid 1px #fff;
}
.form-row textarea, .form-row input {
  width: 240px;
}
.double-form-row textarea, .double-form-row input {
  width: 400px;
}
.double-form-row label {
  display: block;
  margin-top: 10px;
}
.double-form-row-button {
  width: 400px;
  text-align: right;
}
.form-row-button {
  clear: both;
  margin: 10px;
  padding-left: 160px;
}
/* ------ END FORMS ----- */


#webBanner {
	width:760px;
	height:96px;
	overflow:hidden;
	background: url(/images/banner-websites.jpg) top center no-repeat;
}

#webBanner a {
	display:block;
	float:right;
	text-decoration:none;
	width:146px;
	height:96px;
}

#websitesTable {
	line-height:normal;
}

#websitesTable td {
	padding:0;
}

#websitesTable img {
	margin:0;
	float:none;
}

#websitesTable .leftcol, #websitesTable .rightcol {
	font-family:Trebuchet MS, Arial, helvetica, sans-serif;
	font-size:14px;
	color:white;
	line-height:22px;
}

#websitesTable .leftcol {
	padding:12px 30px 10px 30px;
	background: url(/images/websites-leftcol.jpg) top center no-repeat;
}

#websitesTable .rightcol {
	padding:12px 25px 10px 30px;
	background: url(/images/websites-rightcol.jpg) top center no-repeat;
}

#websitesTable h2 {
	color:#BFBCC2;
	font-family:Trebuchet MS, arial;
	font-size:22px;
	font-weight:normal;
	margin:0 0 8px 0;
	padding:0;
	border:0;
}

#websitesTable h2 span {
	font-size:18px;
}

#websitesTable ul {
	color:#EEFF8D;
	margin:12px 0 10px 20px;
	list-style-type:square;
}

#websitesTable ul li {
	background:none;
	background-image:none;
}

#websitesTable li {
	padding:0 0 5px 5px;
}

#fullLeftColumn {
	width:140px;
	background-color:#41394B;
	padding:5px 10px;
}

#epowerList {
	margin:20px;
}

#epowerList li {
	padding-bottom:8px;
}

#tagTable td {
	padding-left:12px;
}

#tagTable .tag {
	font-size:14px;
	color:#EEFF8D;
	text-align:center;
	padding-right:8px;
	border-right:2px solid #4B4357;
}

.getStartedBtn {
	margin-right:-25px;
}

.getStartedBtn a {
	display:block;
	float:right;
	margin-right:-6px;
}

#rightInfo dt {
	padding-top:8px;
	font-weight:bold;
}

#rightInfo {
	padding-bottom:30px;
	margin-left:12px;
}


#testimonialsBanner {
	width:760px;
	height:96px;
	overflow:hidden;
	background: url(/images/banner-testimonials.jpg) top center no-repeat;
}

#testimonialsBanner a {
	display:block;
	float:right;
	text-decoration:none;
	width:146px;
	height:96px;
}

