@charset "utf-8";

/* Style sheet for B&R Classics

*/

/* -------- color guide --------
#FBF4C8 : Egg Shell | Area background color
#9E0508 : Burgundy | Used in accented text
#F2D98C : "Moonbeam" | left column background
#EDC85E : Bardot | Header and background for large icons
#4E0209 : "Rustic Red" | BR Logo color


*/


/* -------- Global constants -------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #666666;
	background-image: url(../texture.jpg);
	color: #000000;
	font:  1.1em Verdana,"Arial", "Helvetica", "Trebuchet MS", Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/* -------- CSS reset -------- */

h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li {
	margin:0;
	padding:0;
}
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.4;
	font-size: 14px;
	
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1 {
	color: #990000;
	font-size: 14px;
}

h2 {
	border-left-style: none;
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 4px;
}

ul {
	list-style-position: inside;
	text-decoration: circle;
}

a {
	border: 0;
	border-style: none;
	color: black;
	text-decoration: none;
}

a img {
	border: none;
}

input {
	float: left;
	width: 200px;
}

input.radio, input.checkbox, input.submit {
	width: auto;
}

input.submit {
	width:32px;
}
fieldset {
	background: #cc9;
	border: 2px ridge #000;
	display: block;
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	padding-left: 15px;
}

legend {
	color: #663300;
	display: inline;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	padding: 2px 5px;
}

input:focus, textarea:focus {
	border: 2px solid #630;
}

label {
	float:	left;
	margin-right: 2em;
}

/* -------- Global Classes --------- */

#clear {
	clear:both;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	height:0;
	line-height: 0px;
}

.submit {
	margin-left: 10px;
}

.clear {
	clear: both;
}

#nutritionPanel {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	margin-top: 35px;
	padding: 2px;
	width: 257px;
}


#page {
	padding:20px 0;
	width:100%;
}

/* -------- Forms -------- */
#searchbar {
	display: inline;
	left: 700px;
	position: absolute;
	top: 85px;
	width: 400px;
}

label.overlabel {
	color:red;
}

form#search label.overlabel-apply {
	color:#4E0209;
	left:10px;
	position:absolute;
	top:2px;
	z-index:6;
}

form#loginform label.overlabel-apply {
	color:blue;
	left:3px;
	position:absolute;
	top:3px;
	z-index:1;
}

form#search {
	display: inline;
}

#docform {
	float:left;
}

#docform p {
	position: relative;
	width: 100%;
}

#docform form {
	border: 1px solid #CCCCCC;
	margin-left: 30px;
	margin-top: 20px;
	width: 540px;
}
div.sogicon {
	float:left;
	width:75px;
}

div.sogicon img {
	border: 1px solid #CCC;
}

div.sogtext {
}


/* -------- Top Level Layout --------- */

#container {
	background: url(../images/brfooter.jpg) repeat-y;
	background-color: #FBF4C8;
	border: 1px solid #000000;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	text-align: left;
	width: 1022px;  /* u */
}

#leftWrapper {
	float: left;
	width: 320px;
}

#rightWrapper {
	float: left;
	width: 460px;
}

#rightContainer {
	float: right;
	width: 810px;
}

#container h1 {
	color: #4E0209;
	font-size: 24px;
}

#container h2 {
	color: #4E0209;
	font-size: 18px;
	font-weight: bold;
}

#container h3 {
	color: #4E0209;
	font-size: 18px;
	font-weight: bold;
}

#container h4 {
	color: #4E0209;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* -------- Regions -------- */

/* -------- Regions > Header -------- */
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logo {
	background: url(../images/brheader.jpg) no-repeat;
	background-color: #EDC85E;
	height: 129px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}

/* -------- Regions > Navigation -------- */
#navbg {
	background: url(../images/brmenu.jpg) no-repeat;
	float: right;
	height: 59px;
	width: 831px;
}

#mainNav {
	left: 195px;
	position: absolute;
	top:135px;
}

/*#mainNav ul {
	bottom: 0;
	font:  16px "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}*/

#mainNav ul li {
/*	float: left; */
}

#mainNav ul a {
/*	color: #4E0209;
	display: block;
	float: left;*/
	font-weight:bold;
	padding: 0 1.2em;
	text-decoration: none;
}

#mainNav ul aaa.first {
	background: none;
}

#mainNNNav ul a:hover {
	background: #FFFFFF;
}
ul#lavamenu { 
    list-style:none; 
    overflow:auto; /* makes sure the container fits the floated list-items below */ 
} 

ul#lavamenu li{
	position:relative; /* allows us to set the z-index */
/*	z-index:5;*/
	float:left; /* add some background color to the line items */
	margin-top: 0px;
	margin-right: 65px;
	margin-bottom: 3px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
} 

ul#lavamenu li.backLava { 
	position:absolute;
    background-color:#fff; 
} 
ul#lavamenu li a { 

    position: relative; /* must have position set to anything other than static to use z-index */ 

   z-index: 3; /*  5 layers above all normal elements */ 

} 

/* -------- Regions > Main Content -------- */
#Content {
	height: 417px;
	overflow:auto;
	padding-top: 20px;
	padding-bottom:20px;
}

#Content ul {
	list-style-position: outside;
	padding-left: 40px;
}
#admContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 790px;
}

#mainContent {

	float:left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 790px;
}

/* -------- Regions > Side Bar -------- */
#sidebarheader {
	left: 30px;
	position: absolute;
	top: 110px;
	font-style: italic;
	color: #4E0209;
	font-size: 15px;
}

#spacing {
	background: url(../images/brleftcolmid.jpg) no-repeat;
	height: 34px;
	position: relative;
}


#sidebar1 {
	background: url(../images/brleftcoltop.jpg) repeat-y;
	font-size: 14px;
	float: left;
	width: 191px;
}

#sidebar1top {
	height: 650px;
	padding-left: 10px;
	position: relative;
}

#sidebar1btn {
	background: url(../images/brleftcolbottom.jpg) repeat-y;
	height: auto;
	padding-left:15px;
	padding-right:10px;
	padding-top:20px;
	position: relative;
}

#sidebar1 h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#sidebar1 h2 a {
	color: #000000;
	text-decoration: none;
}

#sidebar1 h2 a:hover {
	color: #FF0000;
}

#sidebar2 {
	float: right;
	font-size: 12px;
	margin-right: 0px;
	padding-left:10px;
	padding-right:10px;
	width: 215px;
}

#sidebar2 h2 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#sidebar2 h2 a {
	color: #000000;
	text-decoration: none;
}

#sidebar2 h2 a:hover {
	color: #FF0000;
}

/* -------- Regions > Footer -------- */
#footer {
	background-repeat: repeat-x;
	color: #999999;
	font:  0.8em "Trebuchet MS", Arial, sans-serif;
	height: auto;
	padding: 0px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position: relative;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #999999;

}

#footer a:hover {
	text-decoration: none;
	background-color: #333333;
	color: #FFFFFF;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}

/* --------------------- Regions detail  ---------------------------- */


/* --------------------- Regions detail carroussel ---------------------- */

#mycarousel h4 {
	text-align:center;
}


/* --------------------- Regions detail > Data tables --------------- */


#menu {
	position:absolute;
	top:0px;
	left:20px;
	display:none;
	z-index: 2;
}

/*dock styling...*/
#menu a img {
	padding-bottom: 15px;
}

/*...set the cursor...*/
#menu div.jqDock {
	cursor:pointer;
}

/*label styling...*/
div.jqDockLabel {
	padding-bottom:0px;
	padding-right:12px;
	padding-left:12px;
	font-weight:bold;
	white-space:nowrap;
	color:#4E0209;
	cursor:pointer;
	background-color: #EDC85E;
}

.textbox {
	width: 160px;
	height: 223px;
	border: 1px solid #000000;
}

.textboxtext {
	padding: 3px;
	font-size: 12px;
}

#productphoto {
	background-color: #CCCCCC;
	height: 300px;
	width: 300px;
	margin-top: 25px;
}

.productPhoto {
	background-color: #FFFFFF;
	height: 300px;
	width: 300px;
	margin-top: 25px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid black;
}

.productPhoto img {
	vertical-align: middle;
}

.productPhoto {
	font-size: 232px;
}

.productPhoto .none {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

#productThumb {
	float: left;
	height: 250px;
	width: 250px;
	overflow: hidden;
	margin-right: 10px;
}

#productThumb h4 {
	text-align: center;	
	margin-right: 50px;

}

.thumbPhoto {
	background-color: #FFFFFF;
	height: 200px;
	width: 200px;
	margin-right:50px;
	display: table-cell;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid black;
}

.thumbPhoto img {
	vertical-align: middle;
	border: 0px;
}

.thumbPhoto a {
	border: 0px;
}

.thumbPhoto {
	font-size: 58px;
}

.thumbPhoto .noimage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
