html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    background: #FFF;
    color: #444;
    font: normal 75% Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    line-height: 1.5;
}

h2 {
	padding: 20px 0;
	font-size: 120%;
}

#site-wrapper {
    margin: 0 auto;
    width: 920px;
}

#header {
    margin-top: 24px;
}

#top {
    margin-bottom: 32px;
}

#logo {
    padding: 20px 0 0 0;
	width: 100%;
	border-bottom: 1px solid #DDD;
}

#main-nav {
    padding-top: 52px;
    padding-left: 70px;
}

#footer {
    border-top: 1px solid #DDD;
    color: #888;
    padding: 16px 0 4px;
    font-size: 110%;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#footer-left {
    width: 459px;
}

#footer-right {
    width: 459px;
    text-align: right;
}

#footer-right li {
    margin: 0 0.8em;
    display: inline;
    list-style-type: none;
}

#footer-right li a {
	text-decoration: none;
	color: #777;
}

ul.bottom-tabbed {
    float: right;
}

.clearer {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.main {
    color: #888;
    font-size: 130%;
    font-weight: normal;
    height: auto;
    margin: 30px 0;
	float: left;
	width: 100%;
}

.left, .alignleft {
    float: left;
}

.right, .alignright {
    float: right;
}

.service {
	padding-left:  20px;
}

/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup {
    display: none;
    background: rgba(156, 156, 156, 0.71);;
    padding: 10px 25px;
    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: #464646;
    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: 280px;
}

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;
	margin-bottom: 10px;
    font: 12px;
    width: 294px;
}

.button:hover {
    background: #ddd;
}

a.close {
    color: #fff;
    float: right;
}

a.forgot {
    color: #fff;
    float: right;
}