/* CSS Document */

<!--

html,body {
	margin:0;
	padding:0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #E3F2FC;
	background-image: url(graphics/bg-header.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container {
	margin-top: 31px;
	width: 960px;
	background-image: url(graphics/header-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px #8192B4 solid;
}
* html .container {height:100%;} /* for ie to resize */
.header {	
	width: 960px;
	height: 107px;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
}
.menu {
	width: 950px;
	height: 28px;
	background-color: #D3DDF4;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}
.menulink {
	vertical-align: middle; 
}
a.menulink:link {
	color: #2B57B3;
	text-decoration: none;
}
a.menulink:visited {
	text-decoration: none;
	color: #2B57B3;
}
a.menulink:hover {
	text-decoration: none;
	color: #6A8EDB;
}
a.menulink:active {
	text-decoration: none;
	color: #2B57B3;
}
.footer {
	clear: both;
	width: 100%;
	height: 135px;
	background-image: url(graphics/footer-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
	margin-left: auto;
	margin-right: auto;
}
	.footertopspace {
		clear: both;
		height: 110px;
	}
	.footertext {
	    padding-left: 10px;
		font-size: 10px;
		color: #FFFFFF;
	}
h1 {
	font-size: 14px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-20px;
	font-weight: bold;
	color: #2B57B3;
}
h2 {
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -20px;
	font-weight: bold;
	font-style: italic;
	color: #6A8EDB;
	background-color: #D3DDF4;
	padding: 3px;
}
.rightcol {
	float: right;
	width: 300px;
	clear: both;
	border-left: 1px #CCCCCC solid;
}
p {
	width: 630px;
	padding: 10px;
}
.rightcol p {
	width: 280px;
	padding: 10px;
	font-size: 10px;
	color: #666666;
}
.pricecontent {
	width: 580px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
}
	.pricegreen {
		clear: both;
		float: right;
		color: green;
		font-weight: bold;
		width: 170px;
	}
	.pricegreensmall {
		clear: both;
		float: right;
		color: green;
		font-size: 10px;
		width: 170px;
	}
	.pricetextcontainer {
		clear: both;
		float: left;
		width: 380px;
	}
	.pricetext {
		font-size: 10px;
		color: #333333;
	}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9BCDFF;
}
a:hover {
	text-decoration: underline;
	color: #9BCDFF;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}

a.footerlink {
	color: #FFFFFF;
}
a.footerlink:hover {
	color: #6A8EDB;
	text-decoration: none;
}
.flash {
	margin-top: 31px;
    width: 960px;
	height: 185px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	text-align: right;
}
-->
