/*html, body {
	scrollbar-face-color:#DDCC66;
	scrollbar-base-color:#CCCCCC;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:#CCBB55;
	scrollbar-highlight-color:#EEDD77;
	scrollbar-3dlight-color:#EEDD77;
	scrollbar-darkshadow-color:#CCBB55;
}*/

body {
	background-color: #ffffff;
	background-image: url(../images/wht-gry.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}

a, a:link {
	color:#0000CC;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

a:visited {
	color:#CC33CC;
}

.center {
	text-align:center;
}

.floatright {
	float:right;
}
	
.container 
{
	position:relative;
	top:0px;
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
}
.header {
	height: 160px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	position: static;
	font-weight: bold;
	color: #333399;
	border-bottom: solid 1px #999999;
	background-color: #000000;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	font-size: large;
	vertical-align:middle;
}

.hidden {
	display:none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer {
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: x-small;
	color: #999999;
	margin-right: 0px;
	margin-left: 0px;
	left: 0px;
	right: 0px;
	position: static;
	bottom: 0px;
}

.left {
	margin: 10px 0px 0px 0px;
	float: left;
	width: 160px;
	display: inline;
}

.logo {
	float: left;
	margin: 30px;
}
	
.screenshot {
	border: 5px solid #000000;
	margin: 10px;
}

.content {
	margin: 10px 0px 10px 180px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 20px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:403px;
	font-size:1em;
}

.imgborder {
	border: 1px solid #000066;
}

a.foot {
	color: #999999;
	text-decoration: none;
}

h1 {
	font-size: x-large;
	/*font-style: italic;*/
	color: #990000;
}

li img {
	margin-bottom:-5px;
}

ul#buttons {
   	list-style-type: none;
   	padding: 0px;
   	margin: 0px;
}

ul#buttons li {
	font-weight: normal;
	/*font-size: 0.9em;*/
	margin: 0px 0px 3px 0px;
}

#buttons li a:link, #buttons li a:visited {
	/*background-image: url(../images/wht-gry.png);*/
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
	font-size: 1em;
	font-weight:bold;
	display: block;
	width: 100%;
	height: 21px;
	text-decoration: none;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#buttons li a:active, #buttons li a:hover {
	background-image: url(../images/red-wht.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #990000;
	color: #ffffff;
	text-decoration: none;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.image-float-right {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}

.image-float-left {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.pp {
	font-size: x-small;
	color: #999999;
	text-align: right;
}
.pp a {
	font-size: x-small;
	color: #999999;
	text-align: right;
}
.quote {
	font-style: italic;
}

.freephone {
	position:absolute;
	top:40px;
	left:450px;
	width:200px;
	height:50px;
	text-align:center;
}
	
@media print {
.header {
	visibility: hidden;
	display: none;
}
.left {
	visibility: hidden;
	display: none;
	width: 0px;
}
.content {
	margin: 0px;
	left: 0px;
	margin-left: 0px;
	border: none;
}
.footer {
	visibility: hidden;
	display: none;
}
}
.content td {
	vertical-align: top;
	padding: 5px;
}

