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

body
{	
	/*background: url(../images/components/background.jpg) center repeat-y #202020;*/
	background: url(../images/components/bgWallpaper.jpg) #000 top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;	
	color: white;
	font: "Century Gothic";
}

h1, h2, h3, h4, h5
{
	color: #FFFFFF;
	margin: 0px;
	margin: 5px 10px 5px 10px;
}

p
{	
	font-size: small;
	color: #FFFFFF;	
	padding: 0px 10px 0px 10px;
}

a
{
	font-size: medium;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border: 0;	 
}

.footer a
{
	color: #FFFFFF;
	font-size: small;
	font-weight: normal;
}

img
{
	border: 0px;
}

ul
{
	font-size: 14px;
	list-style: none;
	padding: 5px 0px 0px 0px;
}

ul li a
{
	font-size: 12px;
	padding: 5px 0px 0px 5px;
}

#strapline
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	font-family: "Century Gothic";
}

/*form style*/
form.contact
{
	padding: 0;
	margin: 0;
}

form.contact label 
{	
	color: #FFFFFF;
	line-height: 150%;	
}

form.contact label.fixedwidth 
{
	display: block;
	width: 90px;
	float: left;
	padding: 0px;
}

form.contact label.fixedwidthlong 
{
	display: block;
	width: 140px;
	float: left;
	padding: 0px;
}

form.contact p
{
	margin: 2px;
	padding: 0px;
}

/*News Container*/
div.news_container
{
	border: solid 1px white;
	width: 550px;
}

table.gallery
{
	margin: 10px 50px 10px 50px;
	border: 0;
}

td.productGallery
{
	border: solid 1px #CCCCCC;
	padding: 5px;	
	width: 200px; 
	min-height: 200px;
}

td.toolbar-buttons
{
	
}

td.toolbar-buttons a
{
	color: #FFF;
	vertical-align: middle;
	font-size: x-small;
}

td div.toolbar
{
	background: url(../images/components/prodToolbar.png) #fff top right no-repeat;
	height: 30px; 
	width: 100%; 
	vertical-align: middle;
}

div.email
{ 
	background: white; 
	height: 30px; 
	width: 50px; 
	text-align: center;
}

.productInfo
{
	border: solid 1px #CCCCCC;
	border-width: 0px 0px 1px 0px;
	vertical-align: text-top;
	width: 100%; 
	min-height: 150px; 
}

div.brandLogo
{
	float: right; 
	background: url(../images/components/prodToolbar.png) top left no-repeat; 
	height: 30px;  
	vertical-align: middle;
}

/*team table*/
table.team
{
	border: 0;
}

table.team tr td.desc
{
	width: 100%;
	border: 0;
	vertical-align:text-top;
}

/*whittles sitemap*/
div.sitemap
{
	margin: 20px 0px 0px 0px;
}

div.sitemap dl
{
	display:inline;
	padding:0;
	margin:0 10px 10px 10px;
	float:left;
	width:100px;
	text-align: left;
}

div.sitemap dl dd
{
	padding:0;
	margin:0;
}



