/* mac hide \*/
html, body { height: 100%; }
/* end hide*/
* html #outer { height: 100%; }

* { margin: 0; padding: 0; }

body {
	background: #000;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Arial", Helvetica, sans-serif;
	/* font: 100%/110% "Trebuchet MS", Helvetica, sans-serif; */
	/* font: 100%/110% "Verdana", Arial, Helvetica, sans-serif; */
	/* font: 100%/110% "Tahoma", Arial, Helvetica, sans-serif; */
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 938px;
	margin: auto;
	position: relative;
	text-align: left;
	min-height: 100%;
	height:auto;
	background: #fff;
}

#contentwrap {
	display: block;
	float: left;
	font-size: 0.7em; /* Global Content Font Size */
}

#col-left {
	float: left;
	width: 585px;
	position: relative;
}
	
#col-right {
	float: right;
	width: 350px;
}

/* Header & Banner
------------------------------------------------------------------*/

#header {
	height: 100px;
}

	#headerleft {
		float: left;
		padding: 38px 0 0 0;
	}
	
	#headerright {
		 float: right;
		 padding: 38px 0 0 0;
	}

#banner {
	height: 146px;
}

	#bannerleft {
		float: left;
	}
	
	#bannerright {
		float: right;
	}

/* Navigation refer to horizontal_nav.css
------------------------------------------------------------------*/

#h-nav {
	display: block;
	overflow: hidden;
	width: 100%;
}

/* Buttons
------------------------------------------------------------------*/

#buttons {
	margin: 0;
	padding: 0;
}

#buttons li {
	list-style: none;
	display: inline;
}

#buttons li a {
	 float: left;
	 display: block;
	 width: 110px;
	 height: 156px;
	 text-indent: -9999px;
	 margin: 0 10px 15px 0;
}

#buttons li.btn1 a { background: url(../images/btn_cream-liqueur.jpg) no-repeat 0 0; }
#buttons li.btn2 a { background: url(../images/btn_schnapps.jpg) no-repeat 0 0; }
#buttons li.btn3 a { background: url(../images/btn_packs.jpg) no-repeat 0 0; }
#buttons li.btn4 a { background: url(../images/btn_shots.jpg) no-repeat 0 0; }
#buttons li.btn5 a { background: url(../images/btn_cocktails.jpg) no-repeat 0 0; }
#buttons li.btn6 a { background: url(../images/btn_vodka.jpg) no-repeat 0 0; }
#buttons li.btn7 a { background: url(../images/btn_wine.jpg) no-repeat 0 0; }
#buttons li.btn8 a { background: url(../images/btn_contract-manu.jpg) no-repeat 0 0; }

/* Products
------------------------------------------------------------------*/
.productitem {
	float: left;
	padding: 5px;
	border: 1px solid #999999;
	color: #fff;
	margin: 0 4px 5px 0;
	text-align: center;
	font-weight: bold;
	width: 153px;
	height: 190px;
}

.productitem img {
	margin-bottom: 5px;
}

.productitem p {
	clear: both;
	margin: 0;
}

#productsearch {
	float:right;
	width: 255px; 
	padding-top: 10px;
	}
	
#img-box{
	display: block;
	float: right;
	width: 155px;
}
#caption{
	padding-left: 10px;
	float: right;
	text-align: center;
	width: 120px;
}

/* Products Intro
------------------------------------------------------------------*/

a.prodintro {
	float: left;
	border: 1px solid #333;
	padding-top: 5px;
	color: #fff;
	margin: 0 10px 10px 0;
	text-align: center;
	font-weight: bold;
	width: 150px;
	height: 146px;
}
a:hover.prodintro {
	border: 1px solid #8CC63E;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	height: 25px;
	float: left;
	width: 938px;
	font-size: 0.7em;
	color: #ccc;
	background: #fff;
}

#clearfooter { width: 100%; height: 1px; clear: both; } /* to clear footer */

#footer p { margin: 0; padding: 0 10px; }

	#footerleft {
		padding: 0 0 0 35px;
	}
	
	#footerright {
		 float: right;
		 padding: 0 35px 0 0;
	}
	
	#footer a {
		color: #ccc;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

h1 {
	font-size: 1.9em;
	margin: 0 0 0.5em 0;
	color: #AFAFAF;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #000;
}

	h2 a {
		color: #000;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #000;
		text-decoration: underline;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {	float: right; margin: 0 30px 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }
.imgRight p {margin-left: 30px;}

.clear { clear: both; }

/* padding */

#col-left .padding { padding: 25px 30px 10px 45px; }
#col-right .padding { padding: 25px 20px 10px 0px; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/

form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #f00; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; }
table, th, td { border: none; }
th, td { padding: 3px; }
