/*
SMART BEVERAGE GROUP
CSS v1
07/04/06
*/

/*
body tags and divs
*/
body {
	background-color:#582f00;
	background-image:url(images/sbg_bg1.gif);
	background-repeat:repeat-x;
	background-position:0% 0%;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#noCSSHeader {
	display:none;
}

#frame {
	width:751px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/sbg_bodyBG1.gif);
}

#navHeader {
	background-image:url(images/sbg_headerBG1.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
	height:208px;
}

#navContainer {
	text-align:center;
}

ul#sbgNav {
	margin: 0;
	padding: 0;
	/*padding-left:250px;*/
	padding-top:33px;
	white-space: nowrap;
}

#sbgNav li{
	display: inline;
	list-style-type: none;
	padding-right: 12px;
}

#sbgNav.homenav li{
	padding-right: 18px;
}

#sbgNav li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color: #ac6107;
}

#sbgNav li a:hover {
	text-decoration:underline;
	color: #0066CC;
}

#sbgBodyArea {
	margin-left: 66px;
	width:618px;
}

#sbgBodyArea a {
	color: #0000CC;
}

#sbgBodyArea a:visited {
	color: #0000CC;
}

#sbgBodyArea #ColRight {
	float:right;
	border-left:1px solid #c7891d;
	padding-left:10px;
	margin-left:10px;
	margin-top:55px;
	margin-bottom:20px;
	width: 180px;
}

#sbgBodyArea #ColRight ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

#sbgBodyArea #ColRight #sbgJDNewsFeed li{
	margin-bottom:12px;
}

#sbgBodyArea #ColRight li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color: #0000CC;
}

#sbgBodyArea #ColRight li a:visited {
	color: #0000CC;
}

#sbgBodyArea #ColRight li a:hover {
	text-decoration:underline;
}

#footer {
clear:both;
	padding-top:10px;
	text-align:center;
	background-image: url(images/sbg_footerBG1.gif);
}

#footerCurve {
	background-image:url(images/sbg_footerCurve1.gif);
	background-repeat:no-repeat;
	height:23px;
	}
	
	
/*
basic P tags and headings
*/


p {
	margin-top:0;
	margin-bottom:15px;
	line-height:150%;
}

h1 {
	margin-top:0;
	margin-bottom:4px;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#630;
}

h2 {
	margin-top:0;
	margin-bottom:-2px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#630;
}

h3 {
	margin-top:0;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#630;
}

h4 {
	margin-top:0;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#630;
}

#footer p {
	margin-bottom:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:.2em;
	color: #000;
}

/*
Page specific stuff
*/

#prodPres {
	/*background-color:#c7891d;*/
}

#prodPres img {
	float:left;
	margin-right: 20px;
	margin-bottom:20px;
}

#sbgBodyArea .lightboxThumbs img {
	margin:4px;
	padding:3px;
	border:1px solid #666;
	background-color:#CCCCCC;
}