body {
background: #111111 url('/images/background-gradient.jpg') repeat-x;
margin: 0 auto;
text-align: center;
font-family: Verdana, Arial, sans-serif;
color: #999;
font-size: 12px;
}

#siteframe {
margin: auto;
width: 960px;
}

#topnav {
height: 100px;
margin: auto;
}

#productnav {
text-align: center;
margin: 0 auto;
width: 940px;
}

#marketbackground {
background: transparent url("/images/subnav-background.jpg") no-repeat center top;
width: 960px;
height: 270px;
margin-top: 20px;
}

#blackboard-top {
background: transparent url("/images/blackboard-top.png") no-repeat center top;
width: 960px;
height: 28px;
}

#blackboard-middle {
background: transparent url("/images/blackboard-middle.png") repeat center top;
width: 960px;
}

#blackboard-bottom {
background: transparent url("/images/blackboard-bottom.png") no-repeat center top;
width: 960px;
height: 28px;
}

#content {
position: relative;
left: 0;
top: 0;
text-align: left;
padding: 5px 40px 5px 40px;
}

#leftcolumn {
float: left;
width: 330px;
text-align: left;
padding-right: 40px;
}

#rightcolumn {
margin: auto;
}

h1 {
color: #FFF;
font-size: 20px;
font-weight: normal;
margin: 0 0 10px 0;
}

h2 {
color: #FFF;
font-size: 13px;
font-weight: bold;
margin: 0 auto;
}

p {
font-weight: normal;
line-height: 18px;
font-size: 1.1em;
margin: 4px 0 10px 0;
}

#copyright {
text-align: left;
padding: 10px 35px 35px 10px;
}

#copyright p {
color: #666;
font-size: 10px
}


a:link, a:visited {color: #3399FF; text-decoration: none;}
a:hover {color: #FFF; text-decoration: none;}

img.left {float: left; margin: 0 3px 3px 0; border: 0;}

img.right {
float: right;
padding: 0;
border: 0;
}

img.homeimage {
padding-bottom: 10px;
border: 0;
}

#formbox {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	padding: 10px;
	background: #111111;
	border: 1px solid #333;
}

/* ----------------- main navigation bar ----------------- */

#logo {
float: left;
padding: 25px 0 0 20px;
}

#nav_bar {
float: right;
height: 26px;
width: 600px;
margin: 65px 20px 0 0;
}

#nav {
text-align: left;
font-weight: bold;
}

ul#nav, ul#nav li {
float: right;
list-style: none;
}

ul#nav {
font-family: Arial, sans-serif;
font-size: 12px;
color: #FFF;
}

ul#nav a, ul#nav a:visited {
color: #999;
text-decoration: none;
display: block;
margin: 0 10px 0 10px;
padding: 2px;
}

ul#nav a:hover {
color: #CCC;
text-decoration: none;
display: block;
}

#home #nav-home a,
#about #nav-about a,
#locations #nav-locations a,
#capabilities #nav-capabilities a,
#artwork #nav-artwork a,
#contact #nav-contact a {color:#FFF;}

/* ---------------- kwicks mootools stuff ---------------- */

#kwicks_container { 
position: relative;
height: 122px;
width: 960px;
padding: 10px;
margin: 0 auto;
}

#kwicks {
padding: 0;
color: #111111;
height: 122px;
margin: 0 auto;
display: block;
}
 
#kwicks .kwick {
float: left;
display: block;
width: 235px;
height: 122px;
}

#kwick .kwick span {
display: none;
}
 
#spirit {background: #111111 url('/images/block-spirit.jpg');}
#wine {background: #111111 url('/images/block-wine.jpg');}
#beverages {background: #111111 url('/images/block-wine.jpg');}
#nutraceutical {background: #111111 url('/images/block-nutraceutical.jpg');}
#green {background: #111111 url('/images/block-green.jpg');}




/* ---------------------------- 

#kwick {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 3px double #27272a;
	margin-bottom: 10px;
	padding: 10px 0;
}

#kwick .kwicks {
	display: block;
	background: #1d1d20 url(../images/trac.gif) top right no-repeat;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding: 10px;
	background: #fff;
	border-right: 5px solid #1d1d20;
}

#kwick .kwick span {
	display: none;
}

#kwick .download {
	background: #78ba91 url(../images/download.gif);
}

#kwick .documentation {
	background: #7389ae url(../images/docs.gif);
}

#kwick .blog {
	background: #c17878 url(../images/blog.gif);
}

#kwick .trac {
	background: #a87aad url(../images/trac.gif);
	border-right: 0;
}

---------------------------- */

/*------------------ tips --------------------*/



.tool-tip {
	color: #fff;
	width: 350px;
	z-index: 13000;
	text-align: left;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 350px;
	z-index: 13000;
	text-align: left;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #000;
	padding: 8px 8px 4px;
	background: #F2F2F2;
	border-bottom: 1px solid #999;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CCC;
}

.divider { height: 1px; background: transparent url(/images/divider.gif) repeat-x; }
.label { color: #FFFFFF; font-size: 16px; padding-top: 10px; font-weight: bold; font-family: Arial; width: 195px;}
.counter { color: #999999; font-size: 16px; padding: 10px 0px; font-family: Arial}

