﻿@charset "utf-8";

/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:0.7em;
	background:#fbf3e4 url(../liv/body.jpg) repeat;
	color:#796c63;
}

.contact-submit {
	background:transparent url(/media/image/add_bg_red.jpg) no-repeat scroll 0 0;
border:0 none;
color:#FFFFFF;
height:23px;
line-height:23px;
width:86px;
}
img	{/*Transparent PNG support for IE6*/
	behavior: url(../js/iepngfix.htc);
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	margin:0;
}

h1 {
	font-size:200%;
	padding-bottom:15px;
}

h2 {
	font-size:180%;
}

h3 {
	font-size:170%;
}

h4 {
	font-size:160%;
}

h5 {
	font-size:150%;
}

h6 {
	font-size:120%;
	font-weight:bold;
}

a {
	color:#6c1927;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
p{
	margin:0;
	padding:0 0 10px 0;
}

#container {
	width:980px;
	margin:20px auto;
	background:#FFF;
}

#wrap {
	width:940px;
	float:left;
	background:#FFF;
	padding:20px 20px 10px 20px;
}

#wrap_b {
	width:940px;
	float:left;
	background:#FFF;
	padding:20px 20px 10px 20px;
}


#header {
	width:940px;
	float:left;
	padding:10px 0;
}

#content {
	width:940px;
	float:left;
	min-height:600px;
	height:auto !important;
	height:600px;
}
#content p{
	line-height:16px;
}

#footer {
	width:940px;
	float:left;
	border-top:3px solid #000;
	padding:20px 0 10px 0;
}
*html #footer {
	padding-bottom:0;
}
.floatleft {
	float:left;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
	height:1px;
}
.headercontent {
	width:70%;
	float:right;
	text-align:right;
	margin:10px 0 0 0;
}

.shopbasket {
	width:150px;
	float:right;
	height:50px
	color:#000000;
	text-align:left;
}

.footnav {
	width:630px;
	float:left;
}

#emailSignup {
	width:202px;
	float:right;
	text-align:left;
	color:#000;
}

#emailSignup input.emailInput {
	color: #796c63;
	height:12px;
	font-size:11px;
	width:112px;
	border:1px solid #cabf98;
	padding: 2px 2px 5px 8px;
	vertical-align: middle;
	overflow: hidden;
	margin:3px 0 0 0;
}


#emailSignup input.emailButton {
	width: 64px;
	height: 21px;
	vertical-align: middle;
	padding:0 0 0 4px ;

}

#pageContent {
margin:10px 0 0 0;
width:100%;
float:left;
clear:left;
}

