@charset "UTF-8";
body {
	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 */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #4E2200;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(pics/CBS_Bknd.jpg);
}
.oneColFixCtr #credits {
	font-size: 12px;
	color: #993300;
}
.oneColFixCtr #credits a {
	color: #673C18;
}
.oneColFixCtr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 680px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(pics/CBS_Images.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtr #container #mainContent {
	overflow: auto;
	height: 325px;
	width: 525px;
	position: relative;
	left: 260px;
	top: 60px;
	line-height: 130%;
	padding-right: 25px;
	scrollbar-3dlight-color:#EDC59C;
	scrollbar-arrow-color:#993300;
	scrollbar-base-color:#FFD7AE;
	scrollbar-darkshadow-color:#EDC59C;
	scrollbar-face-color:#EDC59C;
	scrollbar-highlight-color:#EDC59C;
	scrollbar-shadow-color:#EDC59C;
	scrollbar-track-color:#FFD7AE;
}
.oneColFixCtr #container #Heading {
	position: relative;
	top: 75px;
	left: 260px;
	width: 555px;
	height: 150px;
	font-size: 18px;
}
.oneColFixCtr h1 {
	font-size: 110%;
	font-weight: normal;
	color: #993300;
	margin: 0px;
}
.oneColFixCtr #container #Navigation {
	left: 260px;
	top: 55px;
	position: relative;
	width: 550px;
	font-size: 16px;
	color: #FFFFFF;
	height: 25px;
	font-weight: bold;
	z-index: 5000;
}
.oneColFixCtr #container #Contact {
	left: 240px;
	top: 60px;
	position: relative;
	width: 585px;
	font-size: 24px;
	color: #1B171C;
	height: 50px;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a:active {
	color: #FF9900;
}

.oneColFixCtr #container #Contact #telephone {
	font-size: 18px;
	float: right;
	margin-top: 5px;
}

.oneColFixCtr #container #Navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtr #container #Navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtr #container #Navigation a:hover {
	color: #FF9900;
	text-decoration: none;
}
.oneColFixCtr #container #Navigation a:active {
	color: #FF9900;
	text-decoration: none;
}
.oneColFixCtr #container #Photos {
	height: 150px;
	width: 600px;
	margin-top: 60px;
	margin-left: 260px;
}
.oneColFixCtr #container #Heading #CBS_Beverages_Images {
	margin-top: 10px;
}
.oneColFixCtr #container #Heading #CBS_Beverages_Images img {
	margin-right: 18px;
	font-size: 10px;
	color: #993300;
	border: 1px solid #FED7AE;
}
.oneColFixCtr #container #footer {
	font-size: 12px;
	color: #993300;
	position: relative;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.oneColFixCtr #container #Heading #CBS_Beverages_Images #img_nospace {
	margin-right: 0px;
}
.oneColFixCtr h2 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: -10px;
}
.oneColFixCtr #container #mainContent #EnquiryForm table {
	color: #993300;
}
.oneColFixCtr #container #Heading  #FSBlogo{
	position: absolute;
	left: 510px;
	top: -25px;
}
.oneColFixCtr #container #Heading #FSBlogo  img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

