/* --- overall --- */
body {
	text-align: center;
	height:100%;
}
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;
}
.clear {
	clear: both;
}
p {
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 0;
}
p2 {
	margin-top: -10px;
	margin-bottom: 10px;
	padding-top: 0;
}
h1 {
	font-size: 14px;
	color: #3b3b3b;
	margin-bottom: 12px;
}
h2 {
	color: #5b5b5b;
	font-size: 24px;
	margin-bottom: 12px;
}
h3 {
	color: #5b5b5b;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
}
h4 {
	color: #5b5b5b;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 4px;
}
h5 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 12px;
}
h6 {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 400;
	color: #3b3b3b;
}
strong {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
#wrap {
	width:910px;
	margin:0 auto 20px auto;
	padding:10px 0 0 0;
}
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;
}
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;
}


/* --- layout --- */
#mainContent {
	min-height:594px;
	height:auto !important;
	height:600px;
	margin: 30px auto 25px 20px;
}
#PDFcontent {
	min-height:600px;
	height:auto !important;
	height:753px;
	margin: 10px auto 12px auto;
}
#indexContent {
	height:auto;
	margin: 20px auto 0 20px;
}
.content {
	text-align: left;
	width: 970px;
	margin: 0 auto;
}
.ccontent {
	text-align: center;
	width: 970px;
	margin: 0 auto;
}
#leftColumnPromos {
	margin-top:1px;
	width:220px;
	height:546px;
	overflow:hidden;
}
#leftColumnIndex {
	margin-top:51px;
	width:220px;
	height:546px;
	overflow:hidden;
}
#leftColumnSS {
	margin-top:10px;
	width:220px;
	height:546px;
	overflow:hidden;
}
#RightColumnIndex {
	margin-top:1px;
	width:280px;
	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 0;
}

/* --- 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;
}

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;
}

/* --- 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: 28px 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.skypeto {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.musicoff {background: url(../interface/icon-musicoff.png) center left no-repeat;}
ul#quickTopLinks li a.musicon {background: url(../interface/icon-musicon.png) center left no-repeat;}
ul#quickTopLinks li a.signIn {background: url(../interface/icon-signin.gif) center left no-repeat;}
ul#quickTopLinks li a.skypeto: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);}
ul#quickTopLinks li a.musicoff:hover {background-image: url(../interface/icon-musicoff-over.png);}
ul#quickTopLinks li a.musicon:hover {background-image: url(../interface/icon-musicon-over.png);}
ul#quickTopLinks li a.signIn:hover {background-image: url(../interface/icon-signin-over.gif);}

/* --- Lang Sel --- */
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: #fff;
}
li#langSelOption a,
li#langSelOption a:hover {
	background-color: #999999;
}
li#langSelGray a,
li#langSelGray a:hover {
	background-color: #666666;
}
li#langSelBack a,
li#langSelback a:hover {
	background-color: #000000;
}
li#linkSelPDF a,
li#langSelPDF a:hover {
	background-color: #CC0033;
}
li#linkSelFwd a,
li#langSelFwd a:hover {
	background-color: #7DAA13;
}
#quickTopLinks {
	margin-right: 0 !important;
}
/* --- search box --- */
div#searchWindow {
	float: right !important; 
	margin-top: 5px;
	}
.gecko div#searchWindow {
	float: right !important; 
	margin-top: 10px;
	}
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;
}