* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	color:#fff;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color: #000000;
	background-image: url(images/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p {
  margin: 0 0 1em 0; /* T R B L */
}

a { outline: none; }
img { border: 0px none; }
.border { border: 1px solid #666; }
.border2 { border: 1px solid #666; padding: 5px; }

#content a:link {
	color: #FFF;
	text-decoration:none;
}
#content a:visited {
	color: #FFF;
	text-decoration:none;
}
#content a:hover {
	color: #C39;
	text-decoration:none;
}
#content a:active {
	color: #999;
	text-decoration:none;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color: #C39;
	text-decoration:none;
}

.pngfix {
	behavior: url("iepngfix.htc");
}

#content ul {
	margin: 0px 20px 0px 14px;
	padding: 0px;
	list-style-type: disc;
}
#content ol {
	margin: 0px 20px 0px 32px;
	padding: 0px;
}
#content li {
	margin: 0px 0px 10px;
	padding: 0px;
}

form { margin: 0px; }
fieldset { border: 1px solid #666; padding: 10px 10px; }
legend { margin: 0px 5px; padding: 0px 5px; }
.txtfield { border: 1px solid #666; background-color: #000; color: #FFF; margin-bottom: 5px; width: 230px; }
#Area_Interest { border: 1px solid #666; background-color: #000; color: #FFF; margin-bottom: 5px; width: 232px; }
#Message { border: 1px solid #666; background-color: #000; color: #FFF; margin-bottom: 5px; width: 230px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.contact_form th {text-align: right; font-weight: normal; padding-right: 15px; vertical-align: top; }
#Send { width: 62px; height: 26px; background: transparent url(images/send_btn.png) no-repeat; border: 0px none; text-decoration: none; color: #FFF; font-size: 11px; line-height: 12px; padding-bottom:2px; }

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-300px; /* half of container's height */
		float:left;
}

#container {
	margin:0 auto;
	position:relative !important; /* puts container in front of distance */
	position:inline; /* for IE6 - pngfix does not work with relative divs */
	text-align:left;
	width:950px;
	height:600px;
	clear:left;
	background-image: url(images/black_70.png);
	behavior: url("/iepngfix.htc");
	border: 1px solid #999;
}


#nav_column {
	width: 200px;
	height: 600px;
	float: left;
}

#content_column {
	width: 750px;
	height: 600px;
	float: right;
}
#header {
	height: 100px;
}

#content {
	
}

#left_column {
	width: 380px;
	height: 460px;
	float: left;
	margin-right: 40px;
}
#right_column {
	width: 227px;
	padding-left: 40px;
	height: 460px;
	float: left;
	border-left: 1px solid #666;
}

#left_td {
	padding-right: 40px;
}
#right_td {
	padding-left: 39px; 
	border-left: 1px solid #666;
}

#footer {
	width: 950px;
	margin: 0px auto;
	font-size: 12px;
	line-height: 30px;
}

#quote {
	margin: 10px 0px 4px;
	padding-left: 20px;
	width: 207px;
	background-image: url(images/quote_left.gif);
	background-repeat: no-repeat;
}
#quote2 {
	margin: 10px 0px 4px;
	padding-left: 10px;
	width: 217px;
}
.quote_indent {
	margin-left: 20px;
}	

.scroll-pane {
	width: 730px;
	height: 460px;
	overflow: auto;
}
#clear { clear: both; line-height: 0px; height: 0px; font-size: 1px; }

#content_table td {
	vertical-align: top;
}

/* ------------- MENUS ------------ */
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 35px;
	margin-top: 9px;
	width: 110px;
	text-transform: uppercase;
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 110px;
	display: inline-block; /* fix for IE 6 whitespace bug */
}

#menu a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0px;
	margin: 0px;
	color: #fff;
	line-height: 14px;
	border-bottom: 1px solid transparent;
	_border-bottom-color: black;
	/* _filter: chroma(color=green); IE 6 fix for transparent border */
	outline: none;
}

#menu a:hover {
	border-bottom: 1px solid #999;
	color: #999;
}
#menu li#active a {
	border-bottom: 1px solid #fff;
	color: #fff;
}

#submenu {
	margin: 0px 0px 0px;
	width: 730px;
	padding: 60px 0px 0px;
	border-bottom: 1px solid #FFF;
}
#submenu li {
	display: inline;
	/* float: left; */
	margin: 0px; /* T R B L */
	padding: 0 0px 0 0px;
}
#submenu li {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	padding: 5px 0px 5px;
	font-weight: normal;
	text-transform: uppercase;
	outline: none;
}
/*#submenu li a:visited {
	color: #FFF;
}
#submenu li a:hover, #submenu li a:active {
	color: #C39;
}
*/

.normal{
	color: #FFF;
	text-decoration:none;
}

.over{
	color: #C39;
	text-decoration:none;
}

.active{
	color: #C39;
	text-decoration:none;
}


/* ------------- TXT STYLES ------------ */

h1, h2, h3, h4, h5 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: lighter;
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
  line-height: 1em;
}


h1 {
	text-align: left;
	font-size: 20px;
	padding: 0px 0 15px 0; /* T R B L */
	margin: 0px 0px 0px 0px; /* T R B L */
	color: #fff;
}
h1 img {
	margin: 0px 0px -10px 0px; /* T R B L */
}

h2 {
  	font-size: 16px;
	line-height: 20px;
  	padding: 8px 0 8px 0; /* T R B L */
	margin: 0px; /* T R B L */
  	color: #fff;
}

h3 {
  	font-size: 15px;
  	padding: 0px 0 9px 0; /* T R B L */
	margin: 0px; /* T R B L */
 	color: #fff;
	line-height: 18px;
}

h4 {
  	font-size: 16px;
  	padding: 10px 0 0px 0; /* T R B L */
	margin: 0px; /* T R B L */
  	color: #fff;
}

h5 {
  font-size: 13px;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2em;
}

.h5 {
  font-size: 13px;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.2em;
}

.intro {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.main_txt {
	font-size: 12px;
	line-height: 18px;
}
.small_txt {
	font-size: 11px;
	line-height: 14px;
}


/* ------------- OFFERS PAGES ------------ */

#offers_header {
	height: 84px;
	width: 730px;
	margin-bottom: 15px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #FFF;
}
#offers_header h1 {
	color: #C39;
	font-weight: bold;
	width: 400px;
	float: left;
	display: block;
	font-size: 24px; 
	padding-top: 40px;
}
#header_price {
	width: 128px;
	padding: 2px 5px 5px;
	margin-top: 17px;
	float: left;
	color: #C39;
	font-weight: bold;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #C39;
}

#offers_logo {
	width: 180px;
	float: right;
	text-align: right;
	padding-top: 15px;
}

#offers_box {
	padding: 0px 10px 0px 10px;
	/*border: 1px dotted #FFF;*/
	/*border: 1px solid #666;*/
	border-left: 1px solid #FFF;
}

#offers_content {
	line-height: 16px;
}

#offers_content h1 {
	color: #C39;
	font-weight: normal;
	font-size: 17px;
	line-height: 21px;
	margin: 0 0 10px;
	padding: 0px;
}
#offers_content h2 {
	color: #FFF;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 10px;
	padding: 0px;
}
#offers_content h3 {
	color: #C39;
	font-weight: bold;
	font-size: 15px;
	margin: 15px 0 5px;
	padding: 0px;
}
#offers_content h4 {
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 10px;
	padding: 0px;
}

#offers_content a:link {
	color: #FFF;
	text-decoration:none;
}
#offers_content a:visited {
	color: #FFF;
	text-decoration:none;
}
#offers_content a:hover {
	color: #C39;
	text-decoration:none;
}
#offers_content a:active {
	color: #999;
	text-decoration:none;
}

#offers_content ul {
	margin: 0px 20px 0px 14px;
	padding: 0px;
	list-style-type: disc;
}
#offers_content ol {
	margin: 0px 20px 0px 32px;
	padding: 0px;
}
#offers_content li {
	margin: 0px 0px 5px;
	padding: 0px;
}

#offer_price {
	width: 250px;
	padding: 4px 5px 7px;
	margin-top: 23px;
	float: right;
	color: #C39;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #C39;
}

#reward_box {
	width: 244px;
	float: right;
	border: 1px dashed #CCC;
	padding: 8px;
}
#reward_box h3 {
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	margin: 0px 0 5px;
	padding: 0px;
}
#address {
	width: 270px;
	float: left;
}
#address h3 {
	margin-top: 0px;
}
#opening_hours {
	width: 415px;
	float: right;
	margin-bottom: 5px;
}
#opening_hours h3 {
	margin-top: 0px;
}

#strapline {
	text-align: right;
}
#strapline h2 {
	margin-bottom: 0px;
}
#strapline .small_txt {
	/*color: #C39;*/	
}

.buy_btn { width: 110px; height: 40px; margin: 0px 0 5px;}
.buy_btn a { display: block; width: 110px; height: 40px; background: url(offers/images/buy_btn.gif) no-repeat 0 0; }
.buy_btn a:hover { background: url(offers/images/buy_btn.gif) no-repeat -110px 0; }

#paypal_btn { display: block; width: 110px; height: 40px; margin: 0px auto 0px; background: url(offers/images/buy_btn.gif) no-repeat 0 0; }
#paypal_btn:hover { background: url(offers/images/buy_btn.gif) no-repeat -110px 0; }

#send_btn { width: 110px; height: 30px; margin: 5px 0 0px;}
#send_btn a { display: block; width: 110px; height: 30px; background: url(offers/images/send_btn.gif) no-repeat 0 0; }
#send_btn a:hover { background: url(offers/images/send_btn.gif) no-repeat -110px 0; }

#price_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-left: 35px;
	margin-top: 0px;
	width: 110px;
	padding: 5px;
	border: 1px dotted #FFF;
	word-wrap:break-word;
	overflow: hidden;
}
.price {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
.vat { font-size: 9px; }
#price_box h2 { line-height: 14px; }
#price_box a:link {
	color: #FFF;
	text-decoration:none;
}
#price_box a:visited {
	color: #FFF;
	text-decoration:none;
}
#price_box a:hover {
	color: #C39;
	text-decoration:none;
}
#price_box a:active {
	color: #999;
	text-decoration:none;
}

#terms { text-align: left; font-size: 11px; }

#terms h2 {
	padding-top: 0px;
}
#terms ul {
	margin: 0px 20px 0px 14px;
	padding: 0px;
	list-style-type: disc;
}
#terms ol {
	margin: 0px 20px 0px 32px;
	padding: 0px;
}
#terms li {
	margin: 0px 0px 5px;
	padding: 0px;
}
