@charset "utf-8";
/* CSS Document */

img
{
	border: 0px;
}

a
{
	color: #225576;
	font-weight: bold;
}

a:hover
{
	color: #418df4;
}

a.white
{
	color: #FFF;
	font-weight: bold;
	text-decoration: blink;
}

a.white:hover
{
	color: #418df4;
}

p
{
	font-size: small;
}

h2, h3, h5
{
	color: #21497e;
	margin: 6px 0px 8px 0px;
}

h4
{
	color: #21497e;
	margin: 20px 0px 6px 0px;
}

.heading
{
	font-size: large;
	font-weight: bold;
	font-family:"Century Gothic";
	color: #225576;
}

.error_title
{
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #F00;
}

.error_text
{
	font-size: small;
	color: #F00;
}

.info_page_tag p
{
	margin: 0;
	color:#FFF;
	font-weight: bold;
	font-size: small;
}

table.sitemap
{
	color: white;
	margin-top: 5px;
	width: 100%;	
}

table.sitemap th
{
	padding-bottom: 7px;
	text-align: left;
	font-size: small;
	border-bottom: solid 1px white;
}

table.sitemap a
{
	color: #FFF;
	text-decoration: none;
}

table.sitemap a:hover
{
	text-decoration: underline;
}

table.sitemap tr td
{
	text-align: left;
	vertical-align: top;
	padding-left: 4px;
	font-size: x-small;
	width: 128px;
}

/*Form Styling*/
form.contact
{
	padding: 0;
	margin: 0;
}

form.contact label 
{	
	line-height: 150%;	
}

form.contact label.fixedwidth 
{
	display: block;
	width: 90px;
	float: left;
	padding: 0px;
}

form.contact label.fixedwidthlong 
{
	display: block;
	width: 140px;
	float: left;
	padding: 0px;
}

form.contact p
{
	margin: 8px;
	padding: 0px;
}

/*Product Information Style*/
table.product_info td
{
	vertical-align: top;
}

table.product_info p
{
	margin: 0px;
	padding: 0px 10px;
}

/*Advert Container*/

div.advert_container
{
	width: 180px;	
}

div.advert_container div#header
{
	background: url(../images/adverts/advertHeader.jpg) top left no-repeat;
	height: 29px;
	padding: 5px;
}

div.advert_container div#header h3
{
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
}

div.advert_container div#image
{
	height: 121px;
}

div.advert_container div#footer
{
	background: url(../images/adverts/advertFooter.png) top left no-repeat;
	height: 60px;
	padding: 5px;
}

div.advert_container div#footer a
{
	text-decoration: none;
	color: #00306a;
	font-weight: bold;
}






