/******************** BON ROUGE BISTRO ********************/
body {
	margin: 0;
	background: #333333 url(images/background.jpg) no-repeat top center fixed;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	text-align: center;
}
h1, h2, h3, h4, h5, p {
	margin: 15px 20px;
}
h1 {
	margin-bottom: 0;
	font-size: 20pt;
	font-weight: normal;
	color: #9d0a0e;
}
h1 i, h5 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #666666;
}
h2 {
	margin-bottom: 0;
	font-size: 20pt;
	font-weight: normal;
	text-transform: lowercase;
	color: #9d0a0e;
}
h3 {
	font-size: 11pt;
	color: #9d0a0e;
	text-transform: uppercase;
}
h4 {
	font-family: Georgia;
	font-size: 24pt;
	font-weight: normal;
}
h5 {
	margin-top: 0;
}
p, li {
	line-height: 130%;
}
.redtext {
	color: #9d0a0e;
}
a {
	color: #9d0a0e;
}
a:hover {
	color: #616240;
	text-decoration: underline;
}
img {
	display: block;
	border: 0;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.hr {
	display: block;
	margin: 0;
	padding: 0;
	height: 4px;
	background: url(images/bg-hr.gif) repeat-x center;
}
hr {
	display: none;
}
.clear {
	clear: both;
}

/******************** STRUCTURE ********************/
.page, .header, .body, .footer {
	width: 960px;
}
.page {
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 0;
	background: #f7f7e5;
	color: #333333;
	text-align: left;
}
.header {
	background: url(images/bg-header.jpg) no-repeat top center;
}
.body {
	background: url(images/bg-body.gif) repeat-y top left;
}
.sidebar {
	float: left;
	width: 260px;
}
.main {
	float: left;
	width: 700px;
}
.content {
	padding: 1px 0;
	width: 700px;
	background: #f7f7e5;
}
.subcontent {
	padding: 1px 0;
	width: 700px;
	background: #f7f7e5 url(images/bg-subcontent.gif) repeat-y top center;
}
.mainsubcol {
	float: left;
	width: 350px;
}

/******************** HEADER ********************/
.logo {
	float: left;
	padding: 15px;
	width: 135px;
	/*background: #000000;*/
}
.associate {
	float: right;
	width: 400px;
	/*margin: 5px auto;
	width: 960px;*/
	color: #ea933c;
	text-align: right;
}
.associate a {
	font-weight: bold;
	color: #ea933c;
	text-decoration: none;
}
.associate a:hover {
	color: #ea933c;
	text-decoration: underline;
}
/*
#logobg1 { background: #000000 url(images/bg-header1.jpg) no-repeat right; }
#logobg2 { background: #000000 url(images/bg-header2.jpg) no-repeat right; }
#logobg3 { background: #000000 url(images/bg-header3.jpg) no-repeat right; }
#logobg4 { background: #000000 url(images/bg-header4.jpg) no-repeat right; }
*/
.logo img{
	/*margin: 0px auto 0px 10px;*/
	margin: 10px;
}
.navigation {
	clear: both;
	padding-left: 5px;
	width: 955px;
	background: #9d0a0e;
}
.navigation ul, .navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation li {
	float: left;
}
.navigation a {
	display: block;
	border-right: 2px dotted #b44544;
	padding: 10px 15px;
	font-size: 10pt;
	font-weight: bold;
	color: #e3e3ba;
	text-decoration: none;
}
.navigation a:hover {
	background: url(images/bg-nav.gif) no-repeat bottom center;
	color: #f7f7e5;
}

/******************** BODY ********************/
.featurebox {
	margin: 19px;
	border: 1px solid #666666;
}
.feature {
	width: 330px;
}
.contact {
	width: 328px;
	border-left: 2px dotted #bbbbbb;
	background: url(images/bg-contact.gif) no-repeat bottom right;
}
.contact p {
	margin: 5px 30px 5px 5px;
	font-weight: bold;
	text-align: right;
}
.contact p b, .contact p strong {
	color: #9d0a0e;
}
.socialmedia {
	padding: 1px 0;
	border-bottom: 2px dotted #bbbbbb;
	background: #f7f7e5;
}
.socialmedia table {
	margin: 0 0 0 auto;
}
#imageContainer, #main_image, .pano_frame {
	position: relative;
	margin: 0 20px 20px 20px;
	width: 660px;
	height: 440px;
	background: #ededd3;
}
#imageContainer img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.menu_contents {
	padding-bottom: 10px;
}
.menu_contents p {
	margin: 10px 20px;
}
.dailyplates h3 {
	margin-bottom: 0;
}
.dailyplates p {
	margin-top: 0;
}
.wines_glass {
	margin: 15px;
	width: 500px;
}
.wines_glass td {
	font-size: 10pt;
}
.wines_glass h2 {
	margin: 0;
}
.wines_glass .price {
	width: 50px;
	text-align: right;
}
.prixfixe-course {
	padding-left: 30px;
}

/******************** FORM ELEMENTS ********************/
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, textarea, select, option {
	background: #ececd0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
input, textarea {
	border: 1px solid #999999;
	padding: 2px;
}
.input {
	width: 300px;
}
.button {
	border: 0;
	background: #9d0a0e;
	color: #f7f7e5;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

/******************** FOOTER ********************/
.footer {
	padding: 40px 0 0 0;
	border-top: 10px solid #9d0a0e;
	background: #221E1F url(images/bg-footer.gif) repeat-x top center;
	color: #8d8b82;
}
.footer .sidebar, .footer .mainsubcol {
	padding: 20px 0;
}
.footer p, .footer li {
	font-size: 90%;
}
.footer b {
	font-size: 110%;
	color: #9d0a0e;
}
.footernav {
	float: left;
	width: 150px;
}
.footer a {
	color: #8d8b82;
	text-decoration: none;
}
.footer a:hover {
	color: #f7f7e5;
	text-decoration: underline;
}
.credit {
	margin: 0;
	padding: 3px 20px;
	background: #2d292a;
	color: #666666;
}
.credit a {
	color: #666666;
	font-weight: normal;
}
