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

body{
font-family: Arial;
}

p{
color: white;
font-size: 12px;
}

.p{
color: white;
font-size: 12px;
}

li{
color: white;
font-size: 12px;
}

.centered{
	margin-left:auto;
	margin-right:auto;
 	width:973px;
 	position: relative;
}
.centeredbody{
	margin-left:auto;
	margin-right:auto;
 	width:973px;
 	background-image:url(../designimages/fuse-fireworks-bg.png);
 	position: relative;
}
.container{
 	text-align:left;
 	padding-top: 1px;
 	margin-left:160px;
 	min-height:400px;
 	width:100%;	
 	
}

h1{
font-size: 20px;
color: white;
margin: 0;
padding: 0;
}

h2{
font-size: 16px;
color: white;
margin: 0;
padding: 0;
}

.imageboxleft{
margin:0px 25px 20px 0px;
float:left;
}

.imageboxright{
margin:0px 0px 20px 25px;
float:right;
}

.imageboxcentrebullet{
margin:0px 0px 0px 321px;
float:centre;
}

.textbox{
width:680px;
color: white;
}

.fullwidthbox{
width:680px;
}

/* links */
a.whitelink:link, a.whitelink:visited {
color: white;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

a.whitelink:hover {
color: #330066;
}

a.burglink:link, a.burglink:visited, a.burglink:hover {
color:maroon;
text-decoration: none;
font-size: 9px;
}
.footertext{
color:maroon;
font-size: 9px;
}

.clientlist{
color: white;
font-size: 12px;
font-weight: bold;
padding-bottom: 1px;
}

.pricelist{
color: white;
font-size: 12px;
padding-bottom: 1px;
}

.clear{
clear: both;
}

a.bodytextlink:link, a.bodytextlink:visited{
color: white;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
}

a.bodytextlink:hover{
color: #990099;
}

a.nextprevlink:link, a.nextprevlink:visited{
color: white;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

a.nextprevlink:hover{
color: #990099;
text-decoration: underline;
}

a.imagelink:link, a.imagelink:visited, a.imagelink:hover {
border:0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font-size: 10px;
}

.breadcrumb a{
background: transparent url(../images/small-star.jpg) no-repeat center right;
text-decoration: none;
padding-right: 35px; /*adjust bullet image padding*/
color: white;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: white;
}

.breadcrumb a:hover{
text-decoration: underline;
}



