/********************************/
/********************************/
/***© Copyright digilime.co.uk***/
/**************2009**************/
/********************************/
/**Please do not steal my work!**/
/********************************/
/********************************/


/*SET ALL MARGINS TO 0*/
*
{
	margin: 0;
}


img
{
	border: none;
}


/*FIX FIREFOX SCROLLBAR*/
html
{
    overflow-y: scroll;
}


/*CENTER THE PAGE FOR IE<=6*/
body
{
	text-align: center;
	background-image: url('../graphics/backgrounds/top_strap.png');
	background-repeat: repeat-x;
	background-position: 0 212px;
}


/*CENTER THE PAGE FOR * BROWSERS AND RESET CONTENT TO LEFT FOR IE<=6*/
#wrapper
{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}


#header
{
	width: 920px;
	height: 19.31em;
	background-image: url('../graphics/general/header.jpg');
	background-repeat: no-repeat;
}


#navigation
{
	width: 920px;
	height: 35px;
	margin-top: 212px;
	padding-left: 80px;
	float: left;
	list-style: none;
}


#navigation li
{
	float: left;
}

#navigation li a:link, #navigation li a:visited
{
	width: auto;
	height: 20px;
	display: block;
	float: left;
	text-align: center;
	padding: 0 10px 0px 10px;
	margin-top: 7px;
	text-decoration: none;
	font: bold 14px arial, sans-serif;
	color: #e2d098;
	border-left: 2px solid #d6d6d6;

}


#navigation li a:hover
{
	color: #ffffff;
}


#navigation li .first_nav:link, #navigation li .first_nav:visited, #navigation li .first_nav:hover
{
	border: none;
}


#navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover
{
	color: #ffffff;
}


#strap_line
{
	width: 920px;
	height: 80px;
	background-image: url('../graphics/backgrounds/strap_line.png');
	background-repeat: no-repeat;
	background-position: 320px 20px;
	float: left;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #494949;
	padding-left: 62px;
	padding-top: 10px;
}


#tel_no
{
	padding-left: 5px;
}


#strap_line a:link, #strap_line a:visited
{
	text-decoration: none;
	font-weight: normal;
	font-size: 17px;
	color: #494949;
	border-bottom: 1px dashed #494949;
}


#strap_line a:hover
{
	border: none;	
}


h1
{
	font: 30px arial, sans-serif;
	margin-bottom: 15px;
	color: #666666;
	letter-spacing: -3px;
}


h1> span:first-child
{
	color: #6d0d0d;
}


h2
{
	font: 20px arial, sans-serif;
	margin-bottom: 10px;
	color: #666666;
	letter-spacing: -1px;
}


q
{
	font-style: italic;
}


.bold
{
	font-weight: bold;
}


.center
{
	text-align: center;
}


.clear
{
	clear: both;
}


.left
{
	float: left;
}


.right
{
	float: right;
}


#footer
{
	width: 100%;
	height: 73px;
	margin-top: 50px;
	text-align: center;
	background-image: url('../graphics/backgrounds/footer.png');
	background-repeat: repeat-x;
	display: block;
	float: left;
	font: 13px arial, sans-serif;
}


#footer_content
{
	width: 920px;
	text-align: left;
	margin: 0 auto;
	padding-top: 40px;
	color: #222222;
}


#footer span#left
{
	float: left;
}


#footer span#right
{
	font: 10px arial, sans-serif;
	float: right;
}


.footer_link:link, .footer_link:visited
{
	text-decoration: none;
	color: #222222;
	border-bottom: 1px dashed #000000;
}


.footer_link:hover
{
	border: none;
}
