/*
	*******************
	General Page Styles
	*******************
*/
body
{
	font-family:Arial, Helvetica, sans-serif;


}
h1, h2
{
	font-weight:normal;
}
h1
{
	font-size:20px;
}
h2
{
	font-size:18px;
}
#cerceve
{
	width:100%;
	height:440px;


	
	/* CSS3 Shadow */

}





/*
	********************
	Promo Related Styles
	********************
*/

/* Remove list formatting from Promo UL/LI */
#promo, #promo li
{
	margin:0;
	padding:0;
	list-style-type:none;
	height:360px;
}

/* Styles for the optional promo navigation container */
#promonav
{
	position:absolute;
	float:left;
	padding:4px;
	

	margin-top:-482px;
	margin-left:150px;
	width:40px;
	z-index:99;
}

/* Keep the next button at the right edge */
#promonav .next
{
	float:right;
}

/* Link styles in promo navigation  */
#promonav a
{
	padding:0 3px;
	text-decoration:none;
	outline:0;
	color:#777;
}

/* Style applied on mouseover of promo navigation link(s) */
#promonav a:hover
{
	color:#000;
}
/* The index automatically gets an activeSlide class, use this to indicate the current slide */
#promoindex a.activeSlide
{
	font-weight:bold;
	background:#fff;
}


