/*Anna Kavan Site */

body,html{
	margin:0px;
	padding:0px;
}

body{
	font-family:"Trebuchet MS", Arial;
	font-size:11pt;
	color:#727471;
	background:url(../images/background-portrait.jpg) right top no-repeat #929593;
}

h1{
	margin:0;
	padding-bottom:5px;
	color:white;
	border-bottom:2px solid #363636;
	font-weight:normal;
}

h2{
	margin:0;
	padding-bottom:5px;
	border-bottom:2px solid #7e8486;
	font-weight:normal;
}

h3{
	font-size:12pt;
	font-weight:bold;
	margin:15px 0px;
	padding:0;

}

a{
	text-decoration:none;
	color:#282a2b;
}

a:hover{
	text-decoration:underline;
}

img{
	border:3px solid #fff;
}

#wrapper{
}

#header{
	background:url(../images/background-header.png) repeat-x;
	height:110px;
	width:100%;
	position:fixed;
	top:0;
}

#header .logo{
	margin-left:65px;
	float:left;
}

#header .main-menu{
	float:left;
	margin-left:35px;
	margin-top:50px;
}

#header .main-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#header .main-menu ul li{
	display:inline;
}

#header .main-menu ul li.active a{
	color:#444542;
	font-weight:bold;
}

#header .main-menu ul li a{
	padding-right:25px;
	color:#727471;
	font-size:12pt;
}

#header .main-menu ul li a:hover{
	color:#444542;
}

#content{
	margin-top:106px;
	margin-bottom:100px;
	padding:0px 30px;
}

#content a{
	color:#cccccc;
}

#content .primary-holder{
	width:60%;
	float:left;
	background:url(../images/background-primary.png);
	padding:55px 20px 20px 20px;
	color:#fff;
}
#content .secondary-holder{
	width:300px;
	margin-top:40px;
	float:left;
	padding:20px 10px 10px 10px;
	background:url(../images/background-secondary.png);
	color:#fff;
}

#footer{
	padding:5px 50px;
	height:100%;
	background:#b7b7b7;
	color:#fff;
	margin-top:20px;
}

.clear{
	clear:both;
}

table {
	margin-top:15px;
	border-collapse: collapse;
	width:100%;
}

th {
	padding: 0 0.5em;
	text-align: left;
}

th tr td{
	background:##727471;
}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}

td+td {
	border-left: 1px solid #CCC;
}

.form{
}

/* enquiry */
.enquiry-form .field{
  margin-bottom:10px;
}
.enquiry-form .field label {
	display: block;
}
.enquiry-form .field input,
.enquiry-form .field textarea ,
.enquiry-form .field select {
	border: 1px solid #787c7d;
	font-size:11pt;
	color:#282a2b;
}
.enquiry-form .buttons {
	text-align: left;
}
.enquiry-form .buttons input {
	border: 1px solid #999;
	background-color: #ddd;
}

form {
	margin: 0;
}

.website {display: none !important;}
