/* global whitespace reset */
* {
	padding:0;
	margin:0;
}

body {
	text-align: center;
	background-color: #cccccc;
	font-family: Sans-Serif;
}

#container  {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: white;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

#header {
	text-align: left;
	width: 700px;
	height: 120px;
	background-image: url("../images/snailDriveLogo.png");
	background-repeat: no-repeat;
	background-position: center right;
}

#snailLogo {
	width: 131px;
	height: 120px;
	margin-left: 20px;
	background-image: url("../images/snailLogo.png");
	background-repeat: no-repeat;
	background-position: center left;
}

#menu {
	height: 33px;
	background-image: url("../images/menuFill.png");
	background-repeat: repeat-x;
	line-height: 33px;
}

#content {
	min-height: 500px;
	padding: 1em;
}

#footer {
	height: 24px;
	background-image: url("../images/footerFill.png");
	background-repeat: repeat-x;
	font-size: x-small;
	color: white;
	line-height: 24px;
}

#footer a {
	color: white;
	text-decoration: none;
}

ul#menuList {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	float: left;
	width: 100%;
}

#menuList li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
}

#menuList a {
	padding: 3px 10px;
}

#menuList a:link, #menuList a:visited {
	color: #ff9806;
	text-decoration: none;
}

#menuList a:hover {
	color: #000;
	background-color: #ff9806;
	text-decoration: none;
}

p {
	text-align: justify;
	margin-bottom: 0.5em;
}

#giftVouchersAvailable {
	float: right;
	margin-left: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#passPlusLogo {
	border: 0;
}

#kevTant {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#pricetable th {
	text-align: left;
	padding-right: 10px;
}

#pricetable td {
	text-align: left;
	padding-right: 10px;
}

p.firstquestion {
	font-weight: bold;
	margin-bottom: 0;
}

p.question {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

#contactTable th, #contactTable td {
	text-align: left;
	vertical-align: top;
}

#contactTable input, #contactTable textarea {
	border: 1px solid black;
}

#submitButton {
	background-color: #ff9806;
	color: black;
}

.formError {
	color: red;
	font-size: xx-small;
	font-weight: bold;
}

#messages {
	font-size: small;
	text-align: left;
	border: none;
}

.messageHeader{
	background-color: #ddd;
	font-weight: bold;
}

#messages td , #messages th{
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: top;
}

#messages th {
	color: white;
	background-color: black;
}