@import url(form.css);	
* { margin: 0px; padding: 0px; font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link, a:visited { color: #ffffff; }
a:hover, a:active { color: #ffffff; }
body { background-color: #1F3D73; font-size: 0.8em; color: #ffffff; line-height: 1.4em; }
h1 { font-size: 1.2em; padding-bottom: 0.3em; margin-bottom: 0.8em; color: #ffffff; font-weight: bold; }
h2 { font-size: 1.1em; font-weight: normal; margin-bottom: 0.3em; }
hr { display: none; }
img { border: 0px; }
input { vertical-align: middle; }
input.text, input.text-ghosted { padding: 2px; border: 1px solid #dcdcdc; }
input.text-ghosted { color: #808080; }
input.text { color: #000000; }
a.button, input.button { text-decoration: none; background-color: #1569b1; color: #FFFFFF; font-weight: bold; border: 0px; padding: 2px 4px; }
a.button:hover, input.button:hover { background-color: #808587; }
ol, ul { margin-left: 1.5em; padding-left: 1.5em; }
p { margin-bottom: 0.8em; }
select { vertical-align: middle; }

#root { width: 920px; height: 1%; margin: 10px auto; border: 0px solid #c1c1c1; background-image: url(../images/bg.gif);  background-position: bottom; padding-right: 10px; }
#credits { width: 922px; margin: 0px auto; text-align: right; font-size: 0.9em; color: #ffffff; }
#credits a { text-decoration: none; color: #ffffff; }

#navigationblock { width: 920px; }
.navigation { list-style-type: none; margin: 0; padding: 2px 0px 0px 0px; }
.navigation li { display: inline; }
.navigation a { float: left; display: block; margin: 3px 5px; text-decoration: none; color: #ffffff; padding-right: 10px; border-right: 1px solid #ffffff; }
.navigation a:hover, .navigation a.active { color: #ffffff; }
.navigation a.active { font-weight: bold; color: #ffffff; }


#navigationborder { border: 1px solid white; margin-top: 15px; background-image: url(../images/tel.jpg); background-repeat: no-repeat; background-position: right; padding-right: 10px; }
.clear { clear: both; font-size: 0px; height: 0px; line-height: 0px; }

#main { }
	#mainbody { float: right; margin-right: 0px; width: 920px; }
	#mainbody2 { float: left; margin-right: 0px; width: 660px; }
	#mainbody-default { float: left; margin-right: 0px; width: 880px; }
	#maincontent { }
	#maincontentpanel { padding: 20px 0px; }
    #strapline { float: left; }
	
table.form th, table.data th, table.basket th { text-align: left; background-color: #F0F0F0; padding: 4px; }

table.form td, table.data td, table.basket td { background-color: #F8F8F8; padding: 4px; }
	
#rightfeature { float: right; margin-top: 30px; width: 220px; }
			.featurebox { border: 1px solid #1F3D73; margin-bottom: 15px; background-color: #6e80ae; }
			.featurebox h2 { background-color: #6e80ae; color: #FFFFFF; margin-bottom: 0; padding: 2px 5px; }
			.featurebox-content { padding: 5px 10px; }
	

.gallerythumbnail { float: left; width: 82px; margin-right: 10px; margin-bottom: 10px; }
	.gallerythumbnail img { border: 1px solid #cccccc; }

.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }
.float-left { float: left; }
.float-right { float: right; }

.error { color: #ff0000; text-align: center; }

div.hr hr { display: none; }