body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #181818;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #FFF;
}

#wrap {width:980px; margin:auto; margin-top:0px;}

#nav{height:53px; margin:0px; width:100%; background-color:#131313; background:url(../images/nav_bg.png) no-repeat; padding-top:19px;}

.menu  {list-style:none; margin-left:-32px; margin-top:0px;}
.menu li {float:left; display:block;  width:126px; height:28px; margin-right:13px;}
.menu li.end {float:left; display:block;  width:126px; height:28px; margin-right:0px;}
.menu li a{ display:block;  width:126px; height:28px; font-size:11px; text-transform:uppercase; color:#000; text-decoration:none; background:url(../images/btn.png) no-repeat; padding-top:5px;}

.menu li a:hover{ font-size:11px; text-transform:uppercase; color:#000; text-decoration:none; background:url(../images/btn_hov.png) no-repeat;}

#header_bg{ background:url(../images/header_bg.png) repeat-x; height:217px; padding-top:1px;}

#text_body{background:url(../images/text_bg.png) repeat; width:950px; min-height:50px; padding:15px;}
#text_body_end{background:url(../images/text_end_bg.png) repeat-x; height:14px; width:100%;}

p{margin:0px; padding-top:5px; line-height:15px;}
h1{font-size:20px; margin:0px; padding-bottom:5px; text-transform:uppercase;}
h1 span {color:#c30009;}
img.left{margin-right:15px;}
img.right{margin-left:15px;}

.bottom_menu  {list-style:none; margin-top:5px; margin-left:-18px;}
.bottom_menu li {float:left; display:block; background:url(../images/bottom_btn.png) no-repeat; width:204px; height:29px; padding-left:10px; padding-right:10px; padding-top:15px; margin-right:5px;}
.bottom_menu li a{ font-size:12px; text-transform:uppercase; color:#000; text-decoration:none;}

.clear{clear:both;}

/* ----------------------- CONTACT PAGE -----------------------*/
/* Contact Form */
#conctactleft {
  border-right: 1px dotted #eaeaea;
  width: 420px;
  float: left;
  padding-right: 25px;
}
#maincontactform {
  margin: 20px 0;
}
#maincontactform label {
  font-size: 12px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
}
.textfield {
  margin-bottom: 10px;
  padding: 5px;
  color: #666666;
  width: 400px;
  height: 22px;
  border: 1px solid #eaeaea;
  clear: both;
  float: left;
}
.textarea {
  padding: 5px;
  color: #666666;
  width: 400px;
  height: 150px;
  border: 1px solid #eaeaea;
  clear: both;
  float: left;
}
.require {
  display: inline;
  float: left;
  color: #f00;
  font-weight: bold;
  margin-left: 2px;
  font-size: 10px;
}
.loading {
  margin-top: 15px;
  background: url(../images/loading.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 12px;
  color: #8f8f8f;
  margin-left: 10px;
  float: left;
  padding-bottom: 15px;
}

/* Contact Address */
#contactright {
  width: 430px;
  float: left;
  margin-left: 20px;
}
.contactinfo {
	margin-top: 20px;
	list-style-type: none;
}
.contactinfo li {
  clear: both;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
#map {
  width: 424px;
  height: 246px;
}
.gmap_marker {
  font-size: 12px;
  line-height: 18px;
}
.btn {background:url(../images/hover.png) repeat-x; height:30px; width:100px; line-height:30px; color:#fff; text-decoration:none; font-size:12px; font-weight:bold; padding:0 15px 0 15px; text-transform:uppercase; border:1px #fff solid; margin-top:10px;}