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

body {
	margin: 0px;
	border: none;
	outline: none;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	font-family: 'Homenaje', sans-serif;
}
#content {
}
.wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
}
#logoimg {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1000;
}
#slider {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	background-image: url(../images/bannerbg.png);
	background-repeat: repeat-x;
	height: 125px;
}
h4 {
	color: #ffffff;
	font-size: 28px;
	margin: 0px;
	text-decoration: none;
}
h1 {
	color: #00A5CF;
}
h5 {
	color: #00A5CF;
	font-size: 16px;
}
h2 {
	color: rgb(0, 165, 207);
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #ffffff;
	font-size: 42px;
	margin: 0px;
	text-decoration: none;
}
#cleft {
	width: 580px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
	font-size: 18px;
}
#cleft2 {
	width: 660px;
	float: left;
	padding-right: 10px;
	color: #666;
	font-size: 16px;
	line-height: 22px;
}
#cright {
	width: 310px;
	margin-left: 660px;
}
#cright2 {
	width: 300px;
	float: right;
}
#containerhead {
	width: 308px;
	height: 76px;
	background-image: url(../images/containerhead.png);
	background-repeat: no-repeat;
}
#containerhead2 {
	width: 308px;
	height: 76px;
	color: #00A5CF;
}
#container {
	width: 308px;
	background-image: url(../images/graycontainer.png);
	background-repeat: repeat-x;
	overflow: auto;
	height: 406px;
}
#footer {
	background-image: url(../images/footerbg.png);
	height: 135px;
}
#fleft {
	padding-top: 5px;
	color: #006ea0;
	width: 600px;
	float: left;
	font-size: 22px;
}
#fright {
	margin-left: 620px;
	width: 360px;
	padding-top: 15px;
}
/*Slider*/

.container {
	margin: 0px;
}
.pc_container {
	margin-left: auto;
	margin-right: auto;
}
.pc_container .pc_item {
}
.pc_container .pc_bar_container {
	top: 230px;
	color: white;
	padding: 0px 0px 0px 0px;
	width: 100%;
	overflow: visible;
}
.pc_bar_container_underflow {
	width: 90000px;
	overflow: visible;
}
.pc_bar_container_overflow {
	overflow: hidden;
	position: absolute;
	top: 230px;
	color: white;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
.left, .center, .right {
	background-position: left;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 1px;
	float: left;
}
.bar {
	background-position: left;
	overflow: hidden;
	font-size: 1px;
	float: left;
}
.pc_item .desc {
	position: absolute;
	width: 250px;
	padding: 10px;
	height: 180px;
	line-height: 1.8em;
	right: 0px;
	background-image: url(http://www.aquaduckfleamarket.com/images/slide_fade.png);
}
#map {
	margin-top: -80px;
}
.pc_item .desc h1 {
	color: #DE8F26;
}
#slideshow {
	position: relative;
	weight: 907;
	width: 550px;
	height: 100%;
}
#slideshow IMG {
	position: absolute;
	z-index: 8;
	opacity: 0.0;
}
#slideshow IMG.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow IMG.last-active {
	z-index: 9;
}
#x {
	width: 520px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	font-size: 26px;
	overflow: hidden;
	text-transform: none;
text-decoration: !important;
}
}
#y {
	width: 300px;
	height: 410px;
}
ul {
	list-style: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
ul blockquote {
	list-style: none;
	margin: 0;
}
#css_horizontal_menu {
	/*specify here a width for a horizontal menu at fixed measure*/
/*1. remove the default list bullets*/
	list-style: none;
	/*2. method to avoid that the background of the div container collapse with floated elements*/
	overflow: hidden;
	/*3. in relation to the above method, for Internet Explorer 6, we need to specify a width of 100%*/
	width: 100%;
	/*4. margin value to null – needed for Internet Explorer*/
	margin: 0;
	/*5. a space (padding) of 1 px between the list border and its content*/
	padding: 1px;
/*6. the background color of the menu*/
background-color:;
/*7. a border of 1px around the menu*/

}
#css_horizontal_menu li {
	display: inline;
}
#css_horizontal_menu a {
	padding-left: 30px;
	padding-right: 20px;
	/*2. the float left that will align the links horizontally*/
	float: left;
	/*3. a fixed width for al the links*/
/*for links adaptable in width to its text content, using padding-right without the width*/

/*4. the height*/
	height: 25px;
	/*5. an empty space to the left of each link*/
	margin-left: 45px;
	/*6. and a left space (padding) between the border and the text link*/
	padding-left: 0px;
/*7. background color of the links*/
background-color:;
	/*8. a left border of 10px*/

/*9. the font family*/
/*10. the font size*/
	font-size: 18px;
	/*11. convert the font to capital letter*/
/*12. remove the text underline added by default to the links*/
	text-decoration: none;
	/*13. the color of the text links*/
	color: #fff;
	/*14. vertical align of the text link (value equal to the height)*/
	line-height: 30px;
}
#css_horizontal_menu a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #006e89;
}
#menubar {
	width: 980px;
}
#menuleft {
	float: left;
	width: 460px;
	margin-top: -150px;
	margin-left: -60px;
}
#menuright {
	float: right;
	width: 420px;
	margin-top: -150px;
	margin-right: -20px;
}