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, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


.footer-ghost {
    height: 196px;
}

a {text-decoration: none; outline:none;}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'ubuntuRegular';
    overflow-y: scroll;
	line-height: 1;
    background: #f1f1f1 url('../images/bg.png') no-repeat top center;         
}

body,html {height: 100%;}

#MainMain {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -56px;
}

.bgr {
    height: 56px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.clearfix {
*zoom:1
}

.clearfix:before,.clearfix:after {
display:table;
line-height:0;
content: " "
}

.clearfix:after {
clear:both
}

.btn {
display:inline-block;
*display:inline;
padding:4px 12px;
margin-bottom:0;
*margin-left:.3em;
font-size:14px;
line-height:20px;
*line-height:20px;
color:#333;
text-align:center;
text-shadow:0 1px 1px rgba(255,255,255,.75);
vertical-align:middle;
cursor:pointer;
background-color:#f5f5f5;
*background-color:#e6e6e6;
background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
background-image:-o-linear-gradient(top,#fff,#e6e6e6);
background-image:linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat:repeat-x;
border:1px solid #bbb;
*border:0;
border-color:#e6e6e6 #e6e6e6 #bfbfbf;
border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
border-bottom-color:#a2a2a2;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ffffffff ',endColorstr= '#ffe6e6e6 ',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom:1;
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}

.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn [disabled ] {
color:#333;
background-color:#e6e6e6;
*background-color:#d9d9d9
}

.btn:active,.btn.active {
background-color:#ccc \9
}

.btn:first-child {
*margin-left:0
}

.btn:hover {
color:#333;
text-decoration:none;
background-color:#e6e6e6;
*background-color:#d9d9d9;
background-position:0 -15px;
-webkit-transition:background-position .1s linear;
-moz-transition:background-position .1s linear;
-o-transition:background-position .1s linear;
transition:background-position .1s linear
}

.btn:focus {
outline:0;
}

.btn.active,.btn:active {
background-color:#e6e6e6;
background-color:#d9d9d9 \9;
background-image:none;
outline:0;
-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.btn.disabled,.btn [disabled ] {
cursor:default;
background-color:#e6e6e6;
background-image:none;
opacity:.65;
filter:alpha(opacity=65);
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none
}

.btn-large {
padding:11px 19px;
font-size:17.5px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px
}

.btn-large [class^= "icon- " ],.btn-large [class*= "icon- " ] {
margin-top:2px
}

.btn-small {
padding:2px 10px;
font-size:11.9px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}

.btn-small [class^= "icon- " ],.btn-small [class*= "icon- " ] {
margin-top:0
}

.btn-mini {
padding:1px 6px;
font-size:10.5px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}

.btn-block {
display:block;
width:100%;
padding-right:0;
padding-left:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

.btn-block+.btn-block {
margin-top:5px
}

input [type= "submit " ].btn-block,input [type= "reset " ].btn-block,input [type= "button " ].btn-block {
width:100%
}

.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active {
color:rgba(255,255,255,.75)
}

.btn {
border-color:#c5c5c5;
border-color:rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25)
}

.btn-primary {
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,.25);
background-color:#006dcc;
*background-color:#04c;
background-image:-moz-linear-gradient(top,#08c,#04c);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
background-image:-webkit-linear-gradient(top,#08c,#04c);
background-image:-o-linear-gradient(top,#08c,#04c);
background-image:linear-gradient(to bottom,#08c,#04c);
background-repeat:repeat-x;
border-color:#04c #04c #002a80;
border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ff0088cc ',endColorstr= '#ff0044cc ',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary [disabled ] {
color:#fff;
background-color:#04c;
*background-color:#003bb3
}

.btn-primary:active,.btn-primary.active {
background-color:#039 \9
}

.btn-warning {
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,.25);
background-color:#faa732;
*background-color:#f89406;
background-image:-moz-linear-gradient(top,#fbb450,#f89406);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
background-image:-webkit-linear-gradient(top,#fbb450,#f89406);
background-image:-o-linear-gradient(top,#fbb450,#f89406);
background-image:linear-gradient(to bottom,#fbb450,#f89406);
background-repeat:repeat-x;
border-color:#f89406 #f89406 #ad6704;
border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr= '#fffbb450 ',endColorstr= '#fff89406 ',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning [disabled ] {
color:#fff;
background-color:#f89406;
*background-color:#df8505
}

.btn-warning:active,.btn-warning.active {
background-color:#c67605 \9
}

.btn-danger {
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,.25);
background-color:#da4f49;
*background-color:#bd362f;
background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);
background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);
background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);
background-repeat:repeat-x;
border-color:#bd362f #bd362f #802420;
border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ffee5f5b ',endColorstr= '#ffbd362f ',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger [disabled ] {
color:#fff;
background-color:#bd362f;
*background-color:#a9302a
}

.btn-danger:active,.btn-danger.active {
background-color:#942a25 \9
}

.btn-success {
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,.25);
background-color:#5bb75b;
*background-color:#51a351;
background-image:-moz-linear-gradient(top,#62c462,#51a351);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
background-image:-webkit-linear-gradient(top,#62c462,#51a351);
background-image:-o-linear-gradient(top,#62c462,#51a351);
background-image:linear-gradient(to bottom,#62c462,#51a351);
background-repeat:repeat-x;
border-color:#51a351 #51a351 #387038;
border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ff62c462 ',endColorstr= '#ff51a351 ',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success [disabled ] {
color:#fff;
background-color:#51a351;
*background-color:#499249
}

.btn-success:active,.btn-success.active {
background-color:#408140 \9
}

.btn-info {
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,.25);
background-color:#49afcd;
*background-color:#2f96b4;
background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);
background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);
background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);
background-repeat:repeat-x;
border-color:#2f96b4 #2f96b4 #1f6377;
border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ff5bc0de ',endColorstr= '#ff2f96b4 ',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info [disabled ] {
color:#fff;
background-color:#2f96b4;
*background-color:#2a85a0
}

.btn-info:active,.btn-info.active {
background-color:#24748c \9
}

.btn-inverse {
color:#fff;
text-shadow:0 -1px 0 rgba(0,0,0,.25);
background-color:#363636;
*background-color:#222;
background-image:-moz-linear-gradient(top,#444,#222);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
background-image:-webkit-linear-gradient(top,#444,#222);
background-image:-o-linear-gradient(top,#444,#222);
background-image:linear-gradient(to bottom,#444,#222);
background-repeat:repeat-x;
border-color:#222 #222 #000;
border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr= '#ff444444 ',endColorstr= '#ff222222 ',GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse [disabled ] {
color:#fff;
background-color:#222;
*background-color:#151515
}

.btn-inverse:active,.btn-inverse.active {
background-color:#080808 \9
}

button.btn,input [type= "submit " ].btn {
*padding-top:3px;
*padding-bottom:3px
}

button.btn::-moz-focus-inner,input [type= "submit " ].btn::-moz-focus-inner {
padding:0;
border:0
}

button.btn.btn-large,input [type= "submit " ].btn.btn-large {
*padding-top:7px;
*padding-bottom:7px
}

button.btn.btn-small,input [type= "submit " ].btn.btn-small {
*padding-top:3px;
*padding-bottom:3px
}

button.btn.btn-mini,input [type= "submit " ].btn.btn-mini {
*padding-top:1px;
*padding-bottom:1px
}

.btn-link,.btn-link:active,.btn-link [disabled ] {
background-color:transparent;
background-image:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none
}

.btn-link {
color:#08c;
cursor:pointer;
border-color:transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0
}

.btn-link:hover {
color:#005580;
text-decoration:underline;
background-color:transparent
}

.btn-link [disabled ]:hover {
color:#333;
text-decoration:none
}

.btn-group {
position:relative;
display:inline-block;
*display:inline;
*margin-left:.3em;
font-size:0;
white-space:nowrap;
vertical-align:middle;
*zoom:1
}

.btn-group:first-child {
*margin-left:0
}

.btn-group+.btn-group {
margin-left:5px
}

.btn-toolbar {
margin-top:10px;
margin-bottom:10px;
font-size:0
}

.btn-toolbar .btn+.btn,.btn-toolbar .btn-group+.btn,.btn-toolbar .btn+.btn-group {
margin-left:5px
}

.btn-group >.btn {
position:relative;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0
}

.btn-group >.btn+.btn {
margin-left:-1px
}

.btn-group >.btn,.btn-group >.dropdown-menu {
font-size:14px
}

.btn-group >.btn-mini {
font-size:11px
}

.btn-group >.btn-small {
font-size:12px
}

.btn-group >.btn-large {
font-size:16px
}

.btn-group >.btn:first-child {
margin-left:0;
-webkit-border-bottom-left-radius:4px;
border-bottom-left-radius:4px;
-webkit-border-top-left-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-topleft:4px
}

.btn-group >.btn:last-child,.btn-group >.dropdown-toggle {
-webkit-border-top-right-radius:4px;
border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
border-bottom-right-radius:4px;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px
}

.btn-group >.btn.large:first-child {
margin-left:0;
-webkit-border-bottom-left-radius:6px;
border-bottom-left-radius:6px;
-webkit-border-top-left-radius:6px;
border-top-left-radius:6px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-topleft:6px
}

.btn-group >.btn.large:last-child,.btn-group >.large.dropdown-toggle {
-webkit-border-top-right-radius:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
border-bottom-right-radius:6px;
-moz-border-radius-topright:6px;
-moz-border-radius-bottomright:6px
}

.btn-group >.btn:hover,.btn-group >.btn:focus,.btn-group >.btn:active,.btn-group >.btn.active {
z-index:2
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
outline:0
}

.btn-group >.btn+.dropdown-toggle {
*padding-top:5px;
padding-right:8px;
*padding-bottom:5px;
padding-left:8px;
-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
box-shadow:inset 1px 0 0 rgba(255,255,255,.125),inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}

.btn-group >.btn-mini+.dropdown-toggle {
*padding-top:2px;
padding-right:5px;
*padding-bottom:2px;
padding-left:5px
}

.btn-group >.btn-small+.dropdown-toggle {
*padding-top:5px;
*padding-bottom:4px
}

.btn-group >.btn-large+.dropdown-toggle {
*padding-top:7px;
padding-right:12px;
*padding-bottom:7px;
padding-left:12px
}

.btn-group.open .dropdown-toggle {
background-image:none;
-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.btn-group.open .btn.dropdown-toggle {
background-color:#e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
background-color:#04c
}

.btn-group.open .btn-warning.dropdown-toggle {
background-color:#f89406
}

.btn-group.open .btn-danger.dropdown-toggle {
background-color:#bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
background-color:#51a351
}

.btn-group.open .btn-info.dropdown-toggle {
background-color:#2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
background-color:#222
}

.btn .caret {
margin-top:8px;
margin-left:0
}

.btn-mini .caret,.btn-small .caret,.btn-large .caret {
margin-top:6px
}

.btn-large .caret {
border-top-width:5px;
border-right-width:5px;
border-left-width:5px
}

.dropup .btn-large .caret {
border-bottom-width:5px
}

.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret {
border-top-color:#fff;
border-bottom-color:#fff
}

.btn-group-vertical {
display:inline-block;
*display:inline;
*zoom:1
}

.btn-group-vertical .btn {
display:block;
float:none;
width:100%;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0
}

.btn-group-vertical .btn+.btn {
margin-top:-1px;
margin-left:0
}

.btn-group-vertical .btn:first-child {
-webkit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
border-radius:4px 4px 0 0
}

.btn-group-vertical .btn:last-child {
-webkit-border-radius:0 0 4px 4px;
-moz-border-radius:0 0 4px 4px;
border-radius:0 0 4px 4px
}

.btn-group-vertical .btn-large:first-child {
-webkit-border-radius:6px 6px 0 0;
-moz-border-radius:6px 6px 0 0;
border-radius:6px 6px 0 0
}

.btn-group-vertical .btn-large:last-child {
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
border-radius:0 0 6px 6px
}

@font-face {
    font-family: 'ubuntuRegular';
    src: url('../fonts/ubuntuRegular/ubuntuRegular.eot');
    src: url('../fonts/ubuntuRegular/ubuntuRegulard41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ubuntuRegular/ubuntuRegular.woff2') format('woff2'),
    url('../fonts/ubuntuRegular/ubuntuRegular.woff') format('woff'),
    url('../fonts/ubuntuRegular/ubuntuRegular.ttf') format('truetype'),
    url('../fonts/ubuntuRegular/ubuntuRegular.html#pf_beausans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntuLight';
    src: url('../fonts/ubuntuLight/ubuntuLight.eot');
    src: url('../fonts/ubuntuLight/ubuntuLightd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ubuntuLight/ubuntuLight.woff2') format('woff2'),
    url('../fonts/ubuntuLight/ubuntuLight.woff') format('woff'),
    url('../fonts/ubuntuLight/ubuntuLight.ttf') format('truetype'),
    url('../fonts/ubuntuLight/ubuntuLight.svg#pf_beausans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.iconKr {width: 26px; height:26px; background: url('../images/icons.png') no-repeat 0px 0px; display: block; float: left; margin:7px 10px 7px 0px;}
.iconCat {width: 34px; height:37px; background: url('../images/icons.png') no-repeat 0px -57px; display: block; float: left; margin:1px 10px 1px 0px;}
.iconNews {width: 34px; height:29px; background: url('../images/icons.png') no-repeat 0px -28px; display: block; float: left; margin:5px 10px 5px 0px;}
.iconTopHome {width: 13px; height:10px; background: url('../images/icons.png') no-repeat -38px -26px; display: block;}
.iconTopMail {width: 13px; height:10px; background: url('../images/icons.png') no-repeat -37px -37px; display: block;}
.iconTopNetwork {width: 13px; height:10px; background: url('../images/icons.png') no-repeat -37px -48px; display: block;}
.iconFacebook {width: 30px; height:30px; background: url('../images/icons.png') no-repeat 0px -129px; display: block;}
.iconFacebook:hover {background-position: 0px -159px; display: block;}
.iconTwitter {width: 30px; height:30px; background: url('../images/icons.png') no-repeat 0px -189px; display: block;}
.iconTwitter:hover {background-position: 0px -219px; display: block;}
.iconGoogle {width: 30px; height:30px; background: url('../images/icons.png') no-repeat 0px -249px; display: block;}
.iconGoogle:hover {background-position: 0px -279px; display: block;}
.iconPrint {width: 30px; height:30px; background: url('../images/icons.png') no-repeat 0px -309px; display: block;}
.iconPrint:hover {background-position: 0px -339px; display: block;}
.iconClock {width: 15px; height:19px; background: url('../images/icons.png') no-repeat -30px -111px; display: block;}

.iconList {width: 12px; height:12px; background: url('../images/icons.png') no-repeat -31px -127px; padding-right: 17px;}

.ortala {width: 1000px; margin: 0 auto;}

#botMenu {height: 65px; background: url('../images/shadow.png') repeat-x}
#botMenu .menuDiv {width: 1000px; margin: 0 auto;}
#botMenu .menu {z-index: 1; position: absolute; margin: -33px 10px 0 10px; height: 88px; background: #232222;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;-webkit-box-shadow: 8px 1px 25px -2px rgba(0, 0, 0, 0.50);
-moz-box-shadow: 8px 1px 25px -2px rgba(0, 0, 0, 0.50);
box-shadow: 8px 1px 25px -2px rgba(0, 0, 0, 0.50);}
#botMenu .menu ul {font-family: 'ubuntuLight'; font-size: 14px; background: url('../images/midMenuBg.png') repeat; height: 82px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden;}
#botMenu .menu ul li {float: left; background: url('../images/midMenuliSol.png') no-repeat left; height: 82px;}
#botMenu .menu ul li:first-child {background: none;}
#botMenu .menu ul li:hover {float: left; background: url('../images/midMenuBga.png'); height: 82px;}
#botMenu .menu ul li a {line-height: 20px; color: #fff; display: block; height: 60px; padding:11px 46px 11px 45px; background: url('../images/midMenuliSag.png') no-repeat right;}
#botMenu .menu ul li:last-child a {background: none;}

#botMenu .menu ul li a span {display: block; margin: 0 auto;  background: url('../images/mainIcons.png') no-repeat; height: 45px;}
#botMenu .menu ul li a span.iconTotem {background-position: 0px -43px; width: 45px;}
#botMenu .menu ul li a span.iconiTabela {background-position: 0px 1px; width: 40px;}
#botMenu .menu ul li a span.iconNeonYazi {background-position: 0px -231px; width: 45px;}
#botMenu .menu ul li a span.iconLedTabela {background-position: 0px -141px; width: 45px;}
#botMenu .menu ul li a span.iconKutuHarf {background-position: 0px -96px; width: 45px;}
#botMenu .menu ul li a span.iconAracGiydirme {background-position: 0px -189px; width: 53px;}

footer {height: 56px; background: #bb0303; line-height: 56px;}
footer .ortala {width: 1000px; margin: 0 auto}
footer .ortala .copyRight {float: left; font-size: 14px; color: #fff;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}
footer .ortala .tbLogo {float: right;}
footer .ortala .tbLogo a {display: block; width: 75px; height: 34px; background: url('../images/ftLogo.png') no-repeat; margin: 11px 0; transition: background-image 0.3s; -webkit-transition: background-image 0.3s; -moz-transition: background-image 0.3s;}
footer .ortala .tbLogo a:hover {background: url('../images/ftLogoH.png') no-repeat;}

header {height: 163px; background: url('../images/headBg.png') repeat-x; border-bottom: 1px solid #f4f4f4;}
header .ortala {width: 1000px; margin: 0 auto; height: 163px;}
header .ortala .tel {height: 30px; padding: 0 10px 24px 10px; display: inline; float: right; width: 194px;background: url('../images/topTelBg.png') no-repeat center bottom; line-height: 35px; }
header .ortala .tel .telIcon {float: left; background: url('../images/tel.png') no-repeat center; width: 22px; height: 17px; display: block; padding: 9px 0;}
header .ortala .tel .tell {line-height: 35px; float: left; margin-left: 10px; font-size: 18px;}
header .ortala .tel .tell b {font-size: 14px;}
header .ortala .menuSol {float: left; margin-top: 82px; padding-bottom: 24px; background: url('../images/topMenuBottom.png') no-repeat center bottom; width: 453px; height: 35px;z-index: 9999; position: relative;}
header .ortala .menuSol ul {margin-left: 45px;}
header .ortala .menuSol ul li {line-height: 35px; float: left;}
header .ortala .menuSol ul li a, header .ortala .menuSag ul li a {padding: 0 20px; color: #000;}
header .ortala .menuSag {margin-right: 45px;}
header .ortala .menuSag {float: right; text-align: right; margin-top: 23px; padding-bottom: 24px; background: url('../images/topMenuBottom.png') no-repeat center bottom; width: 453px; height: 35px;z-index: 9999; position: relative;}
header .ortala .menuSag ul li {line-height: 35px; float: right;}

header .ortala .Logo {float: left;}
header .ortala .Logo a {display: block; background: url('../images/menuLogo.png') no-repeat; width: 380px; height: 163px; margin-left: -140px; position: absolute; z-index: 1}

#mainKrVid {height: 430px; width: 990px; padding: 0 5px; margin: 0 auto;}
#mainKrVid .mainKrVidIc {width: 1087px; margin-left: -87px;}
#mainKrVid .mainKrVidIc .kurumsal {float: right; height: 420px; width: 515px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#mainKrVid .mainKrVidIc .kurumsal .krBaslik {-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; height: 40px; padding: 0 20px; background: #fff; line-height: 40px;}
#mainKrVid .mainKrVidIc .kurumsal .krBaslik a {color: #cc2030; display: block;}
#mainKrVid .mainKrVidIc .kurumsal .krAciklama {font-size: 14px; padding: 50px 25px 0 25px; line-height: 18px; background: url('../images/midBottom.png') no-repeat; height: 330px; overflow: hidden;}
#mainKrVid .mainKrVidIc .vidGaleri {float: left; width: 562px; height: 420px;}
#mainKrVid .mainKrVidIc .vidGaleri .gal {height: 420px; width: 562px;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video1 {width: 320px; height: 278px; margin-left: 30px; margin-top: 48px; position: absolute;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video1 img {width: 320px; height: 278px;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video1 a {position: absolute; z-index: 1; width: 320px; height: 278px;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video1 a span {color: #fff; font-size: 13px;position: absolute; bottom: -43px; left: 184px; width: 85px; height: 31px; display: table;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video1 a span p, #mainKrVid .mainKrVidIc .vidGaleri .gal .video2 a span p, #mainKrVid .mainKrVidIc .vidGaleri .gal .video3 a span p {display: table-cell; vertical-align: middle; text-align: center;}

#mainKrVid .mainKrVidIc .vidGaleri .gal .video2 {width: 147px; height: 129px; margin-left: 352px; margin-top: 29px; position: absolute;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video2 img {width:147px; height:129px;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video2 a {position: absolute; z-index: 1; width: 147px; height: 129px;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video2 a span {color: #fff; font-size: 13px;position: absolute; bottom: -43px; left: 60px; width: 85px; height: 31px; display: table;}

#mainKrVid .mainKrVidIc .vidGaleri .gal .video3 {width: 183px; height: 160px; margin-left: 350px; margin-top: 218px; position: absolute;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video3 img {width: 183px; height: 160px;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video3 a {position: absolute; z-index: 1; width: 183px; height: 160px;}
#mainKrVid .mainKrVidIc .vidGaleri .gal .video3 a span {color: #fff; font-size: 13px;position: absolute; bottom: -42px; left: 75px; width: 85px; height: 31px; display: table;} 

#mainKrVid .mainKrVidIc .vidGaleri .mask {background: url('../images/vidBack.png') no-repeat; width: 562px; height: 420px; position: absolute; margin-top: -420px;}

#slayt {height: 538px;/* background: url('../images/slideBg.jpg') no-repeat center center;*/ position: relative;}
#slayt .fluid_container, #slayt .camera_fakehover {height: 538px;}
#slayt .sliderControls {width: 1000px; height: 538px; margin: 0 auto; position: relative; z-index: 1}
#slayt .sliderControls a {background: url('../images/bxnav2.png') no-repeat; width: 23px; height: 39px; display: block; position: absolute; top: 50%}
#slayt .sliderControls .leftArrow {left: -20px}
#slayt .sliderControls .rightArrow {background-position: -27px 0px; right: -20px}


#iletisim {width: 1000px; margin: 20px auto 0 auto;}
#iletisim .baslik, #kataloglar .baslik {height: 30px; color: #bb0303; line-height: 30px; margin-bottom: 10px; border-bottom: 1px solid #bb0303;}
#iletisim .contactInfo {float: left; width: 475px;}
#iletisim .contactInfo .bilgiler {font-size: 14px; line-height: 20px; margin-bottom: 10px; }
#iletisim .contactInfo .bilgiler b {font-weight: bold;}
#iletisim .contactForm {float: right; width: 475px;}
#iletisim .contactForm .formlar {float: left; margin-bottom: 5px; width: 100%;}
#iletisim .contactForm .formuyari label {width: 145px; font-size: 13px; line-height: 15px; margin: 0; display: inline-block;}
#iletisim .contactForm .formuyari .uyari {font-size: 11px;color: #b40000;}
#iletisim .contactForm .formlar .btnbrk {width: 100px; display: block}
#iletisim .contactForm .formlar label, .formlar input, .formlar textarea {float: left; border-radius: 4px;}
#iletisim .contactForm .formlar textarea {height: 85px;}
#iletisim .contactForm .formlar label {width: 145px; font-size: 13px; line-height: 24px; margin: 0;}
#iletisim .contactForm .formlar input[type="text"], .formlar textarea {width: 322px; padding: 3px; border: 1px solid #ddd; transition: all ease 0.8s; background: #fbfbfb; color: #959595; resize: none;}
#iletisim .contactForm .formlar input[type="submit"]{color:#fff; float: right;}
#iletisim .contactForm .formlar input[type="reset"]{margin:0 5px; float: right;}
#iletisim .contactForm .formlar input:focus, .formlar input:active, .formlar textarea:active, .formlar textarea:focus {background: #fff; border: 1px solid #a2bdcc; transition: all ease 0.8s; outline: 0;}

#detaysayfasi {margin: 20px auto 0 auto; width: 1000px;}
#detaysayfasi .Left {float: left; width: 275px;}
#detaysayfasi .Left ul li {line-height: 30px; font-size: 14px; padding-left: 5px; height: 29px; border-bottom: 1px dotted #222121;}
#detaysayfasi .Left ul li a {color: #000; display: block;}
#detaysayfasi .Left ul li a:hover {color: #bb0303;}
#detaysayfasi .Left ul li.aktif {height: 30px; border: none; background: url('../images/menuLi.png') no-repeat;}
#detaysayfasi .Left ul li.aktif a {display: block; color: #fff;}
#detaysayfasi .Left ul li:last-child {border: none;}
#detaysayfasi .Right {float: right; width: 695px;}
#detaysayfasi .Right .baslikDiv, #detaysayfasi .Left .baslikDiv {margin-bottom: 10px; height: 33px; background: #232222;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#detaysayfasi .Right .baslikDiv h1, #detaysayfasi .Left .baslikDiv h1 {line-height: 30px; color: #fff; font-family: 'ubuntuLight'; padding-left: 5px; font-size: 16px; background: url('../images/midMenuBg.png') repeat; height: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden;}
#detaysayfasi .Right abbr {line-height: 20px; font-size: 13px; color: #000;}
#detaysayfasi .Right abbr p {margin-bottom: 10px;}
#detaysayfasi .Right .dosyalar {position: relative; width: 705px;margin-bottom: 10px;}
#detaysayfasi .Right .dosyalar li {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;height: 140px; width: 215px; overflow: hidden; margin: 0 10px 10px 0; border: 5px solid white; -webkit-box-shadow: 1px 1px 5px #111; box-shadow: 1px 1px 5px #111; float: left;}
#detaysayfasi .Right .dosyalar li a {display: block;}
#detaysayfasi .Right .dosyalar li:hover {-webkit-filter: grayscale(100%);}
#detaysayfasi .Right .dosyalar li img {width: 215px; height: 140px;}
#detaysayfasi .Right .dosyalar li span {background: transparent; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; margin-top: -140px; width: 215px; height: 140px; display: none; color: #fff;}
#detaysayfasi .Right .dosyalar li span:hover {background: rgba(0,0,0,0.5);}
#detaysayfasi .Right .dosyalar li span p {display: table-cell; vertical-align: middle; text-align: center;}
#detaysayfasi .Right .dosyalar li span.aktif {display: table;}
#detaysayfasi .Right .dosyalar li a .playButton {background: url('../images/play.png') no-repeat center center; /*background-color: rgba(0,0,0,0.5);*/ height: 140px; width: 215px; position: absolute;}
#bodyMask {position: absolute; width: 100%; height: 100%; background: url('../images/inMask.png') no-repeat top center; z-index: 1;}