/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Text
Navigation
Images
Tables
Forms

/*--HTML Elements---------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}
	
body,html {
	background: #fff;
	aheight: 100%;
	amin-height: 101%;
	}

html {
	background: url('images/tartanbg.png');
	}

body {
	background: #012601;
	width: 900px;
	margin: 30px auto;
	border: 3px solid #b59e00;
	font: normal 62.5%/1.5 "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #ffec6a;
	}
	
/*--Page Structure--------------------------------------------------------------*/
	
#header {
	width: 883px;
	height: 203px;
	margin: 9px auto;
	background: url('images/headergraphic.jpg') no-repeat;
	}
#header-about {
	width: 883px;
	height: 203px;
	margin: 9px auto;
	background: url('images/header-about.jpg') no-repeat;
	}
#header-lessons {
	width: 883px;
	height: 203px;
	margin: 9px auto;
	background: url('images/header-lessons.jpg') no-repeat;
	}
#header-contact {
	width: 883px;
	height: 203px;
	margin: 9px auto;
	background: url('images/header-contact.jpg') no-repeat;
	}
#header-training {
	width: 883px;
	height: 203px;
	margin: 9px auto;
	background: url('images/header-training.jpg') no-repeat;
	}
#header-people {
	width: 883px;
	height: 203px;
	margin: 9px auto;
	background: url('images/header-people.jpg') no-repeat;
	}
#header-jenny {
	width: 883px;
	height: 203px;
	margin: 9px auto;
	background: url('images/header-jenny.jpg') no-repeat;
	}
#header-news {
	width: 883px;
	height: 203px;
	margin: 9px auto;
	background: url('images/header-news.jpg') no-repeat;
	}	
	
#content {
	clear: both;
	padding: 10px;
	}
	
#homecontent {
	clear: both;
	margin: 54px 0 9px 10px; 
	padding: 0;
	border: 0;
	background: url('images/homepagebg09.jpg') no-repeat top left;
	height: 440px;
	}
	
#homewelcome {
	float: left;
	width: 500px;	
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	}

#homenews {
	margin: 0;
	padding: 6px 0 10px 0;
	border: 0;
	width: 275px;
	height:360px;
	margin-left: 577px;
	overflow-y:scroll;
	}
	
html>body div#homenews {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 581px;	
	}

#framebase {
	clear:left;
	width: 900px;
	margin: 0 auto;
	background: transparent;
	}
	
.article p {
	width: 400px;
	}
	
#framebase p {
	text-align: center;
	font-size: 1em;
	color: #749658;
	}

.navlink {
	width: 883px;
	height: 203px;
	display: block;
	}
	
.bold {	font-weight: bold; }
.clearall { clear: both; }
.hide {	visibility: hidden;	}
.left { float: left; }
.right { float: right; }
.center { display: block; margin: 5px auto;	text-align: center; }
.textcenter { margin-left: 370px;}

/*--Text-------------------------------------------------------------------------*/
		
h1,h2,h3,h4,h5,h6 {
	color: #ffdf00;
	font: 1em/2 normal Georgia, "Times New Roman", serif;
	}

h1 { font-size: 2.4em; display: none; }
h2 { font-size: 3.4em; }
h3 { font-size: 2.2em; }
h4 { font-size: 1.8em; }
	
ul, ol, dl { font-size: 1.3em; margin-bottom: 1.8em; margin-left: 15px; list-style-type: square; }
li, dt, dd { font-size: 1em; }

ul { margin-left: 15px; }
ul li ul { margin: .5em 0 .5em 15px}
ul li ul li {font-size: .85em;}

p,table { 
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: .5em;
	atext-indent: 1em;
	}
	
p.italic { font-style: italic; }

p.caption {
	margin-bottom: 2em;
	}

a:link, a:visited { text-decoration: underline; color: #ffba00; }
a:hover, a:active {	text-decoration: underline; color: #ffba00; }
*:focus {outline: none; }

/*--Navigation-------------------------------------------------------------------*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav {
	margin: 0 0 0 10px;
	}

#nav a {
	display: block;
	awidth: 12em;
	}

#nav li {
	float: left;
	awidth: 12em;
	border-top: 1px solid #ffdf00;
	border-bottom: 1px solid #ffdf00;
	}

#nav li ul {
	position: absolute;
	awidth: 12em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

#nav li a {
	text-decoration: none;
	display: block;
	height: 34px;
	margin: 0;
	line-height: 3em;
	}
#nav li a i {
	visibility: hidden;
	font-style: normal;
	color: #ffdf00;
	}
	
#nav li#about a {
	width: 158px;
	background: url('images/btn-about.png');
	}
#nav li#news a {
	width: 144px;
	background: url('images/btn-news.png');
	}
#nav li#lessons a {
	width: 194px;
	background: url('images/btn-lessons.png');
	}
#nav li#people a {
	width: 110px;
	background: url('images/btn-people.png');
	}
#nav li#contact a {
	width: 118px;
	background: url('images/btn-contact.png');
	}
#nav li#training a {
	width: 159px;
	background: url('images/btn-training.png');
	}
#nav li#about a:hover,
#nav li#news a:hover,
#nav li#lessons a:hover,
#nav li#people a:hover,
#nav li#contact a:hover,
#nav li#training a:hover {
	background-position: bottom ;
	}	
	
.sitemap {
	margin-left: 30px;
	}
.sitemap ul {
	list-style-type: none;
	padding-left: 10px;
	}
.sitemap li {
	font-size: 10pt;
	color: #fff79f;
	border: 1px solid yellow;
	width: 300px;
	overflow: hidden;
	margin-bottom: 4px;
	padding-left: 5px;
	}
.sitemap li {
	background: #0f400f;
	}
.sitemap li li {
	background: #2d5e2d;
	}
.sitemap li li li {
	background: #4b7d4b;
	}	
.sitemap li a,.sitemap li a.visited {
	text-decoration: none;
	color: #fff79f;
	}
.sitemap li a:hover {
	text-decoration: none;
	color: #ffba00;
	}
		
	
/*--Images-----------------------------------------------------------------------*/
	
img { border: 0;}

.floatright {
	float: right;
	clear: right;
	margin-bottom: 10px;
	margin-left: 15px;
	}
.floatright2 {
	float: right;
	clear: right;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 12px solid white;
	}
	
.floatleft2 {
	float: left;
	clear: left;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right: 15px;
	border: 12px solid white;
	}	
	
img.scrap {
	border: 12px solid white;
	}
	
img.border {
	border: 1px solid #b59e00;
	}

/*--Tables-----------------------------------------------------------------------*/

table,table tr,table tr td { border-collapse: collapse;	}

table { margin: 0 auto 10px auto; 
	width: 550px;
	}
table td {
	border-bottom: 1px solid #386923;
	}
table.images td {
	border: 0;
	vertical-align: top;
	}
table.images td img.scrap {
	border: 6px solid white;
	margin-right: 15px;
	}
td.pricecol {
	width: 100px;
	}

/*--Forms------------------------------------------------------------------------*/

.button {
	background: #000 ! important;
	border:#F7ECD4 1px solid;
	padding: 2px;
	margin: 0 2px 0 0;
	color:#FFF;
	}

.button:focus {
	padding:2px;
	background: #000 ! important;
	}

.button:hover {
	background: #CCC ! important;
	color: #000;
	}
