
/* CSS Document */
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{background:transparent; border:0; margin:0; padding:0; vertical-align:baseline} body{line-height:1}   h1, h2, h3, h4, h5, h6{clear:both; font-family:Helvetica,Arial,verdana,sans-serif} ol, ul{list-style:none} blockquote{quotes:none} blockquote:before, blockquote:after{content:''; content:none} del{text-decoration:line-through} /* tables still need 'cellspacing="0"' in the markup */table{border-collapse:collapse; border-spacing:0} a img{border:none}
* {
	padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px
}
html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	background-image: url(images/bg_index.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-size: 12px;
	font-variant: normal;
	line-height: 18px;
}

h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	padding-bottom: 5px;
	line-height: 24px;
}

h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 5px;
}
h3	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 10px;
	padding-top: 20px;
	color: #333333;
}
h4	{
	color:#FFFFFF;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-weight: normal;
}
h5	{
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom: 10px;
	font-weight: bold;
	font-style: normal;
}

h6 {
	color:#C41319;
	font-family: Arial;
	font-size: 11px;

}

a:link {color: #333; text-decoration: none; }
a:active {color: #333; text-decoration: none; }
a:visited {color: #333; text-decoration: none; }
a:hover {color: #333; text-decoration: underline; }
a:link white {color: #FFFFFF; text-decoration: none; }

img {
border:none;
}
.thumb {
    float: left;
    margin: 5px 20px 20px 0;
	background-color:#FFFFFF;
}
.description {overflow: hidden;}

.imgHover .hover {  
    display: none; 
    position: absolute; 
    z-index: 2; 
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:link hover {
	text-decoration: underline;
}
#container {
	position: relative;
	min-height: 100%;
	width: 960px;
	margin-bottom: -150px;
	margin-left: auto;
	margin-right: auto;
}
#container_main {
	position: relative;
	margin: 0px auto;
	width: 960px;
}
#container_header {
	height: 100px;
}
#container_header #logo {
	width: 283px;
	height: 81px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#container_header #logo a {
	text-indent: -9999px;
	outline-style: none;
	outline-color: invert;
	outline-width: medium;
	width: 142px;
	display: block;
	height: 133px;
	font-family: Arial, Helvetica, sans-serif;
}
#container_header #generic-nav {
	position: absolute;
	list-style-type: none;
	top: 14px;
	right: -6px;
	list-style-image: none;
	padding-left: 5px;
}
#container_header #generic-nav li {
	display: inline; font-size: 12px
}
#container_header #generic-nav li a {
	padding-right: 11px;
	no-repeat 100% 50%; 	color: #666;
	margin-right: 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#container_header #generic-nav li a:hover {
	text-decoration: none
}
#container_header #generic-nav li.last a {
	background-image: none; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px
}

#top_bar_2{
	width:96%;
	height:40px;
	background-color: #F0F0F0;
	float: right;
	padding-right: 40px;
}

/*--navigation wrapper--*/  
#navwrapper {
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left:15px;
	padding-right:10px;
}   

#nav {   
    font-family: Arial, Helvetica, sans-serif;   
    font-size:13px;   
    padding-top:4px;
}   
  
#nav, #dmenu ul {   
    padding: 0;   
    margin: 0;   
    list-style: none;   
    font-family: Arial, Helvetica, sans-serif;   
}   
  
/*--main nav links style--*/  
#nav a {
	display:block;
	color:#ccc;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}   
  
#nav a.dmenu {
}   
  
#nav a.dmenu:hover {   
    color:#C41319 !important;   
    background-color: #fff !important;
}   
  
#nav li {   
    float: left;   
}   
  
#nav li {position: relative;}   
  
/* hide from IE, mac */  
#nav li {position: static; width: auto;}   
/* end hiding from IE5 mac */  
  
/*--drop down menu styling--*/  
#nav li ul {
	position: absolute;
	display: none;
	margin-left:-1px;
	background-color: #FFFFFF;
    -moz-box-shadow: 0 0 5px #ddd;   
    -webkit-box-shadow: 0 0 5px #ddd;   
	box-shadow: 0 0 5px #ddd;
	/*--make it top of all the elements on page, so that it can be visible--*/  
    z-index:5000;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-position: bottom;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

#nav li:hover a, #nav a:focus,   
#nav a:active {
	color:#fff;
	background:#444;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}   
  
#nav li ul, #nav ul li  {   
    width: 190px;   
}   
  
/*--drop down menu styling is different from main nav, strict rule--*/  
#nav ul li a  {   
    color: #666666 !important;   
    border-right: 0;
	background-image: url(images/checked_hover.png);   
}   
#nav ul li a:hover  {   
    color:#666666 !important;   
    background-color: #f0f0f0 !important;   
}   
  
/*--the selected, current item in the navigation menu--*/  
#nav a.current{   
    color:#fff;   
    font-weight:bold;   
    background:#2D2D2D;   
    text-decoration:none;   
    border-top:2px solid #C33;   
    padding-bottom:2px; /*--removing 2px border from 7px padding--*/  
}   
  
#nav a.current:hover{   
    padding-bottom:2px; /*--removing 2px border from 7px padding--*/  
}  
  
#nav li:hover ul {   
    display: block;   
}   
  
#nav li:hover ul a{   
    color: #000000;   
    background-color: transparent;   
}   
  
#nav ul a:hover {   
    background-color: #606060!important;   
    color: #FFFFFF !important;   
}   
  
 /*--used in drop down menu items--*/  
.menuseprator{
	height:1px;
	background:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	margin-right: 0;
	margin-left: 0;
}

  
/*--for showing down arrow in drop down menu item--*/  
.arrowdown{
	color:#eee; 
	font-size:0.5em;
}     
  
/*--for the left navigation menu--*/  
.floatleft{float:left;}    

/*--for the right options navigation menu--*/  
.floatright{float:right;}    
  
/*--clear all floating, left and right--*/  
.clear{clear:both;}   

#crumb_navigation {
	float: left;
	width: 100%;
	height: 20px;
	padding-top: 7px;
}
.title_box_image{
	width:100%;
	height:342px;
	text-align:right;
	font-size:11px;
	color:#666666;
	line-height:20px;
	padding-left: 7px;
	padding-bottom: 0px;
	font-weight: normal;
	margin-top: 30px;
	background-image: url(images/oldcafebar.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0px;
	background-position: left;
}
.title_box_header{
	width:100%;
	height:20px;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	font-weight: normal;
	font-family: Arial;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.title_box{
	width:89%;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 11px;
}
.title_box_bottom{
	width:78%;
	height:50px;
	text-align:left;
	font-size:13px;
	color:#666666;
	line-height:20px;
	padding-left: 7px;
	padding-bottom: 0px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 1px;
	margin: 5px;
}
.home_titlebar{
    font-family: Arial;
	width:99%;
	float:left;
	height:36px;
	background-image: url(images/home_titlebar_main.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right:2px;
}

.border_box{
	width:100%;
	height:1px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sidenav ul {
	margin: 0;
	list-style: none;
	padding: 0;
	width: 100%;
}
#sidenav ul li{
	margin: 0; padding:  0;
	display: inline;
}
#sidenav ul li a, #sidenav ul li a {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	width: 92%;
	font-family: Arial, Helvetica, sans-serif;
}
#sidenav ul li a:hover {
    color:#666666 !important;   
    background-color: #f0f0f0 !important;   
}
.sidenav ul li:active {
	width:86%;
	background-image:url(images/checked_active.gif);
	background-repeat:no-repeat;
	background-position:20px center;
	color: #C41319;
	padding-left: 31px;
}

#home_main_content {
	float: left;
	width: 100%;
}
#main_content {
	float: left;
	width: 100%;
	min-height: 600px;
	max-height: 3000px;
}
#col1 {
	float: left;
	width: 55%;
	margin-bottom: 1%;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}
#col1 h2, #col1 p {
	margin: 0px;
}
#col2 {
	float: left;
	width: 34%;
	margin-left: 3%;
	height: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 20px;
}
#col3_regular {
	float: left;
	width: 19%;
	height: 700px;
}
#col3_long {
	float: left;
	width: 19%;
	height: 1700px;
}	
	#col3_medium {
	float: left;
	width: 19%;
	height: 1500px;
}
	#col3_history {
	float: left;
	width: 19%;
	height: 1300px;
}
#col3_automatic {
	float: left;
	width: 19%;
	height: 1300px;
}
#col3 {
	float: left;
	width: 19%;
	height: 700px;
}
#col3_longer {
	float: left;
	width: 19%;
	height: 1000px;
}
#col3 h2, #col3 p {
	margin-left: 7px;
	margin-right: 7px;
}
	#col4_noimg {
	float: left;
	width: 77%;
	margin-left: 2%;
	padding-top: 3px;
	font-size:12px;
	height: 700px;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
}
	#col4_noimg img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	#col4_top {
	float: left;
	width: 77%;
	margin-left: 2%;
	font-size:12px;
	height: 1px;
	padding-right: -1px;
}
	#col4_long{
	float: left;
	width: 77%;
	min-height:600px;
	margin-left: 2%;
	padding-top: 3px;
	background-color: #FFFFFF;
	font-size:12px;
	height: 1600px;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
}

	#col4_ingredients {
	float: left;
	width: 77%;
	margin-left: 2%;
	padding-top: 50px;
	background-color: #FFFFFF;
	font-size:12px;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
}

	#col4_test{
	float: left;
	width: 77%;
	margin-left: 2%;
	margin bottom: 20px;
	padding-top: 3px;
	background-color: #FFFFFF;
	font-size:12px;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
}

	#col4_traditionalmachines {
	float: left;
	width: 77%;
	margin-left: 2%;
	padding-top: 3px;
	background-color: #FFFFFF;
	font-size:12px;
	height: 1000px;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
}

	#col4_beans {
	float: left;
	width: 77%;
	margin-left: 2%;
	padding-top: 3px;
	background-color: #FFFFFF;
	font-size:12px;
	height: 1300px;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
}

	#col4_chaitea {
	float: left;
	width: 77%;
	margin-left: 2%;
	padding-top: 3px;
	background-color: #FFFFFF;
	font-size:12px;
	height: 620px;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
}
	#col4_long img{
	padding:5px;
	border:1px solid #CCCCCC;
}
	#col4 {
	float: left;
	width: 77%;
	margin-left: 2%;
	padding-top: 3px;
	background-color: #FFFFFF;
	font-size:12px;
	height: 475px;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
}
	#col4 img{
	border: none;
}
	#col4_bottom {
	float: left;
	height: 35px;
	width: 94%;
	margin-left: 2%;
	margin-top: -1px;

}
	#col4_products {
	float: left;
	width: 76%;
	margin-left: 2%;
	padding-top: 3px;
	background-color: #FFFFFF;
	font-size:12px;
	height: auto;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

	#col4_support{
	float: left;
	width: 76%;
	margin-left: 2%;
	padding-top: 3px;
	background-color: #FFFFFF;
	font-size:12px;
	height: 900px;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 50px;
}
	#col4_automatic {
	float: left;
	width: 76%;
	margin-left: 2%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	font-size:12px;
	height: 600px;
	padding-right: -1px;
}
	#col4_productdetails_long {
	float: left;
	width: 76%;
	margin-left: 2%;
	background-color: #FFFFFF;
	font-size:12px;
	height: 800px;
	padding-right: -1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

	#col4_noborder {
	float: left;
	width: 76%;
	margin-left: 2%;
	background-color: #FFFFFF;
	font-size:12px;
	height: 520px;
	padding-right: -1px;
}
	#col5 {
	float: left;
	width: 100%;
	height: 300px;
	margin-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	background-color: #FFFFFF;
}
#col5_bottom {
	float: left;
	width: 100%;
	height: 50px;
	padding-bottom:20px;
	padding-left:10px;
	background-color: #FFFFFF;
}
#col6 {
	float: left;
	width: 30%;
	padding-left: 20px;
	height: 300px;
	background-color: #FFFFFF;
}
#col6 img {
	padding: 5px;
	margin-bottom: 5px;

}
#col7 {
	float: left;
	width: 65%;
	height: 300px;
	background-color: #FFFFFF;
}
#col8_left {
	float: left;
	width: 25%;
	margin-left: 1%;
	padding-left: 30px;
	padding-right: 11px;
	height: 500px;
	background-image: url(images/clickturndispensers.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top: 30px;
	padding-top: 20px;
	background-color: #FFFFFF;
	font-size: 12px;
}
#col8_middle {
	float: left;
	width: 25%;
	margin-left: 1%;
	padding-left: 30px;
	padding-right: 12px;
	height: 500px;
	background-image: url(images/home_automatic-machines.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top: 30px;
	padding-top: 20px;
	font-size: 11px;
}
#col8_right {
	float: left;
	width: 25%;
	margin-left: 1%;
	padding-left: 30px;
	padding-right: 11px;
	height: 500px;
	background-image: url(images/home_espresso.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top: 30px;
	padding-top: 20px;
	font-size: 12px;
}
#col8 h2 {
	font-size: 16px;
	margin: 10px;
}
#col8 p {
	margin: 20px;
	font-size: 12px;
}

#col9 {
	float: left;
	width: 70%;
	margin-bottom: 20px;
	height: auto;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-left: 80px;
	padding-bottom: 20px;
}

#col10 {
	float: left;
	width: 40%;
	margin-bottom: 20px;
	height: auto;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-left: 300px;
	padding-bottom: 20px;
}
#center_content{
	float:left;
	width:77%;
	height:auto;
	margin-left: 2%;
	text-align:left;
	font-size:15px;
	color:#666666;
	line-height: 1.4em;
}
#col10
{
	float: left;
	width: 60%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 250px;
	}
#col11
{
	float: left;
	width: 94%;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 28px;
	padding-left: 20px;
	height: 680px;
}
#col11_bottom
{
	float: left;
	width: 99%;
	background-image: url(images/home_bottom_bar.png);
	background-repeat: no-repeat;
	height: 36px;
	padding-right: 2px;
}

#col12 {
	float: left;
	width: 100%;
	height: 36px;
}
.center_title_bar {
	width:76%;
	text-align:right;
	font-size:22px;
	color:#333333;
	font-weight: 100;
	margin-left: 2%;
	float: left;
	font-family: Arial;
	padding-bottom: 8px;
	height: 30px;
	padding-top: 12px;
}

.center_productdetails_bar{
	width:68%;
	text-align:left;
	font-size:24px;
	color:#666666;
	font-weight: normal;
	margin-left: 2%;
	float: left;
	font-family: Arial;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 82px;
	height: 20px;
}

/*---------prod_box----------*/
.prod_box{
	width:27%;
	height:182px;
	padding:5px;
	float:left;
	text-align:center;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 5px;
}
.prod_box_first{
	width:27%;
	height:182px;
	padding:5px;
	float:left;
	text-align:center;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 28px;
}

.prod_box_top{
	width:25%;
	height:182px;
	padding:5px;
	float:left;
	text-align:center;
	border: 1px solid #CCC;
	margin-top: 50px;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 50px;
}
.top_prod_box{
	width:100%;
	height:20px;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none;
	background: #F0F0F0;
}
.product_title{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bottom_prod_box{
	width:100%;
	height:10px;
	float:left;
	margin:0px;
}
.center_prod_box{
	width:100%;
	height: auto;
	float:left;
	text-align:center;
	margin:0px;
	border-top:1px solid #CCCCCC;
}
.prod_details_tab{
	width:100%;
	height:31px;
	float:left;
	margin:3px 0 0 0;
}
img.left_bt{
float:left;
padding:6px 0 0 6px;
}
a.prod_details{
width:8px;
display:block;
float:left;
padding:0 0 0 2px;
margin:2px 0 0 2px;
margin:2px 0 0 2px;
text-decoration:none;
}
/*---------prod_box_big----------*/
.prod_box_big_a{
	width:100%;
	height:auto;
	float:left;
}
.prod_box_big_b{
	width:100%;
	height:auto;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.prod_box_big_c{
	width:100%;
	height:auto;
	float:left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-bottom: 20px;
}
.top_prod_box_big{
	width:77%;
	height:30px;
	float:left;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
}
.bottom_prod_box_big{
	width:100%;
	height:20px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
	padding: 0px;
}
.center_prod_box_big{
	width:100%;
	height: auto;
	float:left;
	text-align:center;
	padding:0px;
	margin: 0px;
}
.product_img_big{
	width:25%;
	float:left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
.product_img_big_vending{
	width:30%;
	float:left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
.details_big_box{
	width:68%;
	float:left;
	text-align:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.details_big_box_vending{
	width:50%;
	float:left;
	text-align:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.details_big_box_2{
	width:68%;
	float:left;
	text-align:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.product_title_big{
	color:#333333;
	font-weight:bold;
	font-size:16px;
	width: 100%;
	padding-top: 35px;
	padding-right: 0;
	padding-left: 0px;
	line-height: 20px;
	height: 20px;
}
.product_nav{
	color:#666666;
	font-weight:bold;
	font-size:16px;
	width: 100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 30px;
}
a.product_nav{
	width:27%;
	height:20px;
	display:block;
	float:left;
	text-decoration:none;
	line-height:27px;
	color:#666666;
	padding-bottom: 2%;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	padding-top: 0px;
	margin-right: 1%;
	background-color: #F8F8F6;
}
.product_title_vending{
	width: 100%;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
	height: 10px;
	color: #333333;
	font-size: 18px;
}
.specifications{
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	padding-top: 10px;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
.specifications_vending{
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
}
.thumbs{
	padding: 5px;
	}
	
.thumbs_ingredients{
	padding: 5px;
	height: 150px;
}
.thumbs a{
	padding:5px;
	text-align: left;
}
.prod_price_big{
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
.prod_price_vending{
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.prod_nr_vending{
	font-size: 12px;
	font-style: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
span.reduce{
color:#999999;
text-decoration:line-through;
}
span.price{
color:#ea2222;
}
a.addtocart{
	width:25%;
	height:27px;
	display:block;
	float:left;
	text-decoration:none;
	line-height:27px;
	color:#666666;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
}
a.compare{
	width:25%;
	height:27px;
	display:block;
	float:left;
	text-decoration:none;
	line-height:27px;
	color:#666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
span.blue{
color:#5F9FaB;
}
.clearfooter {
	height: 150px; clear: both
}
#bottom_bar{
	width:100%;
	height:30px;
	background-image: url(images/bottom_bar_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*---------tabmenu----------*/
	ul.tabs {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	list-style: none;
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/titlebox_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	border-left: none;
	overflow: hidden;
	position: relative;
	display: inline;
}
ul.tabs li a {
	text-decoration: none;
	color: #666666;
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.tabs li a:hover {
	text-decoration: underline;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background-color: #FFFFFF;
}
.tab_container {
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
.tab_content {
	padding: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	line-height: 18px;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #CCC;
	padding: 5px;
}

/*---------producttabs----------*/
ul.producttabs {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	list-style: none;
	height: 38px;
	border-bottom: 1px solid #CCC;
	width: 100%;
	background-image: url(images/titlebox_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
}

ul.producttabs li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 38px;
	line-height: 37px;
	margin-bottom: -1px;
	background-image: url(images/titlebox_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
ul.producttabs li a {
	text-decoration: none;
	color: #666666;
	display: block;
	font-size: 13px;
	padding: 0 20px;
	border: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
}
ul.producttabs li a:hover {
	text-decoration: underline;
}	
html ul.producttabs li.active, html ul.producttabs li.active a:hover  {
	background: #fff;
	border-bottom: 2px solid #fff;
}
.producttab_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: none;
	clear: both;
	float: left;
	width: 90%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-weight: normal;
}
.producttab_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.producttab_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #CCC;
	font-size: 13px;
	text-align: left;
}
.producttab_content h3 a{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.producttab_content img {
	float: left;
	margin: 20px;
}

/*---------footer----------*/

#footer {
	position: relative;
	width: 100%;
	width: 100%;
	height: 150px;
	padding-top: 5px;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footercontainer {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.footercolumn {
	width: 240px;
	display: inline;
	float: left;
	padding-left: 30px;
}
.footercolumn p {
	color: #CCC;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.footercolumn2 {
	width: 200px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
.footerheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	padding-bottom:5px;
	font-weight: normal;
}

.footercolumn ul {
	list-style-type: none;
	float: left;
	font-size: 12px;
}
.footercolumn li a {
	width: 180px;
	display: block;
	color: #CCC;
	text-decoration: none;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-image: url(images/checked_hover.png);
	background-repeat: no-repeat;
	background-position: 1px 6px;
}
.footercolumn li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright {
	position: relative;
	font-size: 12px;
	width: 960px;
	float: left;
	clear: both;
	padding-top: 45px;
	text-align: center;
	color: #666666;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

