@charset "UTF-8";

@import url(/css/core/base.css);
@import url(/css/screen/basemod.css);
@import url(/css/screen/content.css);


/* ------------------------------------------------------------------------------------------------- */

/* Main Containers */

body {
    background: #fff url(../../images/bg.png) top center no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

td {
    padding: 5px;
    vertical-align: top;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.myPlayer {
	display:block;
	width: 425px;
	height: 300px;
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}
a.myPlayer:hover { border:1px solid #000; }

.first {
    border: none !important;
    background: none !important;
    margin: 0px !important;
}

.transp {
    height: 10px;
}

.clear {
    clear: both;
    height: 1px;
}

/* end of common classes */

/* End of Main Containers */

/* Header */

#header .logo {
    float: left;
    margin: 20px 0 0 15px;
    display: inline;
}

#header .logo h1 {
    float: left;
}

#header .logo h1 a {
    display: block;
    width: 71px;
    height: 66px;
    text-indent: -9999px;
    background: url(../../images/logo.jpg) no-repeat;
}

#header .logo ul {
    float: left;
    margin: 15px 0 0 10px;
    height: 100%;
}

#header .main_nav {
    float: right;
    height: 110px;
    width: 50%
}

#header .main_nav ul {
    margin-right: 15px;
    float: right;
    display: inline;
}

#header .main_nav ul li {
    float: right;
    display: inline;
    height: 110px;
    background: url(../../images/nav_li_bg.jpg) right center no-repeat;
}

#header .main_nav ul li a:hover {
    background: url(../../images/nav_li_hover.jpg) repeat-x;
}

#header .main_nav ul li a:hover li {
	padding: 0px;
}

#header .main_nav ul li a:hover span {
	color: #fff;
}

#header .main_nav ul li a {
    height: 99%;
    float: left;
	text-decoration: none;
	padding: 0px 10px;
}

#header .main_nav ul li a img,
 #header .main_nav ul li a span
 {
    margin-top: 52px;
	display: block;
	color: #5C5C5C;
	text-decoration: none;
	font: 9px Arial, Helvetica, sans-serif;
}

#header .lang {
    clear: left;
    width: 277px;
    height: 22px;
    float: left;
    margin: 30px 0 0 25px;
    display: inline;
}

#header .lang span, #header .lang ul, #header .lang ul li {
    float: left;
}

#header .lang span {
    font-size: 9px;
    margin-top: 3px;
    color: #707475;
}

#header .lang ul li {
    margin-left: 3px;
}

/* End of Header */

/* Content */

#content {
    line-height: 18px;
    color: #2F2F2F;
}

#content .slogan {
    height: 352px;
    background: url(../../images/macka.png) no-repeat;
    margin-top: -20px;
    margin-left: 1px;
}

#content .slogan h1 {
    color: #404040;
    font-size: 20px;
    font-weight: normal;
    float: left;
    clear: both;
    margin: 150px 0 0 15px;
    padding-bottom: 2px;
    width: 650px;
}

#content .center_index {
    background: #000;
    float: left;
    padding: 20px 0px 20px 10px;
    width: 890px;
}

#content .center_index h2 {
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    background: url(../../images/bullit1.gif) no-repeat;
    padding: 3px 0px 2px 30px;
}

#content .center_index ul li {
    font-size: 11px;
    color: #BFBFBF;
    float: left;
    width: 160px;
    margin-right: 12px;
}

#content .center_index ul li p {
    text-align: left;
    padding-top: 15px;
}

#content .container {
    background: #fff;
    float: left;
    width: 870px;
    padding: 0px 15px;
}

#content .text_menu {
    float: left;
    font-size: 13px;
    text-align: justify;
}

#content .text_menu a:link, a:hover, a:visited {
	text-decoration: none;
    color: #0000FF;
}

#content .text_menu a:hover {
	text-decoration: underline;
}

#content .text {
    width: 630px;
    float: left;
    font-size: 13px;
    text-align: justify;
}

#content .text p {
    text-align: justify;
}

#content .text h3 {
    font-size: 20px;
    color: #f05a00;
    font-weight: normal;
    margin: 35px 0 25px;
}

#content .text .small_h3 {
    font-size: 15px;
}

#content .text .close_h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

#content .text a, a:hover, a:visited {
    cursor:pointer;
	text-decoration: underline;
    color: #0000FF;
}

#content .text a:hover {
    cursor:pointer;
	text-decoration: none;
}

#content .login {
    float: right;
    width: 179px;
    height: 201px;
    background: url(../../images/login_bg.png) no-repeat;
    margin-top: 30px;
    padding: 15px 20px;
}

#content .login a, a:hover, a:visited {
    cursor:pointer;
	text-decoration: none;
    color: #000000;
}

#content .login a:hover {
	text-decoration: underline;
}

#content .high_login {
    position: relative;
    top: -80px;
    z-index: 100;
}

#content .login span {
    color: #fff;
    font-size: 20px;
}

#content .login .user_field, #content .login .pass_field {
    width: 175px;
    height: 22px;
    margin: 10px 0px;
}

#content .login .user_field {
    background: url(../../images/user.jpg) no-repeat;
}

#content .login .pass_field {
    background: url(../../images/pass.jpg) no-repeat;
}

#content .login input {
    border: none;
    background: none;
    padding: 3px 0px 0px 22px;
    height: 19px;
    width: 153px;
    font-weight: bold;
    font-size: 10px;
    color: #666463;
}

#content .login button {
    border: none;
    background: url(../../images/button.jpg) no-repeat;
    margin-left: 50px;
    height: 23px;
    width: 89px;
    padding-top: 2px;
}

#content .login button span {
    font-size: 10px;
    color: #666463;
}

#content .login strong, #content .login strong a {
    color: #fff;
    font-size: 12px;
}

#content .login strong {
    display: block;
}

#content .gray {
    display: block;
    margin: 25px 0px 10px;
    color: #7F7F7F;
    font-size: 13px;
}

#content .form_table {
    background: #FFFFFF;
    width: 650px;
    overflow: hidden;
}

#content .form_table table td, th {
    padding: 5px;
    background: #FFFFFF;
    text-align: right;
    vertical-align: top;
}

#content .form_table table td.special {
}

#content .form_table .orange {
    color: #ff6000;
    font-size: 13px;
    font-weight: bold;
}

#content .input_holder {
    width: 550px;
    height: 30px;
}

#content .input_holder input {
    padding: 2px;
    width: 545px;
    height: 18px;
}

#content .textarea_holder {
    width: 550px;
    height: 140px;
}

#content .textarea_holder textarea {
    padding: 2px;
    width: 545px;
    height: 130px;
    overflow: auto;
}

#content .form_table button {
    color: #000;
    width: 70px;
    height: 25px;
    font-weight: bold;
    float: right;
    font-size: 12px;
}

#content .innerList {
    float: left;
    padding: 10px;
    overflow: visible;
}

#content .innerList table td {
    text-align: left;
    color: #515151;
    font-size: 13px;
}

#content .innerList img {
    float: left;
    margin: 0px 15px 20px 0px;
}

#content ul.play {
    float: left;
    clear: both;
    width: 50px;
}

#content ul.play li a {
    background: url(../../images/play.gif) no-repeat;
    padding-left: 20px;
    color: #676767;
    font-weight: bold;
    padding-bottom: 4px;
    display: block;
}

#content a.request {
    text-align: center;
    width: 154px;
    height: 20px;
    background: url(../../images/button3.jpg) no-repeat;
    display: inline;
    text-decoration: none;
    float: right;
    margin-right: 75px;
    font-weight: bold;
    color: #363636;
    padding-top: 2px;
}

#content ul.services {
    float: left;
    margin: 0px 15px 50px 5px;
}

#content ul.services li {
    background: url(../../images/arrow.gif) no-repeat 0px 6px;
    padding-left: 15px;
    margin-bottom: 5px;
}

#content .inner_ie {
    width: 550px;
}

/* End of Content */

/* Footer */

#footer {
    clear: both;
    text-align: center;
    background: #fff url(../../images/footer_bg.jpg) left top repeat-x;
    height: 170px;
    padding-top: 6px;
    color: #fff;
}

#footer a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;

}

#footer a:hover {
    text-decoration: underline;
}

#footer p {
    margin-top: 15px;
    color: #707070;
    font-size: 11px;
}

/* End of Footer */
