/* CSS Document */

body{
	margin:0;
	font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding:53px 0 0 0;
	}

h1 { font-size:18px; padding:0 0 15px 0; margin:0;}
h2 { font-size:16px;  padding:0 0 8px 0; margin:0;}
h3 { font-size:14px;  padding:0 0 8px 0; margin:0;}
p { font-size:11px;  padding:0 0 8px 0; margin:0;}
a { 
	text-decoration:underline; 
	color:#2F1310;
	background-color:inherit; 
	font-weight:bold;
	}
	
a:hover { text-decoration:none;}

ul {margin:10px 0 0 0; padding:0 0 0 12px; list-style:disc;}
ul li { }

.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	}

.left{ float:left; width:auto;}
.right{ float:right; text-align:right; width:auto;}

.shadow{
	position:relative; 
	display:inline; 
	z-index:100; 
	}
	
.shadow_inner{
	overflow:hidden;
	position:absolute;
	top: -1000px;
	filter:alpha(Opacity=4); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.4; /*firefox 1.5 opacity*/
	-moz-opacity:0.04; /*mozilla opacity*/
	-khtml-opacity:0.2; /*opacity*/
	z-index:10
	}
	
#wrapper{
	width:933px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
	position:relative;
	}
	
.header{
	width:933px;
	height:153px;
	background:url(http://www.thecoffeeemporium.com.au/designimgs/headerbg.jpg) top right no-repeat;
	}
	
.headerRight{
	width:700px;
	height:141px;
	float:right;
	padding:6px 5px 0 0;
	}	
	
.header img.logo{
	float:left;
	width:228px; 
	height:153px;
	}
	
.bodycontainer{
	background:url(http://www.thecoffeeemporium.com.au/designimgs/bodybg.gif) top left repeat-y;
	width:933px;
	}
	
.bodybg{
	 background:url(http://www.thecoffeeemporium.com.au/designimgs/mainbodybg.jpg) top left no-repeat;
	 position:relative;
	 width:933px;
	
	}
	
.border_bottom{
	background:url(http://www.thecoffeeemporium.com.au/designimgs/main-border-botom.jpg) bottom left no-repeat;
	width:933px;
	height:5px;
	position:absolute;
	bottom:0;
	}
	
.leftcontainer{	
	width:220px;
	min-height:479px;
	overflow:hidden;
	float:left;
	padding:2px 4px;	
	}
	
.rightcontainer{	
	width:685px;
	min-height:479px;
	height:100%;
	overflow:hidden;
	float:left;
	padding:10px;
	background-color:inherit;	
	}
	
.footer{
	 width:907px;
	 margin:0 auto;
	 padding:19px 13px 0px 13px;
	 color:#B29456;
	 background-color:inherit; 
	 height:70px;
	 font-size:9px;
	 line-height:14px;	 
	}

.footer a{
	color:#B29456;
	background-color:inherit; 
	text-decoration:none;	
	padding-right:16px;
	font-weight:normal;
	}	

.footer a:hover{	
	color:#fff;
	background-color:inherit; 
	text-decoration:none;		
	}
	
.navBg{
	background:url(http://www.thecoffeeemporium.com.au/designimgs/navBg.jpg) repeat-y 100% 0;
	background-color:#270D0E;
	color:inherit;
	}

.nav{
	background:url(http://www.thecoffeeemporium.com.au/designimgs/arrow.gif) no-repeat 205px 12px;
	line-height:26px;
	font-weight:bold;
	color:#2D0E0C;
	background-color:inherit; 
	text-align:right;
	padding-right:20px;
	display:block;
	text-decoration:none;
	}

.navwithdownArrow{
	background:url(http://www.thecoffeeemporium.com.au/designimgs/down-arrow.gif) no-repeat 205px 12px;
	line-height:26px;
	font-weight:bold;
	color:#030000;
	background-color:inherit; 
	text-align:right;
	padding-right:20px;
	display:block;
	text-decoration:none;
	}

.navwithoutArrow{
	line-height:26px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:inherit; 
	text-align:right;
	padding-right:20px;
	display:block;
	text-decoration:none;
	}

.subnav{
	background-color:#381D0E;
	line-height:26px;
	font-weight:bold;
	color:#B29456;
	text-align:right;
	padding-right:20px;
	display:block;
	text-decoration:none;
	}







