@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

img { padding-left:8px;
      padding-right:8px;
      padding-top:8px;
      padding-bottom:8px;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background: url(images/grad.jpg) repeat-x #062364;
}

h1, h2, h3 {
	font-family: impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B11116;
	margin-bottom: 20px;
}

h1 {
	font-size: 2.8em;
	text-align: center;
	color: #000;
}

h1 .big {
	font-size: 1.2em;
}

h2 {
	font-size: 3.2em;
	text-align: center;
}


p {
	font-size: 1.6em;
	margin-bottom: 20px;
}

ul {
	margin: 20px 40px;
}

ul li, ol li {
	font-size: 1.6em;
	margin: 10px 0;
}

ul.arrow {
	list-style: none;
	margin: 20px 60px 20px 40px;
}

ul.arrow li {
	background: url(images/ul.png) no-repeat;
	padding: 0 0 0 20px;
}

a {
	color: #00c;
}

a:hover {
	color: #B11116;
}

.centre, .center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.red {
	color: #B11116;
}

.black {
	color: #000;
}

.highlight {
	background: #ff0;
}

.underline {
	text-decoration: underline;
}

.big {
	font-size: 1.2em;
}

.imgLeft {
	float: left;
	padding: 0 15px 15px 0;
}

.imgRight {
	float: right;
	padding: 0 0 15px 15px;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	width: 784px;
}

/* Header styles */

#header {
	background: url(images/header.jpg) no-repeat;
	width: 784px;
	height: 158px;
}

/* Content styles */

#shadow {
	background: url(images/shadow.png) repeat-y;
	width: 750px;
	padding: 0 17px;
}

#content {
	background: #fff;
	padding: 40px;
}

.headline h1 {
	font-size: 3.6em;
	color: #B11116;
}

.testimonial {
	padding: 20px 20px 0;
	border: 1px solid #fac233;
	background: #ffffce;
	margin-bottom: 20px;
}

.testimonial ul.arrow li {
	background: url(images/ul-yellow.png) 0 5px no-repeat;
	padding: 0 0 0 20px;
}

.addCart {
	text-align: center;
	border: 4px dashed #cc0000;
	width: 400px;
	padding: 10px 40px;
	margin: 20px auto;
}

.intro p, .intro li {
	font-size: 1.8em;
}

.addCart p {
	margin: 5px 0;
	font-size: 2em;
}

/* Footer styles */

#footer {
	width: 784px;
	height: 216px;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat;
}

#legal {
	text-align: center;
	margin: 40px auto 0;
}

#legal li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #fff;
}

#legal li.first {
	border-left: none;
}

#legal li a {
	font-size: 12px;
}
