/* 
    Document   : main
    Created on : Dec 24, 2009, 2:18:04 PM
    Author     : starburst
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



body
{
    background-color: #4f62a7;
    color: #000
}

#container {   border: solid 1px white; }


#billboard
{
   
    height:270px;
	background-image: url(../../images/kapak-resim.png);
	background-repeat: no-repeat;
	height: 270px;
	background-color: white;
}


#header
{
    background-color: #FFFFFF;
    background-image: url(../../images/header-bg.png);
    background-repeat: no-repeat;
    background-position:top-bottom;
    color: #000;
    height: 142px;
 

}

#linkzone
{
	background-color: #3266cc;
    height: 30px;
    color: #E6E6E6;
    margin:0;   
    font-size:110%;
    font-weight: bold;
}

#linkzone a { color: white; text-decoration:none; }
#linkzone a:hover { color: #99FFCC;  }


#linkzone img { margin-top: 2px }
/*
#buton iptal
{
    background-color: #4f62a7;
    background-image: url(../../images/buton-bg.png);
    background-repeat:repeat-x;
    background-position:bottom;
    color: #FFF;
    height: 40px;

}
*/
#slidemenu
{
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    background-color: #3266cc;
    height: 30px;
    color: #FFF;
    margin:0;
    font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
}


#temp-resim
{
    background-color: white; /*#4f62a7;*/
    background-image: url(../../images/temp-resim.png);
    background-repeat:no-repeat;
    background-position:center;
    color: #FFF;
    height: 110px;

}
#colleft
{
    background-color:#fff;
}

 

#maincol
{
    background-color: white;
    color: graytext;
	
}

#footer
{
	
background-color:#2a4fa1;
text-align:center;
color:#fff;
height: 80px;

}


#footer a { color: silver; text-decoration: none; }
#footer a:hover { color: white; text-decoration: underline; }

.content-container
{
  padding:15px 5px 15px 15px;
	
}




.jqueryslidemenu
{
    background: transparent;

}

.jqueryslidemenu ul li a{
       background: transparent;
       /*height: 30px;
       padding-top: 15px;*/
       border-color: white;
}

.jqueryslidemenu ul li a:hover{
    background-color: navy;
}

.jqueryslidemenu ul li ul li a, .jqueryslidemenu ul li ul li ul li a {
    background-color: #0044aa;
}

.mailmenu
{
    text-align: right;
    padding-top: 5px;
    padding-right: 50px;
}

.mailmenu a {  color: white; text-decoration: none; }
.mailmenu a:hover { text-decoration: underline; }

.subpagemenu { text-align: right; padding: 5px 15px 5px 0px; }
.subpagemenu a { padding: 5px; text-decoration: none; color: navy; border-left: dotted 1px gray; }
.subpagemenu a:hover { background-color: navy; color: white; text-decoration: none; }

a { text-decoration: none; color: navy; }
a:hover { color: red; text-decoration: underline; }

table.contacttable
{
	border: dotted 1px gray;
	
	
}

.contacttable td { border-bottom: dotted 1px gray; }

.videobox, .videoplyr
{
	text-align: center;

	margin-left: auto;
margin-right: auto;
}

.videobox { width: 600px; }
.videoplyer { width: 500px; }

