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;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	background-color: #a04324; 
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

body h1 {
	color: #000000;
	font-size: 16pt;
	line-height: 32pt;
}
body h2 {
	color: #000000;
	font-size: 14pt;
	line-height: 28pt;
}
body h3 {
	color: #000000;
	font-size: 13pt;
	line-height: 24pt;
}
body h4 {
	color: #000000;
	font-size: 10pt;
	line-height: 16pt;
}

.clear {
  clear: both;
}

#all {
	background-color: #ffffff;
	max-width: 1280px;
	min-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#toplin {
	height: 130px;
	width: 100%;
	padding-top: 0px;
	background-image: url('../img/scriptlogov1.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#logo {
	width: 320px;
	height: 34px;
	background-image: url('../img/uniquelogo.png');
	float: left;
	background-repeat:no-repeat;
	position:relative; 
	top: 96px; 
	left: 16px; 
	z-index: 2;
}

#typemenu {
	width: 100%;
	height: 24px;
	padding-top: 6px;
	background-color: #de8a60;
}

#typemenu ul {
	display: inline; 
	background-color: #de8a60;
	height: 24px;
}

#typemenu li {
	background-image:url(../img/star4.png);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0px 27px 0px 7px; 
}

.itemhdr {
	display: inline; 
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	min-height: 52px;
	height: 52px;
	text-align: left;
}

.item {
	display: inline; 
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	min-height: 52px;
	height: 52px;
	text-align: left;
}

.itemon {
	display: inline; 
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	min-height: 52px;
	height: 52px;
	text-align: left;
}

#page {
	padding-left: 140px;   /* LC width */
	padding-right: 120px;  /* RC width */
}

.column {
	position: relative;
	float: left;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 24px;
	line-height: 12pt;
}

#funcmenu{
	width: 104px;          /* LC width */
	right: 140px;          /* LC width */
	margin-left: -100%;
	padding-left: 24px;
	padding-right: 12px;
	line-height: 36px;
	font-size: 14pt;
}

#promo{
	width: 116px;          /* RC width */
	margin-right: -120px;  /* RC width */
	padding-left: 0px;
	padding-right: 4px;
}

#page > #funcmenu {
   left: -140px; /* -LC width for others */
   margin-left: expression(
   document.all.content.offsetWidth * -1 - 36 +
   parseFloat(document.all.content.currentStyle.paddingLeft) +
   parseFloat(document.all.funcmenu.currentStyle.paddingLeft) +
   parseFloat(document.all.funcmenu.currentStyle.paddingRight)
   ); /* Fix for IE7   '36' is sum of padding */
}

#content {
	width: 100%;
}

.shop {
	float: left;
}

.products {
	float: left;
	list-style: none;
	margin: 6px;
	padding: 0;
	overflow:hidden;
}
.product {
	float: left;
	overflow: hidden;
	width: 248px;
	height: 248px;
	display:inline-block;
}
.product img {
	border-style:solid;
	border-width:1px;
	border-color:#404040;
}
.initial {
	float:left;
	margin-right: 12px;
	margin-bottom: 12px;
}

#footer {
	clear:both;
	height: 18px;
	margin-top: 6px;
	margin-left: 0px;
}
