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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.hidden { visibility: hidden; }
.unhidden { visibility: visible; }

.bg {
background: url(images/bg.jpg) repeat-x;
}

.body_bg {
background: url(images/page_bg.gif) repeat-x;
}

img.border {
border:1px solid #000;
}
a:link {
	color: #009DAA;
}
a:visited {
	color: #38B1CB;
}
a:hover {
	color: #02CCC7;
}

#h_swimsuits {
	background-image: url(images/title_swimsuits.gif);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 40px;
	width: 735px;
	margin-left: 25px;
	margin-top: 25px;
}

#h_about {
	background-image: url(images/title_about.gif);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 45px;
	width: 735px;
	margin-left: 25px;
	margin-top: 25px;
}

#h_contact {
	background-image: url(images/title_contact.gif);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 45px;
	width: 735px;
	margin-left: 25px;
	margin-top: 25px;
}

#h_faqs {
	background-image: url(images/title_faqs.gif);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 62px;
	width: 735px;
	margin-left: 25px;
	margin-top: 25px;
}

.body-text {
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	line-height: 16pt;
}

.side_menu {
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13pt;
}

#footer-text {
	text-decoration:none;
	color:#CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#footer-text a {
	text-decoration:none;
	color:#CCC;
}
#footer-text a:hover {
	text-decoration:none;
	color:#CCC;
}
#footer-text a:active{
	text-decoration:none;
	color:#CCC;
}
#footer-text a:visited {
	text-decoration:none;
	color:#CCC;
}
