﻿/* MAIN STYLES */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #9F9F9F;
	line-height: 18px;
	background-color: #000000;
	margin: 0;
}


/* FORMATTING */
#main{
	/*width: 1036px;
	height: 600px;*/
	width: 960px;
	margin:0 auto;
	padding: 0;
	background-color: #151515;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #3D3D3B;
}

#logo {
	float:left; 
	position:absolute; 
	display:inline; 
	margin: -6px 0 0 835px;
	z-index:99;
}

#main-home{
	width: 960px;
	margin:0 auto;
	padding: 0;
}

#infobar-container {height:31px;background-image:url(../media/info_bar/mst_info_bar_bg_container.jpg);background-repeat:repeat-x;}
#infobar {background-image:url(../media/info_bar/mst_info_bar_bg.jpg);background-repeat:no-repeat;width:934px;margin:0 auto;padding-top:5px;padding-right:26px;height:25px;font-size:12px;}
#langSelect {float:left;font-size:11px;color:#a0a0a0;padding-left:20px;padding-top:1px;}
#infobar-phone {float:right;margin-right:0px;min-width:160px;text-align:right;color:#bebebe;}
#infobar-help {float:right;margin-top:-5px;}

#header-container {
	width: 100%;
	height: 50px;
	background-color: #0F0F0E;
	border-bottom: 1px solid;
	border-color: #515150;
}

#header {
	width: 960px;
	margin:0 auto;
	padding-top: 10px;
}

.support-flyout-divider {
	border-right: 1px solid;
	border-color: #515150;
}

#content-header {
	border-bottom: 1px solid;
	border-color: #515151;
	margin-bottom:10px;
}

#footer-container {
	clear:both;
	background-image:url(../media/tmp_bg_footer.jpg);
	background-repeat:repeat-x;
	width:100%;
	background-color: #0F0F0E;
}

#footer {
	width: 960px;
	margin:0 auto;
	padding:40px 0 5px 0;
	font-size: 10px;
	line-height: 22px;
	color: #A0A0A0;
}

#footer a {
	font-size: 10px;
	color: #A0A0A0;
}

.footer-divider {
	width: 18px;
	border-left: 1px solid;
	border-color: #3C3E3A;
}

.footer-divider-left {
	width: 30px;
	border-left: 1px solid;
	border-color: #3C3E3A;
}

.footer-divider-right {
	width: 30px;
	border-right: 1px solid;
	border-color: #3C3E3A;
}

ul {
	padding: 0px;
	margin: 0 25px 0 28px;
	list-style-position: outside;
}

li {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image:url(../media/img_bullet.jpg);
	margin: 10px 0 10px 0;
}

#SEO{

}

/* FORMATTING - GENERAL */
#header,#header  a,#header a:link,#header  a:active,#header a:visited {color:#a0a0a0;font-size:12px;}
#header  a:hover,#header  a.selected {color:#fff;}

#langSelect,#langSelect  a,#langSelect a:link,#langSelect  a:active,#langSelect a:visited {color:#a0a0a0;font-size:11px;}
#langSelect  a:hover,#langSelect  a.selected {color:#fff;}
#divider {
	border-bottom: 1px solid;
	border-color: #515150;
	margin: 25px 0 25px 0;
	clear:both;
}

.divider {
	border-bottom: 1px solid;
	border-color: #515150;
	margin: 15px 0 15px 0;
	clear:both;
	height:1px;
}

.divider-dotted {
	border-bottom: 1px dotted;
	border-color: #414141;
	margin: 18px 0 18px 0;
}

#divider-home {
	border-bottom: 1px solid;
	border-color: #515150;
	height:23px;
	margin: 0;
}

.ar {
	text-align:right;
}

/* SIDE ICONS */

.side-icon {
	float: left;
	padding-right:7px; 
	margin-bottom:5px;
}

.floatl {
	float:left;
}

.floatr {
	float:right;
}

.clear {
	clear:both;
}

.lnk {
	cursor:pointer;
}

.pointer {
	cursor:pointer;
}	


/* Forms */

.label {
	font-weight:bold;
	padding-top:8px;
}
