/* -----------------------------------------

	Title:		Yellzoo
	File:		style.css
	Date:		09/03/09

----------------------------------------- */

/*------------------------------------------
	>> GLOBAL STYLES
------------------------------------------*/
body {
	background-color: #ffffff;
	margin: 0px;
	font-family: arial;
}

/*------------------------------------------
	>> MAIN PAGE STYLES
------------------------------------------*/
.main {
	width: 700px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
}

.main .logo {
	width: 200px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.main .search {
	font-size: 24px;
	letter-spacing: -1px;
	font-family: tahoma;
	font-weight: bold;
	color: #a7a7a7;
	margin-top: 15px;
	padding-top: 15px;
	text-transform: uppercase;
}

.main .search .field {
	width: 415px;
	height: 31px;
	background-image: url(images/bg_main_field.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	padding: 8px;
	position: relative;
	top: 0px;
	font-size: 26px;
	color: #a7a7a7;
}

.main .search .button {
	position: relative;
	top: 8px;
	left: 10px;
}

.main .panel {
	width: 482px;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	padding-left: 30px;
}

.main .panel .column {
	width: 144px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}

.main .panel .column h2 {
	color: #a2a2a2;
	font-size: 18px;
	font-weight: normal;
}

.main .panel .column ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.main .panel .column li {
	margin-bottom: 3px;
}

.main .panel .column li a{
	color: #80a539;
	text-decoration: none;
	font-size: 12px;
}

.main .panel .column li a:hover{
	font-weight:800;
	color: #fff;
	background-color: #80A539;
	text-decoration: none;
	font-size: 12px;
}

.main .panel .column .more {
	float: right;
	margin-right: 25px;
	font-size: 11px;
	font-weight: bold;
}

.main .panel .column .more a {
	color: #f5a85e;
	text-decoration: none;
}

.footer {
	width: 100%;
	height: 63px;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	border-top: 3px solid #94c83a;
	color: #8d8d8d;
	font-size: 12px;
	margin-top: 130px;
}

.footer a {
	color: #8d8d8d;
	text-decoration: none;
}

.footer a:hover {
	color: #8caf21;
}

.footer .wrap {
	width: 1100px;
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.footer .wrap .left {
	float: left;
}

.footer .wrap .right {
	float: right;
}