* {
margin: 0;
padding: 0;
}

html {
height: 100%;
background-color: #e4e4e4;
}

body {
height: 100%;
margin: 0px;
padding: 0px;
font-family: Arial,"Lucida Grande CE",lucida,sans-serif;
font-size: 12px;
line-height: 1.1;
color: #666666;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}

.clearfix {
display: block
}

a {
color: #31aee2;
text-decoration: underline;
outline-style: none;
}

a:hover {
color: #333333 ;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS","Geneva CE",lucida,sans-serif;
}

h1 {
font-size: 22px;
}

h2 {
font-size: 16px;
}

div, table, table tr td {
padding: 0;
margin: 0;
}

img {
border: none;
}

.float-left {
float: left;
}

.indent {
padding-left: 10px;
}

.flash-message {
width: 928px;
margin: 0 auto 0 auto;
padding: 15px;
font-size: 14px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 0 3px #666;
}

.flash-message.error {
background: #FED9D9;
color: #C64747;
border: 2px solid #ffffff;
}

.flash-message.success {
background: #D4FFB5;
color: #5D9237;
border: 2px solid #ffffff;
}

#container {
height: 100%;
}

#content {
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -50px;
background: url(/css/system_img/body_bg.png) repeat-x scroll 0 0;
}

#header {
min-width: 960px;
height: 93px;
overflow: hidden;
}

.header-content {
width: 960px;
margin: 0 auto;
}

.header-logo {
float: left;
height: 93px;
padding: 0px;
margin-left: 10px;
}

.header-logo a {
display: block;
width: 310px;
height: 93px;
background: url(/css/system_img/header_logo.png) no-repeat scroll 0 0;
text-decoration: none;
margin-left: -26px;
}

#main {
width: 960px;
margin: 0 auto;
padding: 20px 0px 70px 0px;
}

.page-header {
padding-bottom: 10px;
border-bottom: 1px solid #c6c6c6;
color: #383838;
}

.page-content {
padding-top: 10px;
border-top: 1px solid #f7f7f7;
}

.system-message {
font-size: 16px;
line-height: 1.5;
color: #666666;
}

select,
input[type="text"],
input[type="password"],
textarea {
background: #f9f9f8;
border: 1px solid #dddddc;
padding: 4px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #4d4d4d;
font-family: Arial;
font-size: 12px;
}

.label.invalid,
.invalid select,
.invalid input[type="text"],
.invalid input[type="password"],
.invalid textarea {
color: #FF2B2B;
}

input[type="text"],
textarea {
width: 300px;
}

.separator {
height: 10px;
font-size: 1px;
}

.content-separator {
height: 1px;
border-bottom: 1px dotted #d3d3d3;
margin: 10px 0px;
}

.contact-form .label {
padding: 0 0 3px 0;
}

.contact-form input[type="text"],
.contact-form textarea {
width: 500px;
}

.contact-form textarea {
height: 150px;
}

.contact-form .separator {
height: 15px;
}

.contact-form .submit-button {
width: 510px;
text-align: right;
}

.contact-form .content-separator {
border-color: #999999;
}

input[type="submit"],
button {
font-family: Arial;
color: #FFFFFF;
padding: 4px 8px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: url(/css/system_img/buttons.png) repeat-x scroll 0 0;
border: 0 none;
cursor: pointer;
font-size: 12px;
font-weight: bold;
}

input[type="submit"]:hover,
button:hover {
opacity: .8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}

#footer {
min-width: 960px;
background: url(/css/system_img/footer_bg.png) repeat-x scroll 0 0px #383c43;
}

.footer-content {
width: 960px;
height: 20px;
margin: 0 auto;
line-height: 20px;
padding: 15px 0px;
color: #858585;
text-align: center;
}

.footer-content a {
background: url(/css/system_img/bwd.png) no-repeat scroll 0 center transparent;
color: #666;
display: inline-block;
margin-left: 6px;
padding-left: 20px;
font-weight: bold;
text-decoration: none;
}

.footer-content a:hover {
text-decoration: underline;
}
