body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width:760px;
	margin:0 auto;
	padding:0;
}
#top {
	background-image:url(images/heading.gif);
	height:141px;
	margin:0;
	padding:0;
}
.hoverright {
	float: right;
}

#navigation {
	background-image:url(images/nav.gif);
	height:60px;
	margin:0;
	padding:0;
}
#navigation ul {
	float:left;
	margin:0;
	padding:0;
	margin-left:15px;
	margin-top:15px;
	
	
}
#navigation li {
	margin-right:10px;
	display:inline;
	list-style:none;
	padding-top:5px;
	padding-bottom:5px;
}
#navigation a {
	font-size:150%;
	color:#fff;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}
#navigation a:hover {
	background-color:#FF0000;
}
#body {
	background-image:url(images/content.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	text-align:justify;
	min-height:400px;
}
#content {
	float:left;
	width:510px;
	margin:0;
	padding:0;
	padding-left:15px;	
	
}
#content h1 {
	font-size:140%;
	color:#6761B7;
}
#content li {
	color:#6761B7;
	list-style-image:url(images/bullet.gif);
}
#content h3 {
	background:#FCFBFB;
	border:1px solid #f0f0f0;
	font-size:100%;
	padding:10px;
	color:#ff0000;
}
#contact {
	margin:0;
	padding:0;
	margin-left:535px;
}
#contact ul {
	margin:0;
	padding:0;
	text-align:center;
	color:#6761B7;
	font-weight:bold;
}
#contact li {
	display:block;
	list-style:none;
	
}
#contact a {
	color:#6761B7;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
#footer {
	clear:both;
	height:2px;
	margin:0;
	padding:0;
}
#promotion p a {
	float:right;
	font-size:80%;
	color:#666;
	
}
.getintouch {
	font-size:120%;
	color:#000;
	padding-bottom:15px;
}
.tel {
	padding-top:10px;
}
.fax {
	padding-top:10px;
}
.shop {
	padding-top:10px;
	color:#000;
}
#services {
	
}
.right {
	float:right;
	margin:10px;
	border:1px solid #000;
	
}
#services {
	text-align:left;
	color:#ff0000;
	font-weight:bold;
	background:#fff;
	border:1px solid #B6B7B7;
}
#services td {
	border-top:1px solid #B6B7B7;
	border-left:1px solid #B6B7B7;
	border-right:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
}
#services a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#services a:hover {
	text-decoration:underline;
}
#details {
	text-align:left;
}
#details a {
	color:#ff0000;
}
.bigheading {
	color: #4E72BE;
	font-size:140%;
}
/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#000;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
span {
	color:#ff0000;
}
.style1 {color: #000000}
.style2 {
	color: #000000;
	font-weight: bold;
}
.style3 {color: #4E72BE}