/* CSS Document 

Author: pentangled

Email:penn@pentangled.co.uk

www.pentangled.co.uk

(C) pentangled 2008*/



/* --- Main Style Sheet --- */





body {
	font:14px/140% Tahoma, arial, sans-serif;
	margin:0 auto;
	padding:0;
	text-align:center;
	color: #eee;
	background:#000 url(img/blackgrad2000w.jpg) center top repeat-y;
	
	}
h1, h2, h3 {
	font-family:papyrus, georgia, serif;
	text-align:left;
	margin:0;
	padding:5px 0 0 0;
	line-height:150%;
	color:#b9d;
	}
h1, h2 {
	font-size: 1.8em;
	line-height:120%;
	padding:20px 0 10px 20px;	
	}
h3 {
	font-size: 1.2em;
	}

p, ul, ol, a {
	font-size: 1em;
	text-align: left;
	color: #eef;
	}
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	color:#cbd;
	}
a:hover {
	text-decoration:underline;
	color:#b9d;
	}

.img-left {
	float:left;
	margin:0 10px 10px 0;
	}

.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
img {
	border:1px solid #000;
	}
.pad {
	padding:40px 20px;
	}
img.pad {
border:none;
}

.cent {
	text-align:center;
	margin:0 auto;
	}
.clear {
	clear:both;
	}

.clear-left {
	clear:left;
	}

.clear-right {
	clear:right;
	}
.branding {
	float:left;
	text-indent:-9999px;
	}
.bigbold {
	font-weight:bold;
	}
p.subtx, p.grey {
	font-size:0.9em;
	}
.grey {
	color:#aaa;
	font-style:italic;
	}
.note, .note a {
	color:#b9d;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, Times, Serif;
	}
.note a:hover {
	color:#cbd;
	}
.right {
	text-align:right;
	padding-right:30px;
	}
/*LAYOUT*/

#container {
	width:800px;
	position:relative;
	margin: 0 auto;

	}
/*header*/

#header {
	font-family:papyrus, georgia, serif;
	background:transparent url(img/windflower-logo.jpg) center top no-repeat;
	width:800px;
	height:140px;
	margin:5px auto;
	padding:0;
	}
#nav {
	position:relative;
	height:40px;
	padding:0;
	border:0;
	margin:0 auto;
	background-color:#333;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	}
#nav ul.menu {
	margin:10px 0 0 300px;
	}
#nav ul.menu li {
	display:inline;
	list-style:none;
	margin:0 auto;
	padding:0 0 0 20px;
	font-size:1.3em;
	}
#nav ul.menu li a {
	text-decoration:none;
	font-family:papyrus, georgia, serif;
	font-weight:bold;
	color:#b9d;
	}
#nav ul.menu li a:hover {
	color:#fff;
	}

#content {
	width:800px;
	margin:5px 0;
	padding:0;
	background:transparent url(img/windflowerbg.jpg) top center repeat-y;
	}
#content p {
	padding: 0 40px ;
	}
ul.gal_menu {
	margin:0;
	padding:0 15px 0 5px;
	width:380px;
	float:left;
	top:0;
	left:0;
	}

ul.gal_menu li {
	font-family:papyrus, georgia, serif;
	font-size:1.2em;
	list-style:none;
	display:inline;
	float:left;
	padding: 10px 10px 0 0;
	font-weight:bold;
	}
ul#gal_tnmenu {
	margin:20px 5px;
	padding:0;
	width:300px;
	float:left;
	top:0;
	left:0;
	}
ul#gal_tnmenu li {
	list-style:none;
	display:inline;
	float:left;
	padding: 0 5px 5px 0;
	}
#img-gal {
	padding:19px 0;
	height:500px;
	margin:0 0 0 300px;
	}
#img-gal img {
	margin:0 auto;
	}

dl dt {
	font:1.4em/130% papyrus, georgia, serif;
	text-align:left;
	font-weight:bold;
	padding-top:20px;
	color:#b9d;

	}
dl dd {
	text-align:left;
	font-size:0.9em;
	color:#eef;
	}
dl dd.price {
	text-align:right;
	padding-right:120px;
	color:#b9d;
	}
/* contact form */
form.contact {
	text-align:left;
	color:#dbf;
	font-family:Georgia, Times, serif;
	line-height:130%;
	margin:15px;
	font-size:1.2em;
	width:750px;
	}
 
form.contact input, form.contact textarea, form.contact select {
	background-color:#333;
	color:#eef;
	border: 1px solid #000;
	margin:0 0 12px 0;
	width:300px;

	
	}
form.contact table td {
	padding: 0 25px 0 0;
	}
/* footer*/	

#footer {
	clear:both;
	border-top: 1px solid #333;
	padding:10px;
	margin:0;
	background-color:#333;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	}
#footer p {
	font: 1em/100% papyrus, georgia, serif;

	color:#cbd;
	text-align:center;
	}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#b9f;
	text-decoration:none;
	}

#footer a:hover {
	color:#fff;
	font-weight:bold;
	}