/* CSS Document */

body {
	background: #d7d7d7 url(../images/background.png) repeat-x;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	width:900px;
	height:180px;
	float:left;
	background:url(../images/pw-header.png) no-repeat;
}

#navigation {
	width:900px;
	height:70px;
	float:left;
	background:url(../images/pw-navigation.png) no-repeat;
}

#navigation a {
	width:158px;
	height:70px;
	background:url(../images/pw-button.png) no-repeat;
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	float:left;
	line-height:65px;
	text-decoration:none;
	color:#003366;
}

#navigation a.second {
	width:158px;
	height:70px;
	background:url(../images/pw-button-02.png) no-repeat;
}

#navigation a.third {
	width:158px;
	height:70px;
	background:url(../images/pw-button-03.png) no-repeat;
}

#content-area {
	width:860px;
	padding:20px;
	background:url(../images/pw-background.png) top no-repeat;
	display:block;
	float:left;
}

#content-left {
	width:450px;
	padding:10px;
	float:left;
}

#content-left p {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FFFFFF;
	line-height:18px;
}

#content-left a {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:18px;
}

#content-left h1 {
	font-family:"Trebuchet MS";
	font-size:36px;
	font-weight:lighter;
	color:#FFFFFF;
	margin:0;
}

#content-right {
	width:380px;
	float:right;
}

#gallery-area {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	width:850px;
	float:left;
}

#gallery-area h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
}

#gallery-area p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

/* Gallery Boxes */

.gallery-weddings {
	width:400px;
	height:250px;
	float:left;
	margin-left:30px;
}

.gallery-weddings a {
	width:400px;
	height:250px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background:url(../images/weddings-box.png) no-repeat;
}

.gallery-wildlife {
	width:400px;
	height:250px;
	float:left;
}

.gallery-wildlife a {
	width:400px;
	height:250px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background:url(../images/wildlife-box.png) no-repeat;
}

.gallery-travel {
	width:400px;
	height:250px;
	float:left;
}

.gallery-travel a {
	width:400px;
	height:250px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background:url(../images/travel-box.png) no-repeat;
}

.gallery-motorsport {
	width:400px;
	height:250px;
	float:left;
	margin-left:30px;
}

.gallery-motorsport a {
	width:400px;
	height:250px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background:url(../images/motorsport-box.png) no-repeat;
}

.gallery-return {
	width:200px;
	height:50px;
	float:left;
}

.gallery-return a {
	width:200px;
	height:50px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background:url(../images/backtogallery-btn.png) no-repeat;
}

.gallery-return a:hover {
	background:url(../images/backtogallery-btnon.png) no-repeat;
}

#footer {
	width:900px;
	height:90px;
	float:left;
	background:url(../images/pw-footer.png) no-repeat;
	text-align:center;
	padding-top:10px;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORM ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.textfield {
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		color:#333399;
		padding:2px;
		border:1px solid #d0f066;
		}
		
	.req {
		color:#CC0000;
		font-size:1em;
		font-weight:bold;
		}
		
	.row {
		clear:both;
		padding:5px;
		overflow:visible;
		}
		
	.altrow {
		background:#FFEFF6;
		}
		
		.altrow label {
			color:#CF6792;
			}
		
	.row label {
		float:left;
		font-weight:bold;
		width:230px;
		padding:3px 0 0 0;
		margin-right:5px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		}
		
		.row label span.small {
			font-size:0.9em;
			font-weight:normal;
			}
	
	.row .value {
		float:right;
		width:150px;
		clear:right;
		}
		
	.button {
		font-weight:bold;
		padding:2px 15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		cursor:pointer;
		}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:510px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {

	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}
