@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
	background-image: url(images/temp2.png);
	background-repeat: repeat;
}

/*
html, body {
	height: 100%;
}
*/

#wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.global_container {
	background-color: #FFF;
	height: auto;
	width: 980px;
	margin-top: 0px; /* Set to 20px if you want shadow at the top side */
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	box-shadow: 0px 0px 20px black;
	clear: both;
	margin-right: auto;
	margin-bottom: -120px; /* equal to the size of container_bottom */
	margin-left: auto;
	min-height: 100%;
}

#container_top{
	height:auto;
	width:100%;
	padding:0;
	margin:0;
	font-size:12px;
	position:relative;
	left: 0px;
}

#container_help_question{
	font-size: 16px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-weight: bold;
}

#container_help_answer{
	font-size: 16px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.logo {
	left: 20px;
	top: 20px;
	z-index:-1;
}

#sm_logo {
	width: 270px;
	padding-left:10px;
	padding-top:10px;
}

#mss_pagetitle_wide{
	width:710px;
	overflow:hidden;
	float:left; 
	padding-right:20px;
	font-size:14px;
	padding-top:20px; 
	font-size:24px;}

#mss_container_contact_form{
	width:710px;
	overflow:hidden;
	float:left; 
	padding-right:20px;
	font-size:14px;
	padding-top:20px; 
	word-spacing:1px;
}

#regform_right{
	padding-right: 10px;
	padding-top: 10px;
}

.regform_left{
	padding-left: 10px;
	padding-top: 10px;
}

#container_home_imagearea{
	height: 380px;
	padding-left:10px;
	padding-right:10px;
}

#container_contact_imagearea{
	height: 260px;
}

#container_textarea{
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 30px;
	padding-bottom: 150px; /* height of container_bottom + 30px*/
}

#footer_wrapper{
	overflow: hidden;	
}

#container_bottom{
	background:url(images/footer_background.png);
	background-color: #FFF;
	height: 120px;
	width: 980px;
	margin-top: 0px; /* Set to 20px if you want shadow at the top side */
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	box-shadow: 0px 0px 20px black;
	clear: both;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#footer_content{
	color:#FFF;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
}

ul.header_menu {
	text-align: right;
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	font-weight:bold;
}

ul.header_menu a{
	display:inline;
}

ul.header_menu a:link,
ul.header_menu a:visited {
	color: #000000; 
	text-decoration: none;
}

ul.header_menu a:hover {
	color: #ffffff; 
	text-decoration: none;
}

ul.header_menu a:active {
	color: #ffffff; 
	text-decoration: none;
}

ul.header_menu li {
	list-style-type: none;
	float:right;
	line-height: 1.3em; 
	vertical-align: middle; 
	zoom: 1;
	padding: 10px 7px 0px 0px;
	color: #000000;
}

ul.header_menu li:hover {
	color: #039;
}

ul.header_menu li:hover >a{
	color: #039;
}

.header_menu_sub {
	text-align: center;
	border-left:1px solid #ffffff;
}

.header_menu_sub_last {
	text-align: center;
}

.clear {
	clear: both;	
}

/* login style */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

.login-popup {
    display: none;
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}

img.btn_close {
    //Position the close button
	float: right;
    margin: -28px -28px 0 0;
}

fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
}

form.signin .textbox span {
    display: block;
}

form.signin p, form.signin span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

form.signin .textbox input {
    background: #666666;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 6px 6px 4px;
    width: 200px;
}

form.signin input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.signin input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

.button {
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background: -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color: #000;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 6px 4px;
    margin-top: 10px;
    font: 12px;
    width: 214px;
}

.button:hover {
    background: #ddd;
}

#footer_content A:link {color:#FFFFFF}

#footer_content A:visited { color:#F00}

#footer_content A:active {color:#FFFFFF}

#footer_content A:hover {color:#FFFFFF}