/* CSS Document */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image:url(images/fade.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

p {
	font-size: .8em;
	color: #333333;
	line-height: 1.3em;
	margin-top: 0em;
}
h1 {
	font-size: 1em;
	color: #9A1920;
	text-transform: uppercase;
	margin-bottom: 0em;
}
h2 {
	font-size: .8em;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0em;
}
ul {
	font-size: .8em;
	color: #333333;
	line-height: 1.3em;
	margin-top: 0em;
}

#wrapper {
	margin: 10px auto;
	width: 954px;
}

#menu {
	float: left;
	width: 954px;
}
#menu_right {
	float: right;
	margin-top: 60px;
	text-align: right;
	text-transform: uppercase;
}

#content {
	float: left;
	width: 954px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#brands {
	float: left;
	margin-top: 55px;
	width: 954px;
	text-align: center;
}
#column {
	float: left;
	width: 465px;
	margin-top: 5px;
}
#column-large {
	float: left;
	width: 620px;
	margin-top: 5px;
}
#column-small {
	float: left;
	width: 310px;
	margin-top: 20px;
}

#footer {
	font-size: .65em;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	clear:left;
}
#photo_caption {
	position: relative;
	bottom: 25px;
	text-align: right;
	width: 940px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: .65em;
}






.menu-link a {
	font-size: .75em;
	padding-top: .5em;
	color: #9A1920;
	text-decoration: none;
	font-weight: bold;
}
.menu-link a:hover {
	color: #9A1920;
	text-decoration: underline;
	font-weight: bold;
}

.content-borders {
	height: 420px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.gutter {
	margin-left: 22px;
}
.testimonial {
	font-family: Palatino, "Book Antiqua", serif;
	font-style: italic;
	font-size: .85em;
}
.credit {
	font-size: 0.75em;
	text-transform: capitalize;
	line-height: 2.5em;
}
.credit a, .credit a:visited {
}
