/*
orange: ff8a00
black: 3d3d3d
*/

*
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}

p, div, input, textarea, select, a, li, blockquote
{
	font-size: 12px;
	line-height: 16px;
}

h1
{
	margin: 0px;
	margin-bottom: 5px;
}

h2
{
	font-size: 18px;
	margin: 0px;
	margin-bottom: 5px;
}

table#holder
{
	width: 100%;
	height: 100%;
	empty-cells: show;
	margin: -1px;
	padding: 0px;
}

#content
{
	padding: 0px;
	margin: 0px;
	
	width: 1000px;
	height: 550px;
	
	position: relative;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -275px;
}

/* content */

#logo
{
	position: relative;
	
	z-index: 999;
	
	margin: auto;
	
	top: 94px;
	margin-top: -94px;
}

div#menu
{
	position: relative;
	height: 66px;
	padding-left: 250px;
	width: 720px;
	background-image: url(../images/menu.jpg);
}

#menu0, #menu1, #menu2, #menu3
{
	overflow: hidden;
	
	width: 150px;
	text-align: center;
	vertical-align: middle;
	height: 66px;
	
	float: left;
	
	overflow: hidden;
}

#menu0itemActive
{
	background-image: url(../images/aboutActive.png);
	height: 66px;
	background-position: center top;
	background-repeat: no-repeat;
}

#menu0item
{
	background-image: url(../images/about.png);
	height: 66px;
	background-position: center center;
	background-repeat: no-repeat;
	
	cursor: pointer;
}

#menu1itemActive
{
	background-image: url(../images/servicesActive.png);
	height: 66px;
	background-position: center top;
	background-repeat: no-repeat;
}

#menu1item
{
	background-image: url(../images/services.png);
	height: 66px;
	background-position: center center;
	background-repeat: no-repeat;
	
	cursor: pointer;
}

#menu2itemActive
{
	background-image: url(../images/portfolioActive.png);
	height: 66px;
	background-position: center top;
	background-repeat: no-repeat;
}

#menu2item
{
	background-image: url(../images/portfolio.png);
	height: 66px;
	background-position: center center;
	background-repeat: no-repeat;
	
	cursor: pointer;
}
#menu3itemActive
{
	background-image: url(../images/contactActive.png);
	height: 66px;
	background-position: center top;
	background-repeat: no-repeat;
}

#menu3item
{
	background-image: url(../images/contact.png);
	height: 66px;
	background-position: center center;
	background-repeat: no-repeat;
	
	cursor: pointer;
}


div#body
{
	position:relative;
	overflow: hidden;
	z-index: 1;
	width: 970px;
	height: 440px;
	
	background-color: #ffffff;
}


div#body ul.pages
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 10000px;
}

div#body ul.pages li.page
{
	margin: 0px;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	width: 920px;
	
	float: left;
	
	background-repeat: no-repeat;
	background-position: top left;
	
	background-color: #ffffff;
	
	padding-top: 237px;
}

div.pageTitle
{
	width: 224px;
	height: 48px;
	
	margin-bottom: -50px;
	
	
	position: relative;
	top: -48px;
	left: -30px;
	
	padding-top: 20px;
	padding-left: 50px;
	
	background-image: url(../images/page-title.gif);
	background-repeat: no-repeat;
}

li#page0
{
	background: url(../images/page0.jpg);
}

li#page1
{
	background: url(../images/page1.jpg);
}

li#page2
{
	background: url(../images/page2.jpg);
}

li#page3, li#page5
{
	background: url(../images/page3.jpg);
}

li#page4
{
	background: url(../images/page4.jpg);
}

table.page
{
	width: 100%;
	height: 100%;
}

table.page td
{
	vertical-align: top;
}

table.page td.image
{
	width: 200px;
}

table.page td.image img
{
	border: 2px dotted #ff8a00;
}

table.page td.columnLeft
{
	padding-right: 10px;
	width: 360px;
}

table.page td.columnRight
{
	padding-left: 10px;
	width: 360px;
}

table td.title
{
	text-align: right;
	padding-top: 4px;
	width: 100px;
}

div#version
{
	width: 250px;
	height: 35px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	
	background-color: #636363;
}

div#disclaimer
{
	width: 250px;
	height: 35px;
	cursor: pointer;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	
	margin-right: 30px;
	
	background-color: #636363;
}

div#pageNav
{
	float: right;
	width: 20px;
	height: 466px;
	
	text-align: center;
	vertical-align: top;
}


div#navUp, div#navDown
{
	cursor: pointer;
}

div#navUp
{
	position: relative;
	top: 70px;
}

div#navDown
{
	position: relative;
	top: 480px;
}

a, a:visited, a:active
{
	color: #ff8a00;
	text-decoration: none;
}

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

img.clickable
{
	cursor: pointer;
}