/* Stylesheet document by Flame Digital Ltd (http://www.flamedigital.com) */
/* Based on Owen Briggs template (http://www.thenoodleincident.com) */

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
color: #898370;
	background-color: #E2E2D2;
	text-align:center;
}

#container {
	width: 720px;
	margin: 0px auto;
	background-color: #FFF;
	text-align:left;
}

#frame {
	margin: 0px 10px;
}

#header {
	height: 200px;
	background-repeat:no-repeat;
	background-position: 0px 0px;

}
#header span {
	display: none;
}

#mainNavigation {

background-image:url(../images/argyll_logo.gif);
background-position:right top;
background-repeat:no-repeat;

}
#mainNavigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}
#mainNavigation li {
	float: left;
	width: 140px;
	height: 20px;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mainNavigation a {
	width: 140px;
	height: 20px;
	display: block;
}
#mainNavigation a span {
	display: none;
}

#brochure {
}
#brochure a {
	width: 175px;
	height: 90px;
	display: block;
}
#brochure a span {
	display:none;
}

#content {
	position:relative;
	background-color: #fff;
}

h1 {
	
	margin:0;
	padding:0;
}
h1 span {
	display: none;
		margin:0;
	padding:0;
}

#mainCopy {
	width: 525px;
	overflow: visible;
}

#rightColumn {
	width: 175px;
	height: 450px;
	position: absolute;
	top: 30px;
	left: 525px;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat:no-repeat;
}

#footerMargin {
	background-color: #FFF;
	height:20px;
	clear: both;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 8px 10px 8px 30px;
	background-color: #E0DFBC;
}

#copyright {
	width: 456px;
	height: 18px;
	background-image: url(../images/copyright.gif);
	background-repeat:no-repeat;
}
#copyright span {
	display: none;	
}

		
/* --------------------------------------------------------------------- */
/*typography*/

a {
	text-decoration: underline;
	color: #787E52;
	font-weight: normal;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: none;
	}
h2 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 30px 20px 20px 30px;
	}
h2 span {
	display: none;
}
h1 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.0em 0em;
	font-weight: normal;
	color:#929F87;
	letter-spacing: -0.05em;

	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}	
	
ol, ul {
	/*list-style: none;*/
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
li {
	font-size: 1em;
	line-height: 1.8em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.0em 2.4em 1.0em 2.4em;
	}
#rightColumn p {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #787E52;
	margin:10px 0px;
	padding:0px 10px;
}
#rightColumn ul {
	font-size: 0.8em;
	color: #CECDA7;
	margin:10px 0px;
	padding:0px 10px;
	list-style-type:circle;
	font-style: normal;
}
#rightColumn li {
	line-height: 1em;
	font-size: 1.0em;
	color: #787E52;
}

form {
	padding: 0px;
	margin: 0px;
}

li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
em, i {
	font-style: italic;
}

/* --------------------------------------------------------------------- */
/* classes */

.brochure_top {
padding-top:15px;

}
