/* GENERAL */
body{
    background: #000 url(../img/page_background.jpg) top left no-repeat;
    margin: 0;
    padding: 0;
}
a img{
    border: 0;
}
body, td, div, input, textarea, button{
    color: #FFF;
    font-family: "Lucida Grande", "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 22px;
}
td, div, input, textarea{
    text-align: left;
}
.editor{
    background: #000;
    margin: 0 17px;
}


/* HEADER */
#header{
    background-color: rgba(34,34,34,0.9);
    ?background-color: rgb(34, 34, 34);
    height: 60px;
    width: 100%;
}
#header img{
    float: left;
    margin: 0 15px 0 150px;
}
#header ul, #header li, #header li a{
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#header li, #header li a{
    height: 60px;
}
#header li a{
    color: #FFF;
    display: block;
    font-family: "Lucida Grande", "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
    font-size: 13.5px;
    height: 42px;
    margin: 0;
    padding: 18px 20px 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
#header li a:hover{
    background: #FFF;
    color: #333;
    text-decoration: none;
}


/* CONTENT */
#content{
    display: none;
    padding: 55px 0 50px 150px;
    width: 600px;
}


/* FLOATS */
.clear{ clear: both; display: block; }
.left{ float: left; }
.right{ float: right; }


/* BLOCKS */
.block{ display: block; }
.inline{ display: inline; }


/* ALIGNS */
.text_left{ text-align: left; }
.text_right{ text-align: right; }
.text_center{ text-align: center; }


/* LINKS */
a{ color: #FFF; }
a:hover{ color: #FF0000; }


/* HEADERS */
h1{
    color: #FFF;
    font-size: 55px;
    font-weight: normal;
    line-height: 38px;
    letter-spacing: -1px;
    margin: 36px 0;
    padding: 0;
}
h2{
    color: #FFF;
    font-size: 34px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: -1px;
    margin: 28px 0;
    padding: 0;
}
h3{
    font-size: 22px;
    font-weight: normal;
    margin: 22px 0;
    padding: 0;
}
h4{
    color: #8EB9CF;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
}


/* OTHERS */
.red{ color: red; }


/* LINES */
hr{
    border: 0;
    border-bottom: 1px solid #333;
    clear: both;
    height: 0;
    margin: 15px 0;
    ?margin: 0;
    padding: 0;
}


/* FORMS */
form{
    border: 0;
    margin: 0;
    padding: 0;
}


/* INFO, ERRORS */
#error, #info{
    background: #222;
    border-left: 50px solid red;
    color: #FFF;
    font-size: 15px;
    margin: 35px 0 60px 0;
    padding: 14px 20px 16px 20px;
}
/*#error{ border-color: red; }
#info{ border-color: #88BF00; }*/


/* GALLERY */
.gallery{
    padding: 5px 0 0 0;
}
.gallery hr{
    margin: 0;
}
.gallery .gallery_item{
    background-color: #1C1C1C;
    margin: 20px 0 50px 0;
}
.gallery .gallery_item:hover{
    background-color: #FF0000;
}
.gallery div.picture, .gallery div.picture span{
    display: block;
    height: 170px;
    width: 280px;
}
.gallery div.picture{
    background-position: top center;
    background-repeat: no-repeat;
}
.gallery div.picture span{
    background-color: rgba(0, 0, 0, 0.85);
    height: 120px;
    opacity: 0;
    ?filter: alpha(opacity=0);
    padding-top: 50px;
    text-align: center;
}
.gallery div.picture span img{
    display: block;
    margin-bottom: 5px;
    margin-left: 55px;
}


/* AWARDS */
.awards{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #FFF;
    border-collapse: separate;
    border-spacing: 35px;
    float: right;
    width: 80%;
}
.awards td{
    text-align: center;
    padding: 0;
}
.awards td img{ margin: auto; }


/* CONTACT FORM */
#contact input, #contact textarea{
    background: #000;
    border: 1px solid #FFF;
    color: #FFF;
    width: 100%;
    ?width: 98%;
}
button{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #FFF;
    border: 0;
    color: #333;
    padding: 4px 10px 6px 10px;
    ?padding: 2px 10px 1px 10px;
    text-align: center;
}


/* WIDTHS */
.widthHalf{ width: 50%; }
.widthOne{ width: 1%; }
.width99{ width: 99%; }
.widthFull{ width: 100%; }
.widthAuto{ width: auto; }


/* PROPORTIES */
.nobr{ white-space: nowrap; }


/* CMS LINK */
a#cms{
	background: url('../img/login_corner.png') no-repeat;
	display: block;
	height: 70px;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	top: 0;
	width: 96px;
}
a#cms:hover{ background-position: 0 -70px; }


/* COLS */
.cols_1{
    float: left;
    padding: 0 20px 0 5px;
    width: 575px;
}

.cols_2{
    float: left;
    padding: 0 20px 0 5px;
    width: 275px;
}


/* NEWS */
.body_of_news table{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 40px 0;
}
.body_of_news table td{ vertical-align: top; }
.body_of_news h2{
    background: red;
    color: #FFF;
    float: left;
    font-size: 20px;
    line-height: 30px;
    margin: 0 20px 0 0;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.body_of_news h3{
    margin-top: 0;
}


/* HOME HEADER */
.body_of_home h1{
    font-size: 48px;
    white-space: nowrap;
}


/* FOOTER */
#footer{
    border-top: 1px solid #212121;
    color: #444;
    font-size: 11px;
    line-height: normal;
    margin-top: 100px;
    padding-top: 3px;
}