html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4 {
	color: #000000;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #C52620;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #E0D5B7 url(../images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 877px;
  	position: relative;
  	background: url(../images/body_bg.gif) repeat-y;
}

#header {
  position: absolute;
  top: 0;
  left: 242px;
  width: 635px;
  height: 279px;
}
#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(../images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 53px 15px 4px 15px;
  border-top: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #000000;
  font: 8px "arial narrow", arial, sans-serif;
 }
#news {
  background: url(../images/news_bg.jpg) repeat-y;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 30px;
}
#news table {
	margin-top: 20px;
	width: 200px;
}

#news table td{
	height: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	background:#000000 url(../images/tick.png) no-repeat 7px center;
	padding: 5px;
	text-align: left;
	font-family:verdana, arial, sans-serif;
    font-size: 12px;
    letter-spacing:1px;
}

#news table td a{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 30px;
}

#news table td a:hover{
	color: #C52620;
}
#news h2 {
  padding-top: 23px;
  font-size: 20px;
  color: #C52620;
  text-align: center;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(../images/dots.gif) repeat-x;
  height: 10px;
}

#support {
  background: url(../images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
}
#support p {
  margin-top: 20px;
  color: #C52620;
  font: 28px "arial narrow", arial, sans-serif;
  text-align: center;
  font-weight: bold;
}

#contact {
  background: url(../images/contact_team.jpg) no-repeat;
  margin-top: 10px;
  padding: 1px;
  height: 142px;
}

#menu2 {
  float: right;
  width: 590px;
  padding-right: 9px;
  padding-top: 279px;
  text-transform: uppercase;
}

#special {
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: bold;
}

#special .rate {
	font-size: 100px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#special .terms {
	font-size: 30px;
	color: #C52620;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#special .conditions {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#right {
  float: right;
  width: 590px;
  padding-right: 9px;
}

#right ul {
	margin: 40px 0px 40px 20px;
}

#right li {
	list-style-image: url(../images/tick.gif);
	margin-bottom: 1.2em;
	padding-left: 20px;
	margin-left: 10px;
}

#right h2 {
  font: 18px arial, sans-serif;
  color: #000000;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 20px arial, sans-serif;
  color: #000000;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#right h4 {
  font: 14px arial, sans-serif;
  color: #C52620;
  font-weight: bold;
  margin-bottom: -12px;
}

#right .contacttable table{
}

#right .contacttable td{
	background-color: #C52620;
	color: #FFFFFF;
	vertical-align: top;
	padding: 10px;
	text-align: center;
}

#right .contacttable h5{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#right .contacttable a{
	color: #FFFFFF;
	text-decoration: underline;
}

#right .contacttable a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#right .contacttable a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#spacer {
  height: 2em;
}

#footer {
  background: url(../images/footer_bg.gif) repeat-y;
}
#copyright {
  padding-top: 20px;
  text-align: center;
  font-size: 9px;
  color: #C52620;
  font-weight: bold;
}

#site {
	padding-bottom: 3px;
	margin-left: 730px;
}

#site a{
	color: #9F9272;
	font-size: 9px;
	text-decoration: none;
}

#site a:hover{
	color: #C4BA9F;
	text-decoration: underline;
}
	
#footerline{
	background: url(../images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}	