html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*----------------------------------------------------------------- =Basic */

h1,
h2,
h3,
h4,
h5,
h6,
.contact {
	color: #555;
}

h1 {
	font-size: 1.8em;
	margin: 20px 0;
	padding-left: 5px;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 1.8em;
	;
}
	
ul {
	margin-left: 20px;
}
		
a:link,
a:visited {
	color: #000;
}

a:hover,
a:active {
	text-decoration: none;
}
.style2 {
	font-size: 1.4em;
	font-style: italic;
}
.style3 {font-size: 1.4em}
.style4 {color: #863A3A}

/*----------------------------------------------------------------- =Body */

body {
	background: #fff url(includes/images/background.jpg) no-repeat top center;
}

	/*----------------------------------------------------------------- =Container */

	#container {
		color: #000;
		font-size: 1.3em;
		line-height: 1.8em;
		margin: 0 auto;
		text-align: left;
		width: 1000px;
	}
	
	/*----------------------------------------------------------------- =Header */
	
		#header {
			height: 330px;
			position: relative;
		}
	
	/*----------------------------------------------------------------- =Navigation */
		
		#header ul {
	bottom: 5px;
	left: 0;
	margin: 0;
	position: absolute;
	width: 1000px;
		}
		
			#header ul li {
				float: left;
			}
			
			#header ul li a {
				color: #555;
				font-size: 1.3em;
				display: block;
				padding: 0 40px 2px 0;
				text-decoration: none;
			}
			
			#header ul li a.active {
				background: url(includes/images/active.jpg) no-repeat bottom center;
			}
			
			#header ul li a:hover,
			#header ul li a:active,
			.box input.btn {
				background: url(includes/images/hover.jpg) no-repeat center left;
			}
					
	/*----------------------------------------------------------------- =Content */
	
	#content {
		margin-top: 5px;
		position: relative;
	}


		#slider {
			width: 900px;
			margin: 0 auto;
			position: relative;
		}
		
		.scroll {
	height: 205px;
	width: 800px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	left: 100px;
		}
		
			.scrollContainer div.panel {
				height: 210px;
				width: 800px;
			}
			
				.scrollContainer div.panel img {
	margin-right: 10px;
	left: 100px;
	
				}
				
		ul.navigation {
	position: absolute;
	z-index: 1000;
	left: -20px;
	bottom: 1px;
		}
		
		ul.navigation li {
			margin: 0;
			padding: 0;
		}
		
		ul.navigation a {
			background-color: #fff;
			border: 1px dashed #fff;
			display: block;
			padding: 3px;
		}
		
		ul.navigation a.selected {
			border: 1px dashed #ccc;
		}
		
		ul.navigation a:focus {
			outline: none;
		}
		
		.scrollButtons {
			position: absolute;
			bottom: 5px;
			cursor: pointer;
		}
		
		.scrollButtons.left {
			right: 20px;
		}
		
		.scrollButtons.right {
			right: 5px;
		}

		
		.content p {
			clear: both;
		}
		
		.box {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
		}
		
			.box .contact {
				display: block;
				font-size: 1.8em;
			}
			
			.box input {
				height: 1.8em;
				margin: 5px 0 10px 0;
			}
			
			.box textarea,
			.box input {
				background: url(includes/images/border.jpg) no-repeat bottom;
				border: 0;
				font-style: italic;
			}
			
			.box,
			.box textarea,
			.box input {
				width: 715px;
			}
			
			.box input.btn {
				width: 50px;
			}
		.box2 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
		}
			
			.box2,
			.box2 textarea,
			.box2 input {
	width: 345px;
	background: url(includes/images/tableback.jpg) no-repeat bottom;
			}
			
					.box3 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
		}
			
			.box3,
			.box3 textarea,
			.box3 input {
	width: 320px;
			}
		.boxside {
	float: right;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
		}
			
			.boxside,
			.boxside textarea,
			.boxside input {
				width: 250px;
			}
		.boxtext {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
		}
		
			.boxtext .contact {
				display: block;
				font-size: 1.8em;
			}
			
			.boxtext input {
				height: 1.8em;
				margin: 5px 0 10px 0;
			}
			
			.boxtext textarea,
			.boxtext input {
				background: url(includes/images/border.jpg) no-repeat bottom;
				border: 0;
				font-style: italic;
			}
			
			.boxtext,
			.boxtext textarea,
			.boxtext input {
				width: 275px;
			}
			
			.boxtext input.btn {
				width: 50px;
			}
		.media li {
			height: 240px;
		}
			
		.last {
			margin-right: 0;
		}
		
		img.left {
	float: left;
	margin: 0 10px 0 0;
		}
		
		img.right {
			float: right;
			margin: 5 10px 0 0;
		}

	/*----------------------------------------------------------------- =Footer */
	
	#footer {
	    background: url(includes/images/footer.jpg) no-repeat bottom center;
		clear: both;
		font-size: .8em;
		padding-top: 40px;
	}
