* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	font-family: Georgia, serif;
	font-size: 14px;
	background: #E9E3DB url('/_grafix/bg.jpg') top center repeat-x;
	color: #555;
	margin-top: 25px;
}

br.clear {
	clear: both;
}

a {
	color: #222;
}

a:hover {
	color: #d31145;
}

h1 {
	font-size: 28px;
	font-family: baker-signet-web;
	font-style: normal;
	font-weight: 400;
	color: #d31145;
	margin-bottom: 14px;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 875px;
}

/* container */

#container {
	float: left;
	width: 875px;
}

/* logo */

#logo {
	float: left;
	width: 875px;
	height: 100px;
	overflow: hidden;
}

#logo img {
	float: left;
}

/* header */

#header {
	float: left;
	width: 875px;
	height: 230px;
}

#fire {
	float: left;
	width: 175px;
	height: 230px;
	overflow: hidden;
}

#slideshow {
	float: right;
	width: 700px;
	height: 230px;
	overflow: hidden;
}

#slideshow img {
	width: 700px;
	height: 230px;
}

/* main */

#main {
	float: left;
	width: 875px;
}

/* navigation */

#navigation {
	float: left;
	width: 175px;
}

#navigation ul {
	float: left;
	list-style-type: none;
	padding-top: 25px;
	width: 175px;
}

#navigation li {
	float: left;
	vertical-align: top;
	width: 175px;
	border-bottom: 1px solid #d3cab7;
	margin-bottom: 1px;
}

#navigation li a {
	display: block;
	vertical-align: top;
	width: 169px;
	padding: 6px 0 6px 6px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #555;
}

#navigation li a:hover { 
	background: #ded6c9;
}

#navigation li a.selected, 
#navigation li a.selected:hover { 
	color: #d31145;
	background: #ded6c9;
}

/* sub navigation */

#navigation ul li ul {
	padding-top: 5px;
	padding-bottom: 20px;
}

#navigation ul li ul li {
	float: left;
	vertical-align: top;
	width: 150px;
	border: 0;
	margin: 0;
}

#navigation ul li ul li a {
	display: block;
	vertical-align: top;
	width: 155px;
	padding: 4px 0 4px 15px;
	font-weight: normal;
	text-decoration: underline;
	font-size: 14px;
	color: #555;
}

#navigation li ul li a:hover { 
	color: #d31145;
	background: none;
}

#navigation li ul li a.selected, 
#navigation li ul li a.selected:hover { 
	color: #d31145;
	background: none;
	text-decoration: none;
}

/* content */

#content {
	float: right;
	width: 700px;
	background: #d3cab7;
}

#content .gutter {
	float: left;
	width: 600px;
	padding: 25px 50px 10px 50px;
}

#content p {
	line-height: 1.4em;
	margin-bottom: 20px;
}

#content ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 20px;	
}

#content li {
	margin-left: 15px;
	margin-bottom: 8px;
}

#content td {
	vertical-align: top;
}

/* contact */

div.contact_left {
	float: left;
	width: 250px;
}

div.contact_right {
	float: right;
	width: 325px;
}

/* form */

#form {
	float: left;
	width: 400px;
	padding-top: 10px;
}

/* labels */

#form span.label, 
#form span.label_error, 
#form span.hint, 
#form span.error {
	float: left;
	width: 400px;
	font-weight: bold;
	margin-right: -5px;
	line-height: 1.4em;
}

#form span.label, 
#form span.label_error {
	margin-bottom: 2px;
}

#form span.label_error {
	color: #d31145;
}

#form span.error {
	font-size: 12px;
	color: #d31145;
	margin-bottom: 4px;
}

#form span.hint {
	font-weight: normal;
	font-size: 12px;
	color: #777;
	margin-top: -4px;
	margin-bottom: 14px;
}

#form span.hint a {
	color: #777;
}

#form span.hint a:hover {
	color: #555;
}

#form span.checkbox, 
#form span.checkbox_error {
	float: left;
	width: 400px;
	margin-top: 4px;
	margin-right: -5px;
	margin-bottom: 4px;
}

#form span.label b {
	color: #575757;
}

#form span.label_error b {
	color: #d31145;
}

/* fields */

#form input.text {
	float: left;
	width: 390px;
	height: 26px;
	background: #e9e3db;
	border: 1px solid #ccc;
	padding: 2px 4px 2px 4px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #555;
	font-size: 14px;
	font-family: Georgia, serif;
}

#form textarea {
	float: left;
	width: 390px;
	height: 200px;
	background: #fff; /* url('/_grafix/bg_form_textarea.png') top left no-repeat; */
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 10px;
	color: #999; /* #000 */
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

#form select {
	float: left;
	width: 398px;
	background: #fff; /* url('/_grafix/bg_form_select.png') top left no-repeat; */
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 2px 0 2px 2px;
	color: #999; /* #000 */
	font-size: 13px;
	font-family: Verdana, sans-serif;
	margin-right: -10px; /* IE6 hack */
}

#form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

#form div.form_break {
	float: left;
	width: 400px;
	height: 15px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
}

#form div.form_title {
	float: left;
	width: 400px;
	font-size: 13px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* feedback */

div.feedback {
	float: left;
	width: 530px;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

div.feedback img {
	vertical-align: middle;
}

div.feedback span {
	color: #d31145;
}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

/* button with background color */

button {
	float: left;
	background: none;
	cursor: pointer;
	width: auto !important;
	height: 40px;
	overflow: visible;
}

button div {
	float: left;
	height: 30px;
	width: auto !important;
	white-space: nowrap;
	background: #d31145;
	margin-top: 10px;
	padding: 0 0 0 15px;
	line-height: 1.5em;
	overflow: visible;
}

button span {
	float: left;
	display: block;
	height: 30px;
	line-height: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background: #d31145;
	padding: 0 15px 0 0;
	width: auto !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	overflow: visible;
	text-transform: uppercase;
}

button:hover div,
button:active div {
	background: #000;
}

button:hover span,
button:active span {
	background: #000;
}

/* footer */

#footer {
	float: right;
	width: 700px;
}

#footer .gutter {
	float: left;
	width: 700px;
	text-align: center;
	padding: 15px 0 25px 0;
	color: #999;
	font-size: 13px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #555;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}

#ikon {
	width: 19px;
	height: 15px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 3px;
}

