/**********

Vitesse Main Stylesheet (main.css)
Design by fabiancreative.com

**********/

/*****
Global Styles
*****/


* { padding: 0; margin: 0; }


/* body - black with tiled image across top */
body {
background-color:black;
background-image:url(images/bkgd-tile-top.gif);
background-repeat:repeat-x;
background-position:top;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
height:100%;
margin:0;
padding:0;
}






/*****
content styling 
*****/

h1{
font:Tahoma;
font-size:14pt;
line-height:18pt;
padding-left: 10px;
padding-top: 10px;
color:#ffffff;
}

p{
padding: 10px;
font:verdana;
font-size:11pt;
line-height:14pt;
color:#ffffff;
}

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










/*****
layout elements 
*****/

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


#content {
 margin-bottom: 0px;
/* overflow: auto;*/ /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 background: url(images/main-bkgd.jpg);
 background-repeat: no-repeat;
 height: 470px;
}

#header {
 color: #333;
 width: 900px;
 /*padding: 10px;*/
 height: 25px;
 /*margin: 10px 0px 0px 0px;*/
}

#leftcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 150px;
 float: left;
}

#leftcolumn-inner{
padding:10px;
padding-right: 0px;
padding-left:25px;
}

#rightcolumn { 
float: right;
 color: #333;
 padding: 0px;
 width: 718px;
 height:458px;
 margin:5px;
 display: inline;
 position: relative;
background: url(images/opacity.png) repeat;
border:#CCCCCC solid 1px;
}

#rightcolumn a{ 
color:#FFFFFF;
font-weight:bold;
}
#rightcolumn a:hover{
color:#FFFFFF;
font-weight:bolder;
}

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 text-align:right;
 font-size: 90%;
 /*margin: 0px 0px 10px 0px;
 padding: 10px;*/
}

#footer a{ 
 color: #333;
 text-decoration:none;
 }
 #footer a:hover{
 color:#FFFFFF; 
 }
.clear { clear: both; background: none; }








/*****
homepage 
*****/

#content-home {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 905px;
 background: url(images/main-bkgd-logo.jpg);
 background-repeat: no-repeat;
 height: 480px;
}








/*****
roasting page 
*****/

#roasting-leftcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 150px;
 float: left;
}

#roasting-leftcolumn-inner{
padding:10px;
padding-left:25px;
}

#roasting-rightcolumn { 
 float: right;
 color: #333;
 padding: 0px;
 width: 718px;
 height:458px;
 margin:5px;
 display: inline;
 position: relative;
  background: url(images/opacity.png) repeat;
border:#CCCCCC solid 1px;
}
* html #roasting-rightcolumn { 
margin:0;
}









/*****
Left Navigation
*****/

.logo {
	margin: 0px 10px;
	padding: 20px 0;
	text-align:right;
	width:120px;
}

.logo img {
	padding:0; margin:0;
}

.menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	/*width: 200px;*/
	text-align:right;
width:120px;
}
.menu li a{
	/*background: #F4F4F4 url(images/button_default.gif) no-repeat;*/
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 14px;
	text-decoration: none;
}
* html .menu li a{ 
	width: 195px;
}
.menu li a:active{
	background: url(images/button_default.gif) no-repeat left bottom;
	color: #ffffff;
}
.menu li a:hover{
	background: url(images/button_default.gif) no-repeat left bottom;
	color: #ffffff;
}
.menu li a.left-selected{
	background: url(images/button_default.gif) no-repeat left bottom;
	color: #ffffff;
	}






/***** 
Base Navigation 
*****/

#nav-wrapper
{
	width: 526px;
	height: 46px;
	margin-top: 10px;
	margin-left: auto;
	margin-right:0;
	background: url(images/base-nav-bkgd.jpg) no-repeat;
}



#navigation
{
	width: 526px;
	height: 46px;
	padding-top:5px;
	
}

#navigation ul
{
height:40px;
line-height:35px;
	/*height: 46px;
	line-height: 46px;*/
	margin: 0;
	display: inline;
	float: left;
	width: 526px;
	margin-left: 12px;
	padding-right: 0;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;	
	margin-right: 1px;
	padding: 0 20px 0 10px;
	background: url(images/nav-divide.gif) right 15px no-repeat;
}

#navigation ul li a#contact-link
{
	background: none;
	padding-right: 0;
}

#navigation ul li a:hover
{
	color: #ffffff;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #ffffff;
}

#navigation ul li a.base-selected{
color: white;
}