* {
	margin: 0px;
	padding: 0px;
	border: 0;
	}
body {
	background: #c2b5b3 url('../images/body-bg.png') repeat-x top left;
	font-size: 13px;
	font-weight: normal;
	color: #CCC;
	font-family:"Trebuchet MS",Arial,sans-serif;
	}
p {
	margin: 0px 0px 15px 0px;
	line-height: 120%;
	}
a {
	text-decoration: underline;
	color: #77A1FF;
	font-weight: normal;
	}
a:hover	{
	color: #ED1B23;
	}
img.photo {
	border: 8px solid #FFF;
	background: #000;
	padding: 2px;
	}
h1 {
	font-family:"Trebuchet MS",Arial,sans-serif;
	color: #99D2F5;
	margin: 0px 0px 3px 0px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	}
h2 {
	font-family:"Trebuchet MS",Arial,sans-serif;
	color: #FFF;
	margin: 20px 0px 3px 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}
h3 {
	font-family:"Trebuchet MS",Arial,sans-serif;
	color: #AAA;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
	}
.floatLeft { 
	float: left;
	margin: 0px 10px 10px 0px;
	}
.floatRight {
	float: right;
	margin: 0px 0px 10px 10px;
	}
ul, ol {
	margin: 10px 0px 10px 25px;
	padding-left: 25px;
	}
li {
	margin: 0px 0px 10px 0px;
	}
input, textarea, select { 
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	background: #60120B url('../images/input-bg.gif') repeat-x top left;
	color: #FFF;
	border: 1px solid #666;
	padding: 2px;
	}
select {
	background: #4C0E0D;
	}
option {
	padding-right: 10px;
}
input.checkbox {
	padding: 0;
	background: none;
	border: 1px solid #000;
	}
.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	background:transparent;
	}
.clear { 
	clear:both;
	height:0px;
	font-size: 1px;
	border:none;
	background:transparent;
	}
strong {
	font-weight: bold;
	color: #FFF;
	}
.donate {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 125px;
	height: 125px;
	background: url('../images/donate.gif') no-repeat top left;
	}
/*  Container   */
#Container	{
	margin: 0 auto;
	position: relative;
	width: 1000px;
	background: url('../images/container-bg.png') repeat-y 0 0;
	padding: 0 17px;
	}
#Header {
	position: relative;
	margin-left: 241px;
	}
	#Photobar {
		display: block;
		background: #000;
		margin: 0 0 25px 0;
		height: 125px;
		overflow: hidden;
		position: relative;
		z-index: 100;
		}
		.photogroup {
			background: #000;
			position: absolute;
			top: 0;
			left: 0;
			}
		.pic {
			display: block;
			float: left;
			margin-right: 2px;
			}
	/*  Navbar   */
	#Navigation {
		display: block;
		background: url('../images/navbar-bg.gif') repeat-x bottom left;
		height: 24px;
		width: 759px;
		list-style: none;
		margin: 0 0 0 0;
		padding: 7px 0 0 0;
		position: absolute;
		top: 119px;
		left: 258px;
		z-index: 500;
		border-bottom: 5px solid #000;
		}
		#Navigation li {
			display: block;
			float: left;
			margin: 0 3px;
			padding: 0;
			position: relative;
			}
			#Navigation li.first {
				margin: -1px 0 0 0;
				background: url('../images/navbar-left.gif') no-repeat 0 0;
				width: 20px;
				height: 25px;
				}
		#Navigation li a {
			display: block;
			text-decoration: none;
			letter-spacing: 0px;
			font-weight: normal;
			color: #CEAAE2;
			font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
			font-size: 12px;
			line-height: 22px;
			padding: 0 10px;
			text-align: center;
			border: 1px solid transparent;
			border-bottom: 0;
			}
			#Navigation li.hovering a,
			#Navigation li.active a {
				color: #FFF;
				border: 1px solid #444;
				border-bottom: 0;
				margin: -7px 0 0 0;
				-moz-border-radius: 6px 6px 0 0;
				-khtml-border-radius: 6px 6px 0 0;
				-webkit-border-radius: 6px 6px 0 0;
				border-radius: 6px 6px 0 0;
				padding-top: 5px;
				line-height: 25px;
				height: 25px;
				}
			#Navigation li.hovering a {
				background: #774293;
				border-color: #a984bc;
				}
			#Navigation li.active a {
				background: #000;
				letter-spacing: 1px;
				font-size: 105%;
				}
			#Navigation li ul {
				position: absolute;
				top: 24px;
				left: -20px;
				background: #774293;
				width: 195px;
				height: auto;
				padding: 0;
				margin: 0 1px 0 20px;
				list-style: none;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				filter: alpha(opacity=90);
				-khtml-opacity: 0.90;
				-moz-opacity: 0.90;
				opacity: 0.90;
				display: none;
				z-index: 599;
				border: 1px solid #a984bc;
				border-top: 0;
				}
				#Navigation li.active ul {
					background: #000;
					}
				#Navigation ul li {
					border: 0;
					float: none;
					background: none;
					padding: 0;
					margin: 0;
					height: auto;
					}
					#Navigation li.hovering li a,
					#Navigation li.active li a,
					#Navigation li li a {
						line-height: 16px;
						background: none;
						display: block;
						padding: 3px 10px;
						margin: 0;
						color: #EEE;
						text-shadow: #000 1px 1px;
						font-size: 12px;
						font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
						border: 0;
						border-bottom: 1px solid #8c5da4;
						-moz-border-radius: 0;
						-khtml-border-radius: 0;
						-webkit-border-radius: 0;
						border-radius: 0;
						height: auto;
						text-align: left;
						}
					#Navigation li.active li a {
							border-bottom-color: #666;
							font-weight: normal;
							}
						#Navigation li li a:hover {
							text-decoration: none;
							color: #FFF;
							background: #481767;
							}
/*  Left   */
#left	{
	width: 240px;
	position: absolute;
	top: 0;
	left: 17px;
	font-size: 10px;
	color: #D5D5D5;
	}
#right	{
	background: url('../images/right-bg.gif') repeat-x top left;
	width: 163px;
	float: right;
	padding: 25px 10px 20px 10px;
	font-size: 90%;
	color: #999;
	min-height: 313px;
	line-height: 14px;
	}
	#right .indent {
		background: url('../images/right-indent-bg.gif') no-repeat top left;
		padding: 0 0 0 30px;
		margin: 0 0 25px 0;
		display: block;
		min-height: 60px;
		}
	#right h1 {
		font-size: 14px;
		letter-spacing: 0px;
		padding: 5px 0 2px 0;
		color: #FFF;
		font-family:"Trebuchet MS",Arial,sans-serif;
		}
	#right h2 {
		font-family:"Trebuchet MS",Arial,sans-serif;
		font-size: 10px;
		letter-spacing: 0px;
		margin-bottom: 6px;
		font-weight: normal;
		}
	#right a.cartlink {
		display: block;
		width: 116px;
		text-align: center;
		margin: 0 0 4px 0;
		color: #FFF;
		font-weight: bold;
		padding: 6px 5px 6px 5px;
		font-size: 10px;
		text-decoration: none;
		background: url('../images/button-bg.gif') no-repeat 0 0;
		}
		#right a.cartlink:hover {
			text-decoration: underline;
			}
	#right .button {
		display: block;
		float: right;
		margin: 4px 0 0 0;
		padding: 0;
		border: 0;
		}
	#right .buynow {
		display: block;
		margin: 6px 0 2px 0;
		padding: 0;
		border: 0;
		background: url('../images/icon-buy.gif') top left no-repeat;
		width: 65px;
		height: 15px;
		}
	#right .quote_image {
		display: block;
		margin: 3px 0 0 auto;
		border: 1px solid #000;
	}
	#right .iconLink {
		display: block;
		float: left;
		width: 46px;
		height: 46px;
		background-position: 0 0;
		background-repeat: no-repeat;
		margin: 0 7px 10px 0;
		text-decoration: none;
		}
		#right .facebookLink { background-image: url('../images/icons/48x48/facebook.png'); }
		#right .twitterLink { background-image: url('../images/icons/48x48/twitter.png'); }
/*  Main Content Area   */
#main	{
	width: 574px;
	background: #550A08 url('../images/main-bg.jpg') repeat-x top left;
	margin-left: 241px;
	position: relative;
	float: left;
	}
	#main.wide	{
		width: 758px;
		}
	#main .leftBorder {
		display: block;
		background: url('../images/main-left-bg.gif') repeat-y top left;
		padding: 0px 30px 20px 0px;
		}
	#main .leftCorner {
		display: block;
		background: url('../images/main-left-corner.gif') no-repeat top left;
		padding: 25px 0px 0 30px;
		min-height: 300px;
		}
	.content {
		background: url('../images/content-bg.gif') repeat-y top left;
		display: block;
		width: 440px;
		padding: 0 15px 0 15px;
		}
	.pageTitle {
		display: block;
		margin: 0 0 7px -6px;
		padding: 0 0 2px 6px;
		color: #FFF;
		font-family:"Trebuchet MS",Arial,sans-serif;
		font-size: 19px;
		font-style: italic;
		font-weight: normal;
		text-transform: uppercase;
		background: url('../images/pageTitle-bg.gif') no-repeat bottom left;
		}
	.event {
		padding: 0 0 60px 0;
		display: block;
		clear: both;
		}
		.event .intro {
			display: block;
			float: right;
			width: 200px;
			padding: 5px;
			margin: 0 0 10px 10px;
			border: 1px solid #360302;
			background: #4c1b1a;
			text-align: center;
			font-size: 90%;
			}
			.event .intro img {
				display: block;
				border: 1px solid #360302;
				margin: 5px auto 5px auto;
				}
		.event .lead_picture {
			display: block;
			margin: 0 auto 10px;
			width: 89px;
			text-align: center;
			font-size: 11px;
			text-decoration: none;
			}
			.event .lead_picture img {
				display: block;
				margin: 0 0 2px 0;
				border: 2px solid #000;
				}
		.event .date {
			display: block;
			padding: 2px 0 0 0;
			margin: 0 0 5px 0;
			color: #CEB3B3;
			font-size: 11px;
			font-style: italic;
			}
		.event .location {
			display: block;
			float: left;
			margin: 0 5px 0 0;
			}
		.event .title {
			clear: left;
			font-size: 16px;
			font-weight: bold;
			margin: 0 0 4px;
			display: block;
			font-family:"Trebuchet MS",Arial,sans-serif;
			text-decoration: none;
			color: #afc8ff;
			}
		.event p.title {
			color: #FFF;
			}
		.event .note {
			font-size: 90%;
			text-align: right;
			color: #AAA;
			}
	.headshot {
		float: right;
		display: block;
		margin: 0 0 10px 10px;
		border: 8px solid #FFF;
		padding: 2px;
		background: #000;
		}
	.message {
		font-weight: bold;
		color: red;
		}
		.button {
			display: block;
			float: right;
			margin: 4px 0 0 0;
			padding: 2px 4px 2px 4px;
			border: 1px solid #FFF;
			color: #FFF;
			}
		#thankYou {
			background: #C0BAB7;
			padding: 5px;
			display: block;
			margin: 10px 10px 0px 0px;
			border: 1px solid #9C8F8F;
			color: #000;
			}
	.thumbnail {
		position:relative;
		display: block;
		float: left;
		margin: 0px 10px 10px 0px;
		}
		.thumbnail img {
			padding: 4px;
			border: 1px solid #FFF;
			}
		.overlay {
			background: #000;
			filter:alpha(opacity = 50);
			-moz-opacity:.50;
			opacity:.50;
			position: absolute;
			top: 5px;
			left: 5px;
			}
	.floatColumn {
		float: right;
		margin: 0px 0px 0px 15px;
		width: 290px;
		}
		.floatColumn .padding {
			display: block;
			padding: 10px 10px 10px 20px;
			}
	.product {
		}
		.prodImage {
			display: block;
			float: right;
			margin: 0 0 10px 10px;
			}
		.product .prodName {
			font-size: 14px;
			}
	.gallery {
		margin: 0 0 20px 0;
		display: block;
		clear: both;
		text-align: center;
		}
		.gallery .image {
			display: block;
			float: left;
			margin: 0 10px 10px 0;
			width: 100px;
			}
			.gallery .image img {
				border: 1px solid #000;
				}
	#MediaFrame {
		float:right;
		width: 265px;
		height: 210px;
		border: 5px solid #350A2F;
		background: #000;
		margin: 0 0 10px 10px;
	}
#Footer	{
	margin: 0 auto 20px auto;
	position: relative;
	width: 960px;
	background: url('../images/footer-bg.png') no-repeat 0 0;
	padding: 10px 37px;
	color: #CCC;
	font-size: 10px;
	height: 46px;
	text-align: center;
	}
