﻿@charset "utf-8";
/* CSS Document */
* { 	margin: 0; padding: 0;}
html { font: 100% Tahoma, Arial, Helvetica, sans-serif;}
body {
	font: 62.5%;
	text-align: center; 
	color: #0b0b0b;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	margin: 20px 0;
	}
#container {
	width: 800px;
	margin: 0 auto; 
	text-align: left; 
}
#header {
}
#mainContent {
	border-left: 6px solid #ffffff;
	border-right: 6px solid #ffffff;
	padding: 0 20px; 
	background: #eaeae1;
	line-height: 1em;
	position: relative;
}
#footer {
	padding: 10px;
	height: 87px;
	background-image: url('../images/7-steps-footer.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#footer p {
font-size: .75em;
color: #ffffff;
}
a:link, a:visited {
	color: #06C;
}
a:hover, a:active {
	color: #06C;
	text-decoration: none;
}
#footer a {
	color: #89B3F8;
}
h1 {
	color: #324c2d;
	text-align: center;
	font-size: 1.85em;
	line-height: 1.2em;
	padding: 1em 0;
}
h2 {
	color: #324c2d;
	font-size: 1.25em;
	line-height: 1.35em;
	padding: .6em 0 .3em 0;
}
h3 {
	font-size: 1.1em;
	padding: .4em 0;
	text-align: center;
}
h4 {
	font-size: 1em;
	padding: 1em 0 .4em 0;
}
p {
	padding: .6em 0;
	line-height: 130%;
}
#rightcol {
	float: right;
	width: 190px;
	margin: 20px 0 15px 15px;
	border: solid 1px #324c2d;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ffffff;
	position: relative;
	right: -5px;
}
blockquote {
	font-size: .8em;
	text-indent: -0.5em;
}
#rightcol img {
	margin-bottom: 1em;
}
#rightcol p {
	text-align: right;
	font-size: .7em;
	padding: .75em 0 1.5em 0;
}
ul {
	margin-left: 1em;
}
li {
	line-height: 1.15em;
	padding-bottom: .5em;
	text-size: .9em;
}

fieldset {
	padding: 1em;
	font-size: .9em;
	background-color: #ffffff;
}
fieldset p {
	padding: .2em 0;
}
.textbox {
	height: 1.3em;
	border: 1px solid #999999;
	padding: .15em;
	width: 12em;
}
input.button {
	height: 2em;
	padding: 0;
	margin-top: 1em;
}
select {
	height: 1.6em;
	border: 1px solid #999999;
	padding: 0;
	width: 12.5em;
	}
label {
	float: left;
	width: 14em;
}
a img {outline: none; border: none;}

#confirmation {
	width: 600px;
	border: 1px solid #324c2d;
		font-size: .8em;
}
#confirmation td {
	padding: 8px;
}
#confirmation td.tablehead {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: .2em;
	background-color: #324c2d;
}
#invoice td{
	padding: 2px;
}
	
