/*Angles Hair Navigation CSS Document */
ul,li{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.nav ul{
	float:right;
	padding:0px 0px 0px 0px;
}
.nav li{
	text-align:center;
	margin:0px;
	float:left;
	width:125px;
}
.nav a{
	color:#ffffff;
	text-decoration:none;
	background:url(../images/layout/nav_button.gif) repeat-x;
	display:block;
	margin:0px;
	border:1px solid #cfbb00;
	border-right:1px solid #9d8e00;
	padding:6px 0px 4px 0px;
	width:122px !important;
	width:125px;/*IE PC ONLY*/
}
.nav a:visited{
	color:#ffffff;
}
.nav a:hover{
	color:#ffffff;
	text-decoration:none;
	background:url(../images/layout/nav_button2.gif) repeat-x;
	display:block;
	margin:0px;
	border:1px solid #cfbb00;
	border-right:1px solid #9d8e00;
	padding:6px 0px 4px 0px;
	width:122px !important;
	width:125px;/*IE PC ONLY*/
}
.nav a.highlight{
	color:#ffffff;
	text-decoration:none;
	background:url(../images/layout/nav_button3.gif) repeat-x;
	display:block;
	margin:0px;
	border:1px solid #663300;
	border-right:1px solid #663300;
	border-left:0px;
	border-top:0px;
	padding:6px 0px 4px 0px;
	width:122px !important;
	width:125px;/*IE PC ONLY*/
}
.nav a.highlight:hover{
	color:#ffffff;
	text-decoration:none;
	background:url(../images/layout/nav_button3.gif) repeat-x;
	display:block;
	margin:0px;
	border:1px solid #663300;
	border-right:1px solid #663300;
	border-left:0px;
	border-top:0px;
	padding:6px 0px 4px 0px;
	width:122px !important;
	width:125px;/*IE PC ONLY*/
}
/*--------------------------------------Secondary Navigation-------------*/
#nav2 ul{
	float:right;
	padding:0px 0px 0px 0px;
}
#nav2 li{
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px;
	float:right;
	width:112px;
	background:url(../images/layout/colour_mid.gif);
	text-align:center;
}
#nav2 a{
	color:#663300;
	text-decoration:none;
	background:url(../images/layout/nav2_button.gif) repeat-x bottom left;
	display:block;
	padding:3px 5px 12px 5px;
	margin:0px;
}
#nav2 a:hover{
	color:#663300;
	text-decoration:none;
	background:url(../images/layout/nav2_button2.gif) repeat-x bottom left;
	display:block;
	padding:3px 5px 12px 5px;
	margin:0px;
}
#nav2 a img,#nav2 a image{
	vertical-align:middle;
	margin-right:3px;
	border:0px;
}
/*-----------------------------------------LISTS WITH BULLETS THROUGHOUT WEBSITE*/
.center{
	text-align:center;
}

ul.bullets{
	display:table;
	text-align:left;
	padding:10px 20px 10px 20px;
	margin:0px 0px 0px 70px;
}
ul.bullets li{
	background:url(../images/layout/dot.gif) no-repeat top left;
	padding:0px 0px 0px 10px;
}

/*-----------------------------------------GENERAL LINK STYLES*/
a,a:active,a:visited{
	text-decoration:none;
	color:#6b1e05;
}
a:hover{
	text-decoration:underline;
	color:#F15A29;
}
a img,a image{
	border-width:0px;
	margin-right:2px;
}
p.service{
	color:#6b1e05;
	font-weight:normal;
	font-family:futura,arial,helvetica,sans-serif;
	font-size:medium !important;
	font-size:small;/*IE PC ONLY*/
	margin-top:20px;
	padding:0px;
	line-height:20px;
}