@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#dee7ec;
}
input, select{
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, p{
	margin:0;
}
img{
	border:0px;
}
a{
	color:#4c86b2;
}
.clear{
	clear:both;
}
#main{
	margin:auto;
	width:910px;
	background-color:#FFFFFF;
	padding:7px 7px 20px 7px;
}
#top #banner{
	background-color:#b63d16;
	text-align:center;
}
#top #banner img, #top #bluestrip #header{
	border-left:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
}
#top #bluestrip{
	background-color:#003d81;
	text-align:right;
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
}
#top #bluestrip #header{
	padding:4px 32px;
	margin:auto;
	width:596px;
}
#top #icons{
	text-align:right;
	height:18px;
	padding:3px 12px 1px 0;
}
#top #icons img{
	margin-left:5px;
}
#leftcolumn{
	padding-left:12px;
	width:176px;
	float:left;
}
#leftcolumn ul{
	background-color:#dee7ec;
	list-style:none;
	width:153px;
	font-size:11px;
	padding:0;
	margin:0 0 36px 0;
}

#leftcolumn ul li{
	background-position:2px 13px;
	background-repeat:no-repeat;
	padding-left:20px;
	text-transform:uppercase;
}
#leftcolumn ul li a, #leftcolumn ul li span{
	display:block;
	border-bottom:1px dashed #FFFFFF;
	text-decoration:none;
	padding:10px 0 14px 0;
	color:#999999;
	font-weight:bold;
}
#leftcolumn ul li a:hover, #leftcolumn ul li .active{
	color:#b7c98a;
}
#leftcolumn ul #home-link{ background-image:url(img/bullet_home.gif); }
#leftcolumn ul #alcohol-link{ background-image:url(img/bullet_alcohol.gif); }
#leftcolumn ul #issue-link{ background-image:url(img/bullet_issue.gif); }
#leftcolumn ul #industry-link{ background-image:url(img/bullet_industry.gif); }
#leftcolumn ul #country-link{ background-image:url(img/bullet_country.gif); }
#leftcolumn ul #archive-link{ background-image:url(img/bullet_archive.gif); }
#leftcolumn ul #newsletter-link{ background-image:url(img/bullet_newsletter.gif); }

#leftcolumn #logo{
	width:120px;
}
#leftcolumn #logo a{
	color:#999999;
	line-height:110%;
}
#leftcolumn #logo img{
	border:1px solid #000000;
	float:left;
	margin-right:12px;
}


/* CONTENT */
.content{
	margin-right:10px;
	float:right;
	color:#333333;
	font-size:12px;
	width:660px;
	padding:20px;
}
.content h2{	
	width:62px;
	height:62px;
	padding:4px;
	font-size:11px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.content #text, #home *{
	/* force black Arial text ! */
	font-family:Arial, Helvetica, sans-serif !important;
}
.content p{
	padding-bottom:10px;
}
.content #text a, #home a{
	color:#003d81 !important;
}
/* HOME */
#home{
	width:710px;
	padding:0;
}
#home #intro{
	/*color:#b63d16;*/
	font-size:14px;
	padding-bottom:10px;
}
#home #intro h2{
	font-size:23px;
	font-weight:normal;
	width:auto;
	height:auto;
	float:none;
	margin:0;
	padding:0 0 5px 0;
	text-transform:none;
}
#home #intro #pix{
	float:left;
	width:224px;
	padding-right:15px;
	padding-bottom:15px;
}
#home #intro #pix #bigpix{
	float:left;
	padding-right:15px;
}
#home #intro #pix #smallpix{
	padding-bottom:15px;
}
/* ARTICLES */
#article{
	border:2px solid black;
	padding:20px;
}
#article h2{
	background-color:#000000;
	color:#FFFFFF;
}
#article #pix{
	margin-top:20px;
}
#article #pix img{
	border:1px solid black;
	margin-right:10px;
	margin-bottom:10px;
}
/* ARCHIVE */
#archives{
	width:660px;
	border:2px solid #9b9b9b;
	margin-bottom:10px;
}
#archives h2{
	background-color:#9b9b9b;
	color:#FFFFFF;
}
#archives strong{
	color:#000000;
}
#archives table{
	width:100%;
	margin:15px 0;
}
#archives table .header td{
	font-weight:bold;
}
#archives table td{
	border-right:1px solid #dee7ec;
	padding:5px 5px 0 10px;
	vertical-align:top;
}
#archives table .lastcol{
	border-right:0;
}
#archives table td a{
	font-size:12px;
	color:#333333;
}
#print{
	width:558px;
	border:2px solid #9b9b9b;
	padding:20px 20px 20px 122px;;
}
#print h3{
	font-size:12px;
	padding-bottom:10px;
}
#print a{
	font-size:11px;
	padding:0 5px;
}
/* REGISTER */
#register{
	border:2px solid #c0dceb;
}
#register h2{
	background-color:#c0dceb;
	color:#000000;
}
#register table{
	color:#003d81;
	font-size:10px;
}
#register table td{
	padding:9px 10px 9px  0;
}
#register table input{
	border:1px solid #c8c8c8;
	width:215px;
}
#register table #sendbtn{
	display:block;
	text-align:center;
	padding:2px 0;
	width:115px;
	background-color:#c0dceb;
	color:#003d81;
	text-decoration:none;
	border:1px solid #c0dceb;
}
#register table #sendbtn:hover{
	background-color:#FFFFFF;
	border:1px solid #c0dceb;
}