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

body{
	background-image:url(../images/bg1-purple.gif);
	background-color: #260859;
	}
	
.column, .box, .middle, .right, .footer-box{
	background-color:#fff;
	}
.box.menu {
	background:none;
}
.first{
	background:none;
	}
	
#gradientcontainer {
	background:url(../images/purple-gradient.gif) top repeat-x;
}
	
a{
	color:#9F98BB;
}
	
.text{
	color:#000;
	}





.presentation h2 {
	color:#fff;
}
h2 small, h4 small{
	color:#9F98BB;
}	
	
.logo{
	background-image:url(../images/watermens-logo-purple.gif);
	}
	
.right{
	background-image:url(../images/bg2-purple.gif);
	}
.full{
	background-image:url(../images/bg2-purple.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
 .info {
 	background:#42316F;
	color:#fff;
}
.menu li ul {
	background:#42316F;
}
#leftNav a:hover, .footer-box:hover {
	background:#fefefe!important;
	color:#260859;
}

.footer-right{
	color:#fff;
	}
