/* blueprint overide */
.showgrid { background: #050505 url(../img/grid.png); }

/* Base Styles */
body {
	background: #050505;
	color: #fff;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	margin: 0;
}

img {
	display: block;
	overflow: hidden;
}

.logo {
	background:transparent url(../img/logo.png) no-repeat scroll 0 0;
	display:block;
	height:22px;
	margin-bottom:5px;
	text-indent:-99999px;
	width:461px;
}

#wrap {
	background: #050505 url(../img/bg.png) no-repeat 64px 0px;
}

#header {
	margin:50px 0 7px;
}

#block {
	margin: 0 auto;
	width:674px;
	display: block;
}

#splash {
	background: #fff;
	height:498px;
	padding:5px;
	width:664px;
	position: relative;
}

#leftPic {
	float: left;
	display: inline;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 332px;
}

#rightPic {
	float: left;
	display: inline;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 332px;
}

.menu {
	height:45px;
}

.menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin: 0;
}

.menu ul li {
	display: inline;
}

.menu ul li a {
	width: 336px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	float: left;
}

.menu ul li .wedding {
	background: transparent url(../img/btn_wed.gif) no-repeat;
}

.menu ul li .wedding:hover {
	background: transparent url(../img/btn_wed_hov.gif) no-repeat;
}

.menu ul li .comercial {
	background: transparent url(../img/btn_com.gif) no-repeat;
	margin-right: 2px;
}

.menu ul li .comercial:hover {
	background: transparent url(../img/btn_com_hov.gif) no-repeat;
}

.menu ul li a:focus{
	outline: none;
}


#footer {
	text-align: right;
		height: 50px;
}

#footer p {
	margin: 5px 0;
	font-size: 10px;
	color: gray;

}




