/*
Lowrey Vineyards / lowreyvineyards.com
4c / 4c.ca
November 2008
Splash Page
*/

* {
	outline: none;
}

body {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, dt, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}

button, input, select, textarea {
	font-family: "Times New Roman", Times, Georgia, serif;
}

/*
----------------------------------
General Layout
----------------------------------
*/

body {
	background: #EDD7A5 url(../img/lv-texture.jpg) repeat center 0;
	overflow: hidden;
}

#container {
	background: url(../img/lv-bg-img.jpg) no-repeat center 0;
	height: 899px;
	margin: 0 auto;
	position: relative;
	width: 750px;
}

#header {
	width: 750px;
	height: 70px;
	background: url(../img/lv-header.jpg) no-repeat center 0;	
}

#copy { 
	margin: auto;
	padding: 50px 125px 150px 125px;
	width: 500px;
}

#footer {
	bottom: 0;
	position: absolute;
	width: 750px;
	height: 30px;
	background-color: #D52938;
}

	#footer-left {
		float: left;
		padding: 7px 0 0 10px;
		text-align: left;
		width: 300px;
	}
	
	#footer-right {
		float: right;
		padding: 7px 10px;
		text-align: right;
		width: 300px;
	}


/*
----------------------------------
General Typography
----------------------------------
*/

a {
	border-bottom: 1px solid #28381B;
	color: #28381B;
	text-decoration: none;
}

a:hover {
	color: #D52938;
}

h1 {
	display: block;
	margin: 0;
	width:150px;
	height:36px;
	padding: 19px 0 0 300px;
}

h2 {
	font-family: "Goudy Old Style", "Times New Roman", Times, Georgia, serif;
	color: #D52938;
	font-size: 1.7em;
	font-weight: 100;
	letter-spacing: 0px;
	line-height: 1.15em;
	text-align:center;
}
	
p {
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #28381B;
	font-size: 1.3em;
	font-weight: 100;
	line-height: 1.3em;
}

#copy p {
	text-align:center;
}



/*
----------------------------------
Footer
----------------------------------
*/
	
#footer p {
	color: #FFF;
	font-size: 1.1em;
}

#footer a {
	border-bottom: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
}	

#footer a:hover {
	color: #EDD7A5;
}	