* {
	margin: 0;
}

body {
	font: 62.5% myriad pro, myriad, segoe, frutiger, calibri, helvetica, verdana, arial, sans-serif;
	margin: 0;
	background: #F6F6CF;
	z-index: -20;
}

h1 {
	font-size: 2.4em;
	color: #F7881D;
	margin: 0px 0px 5px 12px;
}

.container {
	display:block;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index:0;
}

.header {
	display: block;
	height: 30px !important;
	border-bottom: 2px solid #616151;
	position: relative;
	top: 0px;
	padding-top: 20px;
	background: transparent url('images/mixed.png') repeat-y 417px 0px; 
	z-index:200;
}

.topbackground {
	display: block;
	height: 50px !important;
	border-bottom: 2px solid #616151;
	position: absolute;
	left: 0px;
	width:100%;
	background: #D9DAB4;
}

.header:after {
	content: '';
	display: block;
	clear: both;
}

.aligner {
	display:block;
	position: relative;
	right: 50%;
	float: right;
	z-index:0;
}

.content {
	display:block;
	position: relative;
	width: 960px;
	right: -50%;
	background: transparent url('images/orange_lines.gif') repeat-y 640px 0px; 
	z-index:10;
}

.logo {
	display:block;
	position: relative;
	float: right;
	margin: -52px 82px;
	background: transparent url('images/gradient.png') no-repeat 0px 50px;
	z-index:220;
}

.logo img {
	margin: 20px 100px 0px 200px;
	border: 0;
}

.logo:after {
	content: '';
	display: block;
	clear: both;
}

/* dropdown menu */

.menu {
	position: relative;
	top: 0px;
	font-size: 1em;
	z-index:100;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index: 150;
}

.menu li {
	float:left;
	width:auto;
	position:relative;
	z-index: 100;
}

.menu a, .menu a:visited {
	display:block;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration:none;
	white-space: nowrap;
	color:#616151; 
	width:auto;
	height:30px; 
	background: #D9DAB4;
	padding: 0em 0.8em; 
	line-height: 2.2em;
	border-bottom: 2px solid #616151;
	z-index: 200;
}

/* a hack so that IE5.5 faulty box model is corrected and additional IE5mac hack \*/
* html .menu a, * html .menu a:visited { w\idth:1.5em; } 
/* end mack hack */

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:32px;
	width:12em;
	z-index: 120;
}

* html .menu ul ul {
	l\eft:0;
	top:32px;;
	t\op:30px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
}

.menu ul ul a, .menu ul ul a:visited {
	background:#E7E8C1;
	font-weight: normal;
	color:#616151; 
	height:auto; 
	line-height:1em; 
	padding: 0.5em 0.8em; 
	width:12em;
	border: 0px none;
}

.menu a:hover, .menu ul ul a:hover{
	color:#B55E1D; 
	background:#FFFFE2;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#B55E1D;
	background:#FFFFE2;
}

.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
}

.menu li.current a, .menu li.current a:visited {
	color:#B55E1D;
	background: #F6F6CF;
}

.menu li.current a:hover, .menu li.current :hover > a {
	background: #FFFFE2;
}

.menu li.current ul a, .menu li.current ul a:visited {
	color:#616151;
	background: #E7E8C1;
}

.menu li.current ul a:hover, .menu li.current ul :hover > a {
	color:#B55E1D; 
	background: #FFFFE2;
}

/* round corners */

.rnd {
	position: relative;
	overflow: hidden;
	padding: 16px 0px;
	width: 576px;
	z-index: 80;
}

.rnd .productbox  {
	margin: -16px 0px;
	z-index: 83;	
}

.rnd .crn {
	position:absolute;
	width: 32px;
	height: 32px;
	left: -16px;
	top: -16px;
	background: url('images/corner.gif');
	z-index: 85;
}

.rnd .crn.ctr, .rnd .crn.cbr {
	margin-left: 576px;
}

/*.rnd .crn.ctr, .rnd .crn.cbr {
	margin-left: 100%;
}*/

.rnd .crn.cbl, .rnd .crn.cbr {
	top: auto;
}

/* more css declarations */

.atright {
	float: right;
}

.datacontainer {
	width: 100%;
	height: 550px !important;
	border-style: none;
	border-collapse: collapse;
	margin: 0px;
	z-index: 70;
}

.data {
	vertical-align: top;
	width: 576px !important;
	padding: 10px 24px 25px 0px;
	z-index: 71;
}

.extra {
	width: 180px;
	height: 265px !important;
	padding: 45px 10px 0px 120px;
	vertical-align: top;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration:none;
	text-align: right;
	color: #616151;
}

.address {
	width: 340px;
	height: 225px !important;
	vertical-align: bottom;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration:none;
	text-align: right;
	color: #616151;
	padding: 0px 10px 25px 0px;
	background: transparent url('images/wheat.jpg') no-repeat bottom right; 
}

.address a, .address a:visited {
	text-decoration: none;
	color: #616151;
}

.address a:hover {
	text-decoration: underline;
	color: #B55E1D;
}

.submenu {
	list-style-type:none;
	line-height: 1.5em;
}

.submenu a, .submenu a:visited {
	white-space: pre;
	font-weight: normal;
	text-decoration:none;
	color:#616151;
}

.submenu a:hover{
	color:#B55E1D; 
	text-decoration:underline;
}

.submenu li.current a, .submenu li.current a:visited {
	color:#B55E1D; 
	text-decoration:none;
}

.submenu li.current a:hover {
	text-decoration: none;
}

.submenu li:first-child a, .submenu li:first-child a:visited {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: #616151;
}

.submenu li:first-child a:hover {
	color: #B55E1D; 
	text-decoration: underline;
}

.submenu li.current:first-child a, .submenu li.current:first-child a:visited {
	text-decoration:none;
}

.submenu li.current:first-child a:hover {
	color: #616151;
	text-decoration: none;
}

.textbox {
	width: 560px !important;
	display: block;
	position: relative;
	clear: both;
	padding: 8px 4px 0px 12px;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	color: #616151;
}

.productcontainer {
	position: relative;
	background: #fff;
}

.productbox {
	overflow: hidden;
	z-index: 81;
}

.productbox img {
	border-style: none;
}

.productbox a, .productbox a:visited {
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	color: #F7881D;
	line-height: 1.2em;
}

.productbox a:hover {
	text-decoration: none;
	color: #B55E1D;
}

.hor1, .hor2, .hor3, .hor4, .hor5, .ver1, .ver2, .ver3 {
	display: block;
	position: relative;
	float: left;
	text-align: center;
}

.hor1 {
	width: 576px !important;
}

.hor2 {
	width: 256px !important;
	padding: 0px 16px;
}

.hor3 {
	width: 176px !important;
	padding: 0px 8px;
}

.hor4 {
	width: 128px !important;
	padding: 0px 8px;
}

.hor5 {
	width: 115px !important;
}

.ver1 {
	height: 384px !important;
}

.ver2 {
	height: 192px !important;
}

.ver3 {
	height: 128px !important;
}

.ver2 img {
	margin-top: 18px;
}

.ver3 img {
	margin-top: 1px;
}


