/* BlackMoto CSS @ Attis */

/* Regular settings ---------------------------------------------------------------- */
body {
        margin:0px 0px 30px 0px;
        background-color:#000;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        font-weight:bold;
        color:#fff;
}


* {        padding:0; margin:0; border: 0;}


a:link, a:active, a:visited{
  color: #F4D87A;
  text-decoration: none;
        }

a:hover{
  color: #f9c410;
  text-decoration: underline;
        }


/* img, div, class {         behavior: url(iepngfix.htc); } */

a:focus { outline:none; }
img { border: 0; }


/* Divs ------------------------------------------------------------------------------ */
#Container {
        width:1000px;
        height:auto;
        margin-left:auto;
        margin-right:auto;
}
#Address {
        width:1000px;
        height:15px;
        padding:5px;
        color:#939292;
        text-align:center;
}

#Address a{
        text-decoration: none;
        color: #FFFFFF;
}


#Logo {
        width:1000px;
        height:110px;
        background-image:url(../images/logo.jpg);
        background-position:center;
        background-repeat:no-repeat;
}
#Advertise {
        width:1000px;
        height:286px; /*286*/
        background-image:url(../images/advertise_bg.png);
        background-repeat:no-repeat;

}
#Slider {
        width: 1000px;
        height:440px;
        margin: auto;
        text-align: center;
        padding-bottom: 20px;
}
#Foot {
        width:1000px;
        /*height:200px;*/
}
/* Content ---------------------------------------------------------------------------- */
#Content {
        width:990px;
        height:auto;
        background-color:#242323;
        border:5px solid #141414;
        padding:5px;
}
#Left_Panel {
        float:left;
        width:236px;
        height:auto;
        margin-right:5px;
        background-color:#141414;
}
#Right_Panel {
        float:left;
        width:730px;
        height:auto;
}

.R_box {
        float:left;
        width:730px;
        height:auto;
}
/* Classes --------------------------------------------------------------------------- */

/* Line - works with IE6 */
div.hr {
        float:left;
        width:100%;
        height:1px;
        border: none;
        background-image: url(../images/line.jpg);
        background-repeat:no-repeat;
}
div.hr hr {
  display: none;
}

/* 3 boxes */
.Columns_Bg {
        float:left;
        width:230px;
        height:auto;
        margin:0px 10px 0px 0px;
}
.Col_Imgframe {
        float:left;
        
        
        border:3px solid #141414;
        margin:0px 0px 10px 0px;
}
.Col_Text {
        float:left;
        width:224px;
        height:auto;
        text-align:justify;
        margin:0px 0px 10px 0px;
}


/* List styles ----------------------------------------------------------------------- */

/* Fonts ----------------------------------------------------------------------------- */
.white {
        color:#fff;
}

h1{
        font-family:Arial;
        font-size:16px;
        font-weight:bold;
        color:#f9c410;
        margin-bottom:10px;
}
h2{
        font-family:Arial;
        font-size:14px;
        font-weight:bold;
        color:#f9c410;
        margin-bottom:10px;
        }
h3{
        /*border-bottom: 1px solid silver;*/
        margin-bottom: 5px;
        padding-bottom: 3px;
        text-align: left;
        color:#646464;
}
h4{
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
        color:#646464;
        margin-bottom:10px;
}
h5{
        font-family:Arial;
        font-size:12px;
        font-weight:normal;
        color:#646464;
        margin-bottom:10px;
}
h6{
        font-family:Arial;
        font-size:10px;
        font-weight:normal;
        color:#646464;
        margin-bottom:10px;
}

p {
        text-align:justify;
        margin:0px 0px 10px 0px;
}
/* Buttons -------------------------------------------------------------------------- */

/* Button main page */
a.btn:link, a.btn:visited, a.btn:active {
        float:left;
        width:58px;
        height:14px;
        padding:3px;
        background-color: #f9c410;
        text-decoration:none;
        color:#000;
        font-size:11px;
        text-align:left;
}
a.btn:hover {
        text-decoration:none;
        background-color: #FA400E;
}

/* Links ----------------------------------------------------------------------------- */
a.link1:link, a.link1:visited, a.link1:active {
        font-family:Arial, Helvetica, sans-serif;
        font-size:13px;
        font-weight:bold;
        text-decoration:none;
        color:#ad2323;

}
a.link1:hover {
        color:#ad2323;
}
/* IE BUGS --------------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
        height: 1%;
}
.IEBUGFIX {
        width:900px;
        height:15px;
        float:left;
        margin-right: -3px;
}
