body {
	margin:10px auto;
	background:#cb0088;
	color: #b99142;
	text-align:center;
	padding:0;
	font:12px/1.5em Arial, Helvetica, sans-serif;
	 }
/* basic elements*/  
a {	color: #9F7A09; text-decoration: none; font-weight:bold;	}
a:hover {color: #f5bc0e; text-decoration: none;}
img{border:none;}
td {vertical-align:top;	}
/*------------------------------------------------------------structure*/
#container{
	background:#FFFFFF;
	margin:0 auto;
	}
#wrapper{
 	position:relative;
 	width:770px;
	padding:0;
	margin: 0 auto;
	text-align:left;
	 }

#header {
	height:200px;
	background:url(../images/logo.png) no-repeat;
	margin:0;
	padding:0;
 }
.float-left{
	float:left;
	margin: 0.7em 20px 0.7em 20px;
	}
#navcontainer {
	float:right;
	width:400px;
	height:31px;
	margin:80px 0 0 0;
	padding:2px 0 0 0;
	background:url(../images/menu_bg.png) no-repeat;
 }

#bodyblock {
 background: #fff;
 color: #b99142;
 width:770px;
 padding:0;
 }

#l-col {
 float:left;
 background:#fff;
 color: #b99142;
 width:175px;
 }

#content {
	float:right;
 width:570px;
 background:#ffffff;
 color:#b99142;
 text-align:left;
 margin:0;
 padding:0;
 }

#footer {
	height:120px;
	 background:#cb0088 url(../images/footer_bg.gif) center -1px  no-repeat ;
	 color: #b99142;
	 margin:0;
	 padding:0;
 }

#footer p{
	text-align:left;
	margin:0 0 0 74%;
	padding:0 0 0 5px;
	font-size:11px;
	color: #4C0033;
	background:#cb0088;
	}
#footer a{
	color: #4C0033; text-decoration: none;
	}
#footer	a:hover {color: #f5bc0e;}
/*--------------------------------------------------------------------------submenu*/

ul.submenu{
  margin: 5px 0 20px 0;
  padding: 0;
  background:#cb0088;
  height:20px;
}

ul.submenu li{
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
	float: left;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.submenu li a {
	display: block;
	height: auto !important;
	/* Start hide from IE Mac \*/
  height: 1%;
	/* End hide from IE Mac */

  padding: 1px 5px 1px 19px;
	text-transform: lowercase;
}

ul.submenu li a {
	color:#fff; 
	border-left:1px solid #fff;
	text-decoration:none;
}

ul.submenu a:hover {
  color: #b99142;
}

/*------------------------------------------------------------------------presentation*/

	
 p, h1, h2, h3, h4{
	line-height: 1.3em;
	margin: 0.7em 20px;
	}
h1{
	color:#b99142;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: normal;
	padding:0;
	}
h2{
	color:#b99142;
	line-height: 1.3;
	font-size: 18px;
	padding:0;
	text-transform:uppercase;
	font-weight: normal;
	}

h3{
	color:#b99142;
	font-size:15px;
	font-weight: normal;
	line-height: 1.3;
	}
h4{
	color:#b99142;
	font-size:13px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0.2em 5%;
	}

ul{
	padding:0.7em 10%;
	margin-top:0;
	}


/*------------------------------------------------------------clear floats*/
.clearer{
 	height:1px;
 	overflow:hidden;
 	margin-top:-1px;
 	clear:both;
}
/*------------------------------------------------------------gallery buttons*/
dl.gallery{
	PADDING: 0px;  MARGIN:0 0 0 5%; 
}
dl.gallery dd {
	display: none
}
dl.gallery dt {
	display: block; padding:1px; border:1px solid #b99142; MARGIN: 0px 0px 5px 0; WIDTH: 170px; TEXT-INDENT: -10000px; HEIGHT: 80px;
}
dl.gallery dt a#wedding{
	display: block; WIDTH: 170px; HEIGHT: 80px;
}
dl.gallery dt a#parties{
	display: block; WIDTH: 170px; HEIGHT: 80px;
}
dl.gallery dt a#corp {
	display: block; WIDTH: 170px; HEIGHT: 80px;
}
dl.gallery dt a#child{
	display: block; WIDTH: 170px; HEIGHT: 80px;
}
dl.gallery dt a#acc{
	display: block; WIDTH: 170px; HEIGHT: 80px;
}
dl.gallery dt a#eco {
	display: block; WIDTH: 170px; HEIGHT: 80px;
}


dl.gallery dt a#wedding {
	background: url(../images/button_wedding.jpg) no-repeat;
}
dl.gallery dt a#parties {
	background: url(../images/button_parties.jpg) no-repeat;
}
dl.gallery dt a#corp{
	background: url(../images/button_corporate.jpg) no-repeat;
}
dl.gallery dt a#child {
	background: url(../images/button_children.jpg) no-repeat;
}
dl.gallery dt a#acc {
	background: url(../images/button_accessories.jpg) no-repeat;
}
dl.gallery dt a#eco{
	background: url(../images/button_eco.jpg) no-repeat;
}

dl.gallery dt a#classic:hover {
	BACKGROUND-POSITION: -170px 0px
}
dl.gallery dt a#modern:hover {
	BACKGROUND-POSITION: -170px 0px
}
dl.gallery dt a#royale:hover {
	BACKGROUND-POSITION: -170px 0px
}


}
/*------------------------------------------------------------horizontal rule*/
	
hr {
	margin:0 0 0 10px;
	border-top: 1px dashed #336600;/*the border*/
	width: 98%;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
