/* colours */
.brown-01 { color: #a89880; }
.brown-02 { color: #6b6158; }

/* Content */
a {
	color: #6b6158;
}

a:hover {
	color: #a89880;
}

p {
	padding: 0px;
	margin: 2px 0px 24px 0px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.clear {
	clear: both;
}

img { border: none 0px; vertical-align: middle; }

ul {
	margin: 0px 0px 24px 15px;
	padding: 0px;
}

ul li {
	padding-left: 20px;
}

#PageHeaderRight {
	font-size: 24px;
	padding-right: 30px;
}

#PageHeaderRight .header-right-01 {
	color: #000000;
}

#PageHeaderRight .header-right-02 {
	color: #a89880;
}

#MenuLeft div {
	background-color: #6b6158;
	border-bottom: 1px solid #a89880;
	border-right: 1px solid #ffffff;
	padding: 15px 0px 15px 50px;
	width: 110px;
	cursor: pointer;
}

#MenuLeft div.over {
	background-color: #a89880;
}

#MenuLeft a {
	color: #ffffff;
	text-decoration: none;
}

#ContactForm {
	
}

#ContactForm input, #ContactForm textarea {
	background-color: transparent;
	border: 1px solid #6b6158;
	color: #6b6158;
	font-size: 14px;
}

#ContactForm textarea {
	width: 99%;
	margin-bottom: 10px;
}

#ContactForm input.contact-error, #ContactForm textarea.contact-error, div.contact-error {
	border: 1px solid #ff766c !important;
}

#ContactForm p {
		margin: 2px 0px 8px 0px;
}

#Portfolio-view {
	text-align: center;
}

#Portfolio-view img {
	margin-bottom: 10px;
}

#scrollLinks {
	background: url(images/gallery-control.gif) top left no-repeat;
	 height: 22px; line-height: 22px;
}

#Portfolio-control {
	margin-left: 28px;
}

#Portfolio-control-left {
	float: left;
	padding-left: 8px; padding-top: 8px;
}

#Portfolio-control-right {
	float: right;
}

#Portfolio-index {
	padding-top: 10px;
	margin: 0 auto 0 auto;
	width: 648px;
}

#Portfolio-index img {
	padding: 9px 16px 14px 9px;
	margin: 0px 6px 0px 6px;
	background: url(images/portfolio-thumb.gif) top left #a89880;
}

#Portfolio-index a {

}

#Portfolio-index a:hover img {
	background: url(images/portfolio-thumb-over.gif) top left #6b6158;
}

.portfolio-image {
	/*display: inline;*/
	background: url(images/portfolio-thumb.gif) top left #6b6158;
}

div#wn { 
	position: relative; 
	width: 648px;
	height: 76px; 
	overflow: hidden;	
}

.loading {
	background: url(images/loading.gif) no-repeat center center;
	width: 651px;
	height: 354px;
	padding: 20px;
	margin: 0 auto 10px auto;
}

.content-home, .content-profile {
	padding: 15px 20px 0px 15px;
}

.content-contact {
	padding: 75px;
}

.contact-message {
	border: 1px solid #a89880;
	padding: 10px;
}