/******************** BON ROUGE BISTRO ********************/
body {
	margin: 20px 0;
	background: #333333 url(images/background.jpg) repeat top center fixed;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	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 {
	font-size: 10pt;
	line-height: 150%;
}
.redtext {
	color: #9d0a0e;
}
a {
	font-weight: bold;
	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: 1px solid #000000;
	padding: 0;
	background: #f7f7e5;
	color: #333333;
	text-align: left;
}
.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 ********************/
.associate {
	margin: 5px auto;
	width: 960px;
	color: #999999;
	text-align: right;
}
.associate a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.associate a:hover {
	color: #9d0a0e;
}
.logo {
	background: #000000;
}
#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;
}
.navigation {
	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;
	text-align: right;
}
.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;
}
.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: 50px 0px 10px 0px;
	background: #221E1F url(images/bg-footer.gif) repeat-x top center;
	color: #666666;
	text-align: center;
}
.footer p{
	margin: 0;
	font-size: 9pt;
}
.footer a{
	color: #666666;
}
.footer a:hover{
	color: #f7f7e5;
}
.credit{
	margin: 5px;
	font-size: 9pt;
	color: #000000;
}
.credit a{
	color: #000000;
	font-weight: normal;
}