@import url("common_resetCss.css");
@charset "UTF-8";


html{
	background:url(../_images/bg.jpg) top center no-repeat;	
}

body{
	width:952px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	color:#964040;
	font-size:41px;
	text-transform:uppercase;
	margin-bottom:20px;	
}

h2{
	color:#964040;
	font-size:26px;
	text-transform:uppercase;
	margin-bottom:10px;
}

h2 a{
	color:#964040;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:10px;
	text-decoration:none;
}

p {
	color:#8e8e8e;
	margin-bottom:35px;
	font-size:18px;
	line-height:22px;
	font-weight:100;
}

.clear{
	clear:both;	
}

.lowercase{
	text-transform:inherit !important;	
}

input{
	color:#666
}
	
a{
	color:#8e8e8e;	
}

a:hover, a:focus{
	text-decoration:none;	
}

.anchor{
	cursor:default !important;	
}

strong, b{
	font-weight:bold;	
}

/*************************************************************/
/***************************HEADER****************************/
/*************************************************************/

header{
	text-align:center;
	width:952px;
	position:relative;
}


#logo{
	background:url(../_images/logo.png);
	width:215px;
	height:128px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin: 15px auto;
}

#header_nashville{
	left:50px;
	text-align:left;
	font-size:15px;
}

#header_franklin{
	right:10px;
	top:75px;
	text-align:right;
}

.header_contact{
	color:#5a5a5a;
	position:absolute;
	top:0px;
	text-transform:uppercase;
	font-weight:lighter;	
}

header nav{
	width:952px;
	height:45px;
	background: rgb(89,89,89); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(89,89,89,1) 0%, rgba(151,153,155,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,1)), color-stop(100%,rgba(151,153,155,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(89,89,89,1) 0%,rgba(151,153,155,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(89,89,89,1) 0%,rgba(151,153,155,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(89,89,89,1) 0%,rgba(151,153,155,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(89,89,89,1) 0%,rgba(151,153,155,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#97999b',GradientType=0 ); /* IE6-9 */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; 
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); 
	white-space:nowrap;	
}

header nav ul li{
	float:left;
	padding:12px 13px;
	border-left: 1px solid #7a7b7b;
	border-right:1px solid #5f5f60;
}

header nav a{
	color:#FFF;
	font-size:21px;
	text-decoration:none;
	font-style:italic;
	text-shadow: 1px -1px 1px #000000;
	text-transform:uppercase;
	filter: dropshadow(color=#000000, offx=1, offy=-1); 
}

header nav a:hover, nav a:focus{
	color:#444;
	text-shadow:none;	
}

header nav ul li:first-child{
	border-left:none;	
}

header nav ul li:last-child{
	border-right:none;	
}

/*************************************************************/
/***************************CONTENT***************************/
/*************************************************************/


#content{
	background:#FFFFFF;
	width:902px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); 
	padding: 32px 25px;		
}

.secondary #content img{
		margin: 0 20px 20px 20px;
}

#portfolio{
	width:100%;
	text-align:center;
	float:left;
	margin-left:70px;	
}


/*************************************************************/
/***************************CONTACT***************************/
/*************************************************************/


#contact{
	float:left;	
}


#contact_info{
	float:right;
	margin-right:75px;	
}

/*************************************************************/
/***************************FOOTER****************************/
/*************************************************************/


footer{
	border-top: 1px solid #a6a6a6;
	margin-top:25px;	
	font-size:14px;
	color:#5a5a5a;
}

footer nav ul li{
	float:left;
	margin:10px 5px 10px 5px;	
}

footer a{
	text-transform:uppercase;
	text-decoration:none;
	color:#5a5a5a;
}

footer a:hover, footer a:focus{
	text-decoration:underline;	
}

.error{
	width:90%;
	border:solid 2px #7D0000;
	text-align:left;
	margin:0px 0px 20px 20px;
	padding:0px;
	background-color:#e5cccc;
}

.error p{
	font-size:13px;
	color:#7D0000;
	font-weight:bold;
	margin:0px;
	padding:10px 0px 10px 10px;
	text-align:left;
}

.message{
	width:90%;
	border:solid 2px #060;
	text-align:left;
	margin:0px 0px 20px 20px;
	padding:0px;
	background-color:#093;
}

.message p{
	font-size:13px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:10px 0px 10px 10px;
	text-align:left;
	color:#fff;
}

.error {
	border-color: #f00 !important;
	background-color: #fae5e5 !important;
}

button.order_btn {
	width:300px;
	height:40px;
	background-color:#006600;
	color:#ffffff;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	font-size:14px;
}

table.order_tbl > tr {
	padding:8px !important;
	margin:8px !important;	
}

td.order_spacer {
	line-height:30px;
}