/* Copyright (c) 2006 Mateusz Heleniak, www.heleniak.net */

/* === GLOBALS === */

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img {
	text-decoration: none;
	border: 0;
}

table {
	font: 10px Verdana, sans-serif;
}

table td, table th {
	padding: 3px 4px;
}

body {
	font: 10px Verdana, sans-serif;
	color: #000000;
	background: #81AD7D url(../img/bg-1.gif) repeat-y;
}

#container {
	background: url(../img/bg-2.jpg) no-repeat;
	width: 780px;
}

#header {
	background: #8DBC88 url(../img/bg-3.gif) repeat-y -3px 0px;
	margin-left: 130px;
	width: 635px;
	height: 95px;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
	background: #94C68F url(../img/bg-4.gif) no-repeat right top;
	width: 635px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 2;
}

#header p {
	text-indent: -9999px;
	background: url(../img/bg-5.jpg);
	width: 335px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

#content {
	padding-top: 40px;
}

#content h2 {
	font: bold 11px Verdana, sans-serif;
	text-align: center;
	color: #000000;
	margin: 10px 0;
}

#col-1 {
	width: 225px;
	float: left;
}

#col-1 ul {
	list-style: none;
}

#col-1 ul li a, #col-1 ul li ul li a, #col-1 ul li.active ul li a {
	font: bold 10px/16px Verdana, sans-serif;
	text-indent: 40px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(../img/nav-a.png) no-repeat;
	margin-bottom: 6px;
	width: 190px;
	height: 20px;
	display: block;
	overflow: hidden;
}

#col-1 ul li a:hover, #col-1 ul li ul li a:hover {
	color: #3D184B;
	background-image: url(../img/nav-b.png);
}

#col-1 ul li.active a, #col-1 ul li ul li.active a {
	color: #3D184B;
	background-image: url(../img/nav-c.png);
}

#col-1 ul li ul li a {
	text-indent: 60px !important;
}

#col-1 p a {
	text-indent: -9999px;
	background: url(../img/deals.jpg);
	width: 130px;
	height: 75px;
	display: block;
	overflow: hidden;
}

#col-2 {
	width: 525px;
	float: left;
}

#col-2 .note {
	text-align: center;
	font-size: 87%;
	font-weight:bold;
}


#col-2 ul {
	padding-left: 20px;
}

#col-2 p {
	text-align: justify;
	margin: 10px 0;
}

#col-2 .box {
	margin: 10px 20px;
}

#col-2 .box div.f-lt, #col-2 .box div.f-rt {
	margin: 10px 0;
	width: 240px;
}

#col-2 .box img.f-lt {
	margin: 15px 5px 0 0;
}

#col-2 .box img.f-rt {
	margin: 15px 0 0 5px;
}

#col-2 .main-1 div.f-lt {
	margin-top: 13px;
	width: 260px;
}

#col-2 .main-1 div.f-rt {
	margin-top: 0;
	width: 220px;
}

#col-2 .main-1 div p {
	text-align: left;
}

#col-2 .main-2 div.f-lt, #col-2 .main-2 div.f-rt {
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 75px;
	width: 155px;
	min-height: 105px;
}

#footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	margin-left: 225px;
	width: 525px;
}

#footer .f-lt {
	padding-top: 15px;
	width: 65px;
}

#footer .f-lt a {
	text-indent: -9999px;
	background: url(../img/top.gif);
	width: 63px;
	height: 22px;
	display: block;
	overflow: hidden;
}

#footer .f-rt {
	text-align: center;
	width: 460px;
}

/* === FORM === */

form {
	text-align: center;
}

form fieldset {
	border: 0;
	margin: 0 30px 10px;
}

form div {
	margin: 10px 0;
}

form div.f-lt, form div.f-rt, form div.cl {
	margin: 0;
}

form label {
	cursor: pointer;
}

form input, form textarea {
	font: 11px Tahoma, sans-serif;
	color: #888888;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 2px 0;
}

form input.button {
	font-weight: bold;
	background: #DDDDDD;
}

/* === CLASSES === */

.f-lt {
	float: left;
}

.f-rt {
	float: right;
}

.cl {
	overflow: hidden;
	clear: both;
}

.l {
	text-align: left !important;
}

.r {
	text-align: right !important;
}

.c {
	text-align: center !important;
	margin: 10px 0;
}

.vertical, .vertical td, .vertical th {
	vertical-align: top;
}

.highlighted th {
	background: #FFCCCC;
}

.highlighted td {
	background: #FFE0E0;
}
