/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background-image: url(../images/tail_site_top.jpg);
	background-repeat: repeat-x;
	background-color:rgb(79,4,0);
	/*background-attachment:fixed;*/
	font: .68em/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #FFDEAF; 
	text-align: center;
	margin: 0 0 15px 0;	
}

.bold {
	font-weight:bold;
	}

#center {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	}
	
#left{
	float: left;
	}

#p {
	font-size: 1.8em;
	font-weight:bolder;
	text-align:center;
	margin-top: 20px;
	font-family:"Times New Roman", Times, serif;
	line-height: 25px;
	}

#p1 {
	font-size: 1.3em;
	text-align: center;
	}	

#img-right {
	float: right;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 35px;
	background: #c5c71e;
    border: 2px solid #fff;
	padding: 5px;
	}

#img-left {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
	}

#img-center {
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 35px;
	background: #c5c71e;
    border: 2px solid #fff;
	padding: 5px;
	}


/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

#zones {
	font-size: 1.8em;
	font-weight: bolder; 
	color: #008000;
	}

/* images */
#img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
    background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
/* ***** not inuse *****
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}
*/
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #fff;
	background-color:#7c0600;
	/*background: #fff url(../images/content-wrap.jpg) repeat-x;*/ 
}

#header {
	position: relative;
	background: #fff url(../images/header-bg.jpg) repeat-y center top;
	background-color:white;
	height: 35px;
	width:910px;	
	padding: 0;	
	color: #C33;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 10px; right: 45px;	
	color: #c5c71e;
	font-size: .9em;	
	font-weight: bold;
	text-decoration:none;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #FFDEAF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #c5c71e;
	text-decoration:none;
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 0px auto;
	border-top:solid #FFF;
	height: 200px;
	width: 850px;
	/*background: #fff url(../images/top-header.jpg) no-repeat center center;*/
	background-color: black;
}

#header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
/*	font: bold 40px 'Trebuchet MS', Arial, Sans-serif; */
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}

#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
/*	font: bold 12px 'Trebuchet MS', Arial, Sans-serif; */
	text-transform: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 35px;		
}


/* Main Column */
.three-col #main {
	margin: 10px 10px 0 225px;
}
.two-col #main {
	margin: 13px 5px 0 200px;
}

.one-col #main {
	margin: 10px 5px 0 0px;
}

#main h1 {
	margin: 0px 10px 0 10px;
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c5c71e;
	padding: 10px 0 12px 0px; 		
	border-bottom: 1px solid #dadada;
}


.address {
	text-decoration: none;
	font-size: 1.3em;	
	}

.blockout{
	background-color:#FFDEAF;
	margin-right: 90px;
	padding:3px;
	margin-left:20px;
	}

.phone {
	font-weight:bolder;
	font-size: 1.8em;
	text-align:center;
	}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: center;	
	background: url(../images/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #FFDEAF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #c5c71e;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background: #250200;
	border-top: 1px solid #F2F2F2;	
}

.company {
	color: #FFDEAF;
	margin-bottom:10PX;
	}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Gallery CSS */

.project-set {
border-bottom: thin solid #000000;
width:750px;
float:left;
}

.item {
width:170px;
float:left;
margin-right:20px;
margin-bottom:37px;
}

.item p {
margin:0px;
padding:0px;
}

.far {
margin-right:0px;
}

.item img {
margin-bottom:5px;
}

.first {
clear:left;
}

.row {
overflow:auto;
margin-bottom:10px;
}

/* Contact Form */

sup{
	color:#F00;
}

#services {
	font-size: 1.3em;
	letter-spacing: .5px;
	margin-top: 30px;
	}

#img-right-services {
	float: right;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 30px;
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
	}
	
.coupon {
	text-align:center;
	border:4px dotted #c5c71e;
	border-collapse:collapse;
	border-spacing:0px;
	width:70%;
	}
	
.coupon th {
	color:#ffffff;
	font-size:2em;
	font-weight:bold;
	line-height:30px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	}
	
.coupon td {
	font-weight:bold;
	padding:4px;
	font-size:1.6em;
	text-align:center;
	vertical-align:middle;
	}
	
#special{
	table-layout:auto;
	text-align:center;
	margin-left:140px;
	}
	
#print a{
	text-decoration:none;
	margin-left:252px;
	color:#ffdeaf;
	font-weight:bold;
	font-size:1.2em;
}
	
#disclaimer{
	line-height:normal;
	font-size:.4em;
	color:#c5c71e;
}


