body {
  font-family: Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
  text-align:center;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: x-small;
  line-height: 1.5em;
  background: #000;
}

img {
  border:0
}

/*=============== Links ===============*/

A:link, A:active, A:visited {
  color: #1b6dd3;
  text-decoration: none;
}

A:hover {
  color: #a50101;
  text-decoration: none;
}


/*=============== Font Elements ===============*/
p {
  margin: 5px 0;
  line-height: 180%;
  color:#333;
  padding: 0;
  font-size: 120%;
}

p.copy {
  margin: 0 0 15px 0;
  line-height: 160%;
}

h1 {
  font:normal 41px/41px georgia;
  margin: 0 0 7px 0;
}

h2 {
  font-family: Helvetica, Arial, Verdana, san-serif;
  font-size: 240%;
  line-height: 110%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}


h3 {
  font-size: 170%;
  margin: 5px 0 3px 0;
  color:#35930a;
  line-height:130%;
  font-family:Arial, Helvetica, sans-serif;
}



h4 {
  font-size: 170%;
  margin: 6px 0 1px 0;
  color:#824892;
  line-height:130%;
  font-family:Arial, Helvetica, sans-serif;
}


/*=============== Positional Elements ===============*/
	
#wrapper {
  width:900px;
  margin:0px auto;
  text-align:left;
  background-color:#fff;
}

#left {
  width:154px;
  background: #000 url(i/left-bg.jpg) repeat-y;
  float:left;
  height:2500px;
}

#centre {
  width: 600px;
  background-color:#fff;
  float:left;
  height:2500px;
}

#right {
  width: 146px;
  background: #000 url(i/right-bg.jpg) repeat-y;
  float:left;
  height:2500px;
}

.rowcontainer {
  margin: 0;
  clear:both;
}

.rowleft {
  width:365px;
  float:left;
  margin-right:35px;
}

.rowright, #text0, #text1 {
  width: 200px;
  float:left;
  margin-top:10px;
  text-align:center;
}


.rowrightleft {
  width: 200px;
  float:left;
}


/*=============== Styles ===============*/

.subquote {
  color:#999;
  text-align:right;
  margin:0 80px 0 0;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:130%;
  font-style:italic;
}

ul.offerlist {
  margin:10px 0 16px 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-size: 120%;
}

ul.offerlist li {
  line-height: 175%;
  padding-left: 25px;
  background-image: url(i/tick.gif);
  background-repeat: no-repeat;
  background-position:left;
  margin:0 0 10px 10px;
}

.iwoot {
  margin:15px 0 10px 0;
}

.price {
  font-family:Arial, Helvetica, sans-serif;
  font-size:350%;
  font-weight:bold;
  padding:0 0 17px 0;
  margin:30px 27px 4px 27px;
  border-bottom: 1px solid #dfdfdf;
  clear:both;
} 

.voucher {
  font-family:Arial, Helvetica, sans-serif;
  font-size:270%;
  font-weight:bold;
  padding:0 0 14px 0;
  margin:5px 27px 4px 27px;
  border-bottom: 1px solid #dfdfdf;
  color:#2675d1;
}
  
.smalltitle {
  color:#35930a;
}

.field {
  margin:1px 0 8px 0;
  padding:0;
}

.red {
  color: #a50101;
}

.small {
  font-size: 80%;
  color: #a50101;
}

.red {
  color: #a50101;
}


/*=============== Price Table ===============*/

#mytable, #mytablesmall {
	padding: 0;
	margin: 0 0 10px 0;
	font:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
}

#mytable {
	width: 100%;
}

#mytablesmall {
	width: 335px;
	margin-top:5px;
}

th {
	font: bold "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(i/bg-header.jpg) no-repeat;
}


td {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #f5f5f5;
	color: #797268;
}

th.spec {
	border-left: 1px solid #dbdbdb;
	border-top: 0;
	background: #fff url(i/bullet1.gif) no-repeat;
	font: bold "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform:none;
	letter-spacing:0;
}

th.specalt {
	border-left: 1px solid #dbdbdb;
	border-top: 0;
	background: #f5f5f5 url(i/bullet2.gif) no-repeat;
	font: bold "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-transform:none;
	letter-spacing:0;
}

.midalign img, span.midalign {
  vertical-align: middle;
  margin:0!important;
  padding:0!important;
  line-height:0!important;
}