
/*-----------------------------------------
Date:    3-07-2006
Version: 1.2
Author:  Jonathan Alstead
email:   jona at launchsite.co.uk
web:     www.launchsite.co.uk
------------------------------------------*/
/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
   }

h6 {
	background: #FFCC66 url(../graphics/title-back.gif) no-repeat left;
	font-size: 16px;
	font-weight: bold;
	color: #330000;
	padding-top: 15px;
	padding-left: 35px;
	height: 31px;
	width: 267px;
}
/* Class for clearing floats */
.clear {
	clear: both;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/
body {
font: 11px Arial, Helvetica, Verdana, sans-serif;
text-align: center;
color: #330000;
background: #cc9933 url(../graphics/back.gif) repeat;
}
p {
 	font-size: 12px;
	margin: 0 0 8px 0; 
	line-height: 1.4em;
}
p:first-line {
	text-align:center;
	color: #333300;
	font-weight: bold;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1 {
margin: 0;
position:absolute;
z-index: 100;
background: url(../graphics/9cellars-shopfront.jpg)  no-repeat;
text-indent: -5000px;
width: 250px;
height:157px;	
left: 0;
top: 0;
padding-bottom: 5px;
}
h1 a {
display: block;
height: 157px;
background: url(../graphics/9cellars-shopfront.jpg)  no-repeat;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link { text-decoration: underline; }
a:hover { text-decoration: none; }

/* =Bottom Text Navingation */
.textNav a:link, .textNav a:visited{
	color: #330000;
	padding: 10px;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textNav a:hover { text-decoration: none; }

/* =Branding Address
------------------------------------------------*/
.address {
	margin-top: 10px;
	font: bold 13px Verdana, helvetica;
	text-align: center;
	color: #fff;
	vertical-align: bottom;
	background-color: #996633;
	width: 80%;
	padding: 10px;
	border: 1px solid #666;
}

/* =Main Administration Nav
-----------------------------------------------------------------------------*/
/*-- Header Navigation --*/
#nav ul {
position: relative;
list-style: none;
display: inline;
}
#nav li {
	float: left;
	display: inline;
	padding: 0;
	background: none;
 text-align: center;
}
#nav li a{
 width: 124px;
	height: 23px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #CC6600;
	line-height: 2em;
	text-decoration: none;
 border-right: 1px solid #fff; 
 border-bottom: 1px solid #fff;
 border-top: 1px solid #fff;
}
#nav li a:hover {
	text-decoration: underline;
	background: #FF6633;
	color: #fff;
}
div#nav .image {
	width: 250px;
	height: 25px;
}

/* -- End top Navigation ---*/

/* =Main Content
-----------------------------------------------------------------------------*/
.box {
text-align: justify;
color: #663333;
 background-color: #CC9966;
 font-weight: bold;
 padding: 10px;
}
.box a {
border-bottom: 1px dashed #000;
font-weight: bold;
text-decoration:none;
color: #663333;
font-size:12px;
}
.newspaper {
	font-style: italic;
	font-size: 11px;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	text-align: left;
	margin-top: 0;
	padding-left: 40px;
 padding-top: 10px;
 color: #993300;
 font-size: 11px;
 line-height: normal;
 font-weight: bold;
}
#footer a, #footer a:visited {
	font-size: 9px;
	font-weight: normal;
}
/* =Misc - Form
-----------------------------------------------------------------------------*/
.menus {
font-size:11px;
font-weight:bold;
margin-left:70px;
padding: 5px 0;
list-style: none;
margin-bottom: 10px;
line-height: 1.4em;
}

#form { 
background-color: #947954; 
padding: 5px;
margin-top: 5px;
}
form dl dt {
	clear: left;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 5px;
	FLOAT: left;
	PADDING-BOTTOM: 1px;
	TEXT-TRANSFORM: uppercase;
	PADDING-TOP: 8px;
 color: #fff;
}
form dl dd {
	PADDING: 5px 0 3px;
	margin-left: 80px;
	color: #330000;
}
form .contact {
	BORDER-RIGHT: #d9d9d9 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #818181 1px solid;
	PADDING-LEFT: 1px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 2px;
	BORDER-LEFT: #818181 1px solid;
	COLOR: #000;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: #d9d9d9 1px solid;
	background-color: #EEE8AA;
}
form label { font-size: 11px; margin-left: 15px; }
form p.submit { margin-left: 150px; padding-bottom: 2px;}