/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background:url(../images/repeating_bground2.gif) repeat-y top right;
	text-align:right;
}
#wrapper {
	width:100%;
	height:100%;
	
	text-align:right;
}
#header {
	width:100%;
	height:101px;
	background-image:url(../images/header.gif) no-repeat top right;
	text-align:right;
}
#headertext {
	width:150px;
	font:bold 0.70em Helvetica, Arial, sans-serif;
	color:#ffffff;
	text-align:right;
	line-height:1.40em;
}
#headertext a{
	color:#ffffff;
	text-decoration:none;
}
#headertext a:visited{
	color:#ffffff;
	text-decoration:none;
}
#headertext a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#body_container {
	width:980px;
	height:499px;
	background:url(../images/main_background.gif) no-repeat top left;
	text-align:left;
}

#bodycontainer {
	width:100%;
	height:100%;
	background:url(../images/main_background2.gif) no-repeat top right;
}
#bodytext{
	padding-top:65px;
	padding-left:15px;
	float:left;
	width:55%;
	height:100%;
	font:0.70em Helvetica, Arial, sans-serif;
	color:#144176;
	line-height:1.30em;
	text-align:left;
}
#bodytext p{
	margin-bottom:15px;
}
#rightcolumn {
	width:150px;
	height:100%;
	padding-top:60px;
	float:right;
}
/*-------------navigation styles---------------*/
#nav {
	margin:0;
	padding-top:60px;
	width:141px;
	height:100%;
	float:left;
	font:0.80em Helvetica, Arial, sans-serif;
	text-align:left;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li{
	margin-bottom:3px;
}
#nav a{
	color:#FFFFFF;
	background:url(../images/blue_button.gif) no-repeat;
	display:block;
	text-decoration:none;
	height:24px;
	padding:15px 0 0 25px;
}
#nav a:hover {
	background:url(../images/blue_button_over.gif) no-repeat;
}
#nav #sales {
	color:#FFFFFF;
	background:url(../images/sales.gif) no-repeat;
	display:block;
	text-decoration:none;
	height:24px;
	padding:15px 0 0 25px;
}
#nav #sales:hover{
	color:#FFFFFF;
	background:url(../images/sales_over.gif) no-repeat;
	display:block;
	text-decoration:none;
	height:24px;
	padding:15px 0 0 25px;
}
#nav #support {
	color:#FFFFFF;
	background:url(../images/support.gif) no-repeat;
	display:block;
	text-decoration:none;
	height:24px;
	padding:15px 0 0 25px;
}
#nav #supportover {
	color:#FFFFFF;
	background:url(../images/service_over.gif) no-repeat;
	display:block;
	text-decoration:none;
	height:24px;
	padding:15px 0 0 25px;
}
#nav #over {
	background:url(../images/blue_button_over.gif) no-repeat;
}
/*---------------general styles--------------*/
.clear {
	clear:both;
}
/*--- typography added by Shaun -->*/ 

h1 
	{
	font-size:1.6em;
	line-height:1.7em;
	}
h2
	{
		font-size:1.2em;
		line-height:1.4em;
	}
a
	{
	color:#008AC1;
	font-weight:bold;
	}
	
a: hover
	{
		text-decoration:none;
	}
.em 
	{
		font-style:italic;
		font-weight:bold;
	}
.vcard
	{
		display:block;
		border-top:solid 1px #008AC1;
		margin-left:10px;
		padding:5px;
	}
#map
{
width: 300px; 
height: 300px;
border:solid 3px #ccc;
margin-left:10px;
}
#maparea h2
{
font-size:1.6em;
line-height:1.7em;
}