/* =Layout
-----------------------------------------------------------------------------*/
body {
  background: #292826 url("images/bg_tile2.jpg") repeat-x;
  color: #c4c0be;
  font-family: "Georgia", Times New Roman, Times, serif;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}

.container {
 /* background: url("images/bg_header.png") no-repeat;  */
  height: 100%;
  width: 841px;
  margin: 0 auto;
  position: relative;
  border:  0px solid #fff;
  padding: 0px;
}

div.banner
{
	width: 841px;
	height: 281px;
}

h1
{
	margin-top: 0px;
}

.test1 {
	background-image: url("../images/bg_header.png");
}

.test2 {
	background-color: #fff;
	border:  1px solid #fca;
}

.test3 {
    background: url("../images/bg_header.png");	
}

.container a
{
	color:  #fff;
}

div.posted_at
{
	text-align: right;
	text-decoration: italic;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  /*width: 820px;*/
  margin-top: 35px;
  border:  0px solid #000;
  min-height: 600px;
}

#main {
  float:  left;
  width: 560px;
  margin-right: 20px;
  /*margin-top: 30px;*/
  /*height:260px;*/
  text-align: justify;
}

#main_full {
  width: 841px;
  margin:  50px 0 0 0;
}

/* Remove border around linked images */
img {
  border: 0;
} 

/* =Main Navigation
-----------------------------------------------------------------------------*/
#header {
  width: 820px;
  margin-top: 5px;
  clear: both;
  text-align: right;
}

#nav {
  /*position: absolute;*/
  /*right: 120px;*/
}

#nav li {
  display: inline;
  padding-left: 30px;
}

#nav li a {
  text-decoration: none;
  color: #cfcfcf;
  font-family: "Georgia", Times New Roman, Times, serif;
  font-size: 14px;
  padding: 7px 12px 7px 12px;
}

#nav li a:hover {
  background: #5d5d5c;
  color: #ffffff;
  padding: 7px 12px 7px 12px;
  /*line-height: 18px;*/
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#nav li.current_page_item a {
  color: #ff0000;
}

#nav li.current_page_item a:hover {
  color: #fff;
}

/* =Right Side Bar
-----------------------------------------------------------------------------*/
#right_bar {
  float:  left;
  width: 216px;
  margin-top:  10px;
  margin-right:  15px;
  /*height: 237px;*/
  color: #c4c0be;
  font-size: 13px;
}

#footer_content {
  height:  107px;
  width: 820px;
  clear: both;
  margin: 0 auto;
  /*border:  1px solid #eee;*/
  text-align: center;
  vertical-align: bottom;
  clear:  both;
  padding-top:  30px;
}

/*Footer Details*/
div.copyright {
  font-family: "Georgia", Times New Roman, Times, serif;
  color: #c4c0be;
  font-size: 12px; 
  //padding-bottom: 15px;
}

#footer_content a {
  color: #c4c0be;
  text-decoration: none;
}

#footer_content a:hover {
  color: #fff;
}

.hr_down {
  margin: 15px 0 0 155px;
  padding: 10px;
  /*background: url(img/hr_down.png) no-repeat;*/
  border: 0;
  left: 50%;
}
 
#main a, #main_full a 
{
	text-decoration: none;
	color:  #fff;
}

#main a:hover, #main_full a:hover
{
	text-decoration: underline;
	color:  #ccc;
}

a.order {
  background: #cc0000;
  color: #ffffff;
  padding: 7px 12px 7px 12px;
  line-height: 18px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}

div.equip
{
 float: left;
 width: 200px;
 height: 200px;
 margin: 30px;
 text-align: center;
 vertical-align: middle;
}

table.locations th
{
  padding-top: 20px;  
}

table.locations td
{
  vertical-align: top;
  padding-left: 15px;
  padding-top: 20px;
}

table.locations h2
{
  padding-top: 0px;
  margin-top: 0px;
}

table.locations a
{
  color: #fff;
  font-weight: normal;
  font-weight: 8px;
}

table.locations strong
{
  font-weight: normal;
}

#wrapper {clear: both; vertical-align:top;}
ul#detailsMenu { margin: 0 30px 0px 0; padding: 0; list-style-type: none; border: 0px dotted #f00;}
ul#detailsMenu li {margin: 0 0 4px 0; padding-left: 0px; }

#details h3 {margin-top: 0px; padding: 0px; color:  white; }
#details div {display: none; }

.admin textarea { width: 500px; height: 200px; padding:  0px; font-family: "Georgia", Times New Roman, Times, serif; }
.admin input 
{ 
	width: 500px; 
	font-size: 18px;
	/*background-color: #ccc;*/
	font-family: "Georgia", Times New Roman, Times, serif;
}
.admin table th { vertical-align: top; }
.edit, .post { margin-bottom: 20px; padding: 5px; border: 1px dotted #ccc; }

.edit a {
	font-size:  14px;
	margin-right:  5px;
}

div.testimonial_full {
	margin-bottom: 50px;
}

div.testimonial_full address {
	color: #fff;	
}
