@CHARSET "ISO-8859-1";

body {
	font-family: Arial;
	background: #ffffff url('../images/site/bodybg.gif') repeat-x top center;
}

#container {
	width: 940px;
	margin: 0 auto;
	padding: 20px;
}

#header {
	height: 68px;
	width: 948px;
	margin-bottom: 20px;
	position: relative;
	right: 4px;
	text-align: right;
}

#headerleft {
	height: 68px;
	width: 260px;
	background: url('../images/site/headerleft.png') no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
}

#headerright {
	height: 68px;
	width: 12px;
	background: url('../images/site/headerright.png') no-repeat top left;
	position: absolute;
	top: 0;
	right: 0;
}

#headercenter {
	height: 68px;
	width: 676px;
	background: url('../images/site/headerbg.png') repeat-x top left;
	position: absolute;
	top: 0;
	left: 260px;
}

#header ul {
	vertical-align: middle;
	line-height: 60px;
}

#header li {
	display: inline;
	margin-right: 20px;
}

#header li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.5em;
}

#header li.current a, #header li a:hover {
	color: #ff0000;
}

h1 {
	font-size: 2.5em;
	color: #df0000;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#banner {
	margin-bottom: 20px;
}

#content p {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

a.homelink {
	display: block;
	width: 170px;
	min-height: 8em;
	padding: 15px;
	border: 10px solid #333333;
	margin-right: 20px;
	float: left;
	text-decoration: none;
	color: #333333;
}

a.homelink.last {
	margin-right: 0;
}

a.homelink span.title {
	color: #df0000;
	font-size: 2.5em;
	margin-bottom: 5px;
	display: block;
}

a.homelink span.text {
	color: #333333;
	display: block;
	font-size: 1.3em;
	line-height: 1.2em;
}

a.homelink:hover {
	border-color: #df0000;
	background-color: #eeeeee;
}

span.prop {
	width: 0;
	height: 8em;
	float: left;
}

#footer {
	font-size: 1.1em;
	color: #999999;
	text-align: center;
	margin-top: 20px;
}

#footer a {
	text-decoration: underline;
	color: #999999;
}

#footer a:hover {
	text-decoration: none;
	color: #333333;
}

/* Links */

#content a {
	color: #df0000;
}

#content a:hover {
	text-decoration: none;
}

/* General Styling */

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

/* Lists */

#content ul {
	font-size: 1.3em;
	line-height: 1.2em;
	list-style: square inside;
	margin-bottom: 1.2em;
}

/* Portfolio thumbnail page */

a.thumbnail {
	border: 10px solid #333333;
	margin: 0 20px 20px 0;
	display: block;
	float: left;
}

a.thumbnail.last {
	margin-right: 0;
}

a.thumbnail:hover {
	border-color: #df0000;
	color: #ffffff;
}

/* Portfolio large image page */

#largeimage {
	width: 620px;
	margin-right: 20px;
	float: left;
}

#largeimage a {
	border: 10px solid #333333;
	margin-bottom: 5px;
	display: block;
}

#largeimage a:hover {
	border-color: #df0000;
}

/* Contact page */

#contact-form {
    float: left;
    width: 640px;
}

#contact-details {
    float: left;
    width: 258px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px dotted #cccccc;
}

#contact-details p.last {
    margin-bottom: 0;
}

span.formtitle {
	display: block;
	float: left;
	width: 13em;
	margin-right: 20px;
	font-weight: bold;
}

input.text {
	width: 200px;
}

textarea.textarea {
	width: 300px;
	font-family: Arial;
	font-size: 1.1em;
}

div.hidden {
	display: none;
}

span.required {
	color: #df0000;
	font-weight: bold;
}

div.errorbox {
	background-color: #ffbfbf;
	border: 1px solid #df0000;
	padding: 20px;
	margin-bottom: 20px;
}

/* Portfolio index page */
div.thumbnail-container {
	width: 300px;
	float: left;
	margin-right: 20px;
}

div.thumbnail-container.last {
	margin-right: 0;
}

div.thumbnail-container .thumbnail {
	margin-bottom: 10px;
}

#content div.thumbnail-container p {
	font-size: 2.5em;
	color: #df0000;
}