body {
	background-image: url(bg.png);
	background-repeat: repeat;
}

.site-links {
	background-image: url(bg.png);
	background-repeat: repeat;
}

.navigation h3,.navigation ul li {
	background-color: #F2F2F2;
}

.navigation h3 {
	background-image: url(bg.png);
	background-repeat: repeat;
	color: white;
	font-weight: normal;
}

#footer {
	color: white;
	background-image: url(bg.png);
	background-repeat: repeat;
}

#footer a {
	color: #3DFF00;	
}

.materialimage-wrapper {
	background-color: #303030;
	color: white;
}

.materialfocusimage-wrapper {
	background-color: #303030;
	color: white;
}

div.materiallargeimage-wrapper {
	background-color: #303030;
	color: white;
}

.pagination {
	background-color: #303030;
	color: white;
}

.curpage {
	color: #ADB11E;
}

#header {
	background-color: white;
}

.site-links a,.site-links span {
	color: white;
}

.navigation h3,.navigation ul li {
	border-bottom-color: gray;
}

.material {
	background-color: white;
}

.login-error {
	color: red;
}

.cart-error {
	color: red;
}

.pagination a {
	color: white;
}

.pagination a:visited {
	color: gray;
}

* {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}

h1,h2 {
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.img-link:hover {
	background: transparent;
}

.img-link:hover {
	text-decoration: none;
}

.img-link:hover span {
	text-decoration: underline;
}

img {
	border: none;
}

.clear {
	clear: both;
	height: 1px;
	max-height: 0px;
	overflow: hidden;
}

.hidden-modern {
	position: absolute;
	left: -20000px;
	top: -20000px;
	display: none;
}

body {
	text-align: center;;
}

#page {
	background-image: url(shadow.png);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#page-content {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-repeat: repeat-x;
	background: url(content_back.png);
}

#header {
	width: 766px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(logo_back.png);
	background-repeat: repeat-x;
}

#login {
	float: right;
	clear: both;
	font-size: 0.8em;
	padding-top: 2px;
}

#login img {
	vertical-align: middle;
	margin-bottom: 4px;
}

#logo_img {
	margin-top: 10px;
	float: left;
}

#brand_img {
	margin-top: 10px;
	float: right;
}

.site-links {
	padding: 3px;
}

.site-links a,.site-links span {
	padding: 3px;
	margin: 3px;
}

#sidebar {
	float: right;
	width: 200px;
	font-size: 0.85em;
}

.navigation {
	padding: 10px;
}

.navigation h3,.navigation ul li {
	margin: 0px;
	padding: 6px;
	border-bottom: 1px;
	border-bottom-style: dotted;
}

.navigation ul {
	list-style: none;
}

#content {
	float: left;
	width: 566px;
	font-size: 0.85em;
}

#content-header,#content-header-home {
	background-image: url(content_head_back.png);
	background-repeat: repeat-y;
	padding: 5px;
	padding-left: 7px;
	width: 566px;
	max-width: 566px;
	overflow: hidden;
}

#content-header h1 {
	font-size: 1.4em;
}

#content-header-home h1 {
	margin-right: 125px;
	font-size: 1.4em;
}

#content-body,#content-body-wide {
	background-image: url(content_body_back.png);
	background-repeat: repeat-x;
	min-height: 350px;
	width: 566px;
}

#content-body {
	max-width: 554px;
	padding: 5px;
	padding-left: 7px;
}

#content-body-wide {
	max-width: 566px;
}

#content-head-img {
	top: -30px;
	float: right;
	position: relative;
}

.post {
	margin-top: 6px;
}

.post-focus {
	margin-top: 6px;
	margin-left: 100px;
}

.post-focus ul {
	margin-left: 30px;
}

#footer {
	text-align: center;
	background-image: url(footer_back.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	min-height: 40px;
}

#footer-container {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
}

#server-time {
	float: left;
	clear: none;
}

#copyright {
	clear: none;
}

#powered {
	float: right;
	clear: none;
}

#verifier {
	text-align: center;
}

/* availability page css */
.availtbl {
	width: 100%;
	border-collapse: collapse;
}

.availtbl td {
	padding: 3px;
	margin: 3px;
	border: 1px solid brown;
}

.availtblsize {
	text-align: center;	
}

.availtblprice {
	text-align: right;	
}

/* catalog  css */
.updownlink {
	float: right;
	clear: none;
}

.pagelinks {
	text-align: center;
}

.results {
	float: left;
	clear: none;
}

.material {
	background-image: url(cat_back.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 6px;
}

.materialimage-wrapper {
	vertical-align: middle;
	width: 100px;
	padding: 4px;
	padding-top: 8px;
	float: left;
}

.materialimage-wrapper div {
	text-align: center;
	width: 100px;
}

.materialfocusimage-wrapper {
	text-align: center;
	vertical-align: middle;
	width: 200px;
	padding: 4px;
	padding-top: 8px;
	float: left;
	vertical-align: middle;
}

div.materiallargeimage-wrapper {
	text-align: center;
}

.materiallargeimage-wrapper div {
	margin: auto;
}

.materialdesc-wrapper {
	width: 436px;
	float: right;
	margin-left: 4px;
}

.materialimage {
	height: 100px;
	width: 100px;
	line-height: 100px;
	vertical-align: middle;
}

.materialfocusimage {
	height: 200px;
	width: 200px;
	line-height: 200px;
}

.materiallargeimage {
	height: 556px;
	width: 556px;
	line-height: 556px;
}

.materialimage img {
	margin: auto;
	display: block;
}

.materialfocusimage img {
	margin: auto;
	vertical-align: middle;
	line-height: 200px;
	display: block;
}

.materiallargeimage img {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	line-height: 556px;
	display: block;
}

.materialimagenavlinks {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 92px;
	margin: auto;
}

.materialfocusimagelinks img {
	padding: 3px;
	vertical-align: middle;
}

.materialname {
	font-weight: bold;
	display: block;
}

.materialsearchtable {
	width: 100%;
}

.materialsearchtable-wrapper {
	width: 556px;
	padding: 2px;
	overflow: auto;
}

.materialsearchtext {
	width: 15em;
}

.cattable {
	padding-top: 5px;
	width: 435px;
}

.cattablelarge {
	width: 100%;
	float: left;
}

.cattablelarge tr td,.cattablelarge tr th,.cattable tr td,.cattable tr th
	{
	padding: 2px;
}

.cattablespecial {
	width: 70px;
}

.cattableavail {
	width: 1%;
}

.cattableprice {
	width: 1%;
}

.cattableadd {
	width: 1%;
}

.cattablespecial {
	font-weight: bold;
}

.cattableavail {
	text-align: center;
}

.materialfacttable {
	float: right;
	width: 300px;
}

.materialfactname {
	font-weight: bold;
	vertical-align: top;
}

.signuptable tr td {
	text-align: right;
	vertical-align: top;
	padding: 2px;
}

.signuptable tr td input,.signuptable tr td textarea
                        ,.signuptable tr td select {
	width: 300px;
}

.materialcartlink {
	margin-bottom: 3px;
}

.materialcartlink img {
	vertical-align: middle;
}

.catqty,.catprice,.catqtyavail {
	text-align: right;
}

.catqty input {
	width: 4em;
	text-align: right;
}

.catqtytotal,.catpricetotal {
	font-weight: bold;
	text-align: right;
	font-weight: bold;
}

.cartButtons {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.cartUpdateButton {
	float: right;
}

.cartClearButton {
	float: left;
}

.cartSubmitButton {
	margin-left: auto;
	margin-right: auto;
}

.cart-error {
	text-align: center;
	margin-top: 100px;
}

.cart-returnlink {
	text-align: center;
	padding: 10px;
	clear: both;
}

.materialcattable {
	clear: both;
	padding-top: 15px;
	width: 100%;
	float: left;
}

.materialcattable .cattable {
	padding-top: 0px;
	width: 350px;
	margin-left: 0px;
}

.materialdesc {
	width: 332px;
	float: right;
	padding: 4px;
	padding-top: 0px;
}

.ordertable {
	width: 100%;
}

.ordertable th {
	background-color: #303030;
	color: white;
	font-weight: normal;
}

.ordertable tr td {
	padding-left: 3px;
	padding-right: 4px;
}

.ordertable tr th {
	padding-left: 3px;
	padding-right: 4px;
}

.orderfooter {
	background-color: #303030;
	color: white;
	text-align: center;
	padding-top: 6px;
}

.oidesc,.oiqty,.oiprice,.oiext,.oiqtytotal,.oiexttotal {
	background-color: #C0C0C0;
}

.oiordered,.oiallocated,.oishipped {
	text-align: center;
}

.oiqty,.oiprice,.oiext,.oiqtytotal,.oiexttotal {
	text-align: right;
}

.oidesctotal,.oiexttotal,.oiqtytotal {
	padding-top: 6px;
	background-color: #303030;
	color: white;
	font-weight: normal;
}

.oidesctotal {
	text-align: left;
}

.orderhistory {
	float: right;
}

.reports h3 {
	margin-top: 1em;	
}

.materialname-focus {
	font-weight: bold;
}

.materialcommonname-focus,.materialcommonname {
	font-size: .9em;
}

.materialcommonname {
	padding-bottom: 5px;
}

.cattable tr td {
	padding-left: 2px;
	padding-right: 2px;
}

.profileopts {
	margin: 25px;
}

.ordercount {
	font-weight: bold;
	padding-top: 15px;
	width: 100%;
	text-align: center;
}

dt {
	font-weight: bold;
	margin-bottom: .1em;
}

dl {
	margin-top: .2em;
	margin-bottom: .5em;
}

dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

#content-body ul {
	padding-top: 1em;
	margin-left: 1em;
}

#content-body ul li {
	margin-top: .5em;
}

.pagination {
	margin-top: 2px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

#cart-links {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#cart-myaccount {
	float: left;
	clear: none;
}

#cart-download {
	float: right;
	clear: none;
}

.catname {
	font-weight: bold;
}

.catcommonname {
	font-size: .9em;
}

.alt {
	display: none;
}

div.prevpic {
	float: left;
	width: 19px;
	height: 16px;
	background: url( 'left.gif' ) 0 -16px no-repeat;
}

div.prevpic a {
	display: block;
	width: 100%;
	height: 100%;
	background: url( 'left.gif' ) top left no-repeat;
}

div.prevpic a:hover {
	background-image: none;
}

div.nextpic {
	float: right;
	width: 19px;
	height: 16px;
	background: url( 'right.gif' ) 0 -16px no-repeat;
}

div.nextpic a {
	display: block;
	width: 100%;
	height: 100%;
	background: url( 'right.gif' ) top left no-repeat;
}

div.nextpic a:hover {
	background-image: none;
}

.availtblcount {
	text-align: center;
}

.emphasis {
	font-weight: bold;
}

.carttable {
	width: 100%;
}

.carttable th {
	background-color: #303030;
	color: white;
	font-weight: normal;
}

.carttable tr td {
	padding-left: 3px;
	padding-right: 4px;
}

.carttable tr th {
	padding-left: 3px;
	padding-right: 4px;
}

.catdesc, .catsize, .catprice, .catqty {
	background-color: #C0C0C0;
}

#myGallery
{
	min-width: 536px !important;
	min-height: 536px !important;
}
