*{ margin: 0; padding: 0; }*
body { font: 11px Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #000; }

a {COLOR: #6587E0; text-decoration: none;}
a:visited {COLOR: #6587E0; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}

h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 { padding-left: 10px; color: #fff; background: #FE7B09 url(images/bg.jpg) repeat-x; font-size: 1em; height: 24px; line-height: 24px; }
h4 { padding-left: 20px; color: #fff; background: #336699 url(images/bg4.jpg) repeat-x; font-size: 12px; height: 25px; line-height: 25px; }



ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {background: #FE7B09 url(images/header.jpg) repeat-x; height: 155px; width: 780px;}
#header h1 {font-size: 30px; font-weight: 100; letter-spacing: -1px; padding: 22px 0 5px 10px;}
#header h1 a {color: #fff; text-decoration: none;}
#header h1 a:hover {color: #000; text-decoration: none;}
#header h2 {color: #eee; font-size: 18px; font-weight: 100; padding: 0 0 0 11px; letter-spacing: -1px; line-height: 12px;}
#header h5 {color: #eee; font-size: 20px; font-weight: 100; padding: 0 0 0 11px; letter-spacing: -1px; line-height: 12px;}


#wrap { padding: 10px 10px 3px 10px; width: 780px; margin:20px auto; background: #fff;}

#left { float: left;
        width: 210px; 
		background: #CFDDFF; 
		margin-bottom: 10px; 
		margin-top: 20px;
		}
#left ul {/* padding: 5px 2px 20px 10px; margin: 0;  color: #000;*/ }

#content {background: #D5E8FD url(images/content.jpg) repeat-y;}

#right {
	margin-bottom: 10px; 
	float: right; 
	width: 550px; 
	padding: 10px 10px 10px 10px; 
	margin-top: 10px; 
	font-size: 13px;
}

#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }

#navigation {background: #fff url(images/navigation.gif) center center repeat-x;	width: 780px;	height: 25px;	color: #000;}



/*   Menu  */
#suckertreemenu ul{
	background: #fff url(images/navigation.gif) center center repeat-x;
	width: 780px;
	height: 24px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;	
    color: #000;

}

#suckertreemenu ul li{
	position: relative;
	width: 155px;
	height: 28px;
	display: inline;
	padding: 0px 0px 0px 0px;  /*üst,sağ,alt,sol */
	float: right;
	border-left: 1px solid #DADADA;
}

#suckertreemenu ul li a{
	display: block;
	width: 155px;
	padding: 3px 0px 0px 0px;
	border: 0px solid #FFF;
	border-left-width: 0;
	font-weight: bold;
    color: #000;
}

#suckertreemenu ul li a:hover{
	text-decoration: underline;
	color: #fff;
	width: 155px;
	background: #C2D6E4 url(images/flashdian1.gif) center center repeat-x;	
}

.thumbnail_right {
  float:right;
  margin-left:10px;	
  margin-bottom:5px;
  border:0px;
  width:250px;		
  height:225px;
}
.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
  width:250px;		
  height:225px;

}

/*
#listitems ul {
		padding-left:25px;
/*		list-style-image: url(blueball.gif);*/
		list-style-type: circle;
		font-size:13px;
		font-weight: bold;
}
*/

.clear { clear: both; background: none; }