body {
	font-family:Verdana, Geneva, sans-serif;
	color:#333; 
	font-size:13px;
	text-align: center;
	margin:0px;
}
#dropshadoweffect {
	margin: 0px auto;
    text-align: center;
	width:980px;
	background-image:url(../images/content-background.gif);
    background-repeat: repeat-y;
	background-position: center;
}
#container { 
	margin: 0px auto;
    text-align: left;
	width:920px;
	overflow: hidden;
	padding:20px 20px 20px 20px;
	text-align:justify;
}
#topbar {
	float:left;
	width:920px;
	height:110px;
}
#logo {
	float:right;
	padding: 0 0 0 0;
}
#menu {
	float:left;
	font-size:12px;
	letter-spacing:1px;
	width:200px;
	padding: 20px 0 0 0;
	/*border:#999 1px solid;*/
}
#nav, #nav li {
    width:150px;
    margin:0;
    padding:0;
    list-style:none;
}
#nav li a {
    display:block;
    width:160px;
    height:25px;
    background:top left no-repeat #fff;
    text-decoration:none;
} 
#nav li a.home { background-image:url(../images/home-off.gif); }
#nav li a.homeon { background-image:url(../images/home-on.gif); }
#nav li a.producers { background-image:url(../images/producers-off.gif); }
#nav li a.producerson { background-image:url(../images/producers-on.gif); }
#nav li a.news { background-image:url(../images/news-off.gif); }
#nav li a.newson { background-image:url(../images/news-on.gif); }
#nav li a.aboutus { background-image:url(../images/about-us-off.gif); }
#nav li a.aboutuson { background-image:url(../images/about-us-on.gif); }
#nav li a.contactus { background-image:url(../images/contact-us-off.gif); }
#nav li a.contactuson { background-image:url(../images/contact-us-on.gif); }
#nav li a span { visibility:hidden; }

#contact-details {
	margin: 10px 0 0 12px;
	font-size:10px;
	line-height:16px;
}
#content {
	float:left;
	width: 690px;
	padding: 20px 0 5px 20px;
	margin: 0 0 0 0;
	line-height:17px;
	/*border:#999 1px solid;*/
	}
.cont-image-left {
	border:#999 1px solid;
	margin: 0 20px 0 0;
	float:left;
}
#twitterfeed {
	float:right;
	width:200px;
	padding:0 0 15px 15px ;
	margin: 0 0 40px 15px;
	font-size:11px;
	border-left:#666 1px solid;
}
h1{
	color:#660000;
	font-size:15px;
	letter-spacing:1px;
	font-weight:bold;
	margin-top:0px;
}
h2{
	color:#660000;
	font-size:14px;
	font-weight:bold;
}
h3{
	font-weight:bold;
	font-style:italic;
	font-size:12px;}
/*formatting*/
.center {
	text-align: center;
}
.clear {
	clear:both;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
img {
	border:none;
}
a {
	color:#660000;
}
a:hover {
	text-decoration: none ;
}
.footer-smll-txt {
	font-size:10px;
}
.red {
	color:#F00;}
.burgundy {
	color:#660000;}
/*FORMS*/
form {
  margin: 0;
  padding: 0;
}
form fieldset {
  border:none;
  margin: 0;
}

form fieldset legend {
	color:#333;
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	color: #333;
	border : 1px Solid #333;
	background : #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.submit {
	font-size:12px;
}
textarea { overflow: auto; }
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/*Hidden field to stop spam bots*/
.surname {
	visibility:hidden;
}
#linebott {
	float:right;
	margin: 0 0 0 0;
	width: 730px;
	height:10px;
	background:url(../images/line-fade-bott.gif) no-repeat left top;
}
#footershadow {
	margin: 0px auto;
	width:980px;
	height:30px;
	padding:0;
	background-image:url(../images/content-background-footer.gif);
	background-repeat:no-repeat;
	/*border:#666 1px solid;*/
}

