/* PAGE TOP MARGIN */		
body { 	height: 700px;
		width: 800px;
		margin: 0 auto;
		font-family: ms sans serif, tahoma, arial;
		background-color: #EDEDED;
		background-image: url("http://www.bridgewater.it/images/mainbg.gif");
		background-repeat: repeat-x;
		}
 

 .null {}


/* STANDARD LINKS */
a:link {
		color: #2B8DBE;
		text-decoration: none;
		background-color: transparent;
		}
a:visited {
		color: #2B8DBE;
		text-decoration: none;
		background-color: transparent;
		}
a:hover {
		color: #000080;
		text-decoration: none;
		background-color: transparent;
		}

/* MENU SETTINGS */
.menu {
	width: 820px;
	height: 70px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("http://www.bridgewater.it/images/gray_background.jpg");
	border: 1px solid gainsboro;
	}

a.menuitem:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	}

a.menuitem:visited {
	color: gainsboro;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	}

a.menuitem:hover {
	color: gainsboro;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	}



/* TD BACKGROUNDS */		
.dottedvertical {
		background-image: url("http://www.bridgewater.it/images/dotted_v.gif");
		}
		
.dottedhoriz {
		background-image: url("http://www.bridgewater.it/images/dotted_h.gif");
		}
		
.leftvertbar {
		background-image: url("http://www.bridgewater.it/images/frame/left.gif");
		}
		
.rightvertshadow {
		background-image: url("http://www.bridgewater.it/images/frame/right.gif");
		}



/* FONT SETTINGS */

span, li {
		font-family:verdana,arial,helvetica;
		color:#7A7A7A;
		}

.breadcrumb {
		font-size:60%;
		color:#8E8E8E;
		}
		
.pageheading {
		font-size:120%;
		color:#991F66;
		font-weight:bold;
		letter-spacing:-1pts;
		}
		
.subheading {
		font-size:90%;
		color:#991F66;
		font-weight:bold;
		letter-spacing:-1pts;
		}
		
.tableheading {
		font-size:90%;
		color:#000000;
		font-weight:bold;
		letter-spacing:-1pts;
		}
		
.small {
		font-size:60%;
		font-weight:bold;
		}		
		
.smallorange {
		font-size:80%;
		color:#373737;
		line-height:1;
		}

.subnav {
		font-size:75%;
		padding-left: 15px;
		font-weight:bold;
		}
		
.subnavon {
		font-size:75%;
		font-weight:bold;
		color:#373737;
		}
		
.subsubnav {
		font-size:65%;
		}
		
.subsubnavon {
		font-size:65%;
		font-weight:bold;
		color:#373737;
		}
		
.seealsoheading {
		font-size:75%;
		font-weight:bold;
		color:#991F66;
		}


.normal {
		font-size:70%;
		line-height:1.5;
		}

.normaltight { font-size: 70%; line-height: 0.5pt }


li {
		font-size:70%;
		line-height:1.5;
		}
		
.price {
		font-size:80%;
		line-height:1.5;
		font-weight:bold;
		}
		
.normalnls {
		font-size:70%;
		}
		
.callback {
		font-size:70%;
		color:#A2A2A2;
		line-height:1.2;
		}
		
.footer {
		font-size:75%;
		font-weight:bold;
		color:#991F66;
		}

.imgcaption {
		font-size:60%;
		color:#989898;
		}
