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

body {
	background-image:url(../images/backgrounds/home-background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.subpage {
	background-image: url(../images/backgrounds/subpage-background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/** Global Styles - Applies to All Pages **/

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
#header {
	height: 92px;
	clear: both;
}
#header img {
	float: left;
	margin-top: 38px;
}
#header #navigation {
	float: right;
	margin-top: 40px;
}
#header #navigation li {
	display: inline;
	margin-left: 50px;
}
#header #navigation li a {
	color: #565656;
}
#header #navigation li .currentPage {
	color: #257b91;
}
#footerExpander {
	height: 55px;
	clear: both;
	background-image: url(../images/backgrounds/footer-background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2b2b;
}
#footerContainer {
	height: 31px;
	width: 960px;
	padding-top: 24px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#footerContainer #siteNav {
	float: left;
	color: #2b2b2b;
}
#footerContainer #siteNav li {
	display: inline;
	margin-right: 9px;
	color: #2b2b2b;
}
#footerContainer p {
	float: right;
}

/** Homepage Styles - Applies to index.html ONLY **/

#feature-top {
	height: 246px;
	clear: both;
	position: relative;
	background-image: url(../images/backgrounds/home-feature-background.png);
}
#feature-top img {
	float: left;
	margin-top: 0px;
}
#feature-top p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	position: absolute;
	top: 130px;
	left: 502px;
}
#feature-top #button {
	position: absolute;
	top: 167px;
	left: 530px;
}
#feature-top #button a {
	color: #FFF;
}
#slogan {
	background-image: url(../images/backgrounds/home-slogan-background.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 960px;
	margin-top: 44px;
	position: relative;
}
#slogan #button1 {
	position: absolute;
	left: 657px;
	top: 39px;
}
#slogan #button2 {
	position: absolute;
	left: 782px;
	top: 39px;
}
#slogan a {
	color: #565656;
	font-size: 12px;
}
#features-overview {
	height: 334px;
	clear: both;
	display: none;
}
#lowerExpander {
	background-image: url(../images/backgrounds/lowertier-background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subpage #lowerExpander {
	background-image: none;
}
#lowerExpander .pageBase {
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#lowerExpander .pageBase .baseFeatures {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 40px;
}
#lowerExpander .pageBase .baseFeatures .col {
}
#lowerExpander .pageBase .baseFeatures #left {
	float: left;
	width: 280px;
	margin-right: 40px;
}
#lowerExpander .pageBase .baseFeatures #center {
	float: left;
	width: 280px;
	margin-left: 20px;
	margin-right: 20px;
}
#lowerExpander .pageBase .baseFeatures #right {
	float: left;
	width: 280px;
	margin-left: 40px;
}
#lowerExpander .pageBase .baseFeatures .contentHolder  {
	clear: both;
	padding-bottom: 40px;
}
#lowerExpander .pageBase .baseFeatures #center #first {
	padding-left: 65px;
	background-image: url(../images/online-tag-editor.png);
	background-repeat: no-repeat;
}
#lowerExpander .pageBase .baseFeatures #center #secondary {
	background-image: url(../images/helpicon-centered.png);
	background-repeat: no-repeat;
	padding-left: 65px;
}
#lowerExpander .pageBase .baseFeatures .floatLeft   {
	float: left;
	padding-right: 16px;
}
#lowerExpander .pageBase .baseFeatures h1   {
	font-size: 18px;
	color: #2b2b2b;
	margin-bottom: 12px;
}
#lowerExpander .pageBase .baseFeatures #right .contentHolder .bold {
	font-weight: bold;
}
#lowerExpander .pageBase .baseFeatures p  {
	color: #393939;
	font-size: 12px;
	line-height: 18px;
}
#lowerExpander .pageBase .baseFeatures #left .overviewer {
	margin-bottom: 10px;
}
#lowerExpander .pageBase .baseFeatures .infoRegion {
	clear: both;
	height: 224px;
	width: 960px;
}
#lowerExpander .pageBase .baseFeatures .infoRegion .left {
	width: 320px;
	float: left;
}
#lowerExpander .pageBase .baseFeatures .infoRegion .center {
	float: left;
	width: 320px;
}
#lowerExpander .pageBase .baseFeatures .infoRegion .center form {
	width: 320px;
}
#lowerExpander .pageBase .baseFeatures .infoRegion .center form .contentRow {
	width: 320px;
	clear: both;
}
#lowerExpander .pageBase .baseFeatures .infoRegion .center form .contentRow #name {
	float: left;
	width: 160px;
}
#lowerExpander .pageBase .baseFeatures .infoRegion .center form .contentRow .right {
	float: right;
	width: 160px;
}
#lowerExpander .pageBase .baseFeatures .infoRegion .right {
	float: left;
	width: 320px;
}
#lowerExpander .pageBase .footerContainer {
	background-image: url(../images/backgrounds/footer-background.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#lowerExpander .pageBase .footerContainer .footer{
	height: 35px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/backgrounds/footer-background.jpg);
	padding-top: 20px;
}
#lowerExpander .pageBase .footerContainer .footer #siteNav{
	float: left;
	margin-left: -5px;
}
#lowerExpander .pageBase .footerContainer .footer #siteNav li{
	display: inline;
	margin-left: 5px;
	border-right: 1px solid #333;
	padding-right: 7px;
}
#lowerExpander .pageBase .footerContainer .footer #siteNav .lastItem {
	border: none;
}
#lowerExpander .pageBase .footerContainer .footer p{
	float: right;
}
.header {
	height: 108px;
	padding-top: 53px;
}

/** Style listed below is only used on pages that do not use the 2-column based layout **/

#mainContents-normal {
	background-repeat: no-repeat;
	clear: both;
	height: auto;
}

/** Global styles for 2-column structured pages **/

#items {
	float: left;
	width: 290px;
	margin-top: 50px;
}
#items li {
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	margin-top: -1px;
}
#items li a {
	line-height: 40px;
	color: #4c4c4c;
	font-size: 12px;
}
#items .currentSelection {
	font-size: 12px;
	line-height: 40px;
	color: #257b91;
	font-weight: bold;
	background-image: url(../images/backgrounds/leftColumn-li-selected.jpg);
	background-repeat: no-repeat;
}
#selectionDetails {
	float: right;
	width: 606px;
	padding-left: 64px;
}
#selectionDetails h1 {
	font-size: 16px;
	line-height: 24px;
	color: #242424;
}
#selectionDetails p {
	font-size: 12px;
	color: #000000;
	line-height: 26px;
}
#selectionDetails .tier {
	clear: both;
	padding-bottom: 100px;
}
#selectionDetails .tier h1 {
	font-size: 16px;
	color: #242424;
	line-height: 16px;
	margin-bottom: 21px;
}
#selectionDetails .tier p {
	font-size: 12px;
	line-height: 19px;
}
#selectionDetails .tier ul {
	font-size: 12px;
	line-height: 26px;
	margin-left: 15px;
	margin-top: 15px;
}
#selectionDetails .tier ul li {
	list-style-type: circle;
	list-style-image: url(../images/bullet-blue.jpg);
}
#selectionDetails .tier .floatLeft {
	float: left;
	margin-right: 75px;
}
#selectionDetails .tier .floatRight {
	float: right;
}

/** Features + Tour Styles **/

#mainContents-features-tour {
	background-image: url(../images/backgrounds/subpage-features-tour-background.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 1080px;
}

/** Tutorials Styles **/

#mainContents-tutorials {
	background-image: url(../images/backgrounds/subpage-tutorials-background.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 1120px;
}

/** Styles for Examples page **/

#mainContents-examples {
	background-image: url(../images/backgrounds/subpage-examples-background.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 960px;
}
#examples {
	margin-top: 35px;
}
#examples .tier {
	clear: both;
}
#examples .tier .left {
	float: left;
}
#examples .tier .right {
	float: right;
}

/** Styles for Packages + Pricing page **/

/** Note - This page does not have its own mainContents style because it does not use the 2-column layout **/

#packages-pricing {
        float: right;
	width: 960px;
	background-image: url(../images/backgrounds/features-pricing-columns-background.png);
	background-repeat: no-repeat;
	height: 500px;
	clear: both;
}
#packages-pricing .col {
	float: left;
	width: 284px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 26px;
}
#packages-pricing .col .overview {
	height: 90px;
}
#packages-pricing .col .overview img {
	float: left;
}
#packages-pricing .col .overview .price {
	font-size: 28px;
	color: #383838;
	float: right;
}
#packages-pricing .col .overview .tagline {
	font-size: 12px;
	color: #000000;
	clear: both;
	padding-top: 20px;
}
#packages-pricing .col .features {
	position: relative;
}
#packages-pricing .col .features .featureList {
	font-size: 12px;
	line-height: 35px;
	color: #939393;
	margin-bottom: 23px;
}
#packages-pricing .col .features .featureList li {
}
#packages-pricing .col .features .featureList .orange {
	font-weight: bold;
	color: #916c25;
}
#packages-pricing .col .features .featureList .green {
	font-weight: bold;
	color: #6c9125;
}
#packages-pricing .col .features .featureList .blue {
	font-weight: bold;
	color: #257b91;
}
#packages-pricing .col .features a .button {
	left: -2px;
	position: absolute;
}
.checklist {
	clear: both;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-position: -4px 72px;
}
.checklist .bullets {
	float: left;
	width: 580px;
	padding-left: 18px;
	clear: both;
}
.checklist .bullets .bullet {
	clear: both;
	height: 110px;
}
.checklist .bullets .bullet h1 {
	font-size: 16px;
	line-height: 16px;
}
.checklist .bullets .bullet .floatLeft {
	float: left;
	padding-right: 15px;
}
.checklist .imageRegion {
	float: right;
	width: 283px;
	margin-top: 0px;
        margin-bottom: 30px;
	margin-left: 30px;
}
.checklist .bullets .bullet p {
	font-size: 12px;
	color: #3b3b3b;
	margin-top: 13px;
	line-height: 21px;
}

/** Styles for FAQs + Support page **/

#mainContents-faq-support {
	background-image: url(../images/backgrounds/subpage-faq-support-background.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 960px;
}
#faqBox {
	background-color: #373737;
	background-image: url(../images/backgrounds/faqBox-title-background.png);
	background-repeat: no-repeat;
	width: 509px;
}
#faqBox ul {
	margin-left: 29px;
	padding-top: 55px;
	padding-bottom: 15px;
}
#faqBox ul li {
	line-height: 26px;
	font-size: 12px;
	list-style-image: url(../images/faqbox-arrow-right.jpg);
	list-style-type: disc;
}
#faqBox ul li a {
	color: #9f9f9f;
	font-size: 12px;
	font-weight: normal;
}
#faqBox ul li a:hover {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
}
#faqBox h1 {
	margin-left: 29px;
        margin-right: 29px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#faqBox p {
	margin-left: 29px;
        margin-right: 29px;
	padding-top: 15px;
	padding-bottom: 15px;
}
