/* begin reset stylesheet */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
	color: black;
	background: white;
}

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;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* end reset stylesheet */

a{
	color: #D0590A;
	text-decoration: none;
}

a:hover{
	background-color: #FF8800;
	color: #FFFFFF;
}

body, a, p, h1, h2, h3, h4, ul, ol, li {
 font-family: verdana, helvetica, sans-serif;
}

body{
	background-color: #F7F7F0;
	color: #000000;
	min-width: 800px;				/* prevent centered div pushing off the left off page when resizing the mozilla browser window */ 
	text-align: center;				/* center page in ie */
	overflow: scroll;				/* always show scrollbar */
}

h1{
	background-color: #8098BA;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0 0 5px;
}

h2{
	color: #444444;
	font-weight: normal;			/* ie needs this otherwise it will be bold */
	margin: 20px 10px 20px 0;
	text-align: right;
}

h3{
	font-weight: bold;
	margin: 10px 0 -10px 5px;
}

h4{
	color: #000000;
	font-weight: normal;
	margin: 10px 0 -10px 5px;
}

ol{
	list-style-type: square;
	margin: 10px 0 10px 20px;
}

ol li{
	color: #8098BA;
}

ol li span{
	color: #000;
}

p{
	margin: 10px 5px;
}

pre{
 font-family: "courier new", fixedsys, monospace;
 margin: 20px 0 20px 10px;
}

strong{
	font-weight: bold;
}

table{
	width: 100%;
}

table tr td{
	padding-left: 5px;
}

td{
	padding: 5px;
}

ul{
	list-style-type: none;
	margin: 10px 0 10px 5px;
}

ul li{
	color: #000;
}

#block{
	border-left: 118px solid #FF8800;
	height: 30px;
	margin: 0 auto;
	width: 682px;
}

#footer{
	color: #8098BA;
	font-size: 0.9em;
	margin-top: 50px;
	text-align: center;
}

#frontpage .frontpage, #software .software, #contact .contact {
	color: #D0590A;					/* colors a menu item when a corresponding page is loaded */
}

#header{
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 10px 5px;
}

#main{
	line-height: 1.5em;
	float: right;
	margin-bottom: 25px;
	width: 672px;
}

#menu{
	float: left;
}

/* floats don't work here, list-style-type is gone in ie browsers */
.right{
	position: relative;
	top: -82px;
	right: -300px;
	width: 340px;
}

.left{
	width: 270px;
}

.menu{
	background-color: #FF8800;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 4px 3px 4px 0;
	text-align: right;
	width: 115px;
}

.menu a{
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:hover{
	color: #D0590A;
}

.photos{
	text-align: center;
	margin: 0 0 15px 0;
}

.r1, .r2{
	padding: 2px 5px;
}

.split{
	margin: 10px 0 10px 35px;
}

.split_h{
	margin-left: 20px;
}

.subpage{
	margin: -10px 0 -10px 35px;
}

.subpage_h{
	margin: -10px 0 10px 35px;
}

.img{
	float: right;
	margin: 15px 10px 0 0;
}

#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
