/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #343434;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
}

h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

h3 {
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 125%;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	color: #CEC8B5;
}

.list1 li {
	padding: 10px 0px 14px 0px;
	background: url(images/homepage17.jpg) no-repeat left top;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list1 h3, .list1 p {
	margin: 0px;
	padding: 0px;
}

.list1 h3 {
	display: inline;
}

/** LINKS */

/** STOP FIREFOX BOX OUTLINE ON LINKS */
a:focus, a:hover, a:active { outline:none }

a {
	color: #E8AD00;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

.contact_details a {
	color: #8d6901;
}

/** PAGE */

#page {
	background: url(images/page_bgmontage_grad.jpg) repeat-x left bottom;
}

#page-wide {
	width: 708px;
	background: url(images/page_middle.png) repeat-y left top;
}

/** BOX1 */

#box1 {
	width: 457px;
	height: 158px;
	margin-bottom: 35px;
	background: url(images/homepage07.jpg) no-repeat left top;
}

#box1 h1 {
	margin: 0px;
	padding: 127px 0px 0px 15px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: normal;
	color: #D6CFBA;
}

#box1 h1 strong {
	color: #F7F2E9;
}


/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: url(images/wrapper.jpg) repeat left top;
}