/** basic elements **/

body, td, th, input, select, textarea {
	color: #666;
	font: 9pt "trebuchet ms", sans-serif;
	line-height: 1.5em;
}

body {
	background: #000 url(images/body.png) center repeat-y;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin: 0;
	padding: .25em 0 .75em;
}

h2 {
	font-size: 13pt;
	margin: 0;
	padding: 0 0 .25em;
}

h3 {
	font-size: 10pt;
	margin: 0;
	padding: 0 0 .5em;
}

p {
	margin: 0;
	padding: 0 0 1.5em;
}

a {
	color: #369;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-position: outside;
	margin: 0;
	padding: 0 0 1.5em 20px;
}

a:hover {}

/** layout elements **/

div#outerwrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 921px;
}

div#header {
	background: url(images/header.png) top no-repeat;
	height: 340px;
}

h1#heading {
	left: 262px;
	position: relative;
	width: 310px;
	top: 280px;
}

div#barright {
	position: absolute;
	left: 595px;
	top: 200px;
	width: 300px;
	z-index: 2;
}

div#action {
	height: 260px;
	padding: 40px 100px 20px 21px;
	margin-bottom: 1.25em;
	position: relative;
	width: 190px;
}

div#action img#sample {
	position: relative;
	z-index: 5;
}

div#action h2, div#action h3, div#action p {
	position: relative;
	z-index: 15;
}

div#action h2 {
	padding-bottom: 9px;
}

div#action h3 {
	padding: 10px 0 5px;
}

div#action img#canvas {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}

img#illustration {
	left: 11px;
	position: absolute;
}

div#innerwrapper {
	height: 400px;
	margin-left: 40px;
	position: relative;
	width: 800px;
}

div#barleft {
	position: relative;
	top: -40px;
	width: 179px;
}

div#subnavTop {
	background: url(images/subnavTop.png) bottom right no-repeat;
	height: 15px;
}

div#subnavMiddle {
	background: url(images/subnavMiddle.png) right repeat-y;
}

div#subnavMiddle h2 {
	margin: 0 0 .5em 18px;
}

div#subnavBottom {
	background: url(images/subnavBottom.png) top right no-repeat;
	height: 15px;
	margin-bottom: 1em;
}

img#address {
	left: -40px;
	position: absolute;
}

div#content {
	margin: 0 280px 0 225px;
	position: absolute;
	top: 1.25em;
	width: 305px;
}

/** navigation elements **/

ul#globalnav {
	left: 70px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 240px;
	width: 550px;
}

ul#globalnav li {
	display: inline;
}

ul#globalnav a, ul#globalnav span.current {
	font-size: 11pt;
	font-weight: bold;
	margin-right: 20px;
	text-transform: lowercase;
}

ul#globalnav a {
	color: #fc0;
	text-decoration: none;
}

ul#globalnav a:hover, ul#globalnav span.current {
	color: #666;
}

ul#globalnav a:hover {
	text-decoration: underline;
}

ul#subnav {
	list-style: none;
	padding: 0 0 .5em;
}

ul#subnav li {
	margin-bottom: .25em;
}

ul#subnav a, ul#subnav span.current {
	display: block;
	font-weight: bold;
	padding: 3px 0 3px 12px;
	margin-left: 18px;
}

ul#subnav a {
	color: #666;
	text-decoration: none;
}

ul#subnav a:hover {
	background-color: #fc0;
	color: #666;
}

ul#subnav span.current {
	background-color: #666;
	color: #fc0;
}

/** form elements **/

form#flavourForm tr {
	vertical-align: top;
}

form#flavourForm td {
	padding-bottom: .5em;
}

form#flavourForm td.label {
	font-weight: bold;
	width: 150px;
}

form#flavourForm p {
	padding: .5em 0 0;
}

form#flavourForm td.fieldError {
	color: #c00;
	font-size: .9em;
}

#facebook{
width:200px;
height:300px;
padding-top:40px;
padding-right:64px;
float:right;
z-index:2000;

}
