/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #3E1C15;
}
body {
  color: #fff;
}
/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	color: #fff;
}
h1 {
	font-size: 144%;
}
h2 {
	font-size: 133%;
}
h3 {
	font-size: 124%;
}
/* Text Styles */
p, th, td, dd, dt, li, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
	font: .9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;;
	line-height: 133%;
	letter-spacing: 1px;
}
table {
	line-height: normal;
	padding: 0;
	margin: 0;
	font-size: 100%;
}
/*nest fixes */
td p { 
	font-size: 100%; 
} 
ul { 
	font-size: 100%;
}
/*End nest fixes */
blockquote {
color:#D74622;
float:left;
font-size: 1em;
font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;
margin:0;
padding:5px;
width:10em;
line-height: normal;
}
q {
  font-style: italic;
  font-size: 100%;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
	font-size: .8em;
	line-height: normal;
}
big {
  font-size:1.2em;
  line-height: normal;
}
/* Links and Images */
a:link, a:visited {
	color: #E1A900;
	text-decoration: none;
}
a:hover { 
	color: #D74622;
	text-decoration: none;
}
a:active { 
	color: #FC3;
	text-decoration: none;
}
img {
	border: none;
	background-color: #FFC;
	font-family: "Comic Sans MS", cursive;
	color: #CCC;
}
.image_border {
	padding: 5px;
}
/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 100%;
}
label {
cursor: pointer;
}
/*divs*/
#wrapper {
	margin: 0 auto;
	width: 960px;
	background-color: #170703;
	background-image: url(../images/bg_01.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/*top menu*/
#tabs {
	width:960px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	font-size:93%;
	line-height:normal;
	height: 131px;
	}
#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	margin:0;
	padding:0 5px 0 5px;
	text-decoration:none;
	display:block;
	width: 176px;
	height: 131px;
	} 
#header {
	margin: 0 auto;
	width: 920px;
	padding-top: 26px;
	padding-bottom: 39px;
}
.logo {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	color: #2E1916;
	letter-spacing: .05em;
	text-align: right;
	margin: 0;
	padding: 0;
}
.strapline {
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #2E1916;
	letter-spacing: 1px;
	text-align: right;
	line-height: normal;
	margin-top: 0;
}
/*side menu*/
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#menu {
	width: 155px;
	margin-left: 20px;
	float: left;
	padding-top: 45px;
}
#menu ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#menu li {
	display: list-item;
	list-style: none;
	padding-bottom: .65em;
}
/*
#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #FC3;
	text-decoration: none;
}
#menu a:active {
	color: #F8A363;
}
*/
/*main content container*/
#content {
	width: 745px;
	float: right;
	margin-right: 20px;
}
#right_col {
	float: right;
	width: 320px;
	padding-left: 9px;
	padding-top: 11px;
}
#right_col img {
	background-color: #FFC;
	padding: 5px;
}
#clear {
	clear: both;
}
#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 171px;
	clear: both;
}
#footer a {
	color: #3E1C15;
}
#footer a:hover {
	color: #833A2C;
}
/* Common Classes */
.smallstuff { font-size: .75em; }
.clear { clear: both; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
/*Funky Typography*/
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:3em;
	margin-top:-0.5em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
	width: auto;
}
.red {
	color: #F00;
}
/*Large initial letter*/
.initial:first-letter {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
}
p + h2 { 
	margin-top: 1.5em; 
}
.testimonials {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}