/* general layout for centered page*/
* {
margin: 0;
padding: 0;
}

html {
	background-color:#141414;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../media/productcontent_bkg.jpg) repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	}
#header {
	padding-top:81px; 
	text-align:left;
	margin: 0 auto;
	width: 964px;
	background:url(../media/header_background.jpg) no-repeat;
	height: 41px;
	}	
.logo {
	margin-top: -39px;
	float:left;
	margin-left: 93px;
	clear:none;
	}		
.map {
	padding-top: 20px;
	padding-left: 40px;
	}	
#nav {
	margin:0;
	padding:0;
	height: 38px;
	list-style: none;
	display:inline;
	overflow:hidden;
	}
#nav li {
	list-style:none;
	display:inline;
	}
#nav a {
	float:left;
	padding: 38px 0 0 0;
	overflow:hidden;
	height: 0px !important;
	height /**/:38px; /* for IE5/Win only */
	}
#nav a:hover {
	background-position:0 -76px;
	}
#nav a:active, #nav a.selected {
	background-position:0px -38px;
	}			
#nav .selected:hover {
	background-position:0px -38px;
	}				
	
#content {
	margin: 0 auto;

	text-align:left;
	width: 783px;
	}	
#content p { 
	font-family:"Lucida Grande", Arial;
	margin: 10px 10px 15px 10px;
	font-size: 0.75em;
	color:#666666;
	}	
		
#footer_bkg {
	background:url(../media/footer_bkg.jpg) repeat-x;
	width: 100%;
	height: 90px;
	}
#footer {
	width: 790px;
	height: 80px;
	padding: 0.85em;
	text-align:center;
	margin: 0 auto;
	}		
#footer ul {
	color: #999999;
	height: 20px;
	list-style:none;
	font-size:0.65em;
	}	
#footer li {
	display:inline;
	}	
#footer a:link, #footer a:visited {
	font-weight:normal;
	color: #999999;
	text-decoration:none;
	margin: 0 8px;
	}	
#footer a:hover, #footer a.active {
	font-weight:normal;
	color: #999999;
	text-decoration:underline;
	margin: 0 8px;
	}	
h2 {
	font-family:"Lucida Grande", Arial;
	margin: 2px 10px 5px 10px;
	font-size: 0.90em;
	color:#6A70A9;
	font-weight:normal;
	}	
h3 {
	font-family:"Lucida Grande", Arial;
	margin: 2px 10px 5px 10px;
	font-size: 0.88em;
	color:#6A70A9;
	font-weight:normal;
	}		
a:link, a:visited {
	font-weight:bold;
	color:#6A70A9;
	text-decoration:none;
	}
a:hover, a.active {
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
	}
								
/* main nav */
#thome a {
	width: 106px;
	background:  url(../media/top_nav/home.jpg) top left no-repeat;
	}

			
	
#tproducts a {
	width: 104px;
	background:  url(../media/top_nav/products.jpg) top left no-repeat;
	}

	
#tdesignerprofile a {
	width: 143px;
	background:  url(../media/top_nav/designerprofile.jpg) top left no-repeat;
	}

#tlocation a {
	width: 151px;
	background:  url(../media/top_nav/location.jpg) top left no-repeat;
	}
		

#tlatestnews a {
	width: 106px;
	background:  url(../media/top_nav/news.jpg) top left no-repeat;
	}

	
#tcontact a {
	width: 98px;
	background:  url(../media/top_nav/contact.jpg) top left no-repeat;
	}
		

/* products stuff */	
#products_box {
	margin: 3px;
	width: 783px;
	height: 200px;
	}	
h1.productshdr	{
	margin: 0px 0px 0px 10px;
	text-indent: -5000px;
	background:url(../media/productshdr.gif) no-repeat bottom;
	width:161px;
	}	



	

