/*General.css*/

* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header,
.content,
.footer {
    width: 100%;
    height: auto;
}

.wrapper {
    width: 990px !important;
    margin: 0 auto;
    position: relative;
}

body {
    background: #363535 url(../../images/other/bg.jpg) center top no-repeat;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

/*reset.css*/

/* css rest */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
main-menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main-menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*end reset*/

/* form */
input[type='text'], input[type='password']{
    float: left;
    -moz-box-shadow:    inset 0 0 10px #f9c5bb;
   -webkit-box-shadow: inset 0 0 10px #f9c5bb;
   box-shadow:         inset 0 0 10px #f9c5bb;
}
.code, .number{
    width: 39px;
    height: 32px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #ffffff;
    float: left;
}
.number{
    color: #ff0000;
    margin: 0 5px;
}
.code{
    color: #676767;
    font-size: 10px;
    text-transform: uppercase;
}
#login, #daftar{
    width: 103px;
    height: 32px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: linear-gradient(#e80b07, #be1f1a);
    text-transform: uppercase;
    float: left;
    -moz-box-shadow:    inset 0 0 10px #fe6d6d;
   -webkit-box-shadow: inset 0 0 10px #fe6d6d;
   box-shadow:         inset 0 0 10px #fe6d6d;
}
.btn-login{
	width: 103px;
    height: 32px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: linear-gradient(#e80b07, #be1f1a);
    text-transform: uppercase;
    float: left;
    -moz-box-shadow:    inset 0 0 10px #fe6d6d;
   -webkit-box-shadow: inset 0 0 10px #fe6d6d;
   box-shadow:         inset 0 0 10px #fe6d6d;
}
#daftar{
    margin-left: 5px;
    background:url(../../images/daftar.gif) center no-repeat;
}
/* form */

/* running text */
.msg{
    width: 550px; 
    margin-top: 10px;
}
.msg img{
    float: left;
    margin-top: 2px;
}
#runningText{
    width: 537px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
/* running text */

/* main-menu */
#main-menu{
    width: 100%;
    height: 30px;
    margin-top: 5px;
}
#main-menu li{
    float: left;
    width: 122px;
    height: 20px;
    text-align: center;
    margin-top: 3px;
    padding-top: 8px;
    cursor: pointer;
    z-index: 999;
}
#main-menu li a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
#main-menu li:hover{
    background: #ff0606;
    width: 122px;
    height: 34px;
}
/* main-menu */

.slideshow{
    margin-top: 20px;
    box-shadow: 5px 5px 10px 1px #000;
}

/* contact */
.contact p{
    text-align: center;
    margin-top: -33px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-left: 15px;
}
.contact div{
    float: left;
}
.contact div:nth-child(2){
    margin: 0 12px;
}
.contact div:nth-child(4){
    margin: 0 12px;
}
.contact{
    margin-top: 10px;
}
/* contact */

/* product */
.product{
    margin-top: 30px;
}
.product div{
    float: left;
}
.product p{
    text-align: center;
    margin-top: -90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    margin-left: 15px;
    text-transform: uppercase;
}
.product div:nth-child(2){
    margin: 0 -5px;
}
.product div:nth-child(4){
    margin: 0 -5px;
}
/* product */

/* welcome */
.welcome_text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 140px;
}
/* welcome */

/* copyright */
.copyright{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    float: right;
    margin-top: 62px;
}
/* copyright */