/* Layout Required */
body {
	margin: 0;
	text-align: center;
	background: #000000 url("images/assets/body_bg.jpg") top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div {
	text-align: left;
}
p,ul,li {
	color: #aeabab;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0;
}
a {
	color: #aeabab;
	text-decoration: none;
}
p.subTitle {
 clear:both;
 margin:0;
 font-size:10px;
 color:#2e2e2e;
}
h1 {
	font-size: 14px;
	color: #aeabab;
	margin: 0;
	margin-left: 25px;
	margin-right: 25px;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 900px;
	text-align: center;
	padding: 0;
}

div#wrapper {
	margin: 0;
	margin-left: 50px;
	margin-right: 50px;
	width: 800px;
	border: 1px solid #737373;
	text-align: center;
}

div#bottomSelection {
	margin: 0;
	margin-left: 50px;
	margin-right: 50px;
	width: 800px;
}
	div#logo {
		float: left;
		margin: 0;
		width: 174px;
		text-align: center;
	}
		div#logo p {
			margin: 0;
			font-size: 10px;
			color: #737373;
		}
	div#menuLeft {
		float: left;
		margin: 0;
		width: 313px;
		height: 82px;
	}
	div#menuRight {
		float: left;
		margin: 0;
		width: 313px;
		text-align: right;
		height: 82px;
	}
		div#menuRight a, div#menuLeft a {
			text-transform: uppercase;
			color: #aeabab;
			text-decoration: none;
			line-height: 82px;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom: 10px;
		}
		div#menuRight a:hover, div#menuLeft a:hover,div#menuRight a.active, div#menuLeft a.active {
			color: #fefefe;
			background: url("images/assets/menuUnderline.jpg") bottom center no-repeat;
		}
div#footer {
	float: left;
	width: 100%;
	left: 0;
	bottom: 0; /* stick to bottom */
	margin-top: 35px;
	text-align: center;
}
div#footer p {
	display: block;
	line-height: 25px;
	font-size: 10px;
}
/* End Layout Required */
img#placeholder {
	margin: 5px;
}
div#thumbNails {
	margin:0;
	text-align: center;
	width: 100%;
}
	div#thumbNails a img {
		margin: 7px;
		border: 1px solid #3b3b3b;
		cursor: pointer;
	}
	div#thumbNails a:hover img,div#thumbNails a.activeThumb img {
		margin: 5px;
		border: 2px solid #afaeae;
		padding: 1px;
	}
div#selectGallery {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	margin-left: 25px;
	font-size: 10px;
	color: #2e2e2e;
}
	div#selectGallery a {
		line-height: 15px;
		border: 1px solid #2e2e2e;
		background-color: #2e2e2e;
		margin: 2px;
		font-size: 10px;
	}
		div#selectGallery a.active,div#selectGallery a:hover {
			background-color: #000000;
		}
form {
	margin: 15px;
}
input,textarea {
	margin-left: 15px;
	margin-top: 5px;
	background-color: transparent;
	color: #aeabab;
	border: 1px solid #6c6c6c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}