@charset "UTF-8";
/* CSS Document */

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/****************************** Basic overall styes */
body, html { /* define overall type style here */
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper */
	background-color: #feedb9;
	background-image: url(../images_web/bg_repeat.png);
}

h1, h2, h3, h4, h5, h6, ol, li, ul, p, table, th, td, caption, a {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong{
	font-weight: bold;
}


em{
	font-style:italic;
	font-size: 12px;
}

address{
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*------------------------------
	background divs 
-------------------------------*/

body, html { /* background images, colours  */

}

#wrapper {
	text-align: left;
}

#inner_wrapper { /* for top half bg images  */
	background-image: url(../images_web/nav_ribbon.png);
	background-repeat: no-repeat;
	background-position: center 122px;
}

#doc {/* defines main page width  */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 810px;
}

#bd {/* contains the side and content - used to include a background behind the both of them */
	background-image: url(../images_web/body_repeat.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	
}

#bd_cap {/* contains the side and content - used to include a background behind the both of them */
	background-image: url(../images_web/bd.png);
	background-repeat: no-repeat;
	height: 30px;
	
}

#bd_ft {/* contains the side and content - used to include a background behind the both of them */
	background-image: url(../images_web/ft.png);
	background-repeat: no-repeat;
	height: 14px;
	
}

/*------------------------------
	header divs 
-------------------------------*/

#header {/* background header image  */
	background-image: url(../images_web/header.png);
	background-repeat: no-repeat;
	height: 122px;
}

#header_home {/* background header image  */
	background-image: url(../images_web/header_home.png);
	background-repeat: no-repeat;
	height: 122px;
}

#inner_header { /* background rotating image  */
}


#logo { /* Insert logo as image in the html. Allows logo to be clickable.  */
	float: left;
	padding-left: 10px;
	height: 122px;
}

#address { /* Insert address as image in the html. Allows logo to be clickable.  */
	float: right;
	padding-top: 34px;
	padding-right: 15px;
}


/*------------------------------
	Main nav 
-------------------------------*/

#nav{ /* background of nav */
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 200px;
	padding-bottom: 5px;
}

#splash{
	width: 810px;
	background-color: #A76A43;
	height: 160px;
	text-align: center;
}



/*
#nav ul {
	margin:0 0 0 0;
	padding:0;
	float: right;
}

#nav ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

#nav ul li a {
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 10px;
	display: block;
	text-indent: 15px;
	text-decoration:none;
	color:#feead1;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

#nav ul li a:hover {
	text-decoration:none;
	color: #fed37f;
}
*/


/*------------------------------
	Product Gallery - contains flash file, sits in bd  
-------------------------------*/

#gallery {
	padding-left: 38px;
}
#gallery_cap {
	margin-left: 20px;
	padding-left: 20px;
	width: 500px;
}
#gallery_cap h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	margin-top: 0px;
	margin-bottom: 2px;
}

#gallery_cap p{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 10px;
	line-height: 1.5em;	
}



/*------------------------------
	Content - also contains main type styles 
-------------------------------*/

#content { /* content background */
	width: 500px;
	margin-left: 300px;
}

#content_cap { /* top cap of content background */
}

#content_footer { /* bottom cap of content background */
}


#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
}

#content .NOTICE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21pt;
	font-weight: normal;
	color: #000;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#content ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	margin-bottom: 10px;
	line-height: 2;
}

#content ol li{
	list-style-type: decimal;
}

#content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 1.2em;
}

#content ul li{
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.2em;
}


/*------------------------------
	Side
-------------------------------*/

#side {
	width:250px;
	height: 300px;
	float: left;
	padding-left: 20px;
}

#side_text {
	padding-left: 20px;
	padding-top: 20px;
}

#side_text p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.5em;
	padding: 0px;
}

#side_text h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	margin: 0px 0px 6px;
	padding: 0px;
	line-height: 1em;
}

#side_text ul{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#side_text li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.5em;
	padding: 2px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #A37D32;
	border-right-color: #A37D32;
	border-bottom-color: #A37D32;
	border-left-color: #A37D32;
}

#side_text li a{
	text-decoration: none;
	color: #000000;

}


.floatright{
	border:1px solid #b0b0b0;
	float:right;
	padding:5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.floatleft{
	border:1px solid #b0b0b0;
	float:left;
	padding:5px;
	margin-right: 10px;
	margin-bottom: 5px;
}


/*------------------------------
	Footer
-------------------------------*/

#ft{
	width: 810px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
}

#ft span{
	color: #000;
	padding-right: 10px;
	padding-top: 7px;
	float: right;
	font-size: 12px;
}

.navFooter .active{
	text-decoration:none;
	color: #6e6e6e;
	border-top: solid 2px #0073b0;
}

.navFooter ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 10px;
	line-height: 1.5em;
	margin:0 0 0 0;
	padding:0;
}

.navFooter ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

.navFooter ul li a {
	margin-top: 5px;
	border-right: solid 1px #000;
	margin-right: 5px;
	padding-right: 5px;
	display: block;
	text-indent: 5px;
	text-decoration:none;
	color:#000;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}

.navFooter ul li a:hover {
	text-decoration:none;
	color: #384954;
}









/*------------------------------
	MAIN DIVS START
-------------------------------*/





/*------------------------------
	FOOTER STYLES
-------------------------------*/



/*------------------------------
	H STARTS
-------------------------------*/
