/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group General */

body {
	background-color: #636466;
	font-size: 75%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #2d2d2d;
	line-height: 1.8em;
}
a {
	color: #f1592a;
	outline: none;
}
a:hover {
	color: #fdb913;
}
a img {
	border: 0;
}
p, ul, table {
	margin-bottom: 0.83em;
}
ul {
	margin-left: 1em;
}
li {
	margin-left: 2em;
	list-style-type: disc;
}
ol li {
	list-style-type: lower-latin;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
img.hero {
	border: 2px solid #ccc;
}

/* @end */

/* @group Layout */

#header{
	margin: auto;
	display: block;
	width: 960px;
	height: 295px;
	position: relative;
	z-index: 99999;
}
#hero {
	display: block;
	width: 960px;
	height: 295px;
	position: absolute;
	top: 0;
	left: 0;
}
h1 {
	display: block;
	width: 370px;
	height: 100px;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 1000;
}
h1 a {
	display: block;
	width: 370px;
	height: 100px;
	text-indent: -99999px;
	background: transparent url(oz-tableware-logo.png) no-repeat;
	text-decoration: none;
}
#header h2 {
	display: block;
	width: 200px;
	height: 40px;
	position: absolute;
	top: 25px;
	right: 0;
	text-indent: -99999px;
	z-index: 1000;
	background: transparent url(established.png) no-repeat;
}

#page {
	margin: auto;
	display: block;
	width: 960px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	position: relative;
	background-color: #fff;
	/*z-index: -1;*/
}
.copy {
	margin-top: 40px;
	display: block;
	width: 420px;
}
.copy.left {
	margin-left: 40px;
}
.copy.right {
	margin-right: 40px;
}
.scrollpane {
	overflow: auto;
	height: 270px;
}
.copy.right .scrollpane {
	height: 165px;
}
#navigation {
	display: block;
	/*width: 735px;*/
	width: 629px;
	height: 40px;
	position: absolute;
	bottom: -15px;
	/*left: 160px;*/
	left: 265px;
	background-color: #322f30;
	z-index: 2000;
	border-bottom: 15px solid #a7a9ac;
}
#footer {
	border-top: 1px solid #ccc;
	padding: 1em;
	margin-top: 3em;
}
#footer p {
	float: left;
	display: block;
	width: 250px;
	margin-left: 30px;
}
#flashcontent {
	margin: -80px 0 0 0;
}

/* @end */

/* @group Menu */

#menu {
	margin: 0;
	display: block;
	/*width: 735px;*/
	width: 629px;
	height: 40px;
	position: absolute;
}
#menu li {
	margin: 0;
	list-style-type: none;
	display: block;
	width: 105px;
	height: 40px;
	float: left;
}
#menu li a {
	display: block;
	width: 105px;
	height: 40px;
	background: transparent url(menu.gif) no-repeat;
	text-decoration: none;
	text-indent: -99999px;
}
#menu li a:hover {
	background-position: 0 -40px;
}
#menu li ul {
	margin: 0;
	display: none;
}
#menu li li {
	margin: 0;
}
#menu li:hover ul,
#menu li.over ul {
	display: block;
}

/* @group Top Level Items */
/* Normal */
#menu li#menu-1 a, {
	background-position: 0 0;
}
#menu li#menu-2 a {
	background-position: -105px 0;
}
#menu li#menu-3 a {
	background-position: -210px 0;
}
#menu li#menu-4 a {
	background-position: -315px 0;
}
#menu li#menu-5 a {
	background-position: -420px 0;
}
#menu li#menu-6 {
	width: 104px;
}
#menu li#menu-6 a {
	background-position: -525px 0;
	width: 104px;
}
#menu li#menu-7 a {
	background-position: -630px 0;
}

/* Active */
#menu li#menu-1 a:hover,
#menu li#menu-1.over a {
	background-position: 0 -40px;
}
#menu li#menu-2 a:hover,
#menu li#menu-2.over a {
	background-position: -105px -40px;
}
#menu li#menu-3 a:hover,
#menu li#menu-3.over a {
	background-position: -210px -40px;
}
#menu li#menu-4 a:hover,
#menu li#menu-4.over a {
	background-position: -315px -40px;
}
#menu li#menu-5 a:hover,
#menu li#menu-5.over a {
	background-position: -420px -40px;
}
#menu li#menu-6 a:hover,
#menu li#menu-6.over a {
	background-position: -525px -40px;
}
#menu li#menu-7 a:hover,
#menu li#menu-7.over a {
	background-position: -630px -40px;
}

/* @end */

/* @group Second Level Items */
/* Normal */
#menu li#menu-2-1 a,
#menu li#menu-2-1 a:hover,
#menu li#menu-2.over li#menu-2-1 a {
	background-position: -105px -80px;
}
#menu li#menu-2-2 a,
#menu li#menu-2-2 a:hover,
#menu li#menu-2.over li#menu-2-2 a {
	background-position: -105px -120px;
}
#menu li#menu-3-1 a,
#menu li#menu-3-1 a:hover,
#menu li#menu-3.over li#menu-3-1 a {
	background-position: -210px -80px;
}
#menu li#menu-3-2 a,
#menu li#menu-3-2 a:hover,
#menu li#menu-3.over li#menu-3-2 a {
	background-position: -210px -120px;
}
#menu li#menu-3-3 a,
#menu li#menu-3-3 a:hover,
#menu li#menu-3.over li#menu-3-3 a {
	background-position: -210px -160px;
}

/* @end */

/* @end */

/* @group Headings */

h2 {
	color: #f7941d;
	font-size: 1.83em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-bottom: .41em;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

/* @end */

/* @group Forms */

form p {
	display: block;
	clear: both;
}
label{
	display: block;
	width:  120px;
	float: left;
	margin: 0 10px 0 0;
}
label.error{
	clear: both;
	color: red;
	display: block;
	margin: 0 0 0 130px;
}
input, textarea, select {
	width: 200px;
	border: 1px solid #999;
	color: #505050;
	background-color: #fefefe;
	font-size: 1;
	padding: 2px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
input.current, textarea.current {
	border: 1px solid #f1592a;
	background-color: #fff;
	color: #505050;
}
textarea {
	overflow: auto;
}
input.button{
	width: auto;
	padding:  0 2em;
	margin: 0 0 0 130px;
}

/* @end */

/* @group IE Hacks :) */

* html .copy.left {
	margin-left: 20px;
}
* html .copy.right {
	margin-right: 20px;
}

/* @end */

/* E-Web CSS */

.h1 {
	display: block;
	width: 370px;
	height: 100px;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 1000;
}
.h1 a {
	display: block;
	width: 370px;
	height: 100px;
	text-indent: -99999px;
	background: transparent url(oz-tableware-logo.png) no-repeat;
	text-decoration: none;
}

#header .h2 {
	display: block;
	width: 200px;
	height: 40px;
	position: absolute;
	top: 25px;
	right: 0;
	text-indent: -99999px;
	z-index: 1000;
	background: transparent url(established.png) no-repeat;
}

.bold {
font-weight: bold;
}
.notbold {
font-weight: normal;
}

.h2 {
	color: #f7941d;
	font-size: 1.83em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-bottom: .41em;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.h3 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: bold;
}