html {
	background-color: #e8e8e8;
	overflow-y: scroll;
}

body {
	background-color: #e8e8e8;
	margin: 0;
	font-family: sans-serif;
	font-size: 14px;
	color: #4b4b4b;
}

/* basic reset ftw */
ul, li, h1, h2, h3, h4, p, img, form, input, fieldset, abbr, hr, table, td {
	margin: 0;
	padding: 0;
	border-width: 0;
}

table {
	border-collapse: collapse;
}

input {
	font-family: sans-serif;
}

/* headings */
h1, h2, h3 {
	font-weight: normal;
	color: #471582;
	font-size: 22px;
	overflow: hidden;
	height: 26px;
	position: relative;
}
h1 span, h2 span, h3 span {
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 26px;
	width: 100%;
}

a {
	color: #471582;
}

/* corners */

span.corners span {
	height: 26px;
	width: 26px;
	position: absolute;
	background-image: url("../img/corners.png");
	font-size: 0px;
	z-index: 3;
}

span.ne {
	top: -13px;
	right: -13px;
	background-position: bottom left;
}

span.se {
	bottom: -13px;
	right: -13px;
	background-position: top left;
}

span.sw {
	bottom: -13px;
	left: -13px;
	background-position: top right;
}

span.nw {
	top: -13px;
	left: -13px;
	background-position: bottom right;
}

/* page */

#page {
	padding: 22px 0;
	margin: 0 auto;
	width: 900px;
}


/* header */

#header {
	position: relative;
	height: 124px;
	background: white url("../img/page_top.png") no-repeat;
}

img#logo {
	position: absolute;
	left: 33px;
	top: 26px;
}

a#spec_box {
	position: absolute;
	width: 376px;
	height: 65px;
	background: url("../img/spec_box.png") no-repeat;
	top: 21px;
	right: 25px;
	padding: 20px 20px 0 22px;
	overflow: hidden;
	text-decoration: none;
}
a#spec_box span.offer_title {
	color: #053a1d;
	font-size: 14px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
}
a#spec_box span.offer_text {
	color: #868686;
	font-size: 14px;
	display: block;
	padding-top: 12px;
	white-space: nowrap;
}


/* menu */

ul#menu {
	background-color: white;
	list-style-type: none;
	padding-left: 24px;
	height: 30px;
}
ul#menu li {
	display: inline;
}
ul#menu a {
	float: left;
	text-decoration: none;
	background-color: white;
	line-height: 30px;
	color: #666666;
	height: 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
ul#menu a:hover {
	background-color: #471582;
	color: white;
	cursor: pointer;
}
ul#menu li.selected a {
	background-color: #aaaaaa;
	color: white;
}
ul#menu li.selected a:hover {
	background-color: #aaaaaa;
	color: white;
}
ul#menu a span {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../img/menu.png");
	background-repeat: no-repeat;
	height: 90px;
	width: 590px;
}
ul#menu a:hover span {
	top: -60px;
}
ul#menu li.selected a span {
	top: -30px;
}

ul#menu a#menu_ { width: 77px; }
ul#menu a#menu_ span { left: 0px; }

ul#menu a#menu_about { width: 79px; }
ul#menu a#menu_about span { left: -77px; }

ul#menu a#menu_course { width: 84px; }
ul#menu a#menu_course span { left: -156px; }

ul#menu a#menu_driving-range { width: 133px; }
ul#menu a#menu_driving-range span { left: -240px; }

ul#menu a#menu_golf-shop { width: 105px; }
ul#menu a#menu_golf-shop span { left: -373px; }

ul#menu a#menu_contact-us { width: 112px; }
ul#menu a#menu_contact-us span { left: -478px; }


/* sub menu */

ul#submenu {
	list-style-type: none;
	background: white url("../img/submenu.png") no-repeat 24px 0;
	padding: 0 26px 0 24px;
	height: 33px;
}
ul#submenu li {
	display: inline;
}
ul#submenu a {
	float: left;
	text-decoration: none;
	background-color: #aaaaaa;
	line-height: 36px;
	color: white;
	height: 33px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
ul#submenu a:hover {
	background-color: #cccccc;
	color: white;
	cursor: pointer;
}
ul#submenu li.selected a {
	background-color: white;
	color: #5a5a5a;
}
ul#submenu li.selected a:hover {
	background-color: white;
	color: #5a5a5a;
}
ul#submenu a span {
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	height: 99px;
}

ul#submenu a:hover span {
	top: -33px;
}
ul#submenu li.selected a span {
	top: -66px;
}

ul#submenu.submenu_about a span {
	background-image: url("../img/submenu_about.png");
	width: 438px;
}
ul#submenu.submenu_about a {
	left: 77px;
}

ul#submenu a#menu_about_about-us { width: 100px; }
ul#submenu a#menu_about_about-us span { left: 0px; }

ul#submenu a#menu_about_history { width: 82px; }
ul#submenu a#menu_about_history span { left: -100px; }

ul#submenu a#menu_about_staff { width: 66px; }
ul#submenu a#menu_about_staff span { left: -182px; }

ul#submenu a#menu_about_professionals { width: 123px; }
ul#submenu a#menu_about_professionals span { left: -248px; }

ul#submenu a#menu_about_cafe { width: 67px; }
ul#submenu a#menu_about_cafe span { left: -371px; }

ul#submenu.submenu_course a span {
	background-image: url("../img/submenu_course.png");
	width: 353px;
}
ul#submenu.submenu_course a {
	left: 156px;
}

ul#submenu a#menu_course_layout { width: 81px; }
ul#submenu a#menu_course_layout span { left: 0px; }

ul#submenu a#menu_course_prices { width: 74px; }
ul#submenu a#menu_course_prices span { left: -81px; }

ul#submenu a#menu_course_competitions-and-results { width: 198px; }
ul#submenu a#menu_course_competitions-and-results span { left: -155px; }

ul#submenu.submenu_driving-range a span {
	background-image: url("../img/submenu_driving-range.png");
	width: 318px;
}
ul#submenu.submenu_driving-range a {
	left: 240px;
}

ul#submenu a#menu_driving-range_overview { width: 102px; }
ul#submenu a#menu_driving-range_overview span { left: -216px; }

ul#submenu a#menu_driving-range_prices { width: 74px; }
ul#submenu a#menu_driving-range_prices span { left: 0px; }

ul#submenu a#menu_driving-range_opening-times { width: 142px; }
ul#submenu a#menu_driving-range_opening-times span { left: -74px; }

ul#submenu.submenu_golf-shop a span {
	background-image: url("../img/submenu_golf-shop.png");
	width: 553px;
}
ul#submenu.submenu_golf-shop a {
	left: 373px;
}

ul#submenu a#menu_golf-shop_product-ranges { width: 144px; }
ul#submenu a#menu_golf-shop_product-ranges span { left: -409px; }

ul#submenu a#menu_golf-shop_product-catalogue { width: 165px; }
ul#submenu a#menu_golf-shop_product-catalogue span { left: 0px; }

ul#submenu a#menu_golf-shop_repair-centre { width: 130px; }
ul#submenu a#menu_golf-shop_repair-centre span { left: -165px; }

ul#submenu a#menu_golf-shop_flightscope { width: 114px; }
ul#submenu a#menu_golf-shop_flightscope span { left: -295px; }

ul#submenu.submenu_contact-us a span {
	background-image: url("../img/submenu_contact-us.png");
	width: 559px;
}
ul#submenu.submenu_contact-us a {
	left: 270px;
}

ul#submenu a#menu_contact-us_contact-details { width: 141px; }
ul#submenu a#menu_contact-us_contact-details span { left: 0px; }

ul#submenu a#menu_contact-us_location { width: 92px; }
ul#submenu a#menu_contact-us_location span { left: -141px; }

ul#submenu a#menu_contact-us_opening-times { width: 142px; }
ul#submenu a#menu_contact-us_opening-times span { left: -233px; }

ul#submenu a#menu_contact-us_customer-comments { width: 184px; }
ul#submenu a#menu_contact-us_customer-comments span { left: -375px; }


/* main */

#main {
	background-color: white;
	padding: 12px 26px 22px 24px;
	float: left;
	position: relative;
}

/* home intro */

#home_intro {
	position: relative;
	height: 296px;
	background: white url("../img/header/home.jpg") no-repeat;
}
#home_intro img#home_img_2 {
	position: absolute;
	top: 0;
	left: 0;
}
#home_intro div {
	position: absolute;
	top: 24px;
	right: 24px;
	padding: 28px 25px;
	height: 194px;
	width: 290px;
	background: transparent url("../img/home_intro.png") no-repeat;
}
#home_intro p {
	margin-top: 11px;
	font-size: 16px;
	line-height: 21px;
}
#home_intro h1 {
	width: 253px;
	height: 25px;
	background: transparent url("../img/h1_welcome.png") no-repeat;
	text-indent: -1000px;
}
#home_intro img {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* header pics */

#header_pics div {
	width: 562px;
	height: 206px;
}
#header_pics img {
	display: block;
}

/* home buttons */

#home_buttons {
	padding-top: 10px;
	height: 84px;
	overflow: hidden;
	clear: both;
}
#home_buttons div {
	position: relative;
	float: left;
	width: 276px;
	height: 67px;
	margin-left: 11px;
	background: #e2e2e2 url("../img/home_icons.png") no-repeat;
	color: #6b6b6b;
	padding-top: 17px;
	font-size: 15px;
}
#home_buttons h2 {
	color: #003a1c;
	margin-bottom: 4px;
}
#home_buttons h2 span {
	background-position: top left;
	color: #003a1c;
	width: 220px;
}
#home_buttons a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 276px;
	height: 84px;
	background-image: url("../img/home_button_arrow.png");
	text-indent: -1000px;
	overflow: hidden;
}
#home_buttons a:hover {
	background-position: 0 -84px;
}

#home_buttons div:hover,
#home_buttons div.hovered {
	background-color: #471582;
	color: white;
}

#home_buttons div:hover h2,
#home_buttons div.hovered h2 {
	color: white;
}
#home_buttons div:hover h2 span,
#home_buttons div.hovered h2 span {
	background-position: 0 -26px;
	color: white;
}

#home_buttons #button_golf_course {
	margin-left: 0;
	background-position: 0 0;
	width: 194px;
	padding-left: 82px;
}
#home_buttons #button_driving_range {
	background-position: 0 -84px;
	width: 216px;
	padding-left: 60px;
}
#home_buttons #button_golf_shop {
	background-position: 0 -168px;
	width: 214px;
	padding-left: 62px;
}

#home_buttons #button_golf_course h2 span {
	background-image: url("../img/h2_golf_course.png");
}
#home_buttons #button_driving_range h2 span {
	background-image: url("../img/h2_driving_range.png");
}
#home_buttons #button_golf_shop h2 span {
	background-image: url("../img/h2_golf_shop.png");
}

#home_buttons #button_golf_course:hover,
#home_buttons #button_golf_course.hovered {
	background-position: -276px 0;
}
#home_buttons #button_driving_range:hover,
#home_buttons #button_driving_range.hovered {
	background-position: -276px -84px;
}
#home_buttons #button_golf_shop:hover,
#home_buttons #button_golf_shop.hovered {
	background-position: -276px -168px;
}


/* banner/page head */

#banner_h1 {
	float: left;
	position: relative;
	width: 224px;
	height: 180px;
	background-color: #e9e9e9;
	padding: 26px 22px 0 28px;
}
#banner_h1 h1 {
	margin-bottom: 7px;
}
h1 span {
	width: 220px;
}

h1#h1_about-us span { background-image: url("../img/h1_about-us.png"); }
h1#h1_history span { background-image: url("../img/h1_history.png"); }
h1#h1_staff span { background-image: url("../img/h1_staff.png"); }
h1#h1_professionals span { background-image: url("../img/h1_professionals.png"); }
h1#h1_cafe span { background-image: url("../img/h1_cafe.png"); }

h1#h1_course-layout span { background-image: url("../img/h1_course-layout.png"); }
h1#h1_course-prices span { background-image: url("../img/h1_course-prices.png"); }
h1#h1_competitions-and-results span { background-image: url("../img/h1_competitions-and-results.png"); }

h1#h1_overview span { background-image: url("../img/h1_overview.png"); }
h1#h1_prices span { background-image: url("../img/h1_prices.png"); }
h1#h1_opening-times span { background-image: url("../img/h1_opening-times.png"); }

h1#h1_product-catalogue span { background-image: url("../img/h1_product-catalogue.png"); }
h1#h1_product-ranges span { background-image: url("../img/h1_product-ranges.png"); }
h1#h1_repair-centre span { background-image: url("../img/h1_repair-centre.png"); }
h1#h1_flightscope span { background-image: url("../img/h1_flightscope.png"); }

h1#h1_contact-details span { background-image: url("../img/h1_contact-details.png"); }
h1#h1_location span { background-image: url("../img/h1_location.png"); }
h1#h1_opening-times span { background-image: url("../img/h1_opening-times.png"); }
h1#h1_customer-comments span { background-image: url("../img/h1_customer-comments.png"); }


#banner_h1 p {
	font-size: 17px;
}

#banner_pic {
	float: left;
	position: relative;
	background: url("../img/header/photo_1.jpg") no-repeat;
	width: 562px;
	height: 206px;
	margin-left: 14px;
}


/* content */

#content {
	clear: left;
	float: left;
	padding: 34px 20px 50px 28px;
	width: 526px;
}

#content p {
	color: #7c7c7c;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 16px;
}

#content h2 {
	font-size: 23px;
	font-weight: bold;
	color: #5a5a5a;
	margin-bottom: 16px;
	margin-top: 60px;
}
#content h2:first-child {
	margin-top: 0;
}
#content h3 {
	font-size: 19px;
	color: #003619;
}

#content table {
	margin: 8px 0 16px 0;
	position: relative;
	left: -4px;
	width: 100%;
}
#content td {
	padding: 6px 30px 6px 6px;
	font-size: 15px;
}
#content td strong {
	color: #003716;
}
#content tr.alt td {
	background-color: #e9e9e9;
}
#content tr td:first-child {
	width: 60%;
}

/* staff members */

div.staff {
	clear: both;
	padding-top: 20px;
	height: auto !important;
	height: 0;
	min-height: 0;
}
#content div.staff p {
	color: #5a5a5a;
	font-size: 13px;
	line-height: 18px;
}
div.staff:first-child {
	clear: both;
	padding-top: 0px;
}
div.staff.selected {
	clear: both;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #cfcfcf;
}
div.staff h2 span {
	position: relative;
}
div.staff h4 {
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}

div.staff h3#h3_services span {
	background-image: url("../img/h3_services.png");
}

div.staff_photo {
	float: left;
	width: 74px;
	height: 74px;
	padding-right: 22px;
	background: url("../img/photo_74.png") no-repeat;
}
div.staff_blurb {
	float: left;
	width: 424px;
}

div.selected div.staff_photo {
	width: 178px;
	height: auto !important;
	height: 178px;
	min-height: 178px;
	padding: 0 26px 26px 0;
	background: url("../img/photo_178.png") no-repeat;
}
div.selected div.staff_blurb {
	float: left;
	width: 316px;
}

/* right & boxes */

#right {
	position: relative;
	float: right;
	width: 276px;
	padding: 12px 0 50px 0;
}

div.box {
	position: relative;
	width: 225px;
	float: right;
	padding: 25px;
}
div.box h3 {
	color: #003619;
	margin-bottom: 18px;
}
div.box img.button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.box_stars {
	background: url("../img/box_stars.png") no-repeat;
	height: 195px;
}
div.box_stars p {
	color: #003619;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
}

div.box_small {
	background: url("../img/box_small.png") no-repeat;
	height: 86px;
	margin-top: 12px;
	padding-right: 0px;
	width: 250px;
}
div.box_small input#field_email {
	height: 15px;
	padding: 5px;
	border: 1px solid #aaaaaa;
	width: 225px;
	font-size: 14px;
	margin-bottom: 8px;
}
div.box_small input#subscribe {
	float: right;
	margin-right: 13px;
}
div.box_small input#field_email.plzenteremail {
	color: #7f7f7f;
}

h3#h3_newsletter {
	margin-bottom: 3px;
}

/* competition & results */

div.wide_box {
	background-image: url("../img/wide_box.png");
	width: 547px;
	height: 158px;
	position: relative;
	left: -28px;
	top: -22px;
}
div.competition_results {
	margin-bottom: 32px;
	clear: both;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
div.wide_box.competition_results {
	margin-bottom: 6px;
}

div.competition_results h3 a {
	text-decoration: none;
	font-size: 18px;
}
div.competition_results span.short_version {
	display: inline;
}
div.competition_results span.long_version {
	display: none;
}

div.competition_results div.dateblob {
	float: left;
	margin: 0;
	height: 53px;
	width: 53px;
	background: url("../img/dateblob_grey.png") no-repeat;
	color: #471582;
}

div.competition_results div.dateblob span.month {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 6px;
}
div.competition_results div.dateblob span.date {
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

div.competition_results ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
}
div.competition_results ul li {
	background: url("../img/result_bit_grey.png") no-repeat;
	padding: 4px 0 0 0;
	height: 26px;
	display: none;
}
div.competition_results ul li:first-child {
	display: block;
}
div.competition_results ul li span {
	float: left;
	color: white;
	width: 39px;
	padding-left: 7px;
}

div.competition_results div.results {
	float: left;
	margin: 0 0 0 18px;
	width: 420px;
}

div.wide_box div.dateblob {
	background: url("../img/dateblob_purple.png") no-repeat;
	color: white;
	margin: 24px 0 0 28px;
	display: inline;
}
div.wide_box h3 a {
	font-weight: bold;
}
div.wide_box span.short_version {
	display: none;
}
div.wide_box span.long_version {
	display: inline;
}
div.wide_box div.results {
	margin: 24px 0 0 18px;
}
div.wide_box ul li {
	display: block;
}
div.wide_box ul li:first-child,
div.wide_box ul li.bit_green {
	background: url("../img/result_bit_green.png") no-repeat;
	color: #003716;
}

#content div.competition_results p {
	font-size: 13px;
	color: #4b4b4b;
	line-height: 16px;
	margin-bottom: 0px;
}

div.competition_results div.quoteblob {
	float: left;
	margin: 0;
	height: 53px;
	width: 53px;
	background: url("../img/quoteblob_grey.png") no-repeat;
}
div.wide_box div.quoteblob {
	background: url("../img/quoteblob_purple.png") no-repeat;
	margin: 24px 0 0 28px;
	display: inline;
}

/* manufacturers */

ul#manufacturers {
	list-style-type: none;
}
ul#manufacturers li {
	background: url("../img/man_box.png") no-repeat;
	float: left;
	margin: 0 7px 7px 0;
}
ul#manufacturers li a {
	float: left;
	height: 65px;
	width: 160px;
	padding: 11px;
	overflow: hidden;
	cursor: pointer;
}
ul#manufacturers li a span {
	position: relative;
	float: left;
	height: 65px;
	width: 160px;
	overflow: hidden;
}
ul#manufacturers li a span img {
	position: relative;
}

/* contact strip */

p.contact_strip abbr {
	color: #003719;
}
p.contact_strip strong,
p.contact_strip a {
	text-decoration: none;
	color: #471582;
	font-weight: normal;
}

/* overview vox */

#overview_box {
	background: url("../img/overview_box.png") no-repeat bottom left;
	padding: 10px 14px 14px 28px;
}
#overview_box p {
	color: #4b4b4b;
	font-size: 15px;
}
span.overview_topper {
	background: url("../img/overview_topper.png") no-repeat;
	display: block;
	height: 14px;
}

#overview_box ul {
	list-style-type: none;
	color: #4b4b4b;
}
#overview_box li {
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	padding: 5px 0px 12px 36px;
	background: url("../img/big_bull.png") no-repeat;
}

/* course layout */

#course_layout {
	width: 850px;
	height: 676px;
	background: url("../img/map.png") no-repeat;
	margin: 20px 0;
	position: relative;
}

#course_layout a {
	position: absolute;
	height: 34px;
	width: 28px;
	text-decoration: none;
}

#course_layout span {
	display: block;
	position: absolute;
	display: none;
	left: 34px;
	top: 2px;
	height: 60px;
	width: 108px;
	background: url("../img/hover_bubble.png") no-repeat;
	margin: 0;
	padding: 10px 0 0 26px;
	font-size: 11px;
	color: #303030;
}

#course_layout a#hole_1 {
	top: 561px;
	left: 305px;
}
#course_layout a#hole_2 {
	top: 438px;
	left: 242px;
}
#course_layout a#hole_3 {
	top: 271px;
	left: 92px;
}
#course_layout a#hole_4 {
	top: 191px;
	left: 274px;
}
#course_layout a#hole_5 {
	top: 111px;
	left: 68px;
}
#course_layout a#hole_6 {
	top: 132px;
	left: 304px;
}
#course_layout a#hole_7 {
	top: 215px;
	left: 593px;
}
#course_layout a#hole_8 {
	top: 254px;
	left: 782px;
}
#course_layout a#hole_9 {
	top: 568px;
	left: 413px;
}

/* footer */

#footer {
	clear: both;
	background: transparent url("../img/page_bottom.png") no-repeat;
	color: #646464;
	height: 140px;
	position: relative;
}
#footer p#footer_addr {
	padding: 32px 26px 0 40px;
}
#footer p#footer_contact {
	padding: 16px 26px 0 40px;
	font-size: 20px;
}
#footer p#footer_contact abbr {
	color: #003719;
}
#footer p#footer_contact strong,
#footer p#footer_contact a {
	text-decoration: none;
	color: #471582;
	font-weight: normal;
}

#pga_professional {
	position: absolute;
	top: 16px;
	right: 0;
}

#neil_reeves {
	position: absolute;
	top: 82px;
	right: 120px;
	font-size: 12px;
	text-decoration: none;
	display: block;
}
#neil_reeves span.why_not {
	color: #0eb816;
}
#neil_reeves span.link {
	font-size: 13px;
	text-decoration: underline;
}

/* Form */

form {
	margin: 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

input.text {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size:12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}

textarea {
	border: 1px solid #cccccc;
	font-family: sans-serif;
	width: 353px;
	padding: 4px;
}

form div.input {
	padding-top: 6px;
}

form div.field {
	padding-top: 5px;
	background-color: #f5f5f5;
}

form div.field_label {
	float: left;
	width: 150px;
}

form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
	font-size: 13px;
}

form div.field_input {
	margin-left: 150px;
}


fieldset div.error  {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px !important;
}

div.error {
	background-color: #ffa79b !important;
	border: 1px solid #b91600;
	padding: 0px !important;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
	border-bottom: 1px solid #dfdfdf;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.field_div label {
	float: left;
}

input.submit {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: right;
}

input.text {
	width: 260px;
}

input.text:active,
input.text:focus,
textarea:active,
textarea:focus {
	border-color: #5e3408;
}

.asterisk {
	font-size: 22px;
	font-weight: bold;
	color: #471582;
	line-height: 10px;
}

/* misc */

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* FB */

html, body {
	height: 100%;
}

#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html #fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#fancy_wrap {
	text-align: left;
}

#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy_progress.png') no-repeat;
}

#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy_shadow_nw.png') no-repeat;
}

#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

#fancy_title table {
	margin: 0 auto;
}

#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../img/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fancy_title_right.png') repeat-x;
}
