@CHARSET "UTF-8";

body { 
	background-image: url(../../images/kocaer/bodyback.gif);
	background-color: #000;
	color: #FFF;
}



#container { }

#top-blank {  height: 30px; }

#logo-header { height: 50px; }
#logo h1 { color: #FFF; }
#slogan h2 { color: gray; font-style: italic; text-align: right;}

#menu-container { background-color: #000; border-top: dotted 1px #666; height: 35px; padding: 3px 0 3px 0; }

#slidemenu { margin-left: 10px; margin-top: 5px; }

#billboard { background-color: #000; height: 300px; padding:0; }

#header-footer { height: 50px; border-bottom: solid 1px orange; background-color:#000; }

#content { margin-top: 10px; color: #666; }

#content h1 { background-color: orange; color:#FFF; padding:10px; }

#content h2 { background-color: gray; color:#FFF; padding:5px; }

#content h3 { background-color: black; color:gray; padding: 3px; }

#content a, #sidebar a, #footer a { color: #FFF; text-decoration: underline; }

#content a:hover, #sidebar a:hover, #footer a:hover { color: orange; text-decoration: none; }

#sidebar { margin-top: 10px; background-color: #333; color:#999; }

#sidebar h1,h2,h3 { color: white; }

#footer { border-top: solid 1px #666; padding-top:10px; height: 200px; background-color:black; color:#666; }

.content-container { padding: 10px; }



/* custom components */

.jqueryslidemenu
{
    background: transparent;
    
}

.jqueryslidemenu ul li a{
       background: transparent;
       border:0;
}

.jqueryslidemenu ul li a:hover{
    background-color: orange;
    color: black;
}

.jqueryslidemenu ul li ul li a, .jqueryslidemenu ul li ul li ul li a {
    background-color: orange; color: black;
}
