@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg.jpg);
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

.container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.header {
	padding: 30px;
	text-align: center;
	background-image: url(../images/branding.jpg);
	height: 460px;
	background-repeat: no-repeat;
	background-position: left top;
}
.header .signup {
	width: 250px;
	float: right;
	color: #FFFFFF;
	margin-right: 190px;
}

.action {
	width: 409px;
	margin-top: -230px;
	float: right;
	height: 220px;
}
.gallery {
	padding-top: 90px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 100px;
	background-image: url(../images/imageGallery.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.gallery img {
	padding: 5px;
	height: 80px;
	width: 80px;
}
.formBox  {
	background-color: #000000;
	width: 290px;
	padding: 20px;
	color: #FCF9EB;
	text-align: center;
}
.form {
	font-size: 12px;
}
.form td {
	font-size: 12px;
	vertical-align: top;
}


.stockist {
	margin-left: 580px;
}
.stockist p {
	font-size: 12px;
	line-height: 1.8em;
}
.stockist p strong {
	font-size: 16px;
	color: #999999;
	line-height: 2em;
}
.stockist  a, .stockist a:visited {
	color: #000000;
	text-decoration: none;
}
.stockist a:hover {
	color: #000000;
	text-decoration: underline;
}
.column {
	float: left;
	width: 250px;
	padding-right: 30px;
}

.footer {
	height: 700px;
	padding-top: 100px;
	background-image: url(../images/imageGalleryB.png);
	background-repeat: no-repeat;
	background-position: center top;
}
