﻿/* The basics... */
*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body 
{
	background: #34270D url('../../images/bgMain.gif') repeat-x;
	font-size: small;
	color: #000;
	text-align: center;
	margin: 0;
	padding:0;
	font-family: Verdana;
	line-height: 1.3;
}

#facebook
{
	margin-left: 665px;
	position: absolute;
	top: 20px;
}

#page
{
	width: 777px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#logo
{
	background: url('../../images/logoTop.jpg') no-repeat;
	width: 777px;
	height: 94px;
}

#menu
{
	float:left;
}

#menu img
{
	float:left;
}

#content
{
	background: #FCFCF1 url('../../images/contentTop.jpg') no-repeat;
	width: 777px;
	float:left;
	min-height: 450px;
}

#bottom
{
	background: #FCFCF1 url('../../images/contentBottom.jpg') no-repeat;
	width: 777px;
	height: 46px;
}

#footer
{
	background: #FCFCF1 url('../../images/footer.jpg') no-repeat;
	width: 777px;
	height: 85px;
	font-size: 80%;
	text-align: center;
}

#pageImage
{
	width: 300px;
	height: 450px;
	z-index:5;
	border: 1px solid #f5f5f5;
	margin-top: 13px;
	margin-left: 10px;
	float:left;
}

#footer a
{
	color: #333;
}

#footer p
{
	padding-top: 64px;
	color: #333;
}

#defaultContent
{
	float:left;
}

#imagine
{
	float:left;
	background: url('../../images/imagine.jpg') no-repeat;
	width: 440px;
	height: 69px;
	margin-top: 13px;
}

#defaultText
{
	padding-left: 20px;
	width: 420px;
	padding-right: 10px;
}

p
{
	padding-bottom: 10px;
}

a 
{
	color: #CC762A;
	text-decoration:none;
}

img
{
	border: none;
}

a:hover
{
	text-decoration:underline;
}

.label
{
	width: 100px;
	display: block;
	float: left;
}

.message
{
	margin-left: -0px;
	width: 260px;
	border: solid 1px #6B6148;
	background-color: #eee;
	color: #000;
}

.txtInput
{
	width: 160px;
	margin-bottom: 5px;
	border: solid 1px #6B6148;
	background-color: #eee;
	color: #000;
}

.contactBtn
{
	border: solid 1px #6B6148;
	background: #eee;
	float:right;
	color: #6B6148;
	margin-top: 3px;
}

#contactForm
{
	width: 302px;
}

.alternateRelease
{
	background-color: #f4f2de;
	padding: 10px;
	
}

.release
{
	padding: 10px;
}