body {
	background: #fafafa;
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
}

input {
	border: 1px solid #999999;
	color: #464646;
	background: #f7f7f7;
}

input.loginusername {
	background-image: url('images/user.png');
	background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left: 18px; 
}

input.loginpassword {
	background-image: url('images/lock.png');
	background-position: 1px 1px;
	background-repeat: no-repeat;
	padding-left: 18px; 
}

a:link, a:visited {
	color: #464646;
	text-decoration: none;
}

a:hover {
	color: #ff7800;
	text-decoration: none;
}

a:active {
	color: #ff7800;
	text-decoration: none;
}

p.button {
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: url('images/downloadBtn.png');
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
}

p.button a:link, p.button a:visited {
	color: #ffffff;
}

p.button a:hover, p.button a:active {
	color: #ff7800;
}

#header {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -366px;
	margin-top: 0;
	width: 732px;
	height: 110px;
	background: url('images/header.jpg');
}

#homeButtonTop, #productsButtonTop, #newsButtonTop, #contactButtonTop, #aboutButtonTop, #searchButtonTop {
	width: 120px;
	height: 98px;
	background: url('images/btnTop.jpg');
	margin-top: 0;
	text-align: center;
}

#homeButtonBtn a:link, #productsButtonBtn a:link, #newsButtonBtn a:link, #contactButtonBtn a:link, #aboutButtonBtn a:link, #searchButtonBtn a:link, #homeButtonBtn a:visited, #productsButtonBtn a:visited, #newsButtonBtn a:visited, #contactButtonBtn a:visited, #aboutButtonBtn a:visited, #searchButtonBtn a:visited {
	color: #ffffff;
}

#homeButtonBtn a:hover, #productsButtonBtn a:hover, #newsButtonBtn a:hover, #contactButtonBtn a:hover, #aboutButtonBtn a:hover, #searchButtonBtn a:hover {
	color: #ff7800;
}

#homeButtonBtn, #productsButtonBtn, #newsButtonBtn, #contactButtonBtn, #aboutButtonBtn, #searchButtonBtn {
	width: 120px;
	height: 30px;
	background: url('images/btnBtn.jpg');
	margin-top: 98px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
}

#homeButtonBot, #productsButtonBot, #newsButtonBot, #contactButtonBot, #aboutButtonBot, #searchButtonBot {
	width: 120px;
	height: 2px;
	background: url('images/btnBot.jpg');
	margin-top: 128px;
}

#homeButtonTop, #homeButtonBtn, #homeButtonBot {
	position: absolute;
	left: 50%;
	top: 115px;
	margin-left: -365px;
}

#productsButtonTop, #productsButtonBtn, #productsButtonBot {
	position: absolute;
	left: 50%;
	top: 115px;
	margin-left: -243px;
}

#newsButtonTop, #newsButtonBtn, #newsButtonBot {
	position: absolute;
	left: 50%;
	top: 115px;
	margin-left: -121px;
}

#contactButtonTop, #contactButtonBtn, #contactButtonBot {
	position: absolute;
	left: 50%;
	top: 115px;
	margin-left: 1px;
}

#aboutButtonTop, #aboutButtonBtn, #aboutButtonBot {
	position: absolute;
	left: 50%;
	top: 115px;
	margin-left: 123px;
}

#searchButtonTop, #searchButtonBtn, #searchButtonBot {
	position: absolute;
	left: 50%;
	top: 115px;
	margin-left: 245px;
}

#contentDiv {
	position: absolute;
	left: 50%;
	top: 250;
	margin-left: -366px;
	margin-top: 0;
	width: 732px;
	background: url('images/contentBgRepeat.jpg');
}

td.colLeft {
	width: 12px;
	height: 79px;
	background: url('images/colLeftBg.jpg') top no-repeat;
}

td.colContent {
	width: 503px;
	height: 79px;
	background: url('images/colContentBg.jpg') top no-repeat;
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
}

td.colMid {
	width: 13px;
	height: 79px;
	background: url('images/colMidBg.jpg') top no-repeat;
}

td.colLinks {
	width: 192px;
	height: 79px;
	background: url('images/colLinksBg.jpg') top no-repeat;
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
}

td.colRight {
	width: 12px;
	height: 79px;
	background: url('images/colRightBg.jpg') top no-repeat;
}

td.footerBody {
	width: 708px;
	height: 38px;
	background: url('images/footerBody.jpg');
	font-family: verdana;
	font-size: 7pt;
	color: #464646;
	text-align: center;
}

td.headerWide {
	width: 503px;
	height: 30px;
	background: url('images/headerWide.png');
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

td.headerSmall {
	width: 192px;
	height: 30px;
	background: url('images/headerSmall.png');
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

td.text {
	font-family: verdana;
	font-size: 10pt;
	color: #464646;
}

span.pagelink {
	background: #f7f7f7;
	border: 1px solid #999999;
	padding: 2px 4px 2px 4px;
}
