/* Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
html {
     overflow-y: scroll;
}

ol, ul {
	list-style: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-size:100%; 
	font-weight:normal; 
	}

/* Basic set up */
body {
	width: 790px; 
	margin: 0px auto 0px;
	line-height: 1em;
	color: #656355;
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans-serif;
	height: 100%;
	
	}

	
/* Layout */
#logocolumn {
	float: left;
	margin-top: 41px;
	width:142px;
	/*background-color: red;*/
	}

#leftcolumn {
	float: left;
	margin-top: 56px;
	width: 81px;
	/*background-color: green;*/
	}
	
#content {
	float: left;
	margin-top: 50px;
    width:540px;
    overflow:hidden;
	}
	
#container {
        float:left;
        width:540px;
        margin-left:221px;
}
	
/* Left column + Navigation */
#leftcolumn img {
	margin-bottom: 40px;
	background-color: black;
	}

#leftcolumn ul li a, #leftcolumn ul li a:visited {
	display: block;
	/*background-color: #c2bcb0;*/
	margin-bottom: 6px;
	padding: 3px 9px 4px 0;
	text-decoration: none;
	color: #A49D8E;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	width: 70px;
	/*border-top: 1px solid #c2bcb0;*/
	border-bottom: 1px dotted #c2bcb0;
	/*border-left: 1px solid #c2bcb0;*/
	}
	
#leftcolumn .imprint {
	margin-top: 40px;
}

#leftcolumn ul li a:hover, #leftcolumn ul li a.active {
	/*background-color: #A49D8E;*/
	color: #656355;
	border-bottom: 1px solid #7b796e;
}
	
/* Content */
.contentsection {
    width:501px;
    float:left;
	padding-left: 20px;
}
	
.contentsection h2 {
	font-weight: bold;
	font-size: 12px;
	padding-top: 1em;
	padding-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	}
	
.contentsection h3 {
	font-weight: normal;
	font-size: 26px;
	line-height: 1.25em;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-bottom: 0.25em;
	}
	
.contentsection p {
	padding-top: 1em;
	line-height: 1.5em;
	}
	
.contentsection .subheader {
	margin-bottom: -0.75em;
	line-height: 1.5em;
	}

.contentsection .project {
	margin-top: 20px;
	clear: left;
	}
	
.contentsection .project p {
	font-size: 11px;
	float: left;
	width: 200px;
	}
	
.contentsection .project h2 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	}
	
.contentsection .project img {
	margin-left: -20px;
	margin-bottom: 25px;
	margin-right: 10px;
	float: left;
	}
	
/* About us gallery */
.aboutphoto {
	margin-top: 1em;
	clear:left;
	}
	
.aboutphoto p {
	padding-top: 0.5em;
	}
	
.aboutphoto img {
	padding: 5px;
	background-color: #FFFFFF;
	margin-right: 10px;
	float: left;
	}
	
/* Work gallery */
.workphoto_left, .workphoto_right {
	background: url(../../Content/images/workshadow.png) top left no-repeat;
	padding: 5px 0px 0px 7px;
	float: left;
	}

.workphoto_left {
	margin: 1em 20px 0px -7px;
	}

.workphoto_right {
	margin: 1em 0px 0px -7px;
	}
	
.workphoto_left h3, .workphoto_right h3 {
	margin-top: 1.5em;
	}
	
.workphoto_left p, .workphoto_right p {
	width: 240px;
	}

/* Contact Form */	


.ct_col_left, .ct_col_right {
	padding-top:1em;
	width:220px
	}

.ct_col_left {
	float: left;
}

.ct_col_right {
	float: right;
}	


fieldset {
	border: none;
	margin-top: .5em;
	
}

label {
	display:block;
	margin:.5em 0 .3em 0;
}



input, textarea {
	width:210px;
	font-family: Arial, Helvetica, sans-serif;
	color: #656355;
	background-color: #EDEBE8;
	border: 1px solid #656355;
	font-size:1.2em;
}

input {
		height: 1.5em;
		padding-top: 3px;
	}	

/*
input:focus, textarea:focus {
	border: 1px solid #fff; 
} */

.required {
	background-color: #FFFFD2;
}

.button {
	font-size:1.2em;
	height:1.7em;
	padding-top:0px;
	margin-top:20px;
	width:105px;
	cursor:pointer;
}

.button:hover 
{
	background-color:#8bafdc;
	cursor:pointer;
	color: #EDEBE8;
 }

	
/* Drop shadow */

#dropshadow {
	position: fixed;
	height: 100%;
	width: 40px;
	margin-top: -55px;
	!margin-left:-540px;
	bottom:0px;
	z-index: 1;
	background: transparent url(../../Content/images/bg.png) repeat-y left;
}

/* Helpers */

.clear
{
	clear:both;
}

.fixed
{
	position: fixed;
}
	
.hidden 
{
    display:none;
}

.left
{
	float:left;
}

.right
{ 
	float:right;
}

#logo {
    background-color:white;
}

.controller {}

.footer
{
	clear:both; 
	/*background-color:#515047;*/
	border-top:dotted 1px #A49D8E;
	height:20px;
	padding-top:5px; 
	margin-top:2em;
	color: #A49D8E;
	font-size: 10px;
}

.footer span
{
 !line-height:1.1em;
}

.link, .link:visited
{
	 text-decoration:none;
	 color: #7498c7;
}

.link:hover
{
	text-decoration: underline;
}

#nespresso
{
	position:fixed; bottom:0px; right:0px;
	
}
