/* --- overall --- */
body {
	text-align: center;
}
body, div, p, u, ul, ol, li, input, textarea, form, select, td, th {
	font: 12px/20px Arial, Helvetica, sans-serif; 
	color: #3b3b3b;
}
a {
	color: #4b4b4b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.invert {
	text-decoration: none;
}
a.invert:hover {
	text-decoration: underline;
}
a.arrow {
	background: url(../interface/arrow.gif) center left no-repeat;
	padding-left: 15px;
}
a#getStartedBtn {
	display: block;
	background: url(../interface/btn-getstartednow.png) top left no-repeat;
	width: 125px;
	height: 29px;
	text-decoration: none;
	cursor: pointer;
}
a#backtoHome {
	display: block;
	background: url(../interface/btn-backtohome.png) top left no-repeat;
	width: 127px;
	height: 29px;
	text-decoration: none;
	cursor: pointer;
}
a#getStartedBtn:hover {
	background-position: top right;
}

a.getStartBtn {
	display: block;
	background: url(../interface/btn-getstarted.png) top left no-repeat;
	width: 105px;
	height: 29px;
	text-decoration: none;
	cursor: pointer;
}
a.getStartBtn:hover {
	background-position: top right;
}

.clear {
	clear: both;
}
p {
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 0;
}
h1 {
	font-size: 24px;
	color: #3b3b3b;
	margin: 0 0 20px 7px;
}
h2 {
	color: #5b5b5b;
	font-size: 24px;
	margin-bottom: 12px;
}
h3 {
	color: #3b3b3b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
h4 {
	color: #5b5b5b;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
h5 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 12px;
}
strong {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
div.hr {
	height: 1px;
	background: #dad7d7;
	margin: 3px 0;
}
div.hr_headFoot {
	height: 1px;
	background: #4b4b4b;
}
div.hr hr,
div.hr_headFoot hr {
	display: none;
}
.lighter {
	color: #5b5b5b;
}
.redText {
	color: #b63967 !important;
}
.noHPadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.noVPadding, .noVPadding td {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.noMargin {
	margin: 0 !important;
}
.noBorder {
	border: 0 !important;
}
.centered {
	text-align: center;
}
.bolded {
	font-weight: bold;
}
.larger {
	font-size: 14px !important;
}
.big {
	font-size: 16px !important;
}
.font_11 {
	font-size: 11px;
}
small, .small {
	font-size: 10px;
}
.inline {
	display: inline;
}
.hidden {
	visibility: hidden;
}
.contactbox {background: url(../interface/bullet-green.png) center left no-repeat; padding-left: 20px;}
.mailto {background: url(../interface/icon-mailto.png) center left no-repeat; padding-left: 20px;}
.mailtofms {background: url(../interface/icon-mailtofms.png) center left no-repeat; padding-left: 20px;}
.linktoPA {background: url(../interface/icon-linkto.png) center left no-repeat; padding-left: 20px;}
.skypetofms {background: url(../interface/icon-skypetofms.png) center left no-repeat; padding-left: 20px;}
.sheet {background: url(../interface/icon-sheet.png) center left no-repeat; padding-left: 20px;}
.sheetBig {background: url(../interface/icon-sheetbig.png) center left no-repeat; padding-left: 20px;}
.pdf {background: url(../interface/pdf-icon.gif) center left no-repeat; padding-left: 20px;}
.glass {background: url(../interface/icon-glass.png) center left no-repeat; padding-left: 20px;}
.plus {background: url(../interface/icon-plus.png) top left no-repeat; padding-left: 20px; height:30px; overflow:visible;}

ul.bulleted {
	margin-bottom: 10px !important;
}
ul.bulleted li {
	background: url(../interface/bullet-green.png) 0 7px no-repeat !important; 
	padding: 0 0 0 20px !important;
	border: 0 !important;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
#welcomeText, .welcomeText {
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 20px 20px 20px;
}

/* --- layout --- */
#mainContent {
	min-height:543px;
	height:auto !important;
	height:600px;
	margin: 30px auto 25px auto;
}
#PDFcontent {
	min-height:600px;
	height:auto !important;
	height:753px;
	margin: 12px auto 12px auto;
}
.content {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}
#leftColumnPromos {
	margin-top:1px;
	width:220px;
	height:546px;
	overflow:hidden;
}

/* --- header elements --- */
#header {
	height: 112px; 
	background-color: #3b3b3b;
}
#headerTop {
	height: 71px;
}
#headerBottom {
	height: 41px;
	background: url(../interface/primarynav-gradient.gif) top left repeat-x; 
}
#logo {
	float: left;
	margin: 18px 0 0 5px;
}

/* --- footer elements --- */
#footer {
	background-color: #3b3b3b;
}
#footer * {
	color: #aaa;
}
#breadcrumbsAndLinks {
	height: 32px;
}
ul#breadcrumbs {
	float: left;
	height: 32px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
ul#breadcrumbs li {
	float: left;
	font-weight: bold;
	font-size: 11px;
	line-height: 32px;
	padding: 0 12px 0 20px;
	background: url(../interface/breadcrumb-divider.gif) center left no-repeat;
}
ul#breadcrumbs li.first {
	padding-left: 0;
	background: none;
}
ul#breadcrumbs li a {
	text-decoration: none;
}
ul#breadcrumbs li a:hover {
	text-decoration: underline;
}

#offersBox {
	padding: 10px 0;
	height: 68px;
}
ul#offers {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}
ul#offers li {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.3em;
}
ul#offers li.first {
	padding-right: 15px;
	width: 290px;
	border-right: 1px solid #4b4b4b;
}
ul#offers li.second {
	width: 290px;
	padding-left: 14px;
	padding-right: 15px;
	border-right: 1px solid #4b4b4b;
}
ul#offers li.third {
	padding-left: 14px;
	width: 290px;
}
ul#offers li a.offerName {
	color: #D9D2C8;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
	text-decoration: none;
}
ul#offers li a.offerName:hover {
	text-decoration: underline;
}

div#footerQuickLinksBox {
	padding-top: 16px;
	height: 216px;
}
ul#footerQuickLinks {
	margin: 0 0 0 10px;
	padding:0;
	list-style: none;
}
ul#footerQuickLinks li {
	float: left;
	width: 160px;
}

ul#footerQuickLinks li.last {
	float: left;
	width: auto;
}

ul#footerQuickLinks ul.linksSection {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
ul#footerQuickLinks ul.linksSection li {
	width: 100%;
	float: none;
	font-size: 11px;
	line-height: 1.45em;
	color: #7b7b7b;
	text-decoration: none;
}
ul#footerQuickLinks ul.linksSection li a {
	color: #7b7b7b;
	text-decoration: none;
}
ul#footerQuickLinks ul.linksSection li a:hover {
	text-decoration: underline;
}
ul#footerQuickLinks ul.linksSection li.sectionTitle {
	font-weight: bold;
}
ul#footerQuickLinks ul.linksSection li a.sectionTitle {
	font-weight: bold;
}
div#footerLinksBox {
	padding-top: 5px;
	height: 35px;
}
ul#copyright {
	margin: 0 10px;
	padding:0;
	list-style: none;
}
ul#copyright li {
	float: left;
	margin-right: 15px;
	font-size: 11px;
	color: #7b7b7b;
}
ul#copyright li a {
	color: #7b7b7b;
	text-decoration: none;
}
ul#copyright li a:hover {
	text-decoration: underline;
}

/* --- search box --- */
div#searchWindow {
	float: right !important; 
	margin-top: 5px;
}
div#searchWindow .searchField {
	width: 186px !important;
	height: 16px;
	line-height: 100%;
	font-size: 14px;
	color: #5b5b5b;
	border: 1px solid #333333;
	padding: 4px;
	margin-right: 5px;
	margin-bottom:0px;
}
div#searchWindow .searchBtn {
	vertical-align: bottom;
}

/* --- main menu --- */
ul#mainMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: -1px;
}
ul#mainMenu li {
	float: left;
	margin-right: 20px;
}
ul#mainMenu li a:hover, ul#mainMenu li a.active {
	background: url(../interface/stripe-blue.gif) top left repeat-x;
	color: #fff;
}
ul#mainMenu li a {
	padding: 1px 5px 0 5px;
	display: block;
	line-height: 40px;
	color: #aaa;
	font-size: 14px;
	text-decoration: none;
}

/* --- quick top links --- */
ul#quickTopLinks {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin: 29px 5px 0 0;
}
ul#quickTopLinks li {
	float: left;
	margin-left: 12px;
}
ul#quickTopLinks li a {
	color: #aaa;
	font-size: 11px;
	padding-left: 15px;
	text-decoration: none;
}
ul#quickTopLinks li a:hover {
	color: #fff;
}
ul#quickTopLinks li a.signIn {background: url(../interface/icon-skypeto.gif) center left no-repeat;}
ul#quickTopLinks li a.blog {background: url(../interface/icon-blog.gif) center left no-repeat;}
ul#quickTopLinks li a.support {background: url(../interface/icon-support.gif) center left no-repeat;}
ul#quickTopLinks li a.contact {background: url(../interface/icon-contact.gif) center left no-repeat;}
ul#quickTopLinks li a.signIn:hover {background-image: url(../interface/icon-skypeto-over.gif);}
ul#quickTopLinks li a.blog:hover {background-image: url(../interface/icon-blog-over.gif);}
ul#quickTopLinks li a.support:hover {background-image: url(../interface/icon-support-over.gif);}
ul#quickTopLinks li a.contact:hover {background-image: url(../interface/icon-contact-over.gif);}

/* --- next steps --- */
.nextSteps {
	background: #E3DED4 url(../interface/stripe-black.gif) top left repeat-x;
	border-bottom: 1px solid #603F1F;
	padding: 10px;
	margin-bottom:20px;
}
.nextSteps .head {
	color: #3b3b3b;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.nextSteps .body {
	padding-bottom: 10px;
}
.nextSteps .foot {
	border-top: 1px solid #603F1F;
	padding-top: 10px;
}
.nextSteps .launchToday {
	padding-left: 41px;
	font-weight: bold;
	color: #3b3b3b;
	background: url(../interface/icon-phone.png) 0 3px no-repeat;
}
.nextSteps .launchToday address {
	color: #7b7b7b;
	font-size: 14px;
	font-weight: bold;
}
ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.links li {
	padding-bottom: 3px;
}

ul#langSelDropdown {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#langSelDropdown li {
	float: none;
	color: white;
	margin: 0;
	padding: 0;
}
ul#langSelDropdown li a {
	float: none;
	color: white;
	margin: 0;
	padding: 0;
}
#langSelItem {
	width: 72px;
	height: 18px;
	border: 1px solid #5b5b5b;
	color: #aaa;
	font-size: 11px;
	padding-left: 6px;
	background: url(../interface/lang-bg.gif) top left repeat-x;
}
#langSel {
	margin: 0;
	padding: 0;
}
#langSel:hover #langSelItem,
#langSel.sfhover #langSelItem {
	background-image: url(../interface/lang-bg-over.gif);
	border-color: white;
	color: white;
	cursor: pointer;
}

ul#langSelDropdown {
	position: absolute;
	display: none;
	background-image: url(../interface/lang-bg-dd.png);
	width: 80px;
}
ul#langSelDropdown li {
	width: 80px;
}

#langSel:hover ul#langSelDropdown,
#langSel.sfhover ul#langSelDropdown {
	display: block;
}
ul#langSelDropdown li a {
	display: block;
	padding-left: 7px;
	width: 73px;
}
ul#langSelDropdown li a:hover {
	display: block;
	padding-left: 7px;
	color: #3b3b3b;
	background-color: white;
}
li#langSelOption a,
li#langSelOption a:hover {
	background-color: #d5d5d5;
}
#quickTopLinks {
	margin-right: 0 !important;
}