/* CSS Document */
@font-face {
	font-family:'BluePlateSpecial';
  src: url('../font/bluepss-webfont.eot');
  src: url('../font/bluepss-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/bluepss-webfont.woff') format('woff'),
       url('../font/bluepss-webfont.ttf') format('truetype'),
       url('../font/bluepss-webfont.svg#BluePlateSpecialSWRegular') format('svg');
  font-weight:normal;
  font-style:normal;
	}
body,td,th {
	color: #928575;
	font-family: "Arial Narrow", "Helvetica Narrow", Tahoma;
	font-size: 18px;
	}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

a:link {
	text-decoration: none;
	color: #D0CBC4;
	}
a:visited {
	text-decoration: none;
	color: #D0CBC4;
	}
a:active {
	text-decoration: none;
	color: #DFDCD7;
	}
a:hover {
	text-decoration: underline;
	color: #D0CBC4;
	}
 
hr {
	color: #541100;
	border: 1px;
	border-style: solid;

	}
 
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: "BluePlateSpecial","Arial Narrow", "Helvetica Narrow", Tahoma;
	}

h1 {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	}
	
h2 {
	font-size: 18px;
	}

form {
	font-family: "Arial Narrow", "Helvetica Narrow", Tahoma;
	margin: 0px;
	padding: 0px;
	}
	
	
	
input,textarea,select {
	font-family: "Arial Narrow", "Helvetica Narrow", Tahoma;
	border: 1px solid #e0d7cc;
	background-color: #DAD6CF;
	font-size: 16px;
}

.radio {
	background: none;
	border: none;
	}

/* Layout */

#PageWrapper {
	margin:0 auto;
	padding:0px;
	width:1000px;
}
	
	
#Menu {
	float:left;
	width: 285px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#ContentWrapper {
	width: 715px;
	min-height:865px;
	margin-left: 300px;
	border-left: 2px solid #541100;
	}
	
#Content {
	width: 685px;
	min-height:865px;
	padding: 20px 15px 20px;
	}

#Footer {
	width: 685px;
	padding: 0px 15px 20px;
	text-align: center;
	}
	
#FooterWrapper {
	width: 1000px;
	}

/* Classes */

.style1 {
	font-family: "Arial Narrow", "Helvetica Narrow", Tahoma;
	font-size: 18px;
 }
 
.style2 {font-size: 12px}

.small {font-size: 15px}


#nav a:link {
	text-decoration: none; 
	color: #928575;
}

#nav a:visited {
	text-decoration: none; 
	color: #928575;
}

#nav a:active {
	text-decoration: none; 
	color: #928575;
}

#nav a:hover {
	text-decoration: none; 
	color: #807162;
}

#testimonial {
	font-size: 20px;
	text-align: center;
}

#testimonial a:link {
	text-decoration: none;
	color: #D9D5CE;
}
#testimonial a:visited {
	text-decoration: none;
	color: #D9D5CE;
}
#testimonial a:active {
	text-decoration: none;
	color: #D9D5CE;
}
#testimonial a:hover {
	text-decoration: underline;
	color: #E8E4E1;
}

.brandlogos {
	float:left;
	width:150px;
	margin:8px;
	text-align:center;
	font-size:14px;
	padding:10px;
	}
.brandlogos img {border:0;}
a.brandlogos {text-decoration:none;}
a.brandlogos:hover {border:2px solid #541100;margin:6px;}
div.m-link1 {color:#928575;font-size:.7em;font-weight:bold;margin:-15px 0 10px 0;text-align:center;text-transform:uppercase;}
div.m-link2 {font-size:.8em;font-weight:bold;padding:3px 0 8px;text-align:center;text-transform:uppercase;}
div.m-link2 a {color:#541100}
