/*
	*******************
	General Page Styles
	*******************
*/
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:160%;
}
h1, h2
{
	font-weight:normal;
}
h1
{
	font-size:20px;
}
h2
{
	font-size:18px;
}
#cerceve
{
	width:950px;
	margin:auto;
	background: transparent;
}

#cerceve2
{
	width:265px;
	margin:auto;
	background: transparent;
}

#promo2, #promo2 li
{
	margin:0;
	padding:0;
	list-style-type:none;
}


/*
	********************
	Promo Related Styles
	********************
*/

/* Remove list formatting from Promo UL/LI */
#promo, #promo li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

/* Styles for the optional promo navigation container */
#promonav
{
    width:945px;
    height:auto;
    margin:auto;
    margin-top:-22px;
	text-align:right;
}

#promonav-bg
{
    width:945px;
    height:45px;
    margin:auto;
	padding:4px;
	background:url("../images/bottom-slide.png") no-repeat bottom;
	margin-top:-27px;
	text-align:right;
	margin-left:0px;
}

/* Keep the next button at the right edge */
#promonav .next
{
	float:right;
}

/* Link styles in promo navigation  */
#promonav a
{
    width:945px;
	padding:0px 3px 1px 4px;
	border:1px solid #eee;
	text-decoration:none;
	outline:0;
	color:White;
	background-color:#017fb5;
	margin-right:5px;
}

/* 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:#edf0f3;
	border-color:White;
	color:#1b1b1b;
}


