/* global */

body {
	background: #FFFFFF url('../img/bg.png') repeat-x scroll top left;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
}

img {
	border: none;
}

li {
	list-style: none;
}

p {
	text-align: justify;
}

a, a:visited {
	color: #0000FF;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

/* logo */

#logo span {
	background: transparent url('../img/logo-bg.gif') no-repeat scroll center left;
}

#logo img {
	background-color: #FFFFFF;
}

/* left menu */

#menu li {
	background: transparent url('../img/menu-bg.gif') no-repeat scroll center left;
}

#menu li.current {
	background: transparent url('../img/menu-bg-selected.gif') no-repeat scroll center left;
}

#menu a {
	background-color: #58B3DF;
	color: #000000;
	text-decoration: none;
	font-family: 'Comic Sans MS';
	font-size: 12px;
	font-weight: bold;
}

#menu li.current a {
	background-color: #FFFFFF;
}

/* right column */

#top {
	background: transparent url('../img/main-top.gif') no-repeat scroll top center;
}

#main {
	background-color: #FFFFFF;
}

#content p.caption {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}

#bottom {
	background: transparent url('../img/main-bottom.gif') no-repeat scroll bottom center;
}

/* contact */

div.phone {
	background: transparent url('../img/phone.gif') no-repeat scroll center left;
}

/* boxes */

div.box {
	background-color: #DEE8FA;
	border: 1px solid #C4D2EC;
}

/* prices */

div.fiyatlar {
	font-size: 9px;
}