/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Barbados
Author : Ben Rinehart
Designer : Tracee Larson
URL :

Description :

Created :
Modified :

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #fff;
	margin: 0;
	}

/* START CONTAINER */
#container{
	width: 880px;
	\width: 900px;
	w\idth: 880px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background: url(../images/background.jpg) 0 0 no-repeat;
	color: #fff;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin: 6px 0 0 0;
		clear: both;
		}

		#header h1{
			width: 485px;
			height: 100px;
			padding: 0;
			margin: 0 0 0 398px;
			background: url(../images/logo.jpg) center center no-repeat;
			text-indent: -9000px;
			}

		#header h1 a{
			width: 485px;
			height: 100px;
			padding: 0;
			margin: 0;
			border: 0;
			display: block;
			text-decoration: none;
			}

		#spotlight{
			background: #509AD4;
			width: 300px;
			height: 100px;
			float: left;
			margin-left: 90px;
			}

			#spotlight ul{
				margin: 0;
				padding: 0;
				}

				#spotlight ul li{
					display: block;
					float: left;
					width: 80px;
					height: 80px;
					overflow: hidden;
					border: 1px solid #fff;
					margin: 10px 0 10px 13px;
					}/* END HEADER */

	/* START NAVIGATION */
	#navigation{
		width: 145px;
		height: 108px;
		position: relative;
		background: url(../images/navigation.gif) 0 0 no-repeat;
		float: left;
		margin-left: 150px;
		top: 290px;
		}

		#global{
			margin: 0;
			padding: 0;
			}

			#global li{
				list-style-type: none;
				text-indent: -1000px;
				}

				#global li a:link, #global li a:visited{
					display: block;
					width: 145px;
					height: 30px;
					text-decoration: none;
					}

				#global li a:hover, #global li a:active{
					}

		a:link, a:visited{
			color: #3687C9;
			text-decoration: none;
			}

		a:hover, a:active{
			text-decoration: underline;
			}/* END NAVIGATION */

	/* START PAGE BODY */
	#page_body{
		padding: 0;
		}/* END PAGE BODY */

	/* START INFO PAGES */
		#content{
			width: 540px;
			height: 379px;
			overflow: auto;
			padding: 0 10px 25px 10px;
			}

		#content h1{
			font: 18px arial, helvetica, sans-serif;
			}

		#content h2{
			font: bold italic 14px arial, helvetica, sans-serif;
			}
			
		#content h3{
			text-align: center;
			font: bold 12px arial, helvetica, sans-serif;
			}

		p{
			font: 12px/18px Arial, helvetica, sans-serif;
			}

		img.figure-a{
			display: block;
			margin: 0 auto;
			border: 1px solid #fff;
			}

		img.figure-b{
			float: right;
			margin: 0 0 10px 10px;
			border: 1px solid #fff;
			}

		img.figure-c{
			float: left;
			margin: 0 10px 10px 0;
			border: 1px solid #fff;
			}/* END INFO PAGES */

	/* START GALLERIES */
	#slideshow{
		width: 550px;
		height: 400px;
		margin: 2px 0 -2px 10px;
		}

		#enlarge{
			width: 560px;
			height: 404px;
			overflow: hidden;
			margin: 0 0 0 5px;
			}

			#enlarge img{
				display: block;
				margin: 0 auto;
				border: 1px solid #fff;
				}

		#thumbnails{
			width: 150px;
			height: 300px;
			position: absolute;
			top: 17px;
			margin-left: 155px;
			}

			#thumbnails ul{
				margin: 0;
				padding: 0;
				}

				#thumbnails ul li{
					display: block;
					float: left;
					margin: 0;
					padding: 0;
					}

		#thumbnails li a{
			display: block;
			width: 40px;
			height: 40px;
			margin: 3px;
			overflow: hidden;
			border: 1px solid #fff;
			}

			#thumbnails li a img{
				border: none;
				}/* END GALLERIES */

	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 10px;
		background: #fff;
		color: #648E48;
		text-align: right;
		font: 10px Arial, helvetica, sans-serif;
		}

		#footer p{
			font: 10px Arial, helvetica, sans-serif;
			}/* END FOOTER */
