/* cerus CSS */

/* 1	Global reset (based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui) */
 *, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
a {	color: #fff; text-decoration:none; }
a:hover{ text-decoration:underline;}
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }

body{
	background:	url(bg.png);
	color:#fff;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	font-size: 14px;
}

#wrap{
	margin: 0px auto;
	width: 810px;
}

#header {
	height: 30px;
	background: #000000;
}

#header p {
	padding: 7px 10px 0px 0px;
	text-align:right;
	font-family::Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	padding: 30px 0px 0px 110px;
	height: 700px;
	line-height: 1.4em;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	background:url("foxford-woollen-mills.png") no-repeat;
}

h1 {
	text-indent: -5000px;
	background:url("foxford-woollen-mills-logo.png") no-repeat;
	height: 45px;
}

#content-intro{
	padding: 30px 0px 0px 3px;
	width: 290px;
}

#contact{
	padding: 10px 0px 0px 3px;
	width: 290px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	margin-top: 15px;
}
	
#content-intro p{
	padding: 5px 0;
	font-size:12px;
}

#contact p{
	margin: 10px 0;
	font-size:12px;
	border-top: solid #999 1px;
	padding-top: 5px;
}

#contact p span{
	font-weight: bold;
}


#export-info{
	height: 50px;
	background:#CCC;	
}

#export-info p {
	padding: 0px 5px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
}
#export-info h4 {
	font-family:Arial, Helvetica, sans-serif;
	padding: 8px 5px 2px 10px;
	font-size:14px;
	color: #666;
	font-weight:bold;
}

#footer {
	height: 80px;
	background: #000000;
}

#footer p {
	padding: 16px 5px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
}

#footer a {
	color: #aac72e;
	font-weight:bold;
	text-decoration:none;
}

ul{
	font-size: 12px;
	padding: 5px 0px 0px 3px;
	margin-left: 15px;
}

#store-left, #store-middle, #store-right, #copyright{
	padding: 0px 20px 0px 5px;
	float:left;	
}

#copyright p{
	color:#CCC;	
	}
