@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #9a9a9a;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*-------------Layout--------------*/


/*Force Scrollbar*/

html {
	overflow-y: scroll;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index:-1;
}

#content {
	position:relative;
	z-index:5;
	clear: left;
}
.main {
	margin: 0px;
	width: 743px;
}
#logo {
	float: left;
}
#contentbox {
	margin-top: 137px;
	float: right;
}
.column {
	width: 592px;
	margin-top: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #f7a11a;
	background-image: url(../../images/transparent.png);
	background-repeat: repeat;
	padding-left: 15px;
}
.home {
	padding-right: 190px;
}
.footer {
	width: 592px;
	margin-top: 0px;
	margin-left: 30px;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url(../../images/transparent2.png);
	padding-top: 10px;
	padding-left: 15px;
}
.photos {
	font-size: 10px;
}
.photos img {
	margin-right: 4px;
}
.sauce {
	float: right;
	width: 250px;
	margin: 0px;
	clear: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left {
	width: 300px;
	margin: 0px;
	padding: 0px;
	clear: none;
}

/*-------------Typography--------------*/
p {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
p img {
	margin-bottom: -0.75em;
	margin-top: 1em;
}

.price {
	font-weight: bold;
	color: #695e4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.caps {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.press {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 15px;
}
a:link {
	color: #695e4a;
	text-decoration: none;
}
a:hover {
	color: #f7a11a;
	text-decoration: none;
}
a:visited {
	color: #695e4a;
	text-decoration: none;
}
.footer a:link {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #f7a11a;
	text-decoration: none;
}
.footer a:visited {
	color: #000;
	text-decoration: none;
}
.gray {
	text-transform: uppercase;
	color: #666666;
	margin-top: 2px;
	font-size: 10px;
}
.style1 {color: #999999}
.style3 {font-size: 10px}
.brown {
	color: #695e4a;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 15px;
}
.brown2 {
	color: #695e4a;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 17px;
}
.itallic {
	font-style: italic;
}
