/* Defaults and gradient background */
body {
/*	background-image: url('../images/background_blue.jpg');*/
/*	background-image: url('../images/background.jpg');*/
	background-image: url('../images/background_new.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	color: black;
	text-align: center;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 0.8em;
}

a:link, a:visited {
/*	text-decoration: none;
	color: #203060;*/
	text-decoration: underline;
	color: #c03020;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #c03020;
}
a:active {
	text-decoration: underline;
	color: #c03020;
}

/* Maincontainer holds all the content */
.maincontainer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

.centredimage {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: none;
}

/* Navmenu (left) */
div.navmenu {
	float: left;
	width: 25%;
/*	border: solid 1px blue;*/
	overflow: auto;
	text-align: left;
	background: none;
	margin: 0px;
}

div.navmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0.5em;
	font-weight: bold;
	font-size: 0.9em;
}

div.navmenu ul li {
	display: block;
	margin: 0px;
	border-bottom: solid 1px #6070a0;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 2em;
/*	height: 1.75em;*/
}

div.navmenu ul li.category {
	padding-left: 0.5em;
	background-image: url('../images/background_navmenu.jpg');
	background-repeat: repeat-y;
	background-position: -85%;
}

div.navmenu ul li.subcategory {
	padding-left: 2em;
}

.selected {
	background-image: url('../images/background_navmenu.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}

div.navmenu ul li a:link, div.navmenu ul li a:visited {
	display: block;
	width: 100%;
	padding: 0px;
/*	height: 1.75em;*/
	text-decoration: none;
	color: #203060;
}

div.navmenu ul li a:hover {
	text-decoration: underline;
	color: #203060;
}

div.navmenu ul li a:active {
	text-decoration: underline;
	color: #c03020;
}

div.navmenu ul li.category a:link, div.navmenu ul li.category a:visited {
	display: block;
	width: 100%;
	padding: 0px;
/*	height: 1.75em;*/
	text-decoration: none;
/*	color: #c03020;*/
}

div.navmenu ul li.category a:hover {
	text-decoration: underline;
/*	color: #c03020;*/
}

div.navmenu ul li.category a:active {
	text-decoration: underline;
/*	color: #c05040;*/
}

/* Main content */
.maincontentWrapper p {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0em;
	padding-bottom: 0em;
}

.titlespacer {
	height: 3em;
	clear: both;
}

h1 {
	color: #203060;
	border-bottom: solid 1px #993365;
	padding-top: 0.5em;
	margin-left: 0.4em;
	margin-right: 0.4em;
	width: 100%;
}

h2 {
	color: #203060;
	border-bottom: solid 1px #993365;
	padding-top: 0.5em;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

h3 {
	color: #203060;
	border-bottom: solid 1px #993365;
	padding-top: 0.5em;
	margin-left: 0.6em;
	margin-right: 0.4em;
}

address {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 4em;
}

.footer {
	margin-left: 14px;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-top: 0.25em;
	overflow: auto;
	font-size: x-small;
	color: gray;
}

.footer a:link {
	color: gray;
	text-decoration: none;
}
.footer a:visited {
	color: gray;
	text-decoration: none;
}
.footer a:hover {
	color: gray;
	text-decoration: underline;
}
.footer a:active {
	color: black;
	text-decoration: underline;
}

.footer .copyright {
	float: left;
}

.footer .links {
	float: right;
}

div.footeraddress {
	float: left;
	clear: left;
	width: 25%;
	overflow: auto;
	text-align: left;
	background: none;
	margin: 0px;
	margin-top: 1.5em;
}

div.footeraddress h2 {
	color: black;
	text-align: center;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 1em;
	border-bottom: solid 1px #6070a0;
	height: 1.75em;
}

div.footeraddress p {
	margin: 0.5em;
	margin-bottom: 0px;
}

div.footeraddress .addressitem {
	width: 100%;
	padding: 0px;
	font-style: italic;
}

.maincontentWrapper p.addressitem {
	width: 80%;
/*	background-color: red;*/
}

.maincontentWrapper p.addressitem img {
/*	float: left;*/
	padding-right: 1em;
	vertical-align: middle;
}

fieldset
{
	border: #6070a0 solid 1px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	margin-bottom: 1em;
}

label
{
	width: 35%;
	float: left;
	text-align: right;
	margin-top: 0.5em;
	clear: both;
}

label.radiolabel
{
	display: inline;
	width: auto;
	float: none;
	text-align: left;
	clear: none;
}

.inputbox {
	margin: 0px;
	padding: 0px;
	margin-top: 0.5em;
	width: 60%;
}

select {
	margin-top: 0.5em;
	width: 60%;
}

select.ccdate {
	width: 25%;
}

textarea {
	width: 100%;
}

.button {
	clear: both;
	margin: 0px;
/*	background-color: #7090b0;
	border: #101830 solid 1px;
	color: #101830;*/
	padding: 0.25em;
}

/* IE hack to prevent bunching up */
* html * .button {
	margin: 1em;
}

div.radio {
	margin: 0px;
	margin-top: 0.5em;
	padding: 0px;
	width: 60%;
	text-align: left;
	float: right;
	margin-right: 2.5%;
}

/* IE hack to prevent bizarre right margin bug */
* html * div.radio {
	margin-right: 0.8%;
}

div.formnotes {
	width: 95%;
	text-align: left;
	font-style: italic;
	padding-top: 0.5em;
	clear: both;
}

table.pricelist {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: center;
	clear: both;
}

table.pricelist thead tr th {
	border: solid 1px #6070a0;
	background-color: #b0c0f0;
}

table.pricelist thead tr th {
	padding: 0.25em;
	vertical-align: bottom;
}

table.pricelist tbody tr td {
	padding: 0.25em;
	vertical-align: top;
	border-bottom: solid 1px #6070a0;
	border-left: solid 1px #6070a0;
	border-right: solid 1px #6070a0;
}

table.pricelist tbody tr td.longdesc {
	width: 40%;
}

.numeric {
	text-align: right;
}

.termsandconditions li {
	padding-bottom: 1em;
}

#newsflash {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin: 0px;
}
.newsheadline {
	width: 100%;
	font-style: normal;
}
.newsheadline span.channeltitle {
	font-size: 1.1em;
	font-weight: bold;
}
.newsheadline a:link {
	text-decoration: underline;
}
