/* Layout Stylesheet */ 

body {
		text-align:center;
		padding:0;
 }

#outer {
	 text-align:left;	
	 width:800px; 
	 margin:auto;
	 position:relative;
 }

#hdr {
	width: 100%;
	text-align: left;
	height: auto;
	padding-top: 8px;

	z-index: 100;
 }

#bar {
	height:40px;
	float: left;
	width: 100%;
	text-align: center;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
	
	padding-top: 8px;
	vertical-align: middle;
 }

#bodyblock {
	position:relative;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
	padding-top: 1px;
	padding-bottom:20px;
 } 

#l-col {
	float:left;
	width:370px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
 }
 
 #l-col2 {
	float:left;
	width:100%;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
 }


#cont {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 395px;
	float: right;
 }

#l-col fieldset{
	border: 1px solid #CCCCCC;
	width: 350px;
	
}
#l-col fieldset p{
text-align: right;
}

#ftr {
	height:auto;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
 }
#admin-col {

	float:left;
	width:800px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}
#l-col-big {

	float:left;
	width:750px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}

#imgBox{
	text-align: center;
	width: 100%;	
}

#footer p,
#footer a{
	font-size: 10px;
	color: #999999;		
}
#footer a:hover{
	color: #3399FF;
}

  /**************/
 /* Menu stuff */
/**************/
#menu{
	width: 100%;
	position: relative;
	height: 40px;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	overflow: hidden;
}

#menu .dashBox{
	background-image: url(newMenu/_.gif);
	background-repeat: no-repeat;
	background-position: center -55px;	
	
	height: 41px;
	width: 15px;	
	
	position: absolute;
	
}

#menu ul{
	list-style-type: none;	
}

#menu li{	
}

#menu li a span{
	display:none;
}

#menu li#home a{
	background-image: url(newMenu/home.gif);
	background-repeat: no-repeat;
	background-position: center -55px;	
	
	height: 41px;
	width: 71px;	
	
	position: absolute;
	left: -6px;
	top:  -3px;
}

#menu li#home a:hover{	
	background-position: top;	
}

#menu li#about a{
	background-image: url(newMenu/about.gif);
	background-repeat: no-repeat;
	background-position: center -55px;	
	
	height: 45px;
	width: 83px;	
	
	position: absolute;
	left: 71px;
	top:  -8px;
}

#menu li#about a:hover{	
	background-position: top;	
}
#menu li#person a{
	background-image: url(newMenu/person.gif);
	background-repeat: no-repeat;
	background-position: center -55px;	
	
	height: 48px;
	width: 170px;	
	
	position: absolute;
	left: 166px;
	top:  -9px;
}

#menu li#person a:hover{	
	background-position: top;	
}

#menu li#gallery a{
	background-image: url(newMenu/gallery.gif); 
	background-repeat: no-repeat;
	background-position: center -55px;	
	
	height: 48px;
	width: 70px;	
	
	position: absolute;
	left: 509px;
	top:  -9px;
}

#menu li#gallery a:hover{	
	background-position: top;	
}

#menu li#stock a{
	background-image: url(newMenu/stockists.gif);
	background-repeat: no-repeat;
	background-position: center -55px;	
	
	height: 43px;
	width: 75px;	
	
	position: absolute;
	left: 347px;
	top:  -8px;
}

#menu li#stock a:hover{	
	background-position: top;	
}
#menu li#press a{
	background-image: url(newMenu/press.gif);
	background-repeat: no-repeat;
	background-position: center -55px;	
	
	height: 40px;
	width: 63px;	
	
	position: absolute;
	left: 658px;
	top:  1px;
}

#menu li#press a:hover{	
	background-position: top;	
}

#menu li#links a{
	background-image: url(newMenu/links.gif);
	background-repeat: no-repeat;
	background-position: center -55px;	
	
	height: 42px;
	width: 69px;	
	
	position: absolute;
	left: 583px;
	top:  -2px;
}

#menu li#links a:hover{	
	background-position: top;	
}

#menu li#news a{
	background-image: url(newMenu/news.gif);
	background-repeat: no-repeat;
	background-position: center -55px;	
	
	height: 40px;
	width: 62px;	
	
	position: absolute;
	left: 434px;
	top:  -1px;
}

#menu li#news a:hover{	
	background-position: top;	
}

#menu li#contact a{
	background-image: url(newMenu/contact.gif);
	background-repeat: no-repeat;
	background-position: center -55px;	
	
	height: 48px;
	width: 75px;	
	
	position: absolute;
	left: 734px;
	top:  -6px;
}

#menu li#contact a:hover{	 
	background-position: top;	
}

