/*
-----------------------------------------------
Main styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	padding: 0;
	margin-bottom: 2.0em;
}


/* Header
----------------------------------------------- */

#header {
	margin: 0.0em auto;
	clear: both;
	width: 900px;
	padding: 20px 0 0 0;
}


/* Structural
----------------------------------------------- */

#main {
	width: 900px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	}

#footer {
	clear: both;
	padding: 10px 0 10px 0px;
	width: 900px;
	margin: 2.0em auto 0.5em;
	border-top: 2px solid #eee;
	}


/* Headings
----------------------------------------------- */

h1 {
	display: block;
	clear: both;
	color: #575447;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0 0 0.7em 0;
	padding: 0;	
	}
	#leftcol h1 {
		font-size: 1.8em;
		margin-top: 0.8em;
		color: #D27005;
	}
	
h2 {
	color: #D27005;
	font-size: 1.3em;
	font-weight: normal;
	margin: 1.0em 0pt 0.5em 0;
	padding: 0;	
	}
	#leftcol h2 {
		margin-top: 1.4em;
	}
	
	h2 a {
		font-weight: bold;
		text-decoration: none !important;
		}
		h2 a:hover {
			text-decoration: underline !important;
		}

h3 {
	color: #575447;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0pt 0pt 4px 0;
	padding: 0;	
	}

h4 {
	color: #575447;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0.4em 0 0.4em 0;
	padding: 0;
	}


/* Other text
----------------------------------------------- */

p {
	margin: 0 0 0.4em 0;
	line-height: 160%;
	}
	#leftcol p {
		margin-bottom: 0.8em !important;
	}

p.right_align {
	text-align: right;
}

p.smaller {
	font-size: 0.9em;
}

p.smaller a {
	font-weight: normal;
}

p.large {
	font-size: 1.3em;
	color: #888;
}

p.align-left {
	margin-left: -2.5em !important;
}

div#rightcol p {
	padding: 5px 5px 0 10px;
}

ol li {
	margin: 4px 0;
}

		

/* Header
----------------------------------------------- */

#logo {
	display: inline;
	float: left;
	padding: 0;
	margin: -1.0em 0 0 0;
	width: 247px;
	height: 130px;
}

#top-right {
	display: inline;
	float: right;
	padding: 0;
	margin: 0 1.5em 0 0;
	}
	#top-right a {
		color: #aaa;	
	}


/* Footer
----------------------------------------------- */

#footer p {
	font-size: 0.9em;
}
	

/* Navigation
----------------------------------------------- */

#navigation {
	display: inline;
	float: right;
	width: 420px;
	margin: 3.0em 0 0;
}

#navigation ul {
	width: 420px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	}
	#navigation ul li {
		list-style: none;
		margin: 0 0 0 0;
		padding: 15px 15px 15px 15px;
		position: relative;
		display: inline;
		border-right: 2px solid #eee;
		}
		#navigation ul li.last {
			border-right: 0;
		}
		#navigation li a {
			color: #575447;
			font-weight: normal;
			font-size: 1.6em;
			text-decoration: none;
			text-transform: lowercase;
		}
	#navigation ul li:hover {
	
		}
		#navigation ul li:hover a {
			color: #D27005;
		}
		
body#home li#home	a, body#about li#about a, body#links li#links a, body#contact li#contact a {
	color: #D27005;
}
		
	
/* Homepage
----------------------------------------------- */	

#gallery-home {
	height: 278px;
	}
	#gallery-home img {
		border: 8px solid #E0D9B8;
	}

#home #leftcol h2 {
	font-size: 1.25em;
	margin-left: 0.5em;
}

#home #leftcol .column-content {
	width: 200px;
	margin-left: 0.7em;
}
	
/* Columns */

.column {
	display: inline;
	float: left;
	width: 214px;
	padding: 0;
	/*border-right: 1px solid #eee;*/
	}
	.column h2 {
		font-size: 1.4em;
	}

	.column img {
		border: 8px solid #E0D9B8;
	}
		
hr.dotted {
	color: #eee;
	border: 0;
	border-top: 2px solid #eee;
	margin-top: 1.5em;
}

ul#headings {
	padding-left: 20px;
	}
	ul#headings li {
		list-style-type: none;
		background: url(../images/structural/bullet.gif) center left no-repeat;
		padding-left: 14px;
		margin-bottom: 0.3em;
	}
	
#rightcol h1 {
	margin: 0 0 0.0em 0.4em;
	}
	#rightcol h1 p {
		margin: -0.4em 0 0 0.8em !important;
		padding: 0 !important;
	}
	
#rightcol h2 {
	color: #575447;
	margin: 1.1em 0 0.4em 0.6em;
	}	
	
		
/* Content pages
----------------------------------------------- */

#leftcol {
	display: inline;
	float: left;
	width: 660px;
	margin-bottom: 1.5em;
}

#rightcol {
	display: inline;
	float: left;
	width: 204px;
	margin-left: 1.5em;
}

/* Products */

.intro {
	display: inline;
	float: left;
	width: 280px;
}

.gallery {
	display: inline;
	float: right;
	margin: 1.0em 0 1.0em 1.0em;
	}
	.gallery img {
		border: 8px solid #E0D9B8;
	}
	
#gallery1 {
	height: 500px;
	width: 330px;
}

#gallery2 {
	height: 240px;
	width: 330px;
}
	
/* Contact page */

#contact fieldset {
	width: 500px;
	}
	#contact fieldset select {
		display: inline;
		float: left;
		margin-top: 0.3em;
	}
	
	#contact .sendbutton {
		width: 77px;
		height: 32px;
		display: block;
		background: url(../images/structural/button_send.gif) top left no-repeat;
		border: 0;
		text-indent: -9999;
		cursor: pointer;
	}
	
.success{
	border:1px solid #336c19;
	background-color:#cef5cf;
	padding:5px;
	margin-bottom:10px;
}
.errors{
	border:1px solid #6c1919;
	background-color:#f5cece;
	padding:5px;
	margin-bottom:10px;
}