/* CSS Document */

body{
	margin:0px;
	background-color:#333333;
	}


#container{
	background-color:#333333;
	margin:0 auto;
	width:790px;
	}
	
#heading{
	background-color:#000000;
	background-image:url(site_images/craiglogo.gif);
	background-position:left;
	background-repeat:no-repeat;
	width:790px;
	height:48px;
	}

.subnav{
	font-size:11px;
	font-family:century gothic,Arial,Helvetica,sans-serif,"Arial Black";
	color:#ffffff;
	height:27px;
	text-align:right;
	text-decoration:none;
	}
.subnav a:link{
	font-size:11px;
	font-family:century gothic,Arial,Helvetica,sans-serif,"Arial Black";
	color:#ffffff;
	text-decoration:none;
	}
	
.subnav a:visited{
	font-size:11px;
	font-family:century gothic,Arial,Helvetica,sans-serif,"Arial Black";
	color:#ffffff;
	text-decoration:none;
	}
	
.subnav a:hover{
	font-size:11px;
	font-family:century gothic,Arial,Helvetica,sans-serif,"Arial Black";
	color:#ffffff;
	text-decoration:none;
	}
	
.subnav a:active{
	font-size:11px;
	font-family:century gothic,Arial,Helvetica,sans-serif,"Arial Black";
	color:#ffffff;
	text-decoration:none;
	}
	
#content{
	width:790px;
	min-height:300px; height:auto !important; height:300px;
	background-color:#333333;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
	
#footer{
	width:790px;
	height:30px;
	font-size:10px;
	font-family:Century Gothic,Verdana,Arial,Helvetica,sans-serif,"Arial Black";
	color:#999999;
	padding-top:18px;
	}
	
#navordering{
	position:relative;
	top:7px;
	right:75px;
	}
	
#navweds{
	position:relative;
	top:7px;
	right:54px;
	}
	
#navports{
	position:relative;
	top:7px;
	right:33px;
	}
	
#navbasket{
	position:relative;
	top:7px;
	right:12px;
	}	
#infotext {
	font-family: Century Gothic,Verdana,Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 12px;
	color: #999999;
	width:790px;
	text-align:left;
	padding: 52px 0 0 95px;
	
}

.bg-grey {
	background-color: #666666;
}

