/* 

	common.css
	
	Not-copyrighted 2005, 2006 by Jon Worth 
	
	http://jon-worth.com  

*/

#dropmenudiv{
position:absolute;
border:1px solid black;
border-top-width: 0;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#fff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: black;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #544b34 url(../images/body_bg_gradient.jpg) repeat-y 50% 0;
	margin: 0px;
	padding: 0px;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #dac962;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #dac962;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	border-top:1px dashed #dac962;
	padding-top:20px;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	padding-left: 10px;
	padding-right: 10px;
	}
a:link {
	color: #CCCC00;
	text-decoration: underline;
	}
a:visited {
	color: #CCCC99;
	text-decoration: underline;
	}
a:hover {
	color: #CCCC00;
	text-decoration: none;
	}
a:active {
	color: #FFFF00;
	text-decoration: none;
	}
img {
	color:#000000;
	}
#home ul, #news ul {
	margin:0;
	padding:0 5px;
	}	
#home li, #news li {
	list-style:none;
	margin:0;
	padding-left:20px;
	background: url(../images/checkbox.gif) no-repeat 0 0;
	line-height:23px;
	}
#box {
	color:#000000;
	}
.all_logos {
	margin-top:40px;	
}
.padding {
	padding: 12px;
	}
#nav {
	margin: 0;
	padding: 0;
	height: 23px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
#nav a {
	float: right;
	padding: 23px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height: /**/:20px; /* for IE5/Win only */
	}
#nav a:hover {
	background-position: 0 -23px;
	}
#nav a:active, #nav a:selected {
	background-position: 0 -46px;
	}
#t-home a {
	width: 72px;
	background: url(../images/tab_home.gif) top left no-repeat;
	}
#t-products a {
	width: 72px;
	background: url(../images/tab_products.gif) top left no-repeat;
	}
#t-news a {
	width: 72px;
	background: url(../images/tab_news.gif) top left no-repeat;
	}
#t-about a {
	width: 70px;
	background: url(../images/tab_about.gif) top left no-repeat;
	}
#t-alliances a {
	width: 70px;
	background: url(../images/tab_alliances.gif) top left no-repeat;
	}
#t-contact a {
	width: 76px;
	background: url(../images/tab_contact.gif) top left no-repeat;
}
.footerColor {
	color:#b09a62;
	}
.footerHead {
	font-size: 14px;
	font-style: italic;
	color:#b09a62;
	}

/* 

	Products
	
*/

.prodDescr {	
	margin-left:50px;
	}