﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #fff;
	color: #505050;
	text-align: center;
	margin: 10px 0 0 0;}

hr {
	background-color: #f38202;
	color: #f38202;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square;}	

h1 {
	color: #8f9402;
	font: bold 22px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;}

h2 {
	color: #e46511;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;}

h3 {
	color: #8f9402;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	margin: 100x 0 10px 0;}

h4 {
	color: #8f9402;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 15px 0;}

h5 {
	color: #8f9402;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;}

h6 {
	color: #e46511;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;}

a {
	color: #f38202;
	text-decoration: none;
	font-weight: bold;}

/* =========Table =====================*/
table.Generic {
	width: 430px;
}

td.AlignTop{
	vertical-align: top;
}
/* =========Table =====================*/

a:hover {
	color: #aeb000;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align: center;}	

/* PAGE LAYOUT IDs */

#wrapper {
	text-align: left;
	width: 760px;
	border: 3px double #c2c2c2;
	margin: 0 auto;
	padding: 5px}
	
#global {
	background: #fff url('images/globalbg.jpg');
	text-align: right;
	font-size: 90%;
	padding: 3px 20px 3px 0;
	height: 15px;}

#header {
	background: #e46511 url('images/header.jpg');
	color: #fff;
	padding: 0px 20px 0 0;
	width: 620px;
	height: 80px;
	margin-left: 120px
}

#logo{
	width: 120px;
	height: 80px;
float: left;
/*	padding: 0 120px; */
}
	
#header h1 {
	font-size: 28px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 20px 0 5px 0;}
/*
#header p {
	text-align: right;
	margin: 0; padding: 0;}
*/	
#navigation {
	background: #fff url('images/navbar.jpg'); 
	text-align: center;
	font-size: 90%;
	padding: 8px 0 0 0;
	height: 32px;
	width: 760px;
	}
		
#sidebar {
	width: 260px;
	float: left;
	text-align: left;
	font-size: 85%;
	}
	
#content {
	width: 465px;
	float: right;
	text-align: left;
	line-height: 1.3em;
	}

#footer {
	clear: both;
	color: #606060;
	text-align: left;
	line-height: 1.5em;
	font-size: 85%;
	margin-top: 8px;
	padding: 4px 0 5px 15px;
	height: 30px;
	border-top: 3px solid #e46511;}
	
#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}
	
#footer p {
	padding: 0;
	margin: 0;}

/* FORMATTING CLASSES */

.box {
	background: #f7f7f7;
	border: 1px dashed #c0c0c0;
	padding: 10px;}
	
.box h2 {
	color: #e46511;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c0c0c0;}

.hottopic {
	color: #8e4c3b;
	font-weight: bold;}

.contact {
	padding: 5px;
	text-align: left;
	margin: 20px 0;}

.contact label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;}

.contactbox {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0;}

.contactbutton {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;}

.catalogleft {
	width: 200px;
	padding: 10px 20px 10px 0;
	float: left;
	line-height: 1.2em;
	text-align: center;}
	
.catalogright {
	width: 200px;
	padding: 10px 0 10px 20px;
	float: right;
	line-height: 1.2em;
	text-align: center;}

.catalogcenter {
	width: 200px;
	padding: 20px 0 10px 20px;
	float: right;
	line-height: 1.2em;
	text-align: center;}
		
.imagemiddle {
	margin: 0; 
	border: 3px double #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}
