/* CSS Document */

body {
	margin: 0;
	background: #1a67ab url(images/bg_imag.jpg) bottom repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#container {
	width: 891px;
	margin:0 auto;
}
#header {
	width:891px;
	background: url(images/header.jpg) top no-repeat;
	padding-top: 100px;
}
#footer {
	width:891px;
	float:right;
	height:73px;
	background: url(images/footer_bg.png);
}
.paypal {
	width: 161px;
	height: 43px;
	background: url(images/paypal_footer.png) top no-repeat;
	margin: 14px 0 0 10px;
	float: left;
}
.logoFooter {
	width: 156px;
	height: 58px;
	background: url(images/logo_footer.png) top no-repeat;
	margin-top: 8px;
	float: left;
}
.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 891px;
	overflow: hidden;
	margin-bottom: 1em;
	background: black url(http://aquarellaswimwear.com/images/blockdefault.gif) center center repeat-x;
}
.solidblockmenu li {
	display: inline;
}
.solidblockmenu li a {
	float: left;
	color: white;
	padding: 15px 13px;
	text-decoration: none;
	border-right: 1px solid white;
}
.solidblockmenu li a:visited {
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url(http://aquarellaswimwear.com/images/blockactive.gif) center center repeat-x;
}
#discount_bikini {
	width:270px;
	float:right;
}
#flash_scroller {
	width:590px;
	height:300px;
	float:left;
}
#main_text {
	border: thin;
	border-style:dashed;
	border-width:1px;
	margin-top:3px;
	width:575px;
	height:143px;
	float:left;
	background: #c7e2ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	padding:5px;
}
#footer_text {
	width: 540px;
	text-align: center;
	margin-top: 20px;
	font: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	float: left;
}
#footer_text a {
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
}
#footer_text a:hover {
	text-decoration: underline;
	color: #015876;
	font-size:12px;
}
#content {
	background-color:#FFFFFF;
	width:891px;
	color:#000000;
}

a{
text-decoration:none;
border:#FFFFFF;
}


