* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e9e9e9;
	font-family: Georgia, 'Trebuchet MS' , Arial, 'Times New Roman';
}

#top {
	height: 150px;
	background-color: #210042;
	background-image: url(/images/topfadedstripe.png);
	background-repeat: repeat-x;
	border-bottom: solid 3px #cccccc;
}

#topcontainer {
	width: 750px;
	margin: 0 auto;
}

#topcontainer img {
	float: left;
}

#topcontainer span {
	color: #ff3300;
	font-size: 18px;
}

#topcontainer a{
	color:#ffffff;
}

#topcontainer a:hover{
	color:#cccccc;
}

#mid {
	background-image: url(/images/corner.png );
	background-color: #ffffff;
	background-repeat: no-repeat;
}

#midcontainer {
	width: 740px;
	margin: 0 auto;
	padding: 20px 0;
}

#bottom {
	background-color: #e9e9e9;
	border-top: solid 3px #cccccc;
}

#bottomcontainer {
	margin: 0 auto;
	width: 750px;
	color: #333333;
}

#bottomcontainer p {
	margin-bottom: 10px;
}

#menustrip {
	background-color: #e9e9e9;
	border-bottom: solid 3px #cccccc;
}

#menu {
	margin: 0 auto;
	padding: 0 5px;
	width: 750px;
	font-size: 25px;
}

#menu .items {
	padding: 5px;
	padding-left: 15px;
}

#menu span {
	color: #ff3300;
	margin-right: 15px;
}

#menu a {
	margin-right: 25px;
	text-decoration: none;
	color: #210042;
}

#menu a:hover {
	text-decoration: none;
	color: #ff3300;
}

h2 {
	color: #ff3300;
	font-size: 25px;
	font-weight: normal;
}

h1 {
	color: #ff3300;
	font-size: 25px;
	font-weight: normal;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
}

#content p {
	color: #333333;
	margin-bottom: 10px;
}

#content ul{
	color:#333333;	
}

#content {
	margin-right: 20px;
}

#sidebar {
	padding: 10px;
	background-color: #e9e9e9;
	border: solid 3px #cccccc;
}

#sidebarcontainer {
	width: 300px;
}

#layout {
	width: 750px;
}

#contentcontainer {
	width: 450px;
}

#sidebar p {
	color: #333333;
	margin-bottom: 15px;
	padding: 0 5px;
	font-size: 14px;
}

#sidebar a {
	font-size: 12px;
	color: #ff3300;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #210042;
}

h3 {
	color: #210042;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #ff3300;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

#footer {
	margin-top: 20px;
}

#footer p {
	text-align: center;
	font-size: 12px;
}

#content img {
	border: solid 3px #cccccc;
}

#content .item {
	padding: 10px;
	padding-bottom: 20px;
}

#content .item span {
	font-size: 12px;
}

#content a {
	color: #ff3300;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content .altitem {
	background-color: #efefef;
	padding: 10px;
	padding-bottom: 20px;
	border: solid 3px #cccccc;
}

#content .altitem span {
	font-size: 12px;
}

#contactform .left {
	width: 90px;
	text-align: right;
	padding-right: 15px;
}

#contactform td {
	padding: 5px;
	border-bottom: solid 1px #cccccc;
}

#contactform .textbox {
	width: 215px;
}

#contactform span {
	color: #ff3300;
	font-size: 10px;
}

.submitbutton {
	color: #ff3300;
	background-color: #cccccc;
	font-family: Georgia, 'Trebuchet MS' , Arial, 'Times New Roman';
	font-size: 15px;
	border: solid 1px #999999;
	cursor: pointer;
}

.moreNav{
	font-size:12px;
	width:300px;
}

.moreNav ul{
	margin: 0;
	list-style-type: none;
}

.moreNav li {
	margin: 0;
	margin-bottom: 2px;
}

.moreNav a {
	display: block;
	padding: 2px 2px 2px 15px;
	width: 200px;
	color:#ff3300;
	background-color: #cccccc;
	font-size: 14px;
	text-decoration: none;
}

.moreNav a:hover {
	background-color: #ffffff;
	color: #ff3300;
}

.progress{
	width:450px;
}

.progress a {
	font-size: 12px;
	color: #ff3300;
}

.progress a:hover {
	color: #210042;
}

.progress p{
	margin-bottom:10px;
	width:400px;
        height:115px;
	border-bottom:solid 1px #cccccc;
	font-size:14px;
}

.progress img{
	height:100px;
	width:100px;
	border: solid 3px #cccccc;
	float:left;
	margin:0 5px 5px 0;
}

.process p{
	padding-left:15px;
	font-size:14px;
}

.process ul{
	margin-bottom:10px;
	list-style-type:disc;
}

.process li{
	margin-left:35px;
	font-size:12px;	
}

.pricelist li{
	font-size:14px;
}


