/**************************************************************
   AUTHOR:  Steven Ball
   DATE:    20/11/2006
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/

* { 
	margin:0px;
	padding:0px;
	}

body{
	margin:0px;
	padding:0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#a3adac;
	}
	
h1{
	color:#000099;
	font-size:20px;
	text-align:left;
	}

#main{
	margin-left:auto;
	margin-right:auto;
	width:650px;
	text-align:center;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border-right:solid 1px white;
	border-left:solid 1px white;
	background-color:#000099;
	}
	
#banner{
	width:650px;
	height:100px;
	border-bottom:solid 2px yellow;
	}
	
#left{
	float:left;
	width:100px;
	text-align:left;
	background-color:#003b77;
	}
	
#righthome{
	float:right;
	width:530px;
	text-align:justify;
	padding:10px;
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:white;
	font-size:12px;
	}
	
#rightwhy{
	float:right;
	width:530px;
	text-align:justify;
	padding:10px;
	background-image:url(images/why.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:white;
	font-size:12px;
	}
	
#rightproduct{
	float:right;
	width:530px;
	text-align:justify;
	padding:10px;
	background-image:url(images/product.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:white;
	font-size:12px;
	}
	
#rightplating{
	float:right;
	width:530px;
	text-align:justify;
	padding:10px;
	background-image:url(images/plating.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:white;
	font-size:12px;
	}
	
#rightpolish{
	float:right;
	width:530px;
	text-align:justify;
	padding:10px;
	background-image:url(images/polish.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:white;
	font-size:12px;
	}
	
#rightcontact{
	float:right;
	width:549px;
	text-align:justify;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:white;
	font-size:12px;
	}
	
#footer{
	width:650px;
	background-color:#000099;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	border-bottom:solid 1px white;
	border-top:solid 1px white;
	clear:both;
	}
	

.menu{
	list-style: none;
	font-size:11px;
	font-family:Arial, Helvetica, Sans-serif;
	border-bottom:solid 1px white;
	background-color:#000099;
	margin:0px;
	padding:0px;
	width:100px;
	color:white;
}

ul.menu li{
	padding:5px;
	border-top:solid 1px white;
}

ul.menu li a{
	text-decoration:none;
	display:block;
	width:90px;
	background-color:#000099;
	color:white;
	padding:0px;
}

ul.menu li a:visited{
	color:white;
	background-color:#000099;
}

ul.menu li a:hover {
	color:white;
	background-color:#000099;
	font-weight:bold;
}

ul{
	margin-left:10px;
	}

a:hover{
	text-decoration:none;
}
	
a:visited{
	color:blue;
}

/* SEO Keywords */

#seokeywords{
padding:0;
margin:0;
overflow:hidden;
width:0px;
height:0px;
}