
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	color: #005092;
	text-decoration: none;
}

a:hover
{
	color: #f36f21;
	text-decoration: underline;
}

body
{
	background: url(/images/layout/body-bgd.jpg) repeat;
	color: black;
	font: normal 11px 'Century Gothic', 'Arial', 'sans-serif';
	text-align: center;
}

h1
{
	font: bold 13px 'Century Gothic', 'Arial', 'sans-serif';
	letter-spacing: 1px;
	line-height: 25px;
	color: #005092;
}

h2
{
	font: normal 13px 'Century Gothic', 'Arial', 'sans-serif';
	letter-spacing: 1px;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
}

h3
{
}

h4
{
}

h5
{
}

h6
{
}

img
{
	border: none;
	display: inline;
}

p
{
	font: bold 12px 'Century Gothic', 'Arial', 'sans-serif';
	letter-spacing: 1px;
	line-height: 24px;
}

td
{
	vertical-align: top;
	font: bold 12px 'Century Gothic', 'Arial', 'sans-serif';
	letter-spacing: 1px;
	line-height: 24px;
}


/* Classes
**********/
.block
{
	display: block;
}


/* Layout defaults
******************/
#wrap
{
	background: url(/images/layout/wrap-bgd.png) top left repeat-y;
	margin: 50px auto 0px auto;
	width: 800px;
	text-align: left;
}

#wrap-top
{
	background: url(/images/layout/wrap-top.png) top left no-repeat;
	margin: 0px auto 0px auto;
}

#wrap-btm
{
	background: url(/images/layout/wrap-btm.png) bottom left no-repeat;
	margin: 0px auto 0px auto;
	padding-bottom: 20px;
}

#header
{
}

#logo
{
}

#page
{
	width: 780px;
	padding: 5px 15px 50px 5px;
	margin: 0px auto 0px auto;
	z-index: 10;
}

#category-wrap
{
	background: url(/images/layout/page-bgd.png) top left repeat-y;
	padding: 0px 5px 50px 5px;
	border-top: 15px solid white;
	margin-right: 10px;
	margin-bottom: 20px;
}

#category-page
{
	margin-left: 185px;
	z-index: 10;
}

#category-page h1
{
	text-align: center;
	background: #005092;
	color: white;
	margin: 0px;
}

#category-page h1 a
{
	color: white;
}

#footer-nz
{
	background: url(/images/layout/nz.gif) bottom right no-repeat;
	height: 436px;
	width: 304px;
	right: 1%;
	bottom: -25%;
	position: absolute;
	z-index: -1;
}

#search-input
{
	background: url(/images/layout/search.png) no-repeat;
	border: none;
	width: 170px;
	height: 45px;
	margin: 15px 0px 0px 0px;
	padding: 15px;
	color: #005092;
	font-weight: bold;
	float: right;
}

#intro-img
{
	margin-bottom: 20px;
}

#page-text
{
	padding: 0px 100px;
	text-align: center;
}

#products-navigation
{
	margin: 0px;
	padding: 1px 6px 0px 0px;
}

#products-navigation h1
{
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 6px;
}

#products-navigation ul
{
	list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

#products-navigation ul li
{
	margin: 0px;
	padding: 0px;
}

#products-navigation ul li a:link,
#products-navigation ul li a:visited
{
	color: white;
	display: block;
	padding: 3px 0px 3px 6px;
	margin: 0px;
}

#products-navigation li a:hover,
#products-navigation li#selected a:link,
#products-navigation li#selected a:visited
{
	text-decoration: none;
	background: #005092;
	color: white;
}

#products-navigation-outside
{
	float: left;
	width: 172px;
	height: 450px;
	margin: 10px 0px 0px 6px;
	padding: 0px;
}

/* Products
************/

.list-arrows
{
	height: 15px;
	margin-left: 10px;
	margin-bottom: 10px;	
}

.list-arrows input
{
	float: left;
	margin-right: 5px;
}

.cat-table
{
	width: 590px;
}

td.item-table a:link.item-link,
p.item-link
{
	display: block;
	background: #c6cfe5;
	padding: 5px;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}

td.item-table a:visited.item-link,
td.item-table a:hover.item-link
{
	display: block;
	background: #efd1be;
	padding: 5px;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}

td.item-table h2
{
	font: bold 14px 'Century Gothic', 'Arial', 'sans-serif';
	letter-spacing: 1px;
	line-height: 30px;
	color: #000000;
}

td.item-table p
{
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

.item-table img
{
	float: left;
	margin-right: 15px;
}

.item-full
{
	background: #eeceb3;
	padding: 30px 0px 10px 10px;
	width: 585px !important;
	width/**/: 590px;
}

.item-full h2
{
	background: #ba4828;
	color: black;
	margin-top: 0px;
}

.item-full table td
{
	text-align: center;
}

#header-image
{
	padding-bottom: 5px;
	border-bottom: 20px solid #005092;
}

#header-image img
{
position:absolute;
left:0px;
top:0px;
z-index:10;
}


#item-page fieldset
{
	padding: 10px;
}

#item-page fieldset label
{
	float: left;
	width: 150px;
	display: block;
	margin-bottom: 5px;
}

#item-page fieldset input
{
	margin: 0px 0px 5px 0px;
}


.product-list
{
	background: #c6cfe5;
	padding: 5px;
	border-bottom: 5px solid white;	
}

.product-list img
{
	border: 1px solid #134b9e;
	display: block;
}

.product-list h2
{
	margin: 0px 0px 5px 0px;	
}

.product-list table td
{
	width: 300px;	
}