@CHARSET "UTF-8";
/* 
    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/
*/


h1,h2,h3,h3 { color: orange; }

h1 
{
	font-family: Arial Black, Gadget, sans-serif;	
	font-size: 200%;
	color: white;
	text-shadow: 0 1px 0 gray;
	border-bottom: dotted white 1px;
}


h1 span 
{
		font-size:60%;
		color: #333;
}

 
body
{
    background-color: #0066CC;  
    color: #000
}

/* border */
#maincol, #footer, #buton
{
	border-left: white dotted 1px;
	border-right: white dotted 1px;
}

#body-container
{

	background-color: #ddeffb;
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/top-bg.jpg);
	background-repeat: no-repeat;
	background-position:top  left;	
	padding:0; 
	;
}

#body-rightcontainer
{
	
	background-image: url(../../images/top-bg.jpg); 
	background-repeat: no-repeat;
	background-position: top right;
	
	
}



#header
{
    background-color: #FFFFFF;
    background-image: url(../../images/header.jpg);
    background-repeat: no-repeat;
    background-position:bottom;
    color: #FFF;
    height: 98px;
border-bottom: solid #3182D3 2px;
}

#buton
{
    background-color: #4f62a7;
    background-image: url(../../images/btn-bg.jpg);
    background-repeat:repeat-x;
    background-position:top;
    color: #FFF;
    height: 35px;
	padding:0;
	

}

#buton ul { list-style: none; }

#buton li {  
	display:inline; 
	margin:0;
	padding:0;
}



#buton a { 
	float: left;
	padding:3px 0 0 0px;
	height: 30px; 
	width: 152px;
	display:block;
	text-decoration: none;
	text-align: center;
	background-image: url(../../images/btn-on.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 0 0 1px;
	color: black;
	
}

#buton a:hover {
		background-image: url(../../images/btn-hover.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#colleft
{
    background-color:#317dd3;
background-image: url(../../images/main-bg.jpg);
    background-repeat:no-repeat;
    background-position:top;
height:500px;
color: white;

}

#maincol
{
    background-color: #3182D3;
	background-image: url(../../images/main-bg.jpg);
    background-repeat:no-repeat;
    background-position:top;
	color: white;
	font-size:120%;
	

}


#footer
{
	background-color:white;
	background-image: url(../../images/footer-bg.jpg);
    background-repeat:no-repeat;
	background-position: top center;
	
	
	color:black;
	font-size: 120%;
}
#footer-top
{
	height: 203px;
}

#footer-bottom
{
		
}

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

}

a {
	color:#7CFC00;	
	text-decoration:none;
}
a:hover 
{
		text-decoration: underline;
	color: #006400;
}
a.greenlink {	
	color:#008000;
	font-weight: bold;
	text-decoration:none;
	
}
a.greenlink:hover {
	text-decoration: underline;
	color: #006400;
}

a.webtasarim {
	color: 	#1E90FF;
	font-size: 80%;
	text-decoration:none;
}
a.webtasarim:hover
{
	text-decoration:underline;
	color:#4169E1;
}



ul.imagelist, ul.productlist { 	list-style: none; }

ul.imagelist li { float: left; margin:3px; }

ul.imagelist img, .imageitem { border: 3px solid white; }


ul.productlist li { float: left; margin:3px; width: 150px; }

ul.productlist img, .productimage { border: 3px solid white; }


ul.bayilistesi { list-style: none; font-size:90%; }
ul.bayilistesi li { margin: 3px 5px 10px 5px;/*border-bottom: dotted white 1px;*/
font-size:90%;
font-family: "Lucida Console", Monaco, monospace;

 }
ul.bayilistesi h3 
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: 	#F0F0F0;
	text-shadow: 0 1px 0 gray;
		
}
.bayiaciklama { 
font-size:90%;
font-family: "Lucida Console", Monaco, monospace;
background-color: #4099dd;
padding: 1em;
	
	-moz-border-radius: 4px;
	box-shadow: 0 1px 0 white;	
	-moz-box-shadow: 0 1px 0 white;
	-webkit-box-shadow: 0 1px 0 white;
}

.tel
{
	font-size:90%;
font-family: "Lucida Console", Monaco, monospace;
font-weight: bold;
}

