html {
	width: 100%
}

body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 90%;
	color: #3D3535;
	background-color: #E4E5E0;
	margin: 20px;
	padding: 0px;
	line-height: 140%;}
/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container */
.box {
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto; 
	padding: 20px; 
	text-align: left; 
	width: 90%;
}

/*holds the tabs at the top*/
.menu {
	background-color: #FFFFFF;
	text-align: right; 
	border-bottom: 1px solid #FFFFFF;
}

/*holds the logo and image*/
.header {
	background-color: #EDEEEA;
	padding: 10px; 
	margin-top:3px;
	height: 95px;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #EDEEEA url(images/corner.gif) no-repeat right top;
	color: #3D3535;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

.menu a:hover {
	background: #D6D8CF url(images/corner2.gif) no-repeat right top;
	color: #000000;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
	margin-right: 255px;
	padding: 20px;
}

.content1 {
    width:400px;
	margin-right: 255px;
	padding: 20px;
}

.content h1 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #A53512;
}

.content h2 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #A53512;}
/*this is the right hand bar, news bar, links bar w/e*/
.newsbar {
	margin-top: 30px;
	width: 245px;
	float: right;
}

.newsbar h1 {
	background-color: #A53512;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}
.newsbar h2 {
	background-color: #A53512;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}


.paper {
align: left;
font-size:90%;
padding:10px;
}
.style1 {
	color: #A53512;
	font-weight: bold;
}
/*this just lets you have a "comment" type area in the main content*/
.p1 {
	padding: 15px;
	background-color: #F7F7F4;
	font-size:85%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	background-color: #FFFFFF;
	font-size: 90%;
	list-style-image: url(images/b.gif);
	list-style-position: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.p3 {
	background-color: #FFFFFF;
	font-size: 90%;
	list-style-image: url(images/b.gif);
	list-style-position: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.p4 {
	background-color: #FFFFFF;
	font-size: 90%;
	list-style-image: url(images/b.gif);
	list-style-position: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.p5 {
	background-color: #FFFFFF;
	font-size: 14px;
	list-style-image: url(images/b.gif);
	list-style-position: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration:underline;
}
.p2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.form{
	border: 1px solid #A53512;
}

/*the footer, with copyright*/
.footer {
clear:both;
	background-color: #D6D8CF;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #A53512;
}

a:hover {
	color: #A53512;
	text-decoration: none;
}

.production{
width: 400px;
float:left;
}

.product_info{
width: 380px;
padding: 10px;
float:left;
z-index:1;
}


#example-links {
   /* border: 1px solid #ccc;*/
    border-bottom: none;
    float: left;
    width: 400px;
}
#example-links a {
   /* border-bottom: 1px solid #ccc;*/
    display: block;
    color:#000000;
	text-decoration:underline;
    height: 29px;
    line-height: 29px;
    padding-left: 10px;
}
#example-links a:focus {
    outline: 0;
}
#example-links a:hover {
color: #000000;
text-decoration:none;
background-color: #EDEEEA;
}
#example-links a:active {
color: #000000;
text-decoration:none;
background-color: #EDEEEA;
}

#example-content-container {

    height: 700px;
    overflow: hidden;
    width: 380px;
}
#example-content div {
font-size: 95%;
    height: 700px;
    padding: 10px;
}
.style2 {color: #A53512}