/* Eyes on Pat stylesheet */
* {
	margin: 0;
	padding: 0;
}

.clearer {
	clear: both;
}

/* ### BODY styles ### */
html, body {
	height: 100%;
}

body {
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #808080;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #808080;
}

/* ### CONTAINER style ### */
#container {
	margin: 0 auto;
	padding: 0 20px;
	width: 700px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #ffffff;
}

/* ### HEADER styles ### */
#container #header {
	width: 700px;
	height: 115px;
}

#container #header h1 {
	display: none;
}

/* ### MENU styles ### */
#container #menu {
	width: 700px;
	height: 32px;
	background: #000000;
	border-bottom: 10px solid #c1d82e;
	color: #ffffff;
}

#container #menu ul {
	margin: 0 auto;
	width: 550px;
	list-style: none;
}

#container #menu ul li {
	margin: 0 8px 0 0;
	padding: 0 18px 0 0;
	height: 32px;
	background: url('../images/block_grey.gif') no-repeat right center;
	float: left;
	line-height: 35px;
}

#container #menu ul li a {
	height: 43px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

#container #menu ul li a.active, #container #menu ul li a:hover {
	background: url('../images/menu_hover.gif') no-repeat center bottom;
	font-weight: normal;
	color: #c1d82e;
}

#container #menu ul li.last {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}

/* ### CONTENT styles ### */
#container #content {
	margin: 40px 0;
	padding-bottom: 40px;
	width: 700px;
}

#container #content h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
}

#container #content h3.subtitle {
	margin-top: -8px;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	color: #808080;
}

#container #content p {
	margin: 14px 0;
	line-height: 15px;
}

#container #content p.error {
	padding: 10px;
	background: #fbcacf;
	border: 1px solid #8a0917;
}

#container #content ul {
	list-style: none;
}

#container #content ul li {
	padding: 2px 0 2px 18px;
	background: url('../images/block.gif') no-repeat left center;
}

#container #content .news {
	margin-bottom: 14px;
	padding-top: 14px;
	width: 700px;
	border-top: 1px solid #ccc;
}

#container #content .news .image {
	width: 100px;
	height: 32px;
	float: left;
}

#container #content .news .text {
	width: 600px;
	float: left;
}

#container #content .news .text h3.subtitle {
	margin-top: -8px;
}

#container #content .news .text h3.subtitle a {
	position: relative;
	z-index: 2;
}

#container #content .news .readmore {
	margin-top: -14px;
	padding-bottom: 14px;
}

#container #content .news .readmore_alt {
	margin-top: -14px;
	padding-bottom: 14px;
}

#container #content .news .arrow {
	background: url('../images/arrow.gif') no-repeat right top;
	cursor: pointer;
}

#container #content .news .arrow_down {
	margin: 0;
	width: 10px;
	height: 8px;
	background: url('../images/arrow_down.gif') no-repeat right top;
	float: right;
	cursor: pointer;
}

#container #content .news .arrow_down span {
	display: none;
}

#container #content .page {
	margin-bottom: 14px;
	padding-top: 14px;
	width: 700px;
	border-top: 1px solid #ccc;
}

#container #content .page .image {
	width: 190px;
	height: 104px;
	float: left;
}

#container #content .page .text {
	width: 510px;
	float: left;
}

#container #content .page .text h2 {
	color: #c1d82e;
}

#container #content .page .text h3.subtitle {
	margin-bottom: -14px;
}

/* ### CONTACT styles ### */
#container #contact {
	margin: 14px 0;
	width: 700px;
	height: 455px;
	background: url('../images/contact.gif') no-repeat;
}

#container #contact .left {
	padding: 32px 20px 20px 20px;
	width: 348px;
	height: 403px;
	float: left;
}

#container #contact .left ul, #container #contact .left ul.sub {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#container #contact .left ul li {
	margin: 14px 0;
	padding: 0;
	background: none;
}

#container #contact .left ul.sub li {
	margin: 0 14px 0 0;
	width: 68px;
	float: left;
}

#container #contact .left ul.sub li.last {
	margin: 0 0 0 0;
}

#container #contact .left div.small {
	margin: 2px 0;
}

#container #contact .left label {
	width: 122px;
	height: 20px;
	float: left;
	display: block;
	line-height: 20px;
}

#container #contact .left input, #container #contact .left textarea, #container #contact .left select {
	padding: 2px;
	width: 218px;
	height: 14px;
	border: 1px solid #bababa;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#container #contact .left input, #container #contact .left select {
	height: 13px;
}

#container #contact .left textarea {
	margin-top: -2px;
	width: 340px;
	height: auto;
}

#container #contact .left input.check {
	padding: 0;
	width: auto;
	height: auto;
	border: none;
}

#container #contact .right {
	padding: 303px 0 0 160px;
	width: 152px;
	height: 152px;
	float: left;
}

/* ### BOTTOM styles ### */
#container #bottom {
	width: 700px;
	height: 12px;
	line-height: 12px;
}

#container #bottom ul {
	list-style: none;
	float: right;
}

#container #bottom ul li {
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	float: left;
	font-size: 11px;
}

#container #bottom ul li span {
	padding-left: 6px;
	color: #cccccc;
}

#container #bottom ul li a {
	text-decoration: none;
	color: #000000;
}

#container #bottom ul li a.active, #container #bottom ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

#container #bottom ul li.last {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}
