/* PAGE TOP MARGIN */		
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased; 
		font-family: "Arial";
		
margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  
}
body { 	height: 700px;
	width: 1000px;
	margin: 0 auto;
	background: url('/images/mainbg.png') repeat-x 0 -1421px #4396CA;
	font-family: "Arial";
	color: #000;
	text-decoration: none;
	padding-top: 24px;
}		

 

 .null {}


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

/* MENU SETTINGS */
.menu {
	width: 1020px;
	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: Arial;
		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;
		}

