/*
Company:	Slamdot
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #01244c;
}
body {
	font-family: "lucida Grande", Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Wrap */
div.wrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* Head */
div#hd {
	background: url(/images/home-hd-bkg.jpg) repeat-x 0 0;
	border-bottom: 1px solid #000;
	overflow: hidden;
}
div.home-hd {
	height: 463px!important;
}
div.inside-hd {
	padding: 0 0 35px 0;
	position: relative;
	z-index: 10;
	height: 139px;
	overflow: visible!important;
}

/* Body */
div#bd {
	background-color: #fff;
	overflow: hidden;
}
div.inside-bd {
	padding: 30px 0;
	background: url(/images/inside-content-fade.gif) repeat-x 0 0;
	border-bottom: 1px solid #000;
}
div#inside-bd-btm {
	background: url(/images/inside-bd-btm.gif) repeat-x 0 0;
	height: 2px;
	overflow: hidden;
	clear: both;
}

/* Footer */
div#ft {
	border-top: 1px solid #06407f;
	background: url(/images/ft-bkg.jpg) repeat 0 0;
	overflow: hidden;
	padding: 70px 0 0 0;
	height: 293px;
}
div#ft div.ft-links {
	width: 700px;
	color: #74a5db;
	float: left;
	display: inline;
}
div.ft-links h5 {
	color: #afd3fc;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;
}
div.ft-links ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #0f457a;
}
div.ft-links ul li {
	margin: 0;
	padding: 5px 0 5px 5px;
	list-style: none;
	background: url(/images/ft-links-icon.gif) no-repeat 0 12px;
	border-bottom: 1px solid #0f457a;
}
div.ft-links ul a:link, div.ft-links ul a:visited {
	color: #74a5db;
	font-size: 85%;
	text-decoration: none;
}
div.ft-links ul a:hover {
	color: #afd3fc;
	text-decoration: underline;
}
div.ft-contact {
	width: 280px;
	float: right;
	display: inline;
}
p.btn-create-acct-ft, p.btn-request-quote-ft {
	margin: 0;
}
p.btn-create-acct-ft a {
	float: right;
	display: block;
	width: 235px;
	height: 88px;
	background: url(/images/btn-create-acct-small.gif) no-repeat 0 0;
	text-indent: -9000px;
}
p.btn-request-quote-ft a {
	float: right;
	display: block;
	width: 235px;
	height: 88px;
	background: url(/images/btn-request-quote-small.gif) no-repeat 0 0;
	text-indent: -9000px;
}
p.toll-free {
	color: #74a5db;
	font-size: 121%;
	text-align: right;
	margin: 0;
	text-transform: uppercase;
}
p.toll-free a:link, p.toll-free a:visited {
	color: #74a5db;
	background: url(/images/icon-chat.gif) no-repeat 0 50%;
	padding-left: 20px;
	text-decoration: none;
}
p.toll-free a:hover {
	color: #afd3fc;
	text-decoration: underline;
}
p.toll-free span {
	font-size: 80%;
	padding: 0 1px;
	color: #567aa1;
}
p.phone {
	color: #fff;
	font-size: 231%;
	margin: 0;
	text-align: right;
}
p.phone a {
	color: #fff;
	text-decoration: none;
}
p.copyright {
	text-align: right;
	padding-top: 10px;
	color: #567aa1;
	font-size: 80%;
}
div#ft div.col {
	width: 150px;
	margin: 0 25px 0 0;
	float: left;
	display: inline;
}
/* @end */

/* @group Modules */
/* Twitter Feed */
div.twitter-wrap {
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	padding: 33px 0 0 215px;
}
ul.twitter {
	margin: 0;
	padding: 0 7px 0 0;
	background: url(/images/twitter-box-right.gif) no-repeat 100% 0;
	height: 38px;
	float: left;
	display: inline;
}
ul.twitter li {
	list-style: none;
	background: url(/images/twitter-box-left.gif) no-repeat 0 0;
	height: 29px;
	padding: 10px 5px 0 12px;
	font-family: arial, helvetica, sans-serif;
	font-size: 77%;
	color: #fff;
	white-space: nowrap;
	float: left;
	display: inline;
}
ul.twitter li a:link, ul.twitter li a:visited {
	font-style: italic;
	text-decoration: none;
	color: #fff;
}
ul.twitter li a:hover {
	text-decoration: underline;
}
ul.twitter li span a:link, ul.twitter li span a:visited {
	font-style: normal;
	text-decoration: underline;
	color: #bce0ff;
}
ul.twitter li span a:hover {
	text-decoration: none;
}

/* Logo */
div#logo {
	width: 348px;
	height: 68px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	width: 277px;
	height: 68px;
	background: url(/images/slamdot-logo.gif) no-repeat 0 0;
	display: block;
	height: 100%;
}

/* Home Intro */
div.home-intro {
	width: 330px;
	padding: 33px 0 0 0;
	float: left;
	display: inline;
}
div.home-intro h1 {
	font-size: 223%;
	color: #fff;
	font-weight: normal;
	margin: 0 0 15px 0;
}
div.home-intro h2 {
	color: #bce0ff;
	font-size: 131%;
	font-weight: normal;
	margin: 0 0 25px 0;
}
div.home-intro p.btn-request-quote {
	margin: 0;
}
div.home-intro p.btn-request-quote a {
	display: block;
	width: 260px;
	height: 62px;
	background: url(/images/btn-request-quote.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.home-intro p.btn-read-more {
	margin: 0;
}
div.home-intro p.btn-read-more a {
	display: block;
	width: 260px;
	height: 62px;
	background: url(/images/btn-read-more.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.home-intro p.btn-create-account {
	margin: 0;
}
div.home-intro p.btn-create-account a {
	display: block;
	width: 260px;
	height: 62px;
	background: url(/images/btn-create-acct.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.home-intro p.btn-contact-us {
	margin: 0;
}
div.home-intro p.btn-contact-us a {
	display: block;
	width: 260px;
	height: 62px;
	background: url(/images/btn-contact-us.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.home-intro p.btn-contact-us-more {
	margin: 0;
}
div.home-intro p.btn-contact-us-more a {
	display: block;
	width: 260px;
	height: 62px;
	background: url(/images/btn-contact-us-more.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.home-intro p.btn-get-listed-today {
	margin: 0;
}
div.home-intro p.btn-get-listed-today a {
	display: block;
	width: 260px;
	height: 62px;
	background: url(/images/btn-get-listed-today.gif) no-repeat 0 0;
	text-indent: -9000px;
}

/* Announcement Bar */
div#announcement-bar {
	background: url(/images/announcement-bar-bkg.jpg) repeat-x 0 0;
	height: 64px;
}

/* Toolbar */
div.toolbar {
	width: 980px;
	padding-top: 12px;
}
div.toolbar-search {
	float: left;
	width: 669px;
}
div.toolbar-search input.txt {
	background: url(/images/bg-txt.jpg) top left repeat-x;
	border: 1px solid #000;
	width: 235px;
	height: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #808080;
	font-size: 18px;
	padding: 8px 0 5px 5px;
	float: left;
	display: inline;
}
div.toolbar-search input.btn {
	margin-left: 5px;
	float: left;
	display: inline;
}
div.toolbar-login {
	float: left;
	width: 311px;
}
div.toolbar-profile {
	width: 311px;
	float: left;
}
div.toolbar-profile img {
	float: left;
	margin-right: 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
div.toolbar-profile div.profile-info {
	float: left;
	padding-top: 2px;
}
div.toolbar-profile div.profile-info a.name:link, div.toolbar-profile div.profile-info a.name:visited {
	font-size: 120%;
	color: #bce0ff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
div.toolbar-profile div.profile-info a.sign-out:link, div.toolbar-profile div.profile-info a.sign-out:visited {
	color: #fff;
	font-size: 85%;
}

/* Screenshot */
div.screenshot {
	width: 642px;
	padding: 25px 0 0 0;
	float: right;
	display: inline;
}
div.switcher {
	z-index: 99;
	width: 260px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-top: -40px;
}
div.switcher ul {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	left: 50%;
}
div.switcher li {
	float: left;
	position: relative;
	left: -50%;
	margin: 0 1px 0 2px;
	display: inline;
}
div.switcher a {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/slideshow-nav-off.gif) no-repeat 0 0;
}
div.switcher li.activeSlide a, div.switcher a:hover {
	background: url(/images/slideshow-nav-on.gif) no-repeat 0 0;
}

/* Callouts */
div.callout-section {
	background: url(/images/callout-section-bkg.gif) repeat-x 0 100% #e7f1fd;
	border-top: 1px solid #fff;
	padding: 30px 0 20px 0;
}
div.callout-section div.wrap {
	padding: 10px 0;
}
div.callout-hosting, div.callout-web-design, div.callout-domains, div.callout-circle, div.callout-control-panel, div.callout-support, div.callout-store, div.callout-backups, div.callout-installatron, div.callout-webmail, div.callout-ruby, div.callout-we-build, div.callout-custom, div.callout-training, div.callout-seo, div.callout-wordpress, div.callout-xhtml-css, div.callout-talk, div.callout-no-contracts, div.callout-own, div.callout-logo {
	width: 290px;
	float: left;
	display: inline;
}
div.callout-web-design, div.callout-support, div.callout-installatron, div.callout-talk, div.callout-own, div.callout-xhtml-css {
	margin: 0 55px;
}
div.callout-section h3 {
	color: #0a3a6b;
	margin: 0 0 5px 0;
	font-size: 128%;
	line-height: 48px;
	text-indent: 56px;
}
div.callout-section h3 a:link, div.callout-section h3 a:visited {
	color: #0a3a6b;
	text-decoration: none;
}
div.callout-section h3 a:hover {
	text-decoration: underline;
}
div.callout-section p {
	font-size: 108%;
	color: #526C93;
	line-height: 135%;
}
div.callout-hosting {
	background: url(/images/icon-hosting.gif) no-repeat 0 0;
}
div.callout-domains {
	background: url(/images/icon-domains.gif) no-repeat 0 0;
}
div.callout-circle {
	background: url(/images/icon-circle.gif) no-repeat 0 0;
}
div.callout-logo {
	background: url(/images/icon-logo.gif) no-repeat 0 0;
}
div.callout-web-design {
	background: url(/images/icon-web-design.gif) no-repeat 0 0;
}
div.callout-control-panel {
	background: url(/images/icon-control-panel.gif) no-repeat 0 0;
}
div.callout-support {
	background: url(/images/icon-support.gif) no-repeat 0 0;
}
div.callout-store {
	background: url(/images/icon-store.gif) no-repeat 0 0;
}
div.callout-own {
	background: url(/images/icon-own.gif) no-repeat 0 0;
}
div.callout-talk {
	background: url(/images/icon-talk.gif) no-repeat 0 0;
}
div.callout-logo {
	background: url(/images/icon-logo.gif) no-repeat 0 0;
}
div.callout-backups {
	background: url(/images/icon-backups.gif) no-repeat 0 0;
}
div.callout-installatron {
	background: url(/images/icon-installatron.gif) no-repeat 0 0;
}
div.callout-webmail {
	background: url(/images/icon-webmail.gif) no-repeat 0 0;
}
div.callout-ruby {
	background: url(/images/icon-ruby.gif) no-repeat 0 0;
}
div.callout-we-build h3 {
	background: url(/images/icon-we-build.gif) no-repeat 0 0;
}
div.callout-no-contracts {
	background: url(/images/icon-no-contracts.gif) no-repeat 0 0;
}
div.callout-custom {
	background: url(/images/icon-custom.gif) no-repeat 0 0;
}
div.callout-training {
	background: url(/images/icon-training.gif) no-repeat 0 0;
}
div.callout-seo {
	background: url(/images/icon-seo.gif) no-repeat 0 0;
}
div.callout-wordpress {
	background: url(/images/icon-wordpress.gif) no-repeat 0 0;
}
div.callout-xhtml-css {
	background: url(/images/icon-xhtml-css.gif) no-repeat 0 0;
}

/* Thumbnails */
div.thumbnail-section {
	background-color: #e7f1fd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bcc9db;
	padding: 0;
}
div.thumbnail-section div.wrap {
	padding: 35px 0;
}
div.thumbnail-startup, div.thumbnail-business, div.thumbnail-store, div.thumbnail-premium {
	width: 273px;
	float: left;
	display: inline;
	text-align: center;
}
div.thumbnail-business {
	margin: 0 80px;
}
div.thumbnail-section h3 {
	color: #0a3a6b;
	margin: 0;
	font-size: 215%;
}
div.thumbnail-section p {
	color: #555;
	line-height: 135%;
}
div.thumbnail-section img {
	display: block;
	padding-bottom: 10px;
}

/* Websites */
div.website-section {
	background-color: #e7f1fd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bcc9db;
	padding: 20px 0;
}
div.website-section div.wrap {
	padding: 35px 0;
}
div.website-startup, div.website-business, div.website-store, div.website-premium {
	width: 212px;
	padding: 265px 0 0 62px;
	float: left;
	display: inline;
}
div.website-business {
	margin: 0 78px;
}
div.website-section h3 {
	color: #003a98;
	margin: 0 0 2px 0;
	font-size: 130%;
}
div.website-section ul {
	padding-left: 0;
	margin-left: 0;
}
div.website-section li {
	list-style-type: none;
	color: #555;
	line-height: 135%;
}
div.website-startup {
	background: url(/images/website-startup.png) no-repeat top center;
}
div.website-business {
	background: url(/images/website-business.png) no-repeat top center;
}
div.website-store {
	background: url(/images/website-store.png) no-repeat top center;
}
div.website-premium {
	background: url(/images/website-premium.png) no-repeat top center;
}

/* Packages */
div.package-section {
	padding: 30px 0;
	background-color: #e7f1fd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bcc9db;
}
div.package-section h1 {
	color: #0a3a6b;
}

/* Hosting Perks */
div.hosting-perks {
	width: 330px;
	float: left;
	display: inline;
}
div.hosting-perks p {
	color: #393939;
	font-size: 93%;
	margin: 0 0 20px 0;
	line-height: 150%;
}
div.hosting-perks ul {
	color: #0a3a6b;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: url(/images/hosting-perks-list-div.gif) repeat-x 0 0;
}
div.hosting-perks ul li {
	list-style: none;
	background: url(/images/hosting-perks-list-div.gif) repeat-x 0 100%;
	margin: 0;
	padding: 0;
}
div.hosting-perks ul li a:link, div.hosting-perks ul li a:visited {
	text-decoration: none;
	color: #0a3a6b;
}
div.hosting-perks ul li a:hover {
	text-decoration: underline;
}
div.hosting-perks ul li div {
	padding: 13px 0 13px 30px;
	background: url(/images/green-checkmark.gif) no-repeat 0 13px;
}
div.hosting-perks ul span.leader {
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-shadow: 1px 1px 1px #fff;
}
div.hosting-perks ul span.note {
	color: #989ca8;
	font-size: 85%;
	display: block;
}

/* SlamCamp Table */
table.slamcamp {
	width: 100%;
	margin-bottom: 20px;
}
table.slamcamp thead tr th {
	background-color: #e1eeff;
	color: #0a3a6b;
}
table.slamcamp tbody tr td {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
table.slamcamp tbody tr.last td {
	border-bottom: 1px solid #e1eeff;
}

/* Rates Table */
div.rates-col {
	width: 598px;
	padding: 20px 0 0 0;
	float: right;
	display: inline;
}
p.pricing-note {
	font-size: 100%;
	color: #989696;
}
table.rates {
	width: 597px;
}
table.rates thead th {
	color: #496c93;
	font-weight: normal;
	background: url(/images/rates-thead-th.gif) no-repeat 50% 0;
	width: 100px;
	border-left: 1px solid #bcd2ea;
}
table.rates thead th.left {
	background: url(/images/rates-thead-th-left.gif) no-repeat 0 0;
	border-left: none;
}
table.rates thead th.right {
	background: url(/images/rates-thead-th-right.gif) no-repeat 100% 0;
}
table.rates thead th.last-left {
	background: url(/images/rates-tbody-th.gif) no-repeat 0 0;
	border-left: none;
}
table.rates thead th.last-right {
	background: url(/images/rates-thead-th-last-right.gif) no-repeat 100% 0;
}
table.rates thead th.top-left {
	background: none;
	border: none;
}
table.rates.maintenance thead th {
	background: none;
	border: none;
}
table.rates tbody th {
	text-align: left;
	color: #496c93;
	font-weight: normal;
	background: url(/images/rates-tbody-th.gif) no-repeat 0 0;
	padding: 10px 15px;
	width: 140px;
	border-right: 1px solid #bed3eb;
}
table.rates tbody th.top {
	background: url(/images/rates-tbody-th-top.gif) no-repeat 0 0;
}
table.rates tbody th.btm {
	background: url(/images/rates-tbody-th-btm.gif) no-repeat 0 0;
	padding: 0!important;
	height: 8px!important;
}
table.rates tbody tr.second-last th, table.rates tbody tr.second-last td {
	padding-bottom: 5px;
}
table.rates tbody th img {
	margin-right: 2px;
	cursor: pointer;
}
table.rates tbody th a {
	color: #496c93;
}
table.rates tbody th a img {
	padding-left: 3px;
	vertical-align: -5px;
}
table.rates tbody td {
	text-align: center;
	font-weight: normal;
	color: #555;
	padding: 15px 5px;
	border-right: 1px solid #bed3eb;
	border-top: 1px solid #bed3eb;
}
table.rates tbody td.popular {
	background-color: #e2efff;
}
table.vip tbody td {
	background-color: #e7f1fd!important;
}
table.rates tbody tr.pricing td {
	font-weight: bold;
	color: #222;
}
table.rates tbody tr td:last-child, table.rates tbody tr td.last-child {
	border-right: none;
	background: url(/images/rates-tbody-td-last-child.gif) repeat-y 100% 0;
}
table.vip tbody tr td:last-child, table.vip tbody tr td.last-child {
	background-color: #e7f1fd;
}
table.rates tbody tr.btm td {
	padding: 0!important;
	height: 8px!important;
	border-top: none;
	background: url(/images/rates-tbody-td-bsolid.gif) no-repeat 0 0;
}
table.rates tbody tr.btm td.popular {
	background: url(/images/rates-tbody-td-bsolid-popular.gif) no-repeat 0 0;
}
table.vip tbody tr.btm td.popular {
	background: url(/images/rates-tbody-td-bsolid.gif) no-repeat 0 0;
}
table.rates tbody tr.btm td.right {
	background: url(/images/rates-tbody-td-btm.gif) no-repeat 100% 0;
	border: none!important;
}
table.rates a.choose {
	display: block;
	width: 86px;
	height: 41px;
	background: url(/images/btn-plan-signup.gif) no-repeat 0 100%;
	text-indent: -9000px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

/* Hosting Section */
div.hosting-section {
	padding: 50px 0;
	background: url(/images/social-section-bkg.gif) repeat-x 0 100% #dceafb;
	border-top: 1px solid #fff;
}
div.hosting-section div.wrap {
	padding: 10px 0;
}
div.hosting-section h3 {
	color: #0a3a6b;
	margin: 0 0 5px 0;
	font-size: 128%;
	line-height: 48px;
	text-indent: 56px;
}
div.hosting-section h3 a:link, div.hosting-section h3 a:visited {
	color: #0a3a6b;
	text-decoration: none;
}
div.hosting-section h3 a:hover {
	text-decoration: underline;
}
div.hosting-section p {
	color: #0a3a6b;
	font-size: 108%;
	line-height: 135%;
}

/* Testimonials */
div#testimonials {
	width: 329px;
	float: left;
	display: inline;
}
div.quote-box {
	width: 329px;
	float: left;
	display: inline;
}
div.quote-top {
	width: 329px;
	height: 12px;
	background: url(/images/quote-box-top.png) no-repeat 0 0;
	overflow: hidden;
}
div.quote-btm {
	width: 329px;
	height: 39px;
	background: url(/images/quote-box-btm.png) no-repeat 0 0;
	overflow: hidden;
}
div.quote {
	width: 329px;
	background: url(/images/quote-box-mid.png) repeat-y 0 0;
	overflow: hidden;
}
div.quote blockquote {
	margin: 0;
	padding: 10px 20px;
	color: #0a3a6b;
	font-size: 108%;
	line-height: 150%;
}
p.quote-by {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 108%;
	color: #526c93;
}

/* Social Section */
div.social-section {
	padding: 50px 0;
	background: url(/images/social-section-bkg.gif) repeat-x 0 100% #dceafb;
	border-top: 1px solid #fff;
}
div.social-section div.row {
	clear: both;
	padding: 0 0 10px 0;
}
div.social-section div.row label {
	text-align: right;
	display: block;
	width: 140px;
	padding: 6px 10px 0 0;
	float: left;
	display: inline;
	color: #0a3a6b;
	font-weight: bold;
}
div.social-section div.row input.txt-full, div.social-section div.row textarea.txt-full, div.social-section div.row select.txt-full {
	width: 324px;
	padding: 3px;
	font-size: 18px;
	background-color: #e8f0fb;
	border: 1px solid #a0bddd;
	color: #173a64;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
div.social-section div.row input.large, div.social-section div.row textarea.large, div.social-section div.row select.large {
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
div.social-section div.row em.error {
	display: block;
	padding: 5px 0 0 150px;
	color: red;
	font-style: normal;
}
div.social-section div.lead_website {
	display: none;
}
div.social-section div.captcha {
	margin-top: -5px;
}
div.social-section div.captcha label {
	padding-right: 3px;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color: transparent!important;
	padding: 0!important;
}
#recaptcha_table {
	border: none!important;
}
#recaptcha_response_field {
	background-color: #e8f0fb!important;
	border-color: #a0bddd!important;
	padding: 3px!important;
	font-size: 18px!important;
	color: #173a64!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#recaptcha_logo, #recaptcha_tagline {
	display: none!important;
}

/* Social Right Col */
div.social-section div.social-feeds {
	width: 592px;
	padding: 0 4px 0 0;
	float: right;
	display: inline;
}
div.social-feeds h2, div.social-feeds h4 {
	margin: 0 0 15px 0;
	color: #0a3a6b;
}
div.social-feeds h4 a:link, div.social-feeds h4 a:visited, div.social-feeds h2 a:link, div.social-feeds h2 a:visited {
	color: #0a3a6b;
	text-decoration: none;
}
div.social-feeds h2 a:hover {
	text-decoration: underline;
}
div.social-feeds h2.flickr a:link, div.social-feeds h2.flickr a:visited {
	color: #0063dc;
}
div.social-feeds h2.flickr a:link span, div.social-feeds h2.flickr a:visited span {
	color: #ff0084;
}
div.social-feeds h2 a.blog {
	padding-left: 25px;
	background: url(/images/icon-rss.gif) no-repeat 0 50%;
}
div.social-feeds p {
	font-size: 108%;
	color: #526c93;
	line-height: 140%;
	margin-bottom: 20px;
}
div.social-feeds p a:link, div.social-feeds p a:visited {
	color: #526c93;
	text-decoration: underline;
}
div.social-feeds p a:hover {
	text-decoration: none;
}
div.social-feeds p.instructions {
	width: 550px;
}
div.social-feeds p.instructions strong {
	color: #0a3a6b;
}
div#recent-entries {
	padding-bottom: 20px;
}
div#recent-entries p {
	margin-bottom: 10px;
}

/* Flickr Pics */
div.flickr_badge_image {
	width: 90px;
	height: 90px;
	background: url(/images/flickr-img-bkg.gif) no-repeat 0 0;
	text-align: center;
	padding: 7px 0 0 0;
	margin: 0 8px 0 0;
	float: left;
	display: inline;
}

/* Flash */
p#notice {
	border: 1px solid #acdaad;
	background-color: #e7f7e8;
	color: #15b519;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
p#alert {
	border: 1px solid #ebadb6;
	background-color: #f9e7ea;
	color: #c6132d;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/* Logo Process Pic */
img.logo-process-pic, img.network-pic {
	margin: 20px 0;
}

/* Logo Samples */
div.logo-samples {
	padding-top: 15px;
}

/* SEO Pic */
img.seo-pic {
	float: right;
	padding: 20px 0 10px 10px;
}

/* Main */
div.main {
	width: 560px;
	margin: 0 0 0 5px;
	float: left;
	display: inline;
}
div.signup-main {
	width: 632px!important;
}

/* Side */
div.side {
	width: 306px;
	padding: 35px 0 0 0;
	margin: 0 40px 0 0;
	float: right;
	display: inline;
}
div.side h3, div.side h3.section-title {
	font-size: 131%;
	font-weight: normal;
	color: #0a3a6b;
	margin: 10px 0;
}
div.side h3.section-title {
	margin: 0;
	padding: 10px 0;
}
div.side p {
	color: #656565;
}
div.login div.side {
	width: 251px;
	padding: 15px;
	margin: 0 10px 0 0;
	line-height: 1.35em;
}

/* Side Signup */
div.side-signup {
	width: 251px;
	background: url(/images/form-side-bkg.gif) no-repeat 0 0;
	padding: 20px;
	margin: 0 10px 0 0;
	float: right;
	display: inline;
}
div.side-signup h3 {
	color: #0a3a6b;
	font-size: 131%;
	margin: 0 0 5px 0;
	font-weight: normal;
	padding: 10px 0 0 0;
}
div.side-signup p {
	line-height: 130%;
	color: #656565;
}
div.side-signup ul li {
	color: #656565;
}

/* Nav Side */
div.nav-side {
	width: 306px;
	background: url(/images/fade-side-repeat.gif) repeat-y 0 0;
	overflow: hidden;
	color: #0a3a6b;
}
div.nav-side-top {
	width: 306px;
	overflow: hidden;
	background: url(/images/fade-side-top.gif) no-repeat 0 0;
}
div.nav-side-btm {
	width: 306px;
	overflow: hidden;
	background: url(/images/fade-side-btm.gif) no-repeat 0 100%;
	padding: 0 0 60px 0;
}
div.nav-side p.feature {
	width: 216px;
	padding: 10px 0 0 30px;
}
div.nav-side p.feature span {
	display: block;
	margin-top: 10px;
	text-align: center;
}
div.nav-side p.feature span a:link, div.nav-side p.feature span a:visited {
	text-decoration: none;
}
div.nav-side p.feature span a:hover {
	text-decoration: underline;
}

/* Blog Side */
div.blog-side {
	width: 306px;
	background: url(/images/fade-side-repeat.gif) repeat-y 0 0;
	overflow: hidden;
	color: #656565;
}
div.blog-side strong {
	color: #333;
}
div.blog-side-top {
	width: 306px;
	overflow: hidden;
	background: url(/images/fade-side-top.gif) no-repeat 0 0;
}
div.blog-side-btm {
	width: 306px;
	overflow: hidden;
	background: url(/images/fade-side-btm.gif) no-repeat 0 100%;
	padding: 16px 0 60px 0;
}
div.blog-side h3 {
	font-weight: normal;
	color: #0a3a6b;
	font-size: 131%;
	margin: 0 0 15px 0;
}
div.blog-side h3.section-title {
	padding: 10px 0;
	margin: 0;
}
div.blog-side ul {
	margin: 0;
	padding: 0;
}
div.blog-side ul li {
	color: #7b8b9b;
	list-style: none;
	padding: 10px 10px 10px 0;
}
div.blog-side a:link, div.blog-side a:visited {
	text-decoration: none;
}
div.blog-side a:hover {
	text-decoration: underline;
}
div.blog-side ul li a.active, div.blog-side ul li.current-cat a {
	font-weight: bold;
}
div.blog-side div.splash a:link, div.blog-side div.splash a:visited {
	text-decoration: underline;
}
div.blog-side div.splash a:hover {
	text-decoration: none;
}

/* Side Wrap */
div.side-wrap {
	padding: 0 34px;
}

/* Comments */
h3.comments-head {
	margin-bottom: 20px!important;
	padding: 15px 0 0 0!important;
}
div.comment {
	margin: 0 0 20px 0;
}
div.comment div.comment-author {
	margin: 0 10px 0 0;
	font-size: 77%;
	color: #496c93;
	float: left;
	display: inline;
}
div.comment div.comment-author p.comment-posted {
	padding: 15px 0 0 0;
	margin: 0;
}
div.comment div.comment-author div.pic {
/*	width: 78px;
	height: 70px;
	background: url(/images/avatar-bkg-blue.gif) no-repeat 0 0;
	text-align: center;
	padding: 7px 0 0 0;
*/
}
div.comment div.comment-text {
	background: url(/images/comment-blue-bkg.gif) repeat-y 0 0;
	width: 457px;
	font-size: 13px;
	color: #000;
	float: right;
	display: inline;
}
div.comment div.comment-text-top {
	width: 457px;
	overflow: hidden;
	background: url(/images/comment-blue-top.gif) no-repeat 0 0;
}
div.comment div.comment-text-btm {
	width: 402px;
	overflow: hidden;
	background: url(/images/comment-blue-btm.gif) no-repeat 0 100%;
	padding: 15px 15px 15px 40px;
}
div.comment div.comment-text p.commenter {
	color: #0a3a6b;
	font-weight: bold;
	font-size: 116%;
	margin: 0 0 10px 0;
}
div.comment div.comment-text p.commenter a:link, div.comment div.comment-text p.commenter a:visited {
	color: #4471a3;
	text-decoration: underline;
}
div.comment div.comment-text p.commenter a:hover {
	text-decoration: none;
}

/* Alt Comment */
div.bypostauthor div.comment-author div.pic {
	/*background: url(/images/avatar-bkg-green.gif) no-repeat 0 0;*/
}
div.bypostauthor div.comment-text {
	background: url(/images/comment-green-bkg.gif) repeat-y 0 0;
}
div.bypostauthor div.comment-text-top {
	background: url(/images/comment-green-top.gif) no-repeat 0 0;
}
div.bypostauthor div.comment-text-btm {
	background: url(/images/comment-green-btm.gif) no-repeat 0 100%;
}
div.bypostauthor div.comment-text p.commenter {
	color: #679006;
}
div.bypostauthor div.comment-text p.commenter a:link, div.bypostauthor div.comment-text p.commenter a:visited {
	color: #679006;
	text-decoration: underline;
}
div.bypostauthor div.comment-text p.commenter a:hover {
	text-decoration: none;
}

/* Offer */
p.offer, p.signup-offer {
	font-size: 138.5%;
	color: #bce0ff;
	margin: 0 0 0 5px;
	line-height: 64px;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}
p.signup-offer {
	text-align: left;
}

/* HR */
div.hr {
	margin-bottom: 40px;
/*	border-top: 1px solid #eaeaea;
	margin: 20px 0 20px 0;
*/
}
div.signup-error div.hr {
	border-color: red;
}

/* Retail */
div.retail {
	line-height: 1.5em;
}
div.retail h1 {
	padding: 25px 0 5px 0;
}
div.retail div.photo {
	float: left;
	display: inline;
}
div.retail div.description {
	float: left;
	display: inline;
	padding-left: 20px;
}
div.retail-info {
	margin-bottom: 20px;
}
div.retail-info div.description {
	width: 195px;
}
div.retail-info div.org {
	color: #0a3a6b;
	padding-top: 12px;
	font-weight: bold;
	font-size: 120%;
}
div.retail-info span.country-name {
	display: none;
}
div.retail-info div.adr {
	color: #656565;
}
div.retail-info p.location {
	font-size: 90%;
}
div.retail-feature {
	margin-top: 20px;
}
div.retail-feature div.description {
	width: 380px;
}
div.retail-feature div.description h3 {
	margin-top: 8px;
}
div.retail-feature div.description p {
	font-size: 90%;
}

/* Contact Form */
div.contact-form input.txt-full, div.contact-form textarea.txt-full {
	width: 500px;
	padding: 3px;
	font-size: 18px;
}
div.contact-form select.txt-full {
	font-size: 18px;
}
div.contact-form form label {
	margin-bottom: 5px;
	display: block;
	font-size: 110%;
}
div.contact-form em.error {
	display: block;
	padding: 5px 0 0 0;
	color: red;
	font-style: normal;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #656565;
}
div.main p {
	line-height: 155%;
	font-size: 110%;
	color: #656565;
}
div.main p strong {
	color: #0a3a6b;
}
div.main p.description strong {
	font-size: 115%;
}
div.main p.caption {
	font-size: 90%;
	color: #7b7b7b;
	padding: 15px 10px;
}
div.main p.social {
	font-size: 90%;
	color: #ccc;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 231%;
	color: #0a3a6b;
	margin: 0 0 15px 0;
	font-weight: normal;
}
div.main h2 {
	color: #0a3a6b;
	font-size: 197%;
	line-height: 1.2em;
	margin: 30px 0 15px 0;
	font-weight: normal;
}
div.signup-main h2 {
	margin-top: 0;
}
div.signup-main div.signup-error h2 {
	color: #eb3e37;
}
div.main h3 {
	color: #0a3a6b;
	font-weight: normal;
	font-size: 136%;
	margin: 20px 0 10px 0;
}
div.main h3 span {
	color: #4579bd;
	font-size: 80%;
}
/* @end */

/* @group Default Lists */
ul.staff {
	padding-top: 10px;
	margin: 0;
}
ul.staff li {
	margin-bottom: 40px;
	list-style-type: none;
	width: 560px;
}
ul.staff li div.photo {
	float: left;
	display: inline;
	width: 180px;
}
ul.staff li div.description {
	float: left;
	display: inline;
	padding-left: 20px;
	width: 360px;
}
ul.staff h3 {
	font-size: 173.9%;
	font-weight: normal;
	margin: 0 0 5px 0;
}
ul.staff h4 {
	font-weight: normal;
	color: #808080;
	margin-bottom: 15px;
}
ul.staff p.social span {
	padding: 0 5px;
}
ul.quotes {
	padding-top: 10px;
	margin: 0;
}
ul.quotes li {
	/*border-top: 1px solid #d9ebff;*/
	padding-top: 15px;
	margin-bottom: 20px;
	padding-left: 70px;
	list-style-type: none;
	background: url(/images/quote.gif) 0 25px no-repeat;
}
ul.quotes li h3 {
	font-size: 150%;
	font-weight: normal;
}
ul.quotes li blockquote {
	margin: 10px 0;
	color: #555;
	line-height: 1.8em;
}
ul.quotes li cite {
	color: #808080;
}
ul.basic-list, ol.basic-list {
	margin-top: 0;
}
ul.basic-list li, ol.basic-list li, address {
	line-height: 155%;
	font-size: 110%;
	color: #656565;
	margin-top: 10px;
}
ul.basic-list li strong, ol.basic-list li strong {
	color: #0a3a6b;
}
address {
	margin-bottom: 10px;
}
/* @end */

/* @group Nav */
div#nav {
	width: 632px;
	padding: 21px 0 0 0;
	float: left;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	margin: 0 2px 0 0;
	float: left;
	display: inline;
	position: relative;
	z-index: 1000;
}
div#nav ul li a {
	display: block;
	font-size: 131%;
	background: url(/images/nav-hover-right.gif) no-repeat 100% -40px;
	line-height: 40px;
}
div#nav ul li a span {
	display: block;
	background: url(/images/nav-hover-left.gif) no-repeat 0 -40px;
	line-height: 40px;
	padding: 0 9px 0 10px;
}
div#nav ul li#n-chat a {
	background: url(/images/nav-chat-icon.gif) no-repeat 100% 0;
}
div#nav a:link, div#nav a:visited {
	color: #bce0ff;
	text-decoration: none;
}
div#nav li#n-signup a {
	background: url(/images/signup-border.gif) no-repeat 50% 100%;
}
div#nav li#n-signup a:link, div#nav li#n-signup a:visited {
	color: #94ce0b;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: underline;
}
div#nav ul li a.active:link, div#nav ul li a.active:visited {
	text-decoration: none;
	background: url(/images/nav-hover-right.gif) no-repeat 100% 0;
	color: #fff;
	height: 40px;
	float: left;
}
div#nav ul li a.active:link span, div#nav ul li a.active:visited span {
	background: url(/images/nav-hover-left.gif) no-repeat 0 0;
	height: 40px;
	float: left;
}
#nav ul li div {
	top: 40px;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	z-index: 1000;
	width: 156px;
	padding-bottom: 4px;
	background: url(/images/bg-dropdown.png) no-repeat 100% 100%;
}
#nav ul li:hover div, #nav ul li.hover div {
	display: block;
}
#nav ul li div ul {
	background: url(/images/bg-dropdown.png) no-repeat;
	padding: 20px 0 0;
}
#nav ul li div ul li {
	list-style: none;
	margin: 0 6px 4px;
	float: none;
	display: block;
}
#nav ul li div ul li a {
	padding-left: 7px;
	line-height: 28px;
	height: 28px;
	font-size: 110%;
}
#nav ul li div ul li a span {
	display: block;
	line-height: 28px;
	height: 28px;
	padding: 0 9px 0 7px;
	cursor: pointer;
}
#nav ul li div ul li a:hover {
	background: url(/images/bg-dropdown.png) no-repeat 0 -404px;
	padding-left: 7px;
	line-height: 28px;
	text-decoration: none;
	color: white;
}
#nav ul li div ul li a:hover span {
	display: block;
	background: url(/images/bg-dropdown.png) no-repeat 100% 0;
	line-height: 28px;
	padding: 0 9px 0 7px;
}
#nav .search {
	float: right;
	width: 142px;
	height: 43px;
	background: url(/images/bg-search.png) no-repeat 100% 0;
}
#nav .search label { 
	display: none;
}
#nav .search #search-query {
	display: block;
	width: 126px;
	height: 33px;
	line-height: 33px;
	*line-height: 30px;
	padding: 5px 8px;
	border: 0;
	background: none;
	color: #666;
}
#nav .search #search-query:focus {
	outline: none;
}

/* Side Nav */
div.side ul.side-nav {
	margin: 0;
	padding: 0;
}
div.side ul.side-nav li {
	list-style: none;
	margin: 10px 0;
	padding: 0 0 0 30px;
}
div.side ul.side-nav li a {
	display: block;
	width: 217px;
	font-size: 21px;
	line-height: 40px;
	padding-left: 15px;
}
div.side ul.side-nav li a:link, div.side ul.side-nav li a:visited {
	text-decoration: none;
	color: #226eb6;
}
div.side ul.side-nav li a:hover {
	text-decoration: underline;
}
div.side ul.side-nav li a.active, div.side ul.side-nav li.current-cat a {
	background: url(/images/btn-side-bkg.jpg) no-repeat 0 0;
}
div.side ul.side-nav li a.active:link, div.side ul.side-nav li a.active:visited, div.side ul.side-nav li.current-cat a:link, div.side ul.side-nav li.current-cat a:visited {
	color: #fff;
}
div.side ul.side-nav li a.active:hover, div.side ul.side-nav li.current-cat a:hover {
	text-decoration: none;
}
/* @end */

/* @group Forms */
div.signup-box-top {
	width: 632px;
	height: 13px;
	background: url(/images/form-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.signup-box-top.signup-error {
	background-image: url(/images/form-top-error.gif);
}
div.signup-box {
	width: 572px;
	overflow: hidden;
	background: url(/images/form-bkg.gif) repeat-y 0 0;
	padding: 10px 30px;
	color: #000;
}
div.signup-box.signup-error {
	background-image: url(/images/form-bkg-error.gif);
}
div.signup-error p {
	color: #333;
}
div.signup-error p strong {
	color: red;
}
div.signup-box-btm {
	width: 632px;
	height: 13px;
	background: url(/images/form-btm.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 0 0 30px 0;
}
div.signup-box-btm.signup-error {
	background-image: url(/images/form-btm-error.gif);
}
div.signup-box-last {
	margin-bottom: 0;
}
div.signup-box div.row {
	clear: both;
	padding: 0 0 10px 0;
}
div.signup-box div.row em.error {
	display: block;
	padding: 5px 0 0 150px;
	color: red;
	font-style: normal;
}
div.signup-box div.row label {
	display: block;
	width: 140px;
	text-align: right;
	padding: 6px 10px 0 0;
	float: left;
	display: inline;
	color: #0a3a6b;
}
div.signup-box div.row input.txt-full {
	width: 300px;
	padding: 3px;
	font-size: 18px;
}
div.signup-box div.row input.txt {
	width: 170px;
	padding: 3px;
	font-size: 18px;
}
div.signup-box div.row select.txt-full {
	font-size: 18px;
}
div.signup-box div.row input.large {
	font-weight: bold;
}
div.signup-box div.row input#account_card_code {
	width: 50px;
}
div.errorExplanation h2, div.errorExplanation p, div.errorExplanation li {
	color: red;
	margin-bottom: 0;
}
div.errorExplanation ul {
	margin-bottom: 25px;
}
div.formError {
	color: #eb3e37;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 110%;
	margin-bottom: 15px;
}
span.fieldWithErrors {
	display: inline!important;
}
span.fieldWithErrors input, span.fieldWithErrors select, span.fieldWithErrors textarea {
	border: 1px solid red;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #1163B5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

