* { margin : 0; padding : 0; }

a,
a:hover,
a:visited,
img { 
	border : none; 
	outline: none; 
	}
   
body {
	background-color: #dbddda;
    color: #333333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
   	font-size: 76%;
    text-align: center;
    width: 100%;
    }     

/***********************************************************/
.spacer {
	clear: both;
	}
	
/***** FRAME ***********************************************/
#main {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #cbced7 url(../images/splash/bride.jpg) no-repeat;
	border-left: 1px solid #8C88A4;
	border-right: 1px solid #8C88A4;
	}
	
#contentBox {
	margin: 0 0 0 256px;
	width: 704px;
	}
	
#bridehand {
	}

#brideflower {
	background: url(../images/splash/brideflower.gif) no-repeat top left; 
	height: 225px;
	width: 59px;
	position: absolute;
	z-index: 100;
	top: 0;
	margin: 361px 0 0 255px;
	}
	
/***** BANNER **********************************************/	
#banner {
	background: #ADB0BF url(../images/splash/bridehand.jpg) no-repeat top left; 
	}
	
/***** FOOTER **********************************************/
#footer {
	background: #686C8D url(../images/splash/footerbg.gif) repeat-x top; 
	text-align: center;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	}
	
#footer span a{
	padding: 0 5px;
	color: #ffffff;
	}
	
#footer p {
	padding: 3px 0;
	}

/***** TOP MENU ********************************************/	
#topmenu {
	font-size: 1.2em;
	background: #565469 url(../images/splash/topmenubg.gif) repeat-x top; 
	padding: 0 0 5px 0;
	margin: 0 0 0 20px;
	}
	
#topmenu a {
	color: #eeeeee;
	text-decoration: none;
	display: block;
	}
	
#topmenu a:hover {
	color: #3f4055;
	}
	
#topmenu ul {
	padding: 5px 0;
	list-style: none;
	}
	
#topmenu li {
	float: left;
	margin: 6px 0 6px 10px;
	padding: 0 45px;
	}
	
#topmenu .leftBorder {
	border-left: 2px solid #5A4989;
	}
	
/***** LOGO ************************************************/		
#logo {
	height: 70px;
	text-align: center;
	margin: 20px 0 0 0;
	}
	
/***** FEATURE BOX *****************************************/	
#featureBox {
	margin: 4px 4px 0 2px;
	}
	
.titleBox {
	background-color: #8C88A4;
	height: 40px;
	border-left: 5px solid #727588;
	over-flow: hidden;
	}
	
.titleText {
	padding: 13px 10px 0 15px;
	color: #ffffff;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
	
#featureBox .productsBox {
	margin: 5px 0px 5px 6px;
	}
	
#featureBox .product {
	width: 165px;
	height: 175px;
	margin: 0 3px;
	float: left;
	}

#newsBox {
	margin: 8px 4px 0 2px;
	}

#newsBox .productsBox {
	background: url(../images/splash/newsbg.jpg) no-repeat right;
	margin: 5px 10px 5px 60px;
	height: 159px;
	}
