@charset "UTF-8";
/* CSS Document */

*{outline:none;}
html, body, ul, li{margin:0; padding:0}

body{
	color:#ffffff;
	background-color:#B7ADA5;	
}
.wrapper{
	width:1024px;
	margin:0 auto;	
	position:relative;
}
.clear{
	clear:both;	
}
h1{
	font-family: 'londrina_solidregular';	
	font-size:35px;
}
h2{
	font-family: 'open_sansbold';
	margin-top:0px;	
	font-size:15px;
}
h3{
	margin-top:0;
	font-family: 'londrina_solidregular';	
	font-size:40px;
}
p{
	font-size:13px;
	font-family: 'open_sansregular';
}
a{
	color:#ffffff;
	text-decoration:none;	
}

/* Header */
div#header{
	height:100px;	
	background-color:#ffffff;
}
ul#navLeft{
	float:left;	
	margin-top:20px;
}
ul#navRight{
	float:right;
	margin-top:20px;
	margin-right:55px;	
}
ul#navLeft li{
	margin-right:50px;	
}
ul#navRight li{
	margin-left:50px;	
}
ul li{	
	float:left;
	list-style-type:none;	
}
ul li a{
	font-family: 'amatic_scregular';
	font-size:45px;
	color:#606738;
}
img.navArrowDown{
    position: relative;
	top:-18px;
	left:-5px;
}
img.navArrowSide{
	position:relative;
	top:-23px;
	left:-5px;
}
#logo{
    left: 50%;
    margin-left: -200px;
    position: absolute;
	z-index:2;
}
a#english{
	background:url(../res/nant-conwy-english.png);
	width:37px;
	height:88px;
	position:absolute;
	right:0px;
	top:0px;
}
a#cymraeg{
	background:url(../res/nant-conwy-tree-services-cymraeg.png);
	width:37px;
	height:88px;
	position:absolute;
	right:0px;
	top:0px;	
}

/* Content */
#contentBackground{
	background-color:#606738;	
	padding-bottom:10px;
}
#content{
	padding:80px 0 20px;
	width:600px;
	float:left;
	margin-right:30px;	
}
#contentRight{
	padding:80px 0 20px;
	float:left;	
}
a#stitchLine{
	background:url(../res/nant-conwy-stitch-line.png);
	width:100%;
	height:11px;
	display:block;	
}

/* Footer */
div#footerBackground{
	background-color:#b7ada5;
	padding:70px 0;	
}
div#footerBackground p{
	margin:0;	
}
	