/* Corbridge Antiques Centre */
/* Designed & Modified By: g.wilkinson1987@googlemail.com */
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	background-color:#003366;
	}

/* Container */

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	line-height: 1.6em;
	color: #fff;
	background-color:#003366;
	}
		
/* General Stuff */

a:link, a:visited, a:hover {
	color:#feec8a;
	font-weight:bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p {
	margin:0px;
	}
		
h1 {
	background:#003366 url(../images/layout/title.jpg) bottom left no-repeat;
	margin:0px;
	padding-top:0px;
	height:55px;
	width:420px;
	font-weight: normal;
	font-size: 32px;
	color: #FFFFCC;
	}
		
h2 {
	padding: 0px;
	margin: 0px;
	color: #bacfe4;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	}
		
h3 {
	padding: 0px;
	margin-top:5px;
	margin-left: 5px;
	color: #bacfe4;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
		
h4 {
	padding: 0px;
	margin: 0px;
	color: #bacfe4;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* Header */

#header {
	background:#003366 url(../images/layout/headerbg.jpg) top right no-repeat;
	border-bottom: 3px solid #999999;
	border-top: 3px solid #999999;
	height:146px;
	padding-top: 5px;
	padding-left: 0px;
	clear: both;
	margin-bottom: 15px;
	}
		
#header p { 
	margin-top: -5px;
	margin-left: 3px;
	color: #bacfe4;
	}

/* Navigation */
	
#navigation ul {
	margin-left: 0;
	margin-top:0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 140px;
	}

#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #bacfe4;
	}

#navigation a:link, #navlist a:visited {
	color:#feec8a;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	}
		
#navigation a:hover {
	background: #bacfe4 url(../images/layout/arrow.gif) 96% 50% no-repeat;
	color:#003366;
	}

/* Latest News */

#navigation p {
	width: 140px;
	margin-top: 0px;
	padding: 5px;
	border-bottom: 1px solid #bacfe4;	
	}
		
#navigation a.news{
	font-size:11px;
	color: #feec8a;
	display:inline;
	padding: 0px;
	border:none;
	}
		
#navigation a:hover.news {
	background: none;
	background-color: none;
	text-decoration:underline;
	color:#feec8a;
	}
		
#navigation img{
	margin-left: 15px;
	margin-top:15px;
	}
		
/* Content */

#content {
	padding-top: 4px;
	padding-right:3px;
	margin-left: 180px;
	}
		
#content img.main{
	margin-left: 150px;
	}
		
#content p.border {
	padding-bottom: 10px;
	border-bottom: 2px solid #bacfe4; /* Blue Line Below Text */
	}
	
#content a.links{
	font-size:14px;
	color: #feec8a;
	display:inline;
	padding: 0px;
	border:none;
	}

/* Tables */
	
table { 
	width:610px;
	}
			
tr {
	padding-top: 10px;
	}
			
td {
	
	}
			
td.bottom {
	border-bottom:2px solid #bacfe4;
	}
		
td.top {
			
	}

/* Contact Form */
		
form{
	margin:0px;
	width:300px;
	}		
				
label{
	float: left;
	width: 90px;
	font-weight: bold;
	}
		
input, textarea{
	width: 180px;
	color:#000000;
	margin-bottom: 5px;
	padding:3px;
	border: 1px solid #bacfe4;
	}
		
textarea{
	width: 180px;
	height: 120px;
	}
		
#submitbutton{
	margin-left: 90px;
	margin-top: 5px;
	width: 90px;
	color: #feec8a;
	font-weight: bold;
	background-color: #003366;
	border: 2px solid #feec8a;
	}

/* Sidebar (Optional) 

#sidebar {
	float: right;
	width: 200px;
	}
		
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	} */

/* Footer */

#footer {
	margin-top: 20px;
	height:15px;
	clear: both;
	background-color:#999999;
	padding: 3px;
	}
		
#footer p {
	color: #003366;
	padding: 0px;
	font-size:11px;
	font-weight: bold;
	}
		
#footer p a {
	color: #003366;
	}
		
#footer p a:hover {
	color: #feec8a;
	background-color:#999999;
	}

/* End of CSS Document. */
