@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

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

#wrapper{
	width: 1024px;
	margin: 0 auto;
}

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

#leftNAV{
	float: left;
	width: 200px;
	margin-top: -51px;
}
#branding{
}

#products{
	margin-top: 15px;
}

.country{
	margin-top: 10px;
	margin-bottom: 10px;
}
.country a{
	padding: 5px;
}
.product{
	margin-top: 10px;
	margin-bottom: 10px;
}
.product a{
	padding: 5px;
}

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

#cwrapper{
	width: 634px;
	background-image:url(../images/background.png);
	background-repeat: no-repeat;
	margin-left: 220px;
	margin-top: 80px;
	position: relative;
}

#search{
	text-align: right;
	margin-right: 15px;
	padding-top: 8px;
}
.searchinput{
	width: 100px;
	margin-right: 0;
	padding: 2px;
}
.searchsubmit{
	background-color: #000;
	color: #FFF;
	padding: 2px;
}
.searchlabel{
	margin-right: 3px;
}
/* DROP SHADOW TEST----------------------------------------------*/
.dropshadow2{
	float:left;
	clear:right;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 15px 0 10px 20px !important;
	margin: 10px 0 10px 5px;
	width: 605px;
	padding: 0px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
	clear: both;

}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}
.empty{
	clear: both;
}
/*----------------------------------------------*/
#searchres{
	width: 595px;
	clear: both;
}
#banner{
	width: 595px;
	height: 300px;
	background-color: #CCC;
	border: none;
}
#columnLEFT{
	float: left;
	width: 273px;
	background-color: #CCC;
	margin-top: 5px;
	padding: 10px;
	background: url(../images/highlights.gif) no-repeat 10px 10px;
	border: solid 1px rgb(151,26,38);
	height: 300px;

}
#highlights{
	margin-top: 20px;
	padding: 5px;
	overflow: hidden;
}
#highlights li{
	padding-bottom: 5px;
	padding-top: 5px;
}

#columnRIGHT{
	float: right;
	width: 293px;
	margin-top: 5px;
	height: 300px;
	padding: 0;
	background-color:#CCC;
}
#download{
	width: 293px;
	height: 320px;
	background: url(../images/download.gif);
	padding: 0;
	text-indent: -9000px;
	overflow:hidden;
}
#download li, #download a {
	height: 320px; display: block;
}
#d1 {
	left: 0;
	width: 293px;
}
#d1 a:hover{
	background: transparent url(../images/download.gif) -293px 0 no-repeat;
}
/*----------------------------------------------*/

#rightNAV{
	float: right;
	width: 150px;
	margin-top: -620px;
	}

#producers{


}

#footer{
	position: absolute;
	bottom: 2%;
	right: 2%;
	padding: 15px;
	width: 160px;
	background-image: url(../images/transparency.png);
	background-repeat: repeat;
	border: solid #971A26 1px;
	}

/*----------------------------------------------*/
#results {
	padding-left: 10px;
	}
#items {width: 250px; display: inline-block; overflow: auto;
}
#items li{}
#items img{
	float: left;
	margin-right: 10px;
}
/*
.menu{position: absolute; top: 0; right: 0;}
*/

#itemsHighlight{
	padding-top: 35px;
	padding-left: 5px;
}
#itemsHighlight ul{
	padding-top: 7px;
}
table{
	margin-left: 25px;
	margin-right: 25px;
}
tr{
	margin-top: 50px;
}
td{
	vertical-align: top;
}
