/*
STYLE SHEET FOR [x] WEB SITE
Created by Andy McEniry
www.digital-precision.co.uk
*/

/*  DEFAULT ITEMS  //////////////////////////////////////////////////*/
   
* { /* Resets margin & padding of all elements */
	margin:0px;
	padding:0px;}

* img { /* Takes borders off of all images as standard */
	border:0px;}

a:link, a:visited{
	color:#336;
	text-decoration:none; }
	
a:hover, a:active {
	color:#900;
	text-decoration:none; }
	
a.dark:link, a.dark:visited, a.dark:hover, a.dark:active {
	color:#006;
	text-decoration:none; }

body {
	margin:20px auto;
	background: #225 url(images/bk.png); 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#336;
	font-weight:normal;
	text-align:center; }
	
#RSJ {
	float:right; display:inline;
	width:0px; height:361px; background:#fff;}
	

/*  WRAPPERS  //////////////////////////////////////////////////*/	

#wrapper{
	margin:0px auto;
	width:780px;
	height:auto;
	text-align:center;
	border:1px solid #000;
	background: #fff url(images/bg.jpg) repeat-x bottom;}
	
#header {
	width:780px; height:80px;
	border-bottom:0px solid #006;}
	
#menu {
	float:left; display:inline;
	width:152px; }
	
#main {	
	float:left; display:inline;
	width:618px; 
	text-align:left;
	margin-right:10px; }
	
#footer {
	width:760px; height:20px; line-height:20px;
	margin:20px 10px 0px 10px; font-size:80%;
	border-top:1px solid #006;
	text-align:right;}
	
#backlinks {
	margin:5px auto;
	width:760px; height:auto;
	text-align:right; color:#66c; font-size:85%; }
	
#backlinks a:link, #backlinks a:visited{
	color:#66c;
	text-decoration:none; }
	
#backlinks a:hover, #backlinks a:active {
	color:#fff;
	text-decoration:none; }
	
#map {
	width:565px; height:318px;
	margin:0px 20px 0px 20px;
	border:1px solid #006;}
	
#bigpicarea {
	width:578px; height:0px;
	margin:0px 20px;
	position:relative; 
	z-index:10; background:#ff0; }
	
#bigpic {
	width:300px; height:200px; border:1px solid #006; display:none;
	background:#d00;position:absolute; right:220px; top:100px;}
	
.image_right {
	float:right; display:inline;
	margin:10px 20px;}

.thumb {
	float:left; display:inline;
	width:200px; height:100px;
	margin:9px;
	border:1px solid #fff;
	background:#f99;}
	
.thumb2 {
	float:left; display:inline;
	width:70px; height:50px;
	margin:0px;
	border:0px solid #fff;
	background:#f99;}

.thumbs {
	margin:0px 0px 0px 10px;}
	
img.shopfront {
	float:right; display:inline;
	margin:0px 10px 10px 30px;
	width:210px; height:158px;}
	
img {
	border:1px solid #006;}
	
img.bigpic {
	border:0px;}
	
img.clients {
	float:left; display:inline; border:0px;
	margin:10px 10px 10px 10px;}
	
h1 {
	text-align:left; line-height:16px;
	color:#336;
	font-size:130%;
	margin:14px 0px 14px 20px;}
	
h2 {
	text-align:left; line-height:16px;
	color:#006;
	font-size:80%;
	margin:0px 0px;}
	
h3 {
	text-align:left; line-height:16px;
	color:#006;
	font-size:130%;
	margin:16px 10px;}
	
p {
	text-align:justify;line-height:16px;
	color:#333;
	font-size:100%;
	margin:8px 20px;}
	
li {
margin:0px 0px 0px 20px;}

#productPic {
	float:left; display:inline;
	margin:0px 15px; 
	width:250px;}
	
#productPic p {
	text-align:center;
	margin:10px 0px;}
	
#specs {
	float:left; display:inline;
	margin:10px 0px 0px 0px; 
	width:320px;}
