@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
	text-transform: capitalize;
}


h3 {
	text-transform: capitalize;
	letter-spacing: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana;
}

/* Menu */

#menu {
	width: 1000px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto 20px auto;
	padding: 0px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}

/* Footer */

#footer {
	height: 120px;
	padding: 20px;
	background: #2D2D2D url(images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}

.usial {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}
a.usial {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a.usial:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF7711;
	text-decoration: underline;
}

.oran {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
}
a.oran {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.oran:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.naran {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9900;
	text-transform: none;
	font-weight: normal;
}
a.naran {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
a.naran:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.black {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
a.black {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	list-style-position: inside;
	list-style-image: url(images/arrow.gif);
}
a.black:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
