html {
	font-size: 100%;
}

a:link {
	 color: #800000;
	 text-decoration: underline;
	 font-weight: bold;
}
a:visited {
	 color: #000080;
	 text-decoration: none;
}
a:hover {
	 color: #008000;
	 text-decoration: none;
}

body {
	 background-color: #1A2A3A;
	 font-family: Arial;
	 color: #000000;
	 font-size: 13px;
	 height:100%; 
	 margin:0; 
	 padding:0;	 
}

#content {
	position:relative; 
	z-index:1;
}

table.main {
	width: 960px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

table.main2 {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

table.header {
	width: 100%;
	background-color: #231F20;
	padding: 0px;
	border: 5px;
	margin-left: auto;
	margin-right: auto;
}

table.contents {
	width: 100%;
	padding: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

table.contents2 {
	width: 100%;
	padding: 0px;
	border-style: solid;
	border-color: #231F20;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

table.insert {
	width: 100%;
	padding: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

table.forms {
	width: 95%;
	padding: 5px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

tr.rowblack {
	background: #333333;
}

td.search {
	color: #000033;
	text-align: center;
}

td.r-box {
	background-color: #fff; 
	color: #000;   
	padding: 0px;
	border-style: solid;
	border-color: #231F20;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

td.footer {
	color:#231F20;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #B22222;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #B22222;
}

p.tagline {
	font-family: Tahoma;
	color: #FF3030;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 0 red, 0 1px red, 1px 0 red, 0 1px red;
}

p.price {
	text-align: center;
	color: #FF8600;
	font-size: 25px;
	font-weight: bold;
}

p.one {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #B22222;
}

p.two {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

p.three {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FF8600;
}

p.four {
	font-size: 14px;
	font-weight: bold;
}

p.five {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

p.heading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #B22222;
}

p.heading2 {
	font-size: 16px;
	font-weight: bold;
	color: #B22222;
	text-align: center;
}

p.title {
	font-size: 22px;
	color: #B22222;
	font-weight: bold;
	text-align: center;
}

p.left {
	margin-left: 5px;
}

p.centre {
	text-align: center;
}

p.right {
	text-align: right;
}

.heading {
	font-weight: bold;
	color: #B22222;
}

hr {
	color: #B22222;
	background-color: #B22222;
	height: 2px;
}

.nav {
    list-style:none; 
    height:2em;
    padding:0; 
    margin:0; 
    border: none;
}

ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
    clear: both;
	border-bottom: 5px solid #fb9e25;
}

ul.nav li {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
    margin-right:0.13em; 
}

ul.nav li a {
	display: block; 
	padding: 0px 10px;
	color: #333333;
	text-decoration: none;
	background-color: #FF8600;
    padding: 10px;
    webkit-border-top-right-radius: 0.50em;
    -webkit-border-top-left-radius: 0.50em;
    -moz-border-radius-topright: 0.50em;
    -moz-border-radius-topleft: 0.50em;
    border-top-right-radius: 0.50em;
    border-top-left-radius: 0.50em;
}

ul.nav li a:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color: #fb9e25;
}

#navigation {
	width: 175px
}

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

#navigation li a {
	width: 150px;
	color: #333333;
}

#nav2 {
	line-height: 200%;
	font-weight: bold;
}

.Button {
	-moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	box-shadow: inset 0px 1px 0px 0px #fce2c1;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color: #FCAF49;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eeb44f;
	display: inline-block;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	cursor: pointer;
}

.Button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color: #fb9e25;
}

.Button:active {
	position:relative;
	top:1px;
}
