
body{
	background-image: url(../images/bg.png);
	background-color: #000000;
	background-position: top center;
	background-repeat: no-repeat;

	font-family: 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Tahoma', sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: lighter;

	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 800px;
	}

img{
	border: 0;
	}


#head{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 440px;
	width: 450px;
	background-image: url(../images/head.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 20;
	}

	#head a{
		display: block;
		width: 440px;
		height: 85px;
		}

#nav{
	float: right;
	height: 30px;
	margin: 20px 0px 20px 10px;
	width: 55%;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat;
	z-index: 10;
	}

	#nav ul{
		list-style-type: none;
		display: table;
		line-height: 30px;
		margin: 0px;
		}

	#nav ul li{
		display: inline;
		padding: 0px 2.5em 0px 0px;
		}

	#nav ul li a{
		text-decoration: none;
		background-color: #404040;
		padding: 0.1em 0.3em 0.1em 0.3em;
		color: #737373;
		}

		#nav ul li a:hover, a:active{
			color: #FFFFFF;
			text-decoration: underline;
			}

#thumbgallery{
	position: fixed;
	bottom: 0px;
	height: 120px;
	width: 100%;
	background-image: url(../images/thumbgallery_bg.png);
	background-repeat: repeat-x;
	opacity: 0.1;
	z-index: 5;
	}

	#thumbgallery:hover{
		opacity: 0.7;
		}

	#thumbgallery img{
		text-align: center;
		vertical-align: middle;
		line-height: 100px;}

	#thumbNext{
		width: 10%;
		position: relative;
		float: right;
		text-align: center;
		vertical-align: middle;
		line-height: 100px;
		}

		#thumbNext a{
			display: block;
			width: 90%;
			height: 60%;
			height: 100px;
			color: #000000;
			text-decoration: none;
			font-size: 2em;
			}

			#thumbNext a:hover{
				font-weight: bold;
				}

	#thumbPrev{
		width: 10%;
		position: relative;
		float: left;
		text-align: center;
		vertical-align: middle;
		line-height: 100px;
		}

		#thumbPrev a{
			display: block;
			width: 90%;
			height: 60%;
			height: 100px;
			color: #000000;
			text-decoration: none;
			font-size: 2em;
			}

			#thumbPrev a:hover{
				font-weight: bold;
				}


#sections{
	margin: 80px 20px 20px 250px;
	width: 70%;
	height: 70%;
	position: fixed;
	z-index: 3;
	}

	#sections .blocklink{
		display: block;
		padding: 20px;
		width: 50%;
		margin: auto;
		font-size: 3em;
		font-family: 'Edwardian Script ITC', 'Edwardian Script', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Tahoma', sans-serif;
		font-weight: lighter;
		color: #737373;
		border-bottom: 1px dotted #11aaaa;
		text-decoration: none;
		align: center;
		}

		#sections .blocklink:hover{
			border-bottom: 1px solid #11aaaa;
			color: #11aaaa;
			}


#info{
	margin: 80px 50px 20px 350px;
	position: absolute;
	max-width: 800px;
	min-width: 550px;
	z-index: 25;
	}

	#info h1{
		font-size: 2em;
		color: #11aaaa;
		font-weight: lighter;
		font-family: 'Edwardian Script ITC', 'Edwardian Script', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Tahoma', sans-serif;
		text-decoration: none;
		text-align: left;
		}

	#info p{
		font-size: 0.9em;
		color: #FFFFFF;
		text-align: left;
		}

	#info a{
		color: #737373;
		border-bottom: 1px dotted #11aaaa;
		text-decoration: none;
		}

		#info a:hover{
			border-bottom: 1px solid #11aaaa;
			color: #11aaaa;
			}
		

	#info fieldset{
		margin: 30px 5px 5px 0px;
		padding: 10px;
		width: 100%;
		border: 1px solid #737373;
		}

		#info legend{
			color: #FFFFFF;
			font-weight: lighter;
			font-size: 0.9em;
			}
	
		#info input{
			margin: 5px;
			width: 200px;
			font-family: 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Tahoma', sans-serif;
			font-size: 0.8em;
			color: #737373;
			border: 1px solid #737373;
			display: block;
			background: none;
			}

			#info input:hover{
				border: 1px solid #11aaaa;
				}

			#info input:focus{
				color: #11aaaa;
				border: 1px solid #11aaaa;
				}
	
			#info input.qty{
			margin: 2px;
			width: 20px;
			display: inline;
			}
	
		#info textarea{
			margin: 5px;
			width: 90%;
			height: 200px;
			font-family: 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Tahoma', sans-serif;
			font-size: 0.8em;
			color: #737373;
			border: 1px solid #737373;
			display: block;
			background: none;
			}

			#info textarea:hover{
				border: 1px solid #11aaaa;
				}

			#info textarea:focus{
				color: #11aaaa;
				border: 1px solid #11aaaa;
				}







