/* Hargreaves and Co website: Adira Ltd */
html{
	margin: 0px;
	padding: 0px;
}
body{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Serif;
	font-size: small;
	color: #000000;
}


#page_wrapper {
	width: 760px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#banner{
	height: 72px;
}

#navigation{
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
	height: 40px;
}

#photo_banner{
	height: 170px;
}

#strap_line{
	background-color: #75706d;
	background-image: url(images/strap_background.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	padding: 15px 10px 10px 10px;
	line-height: 130%;
	font-size: 120%;
	border-top: 2px #ffffff solid;
}

#strap_line p{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#banner img{
	padding: 10px 0px 0px 0px;
}

.across_strip{
	clear: both;
	height: 30px;
	background-color: #5a6873;
	border-bottom: 2px solid #ffffff;
}

#content_wrapper{
	line-height: 130%;
}

#innercontent{
	
}

#content{
	margin-right: 232px;
}

#content_side{
	float: right;
	width: 230px;
	text-align: right;
}

#content p{
	padding: 10px 10px 10px 10px;
	margin: 0px;
	font-size: 105%;
}

#innercontent p{
	padding: 10px 10px 10px 10px;
	margin: 0px;
}

#footer{
	clear: both;
	border-top: 2px solid #ffffff;
	background-color: #5a6873;
	height: 30px;
	text-align:center;
}
#footer p{
	color:#FFFFFF;
	padding-top:5px;
}

/* text */
a, a:link, a:visited{
	color: #5a6873;
	font-weight: bold;
}

a:hover{
	color: #e28839;
	font-weight: bold;
}

h1{
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
}

.content_header{
	background-color: #ddecf0;
	padding: 10px;
}

.side_header{
	background-color: #e28839;
	padding: 10px;
}

.side_block{
	background-color: #ddecf0;
	font-size: 130%;
	line-height: 120%;
	color: #5a6873;
}

h2{
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
	color: #5a6873;
	margin: 0px;
	padding: 0px;
}

h3{
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
h3 a, h3 a:link, h3 a:visited{
	text-decoration: none;
	color: #ffffff;
}
h3 a:hover{
	text-decoration: none;
	color: #5a6873;
}
/*navigation*/
#navigation ul
{
margin: 0px;
padding: 12px 0px 0px 0px;
white-space: nowrap;
}

#navigation li
{
	margin: 0px;
	padding: 0px;
display: inline;
list-style-type: none;
text-transform: uppercase;
font-size: 120%;
font-weight: bold;
}

#navigation a { 
	padding: 10px 25px 8px 20px; border-right: 2px solid #666666;
}

#navigation a:link, #navigation a:visited
{
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

#navigation a:hover
{
color: #cccccc;
font-weight: bold;
text-decoration: none;
}

ul{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 30px;
}

li{
	margin: 0px;
	padding: 0px;
	list-style: circle;
	color: #5a6873;
	font-weight: bold;
}

strong{
		color: #e28839;
	font-weight: bold;
}