body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:center;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	behavior: url(csshover.htc);
}

select, option, input {
	z-index:10;
	font-size:8pt;
}


h1 {
	padding:1em 0;
	margin:0;
	color: #3D5280;
}

p {
	color: #59739D;
	margin-top: 0;
}

a {
	color: #1A42A4;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}


div#pagewrapper, div#nav, div#pagefooter {
	width: 765px;
	background-position: top center;
	margin: 0 auto;
	padding: 10px;
}

div#pagewrapper {
	background-image:url(images/bg_mid.gif);
	background-repeat:repeat-y;
	padding-top: 0;
}

div#contentwrapper {
	width: 720px;
	text-align:left;
	margin: 0 auto;
	padding-top: 0;
}

div#nav {
	background-image:url(images/bg_top.gif);
	background-repeat: no-repeat;
	text-align:center;
	padding-bottom: 0;
}

div#pagefooter {
	background-image:url(images/bg_foot.gif);
	background-repeat: no-repeat;
}

div#sitenav {
	width: 700px;
	margin: auto;
	text-align: center;
}

div#sitenav a {
	color:#993300;
}

div.category {
	width: 320px;
	float: left;
	margin: 5px;
	padding:10px;
	height: 160px;
	overflow: hidden;
	background-image:url(images/cat-bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

div.category img {
	float: left;
	margin: 0 10px 10px 0;
	width: 120px;
	border: 1px solid #657D9F;
}

div.category p, div.product_precis p {
	margin: 0 0 .7em 0;
	padding-left: 140px;
	font-size: 11px;
	color: #59739D;

}

div.category p.catname a {
	font-weight:bold;
	color:#3D5280;
	font-size: 14px;
	text-decoration:none;
}

div.category p.catname a:hover {
	text-decoration:underline;
}

div.product_precis {
	width: 320px;
	float: left;
	margin: 8px;
	padding:10px;
	height: 160px;
	overflow: hidden;
	background-image:url(images/cat-bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

div.product_precis img {
	float: left;
	margin: 0 10px 10px 0;
	width: 120px;
	height: 120px;
	border: 1px solid #657D9F;
}

div.product_precis h3 {
	font-weight:bold;
	color:#3D5280;
	font-size: 14px;
	text-decoration:none;
	margin: 0 0 .7em 0;
	padding-left: 140px;
}

div.product_precis h3 a {
	font-weight:bold;
	color:#3D5280;
	font-size: 14px;
	text-decoration:none;
}

div.product_precis h3 a:hover {
	text-decoration: underline;
}

div.product_precis p {
	margin: 0 10px .7em 0;
	padding-left: 140px;
	font-size: 11px;
	color: #59739D;
}

div.product_precis p.price {
	font-size: 12px;
	font-weight: bold;
	color:#3D5280;
}

div.product_precis span.buy_button { 
	float: right;
	margin-right: 25px;
	color:#3D5280;
	font-weight:normal;
}

div.breadcrumb {
	padding:0 0 10px 0;
	margin: 0;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}

div.proddetail div.breadcrumb {
	padding-right: 10px;
}

div.breadcrumb img.checkout {
	float: right;
}

div.proddetail h1 {
	background-image:url(images/prod-h1.jpg);
	height: 48px;
	background-repeat:no-repeat;
	color: #669;
	font-size: 20pt;
	text-align: center;
	padding: 7px;
	margin: 0;
	padding-bottom: 0;
}

div.proddetail {
	background-image: url(images/prod-body.jpg);
	background-position: bottom;
	padding: 0;
	margin-top: 10px;
	z-index:10;
}

div.proddetail img.prodimg {
	float: left;
	border: 1px solid #657D9F;
	margin: 5px;
	padding-top: 0;
	width: 300px;
}

div.proddetail p {
	font-size: 10pt;
	color: #59739D;
	padding-left: 340px;
	padding-right:15px;
}

div.proddetail .breadcrumb {
	text-align: right;
}

div.proddetail p.price {
	font-size: 12pt;
	font-weight: bold;
	color:#3D5280;
}

div.proddetail p.priceOther {
	font-size: 8pt;
	color:#3D5280;
}


/*-------------------------------*/
/*-- NAVIGATION MENU ------------*/
/*-------------------------------*/

#topnav
{
	height: 25px;
	font-size:9pt;
	margin: 0;
	padding-top: 0;
	background-position:center;
	background-image:url(images/top-nav-bg.jpg);
	background-repeat:no-repeat;
	z-index: 1;
}

#topnav ul
{
	margin: 0 0 0 10px;
	padding: 2px;
	padding-top: 1px;
}

#topnav li
{
	float: left;
	list-style-type: none;
	border-right: 1px solid #666;
	position:relative;
	padding: 0 2px;
	margin: 2px 0 0 0 ;
}

#topnav a 
{
	text-decoration: none;
	color: #fff;
	padding: 0 6px;
	font-weight:bold;
}


#topnav a:hover {
	color: #fff;
}

#topnav li:hover
{
	background-color: #577fff;
}

#topnav ul li ul {
	margin:0;
	padding: 0;
	position: absolute;
	width: 15em;
	left: -1px;
	top: 14px;
	display: none;
	text-align: left;
	z-index:10;
}



#topnav ul li ul li {
	width: 100%;
	border-left: 1px solid #343082;
	border-right: 1px solid #343082;
	border-bottom: 1px solid #343082;
	background-color:#577fff;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#topnav ul li:hover ul
{
	display:block;
}

#topnav ul li ul li:hover {
	background-color: #343082;
	color: #fff;
}

#topnav ul li ul li:hover a {
	color: #fff;
}

#topnav ul li ul li a:hover {
	color: #fff;
}

#topnav ul li ul li:first-child {
	border-top: 1px solid #343082;
}

/* IE hack for first menu link */
* html div#topnav ul
{
	float: left;
	padding: 3px;
	margin: 0;
	margin-left: 10px;
}

* html div#topnav ul li
{
	margin: 0;
	margin-left: 0;
	margin-top: 0;
}

* html div#topnav ul li ul
{
	border-top: 1px solid #666;
	border-left: 0;
	margin: 0;
	padding: 0;
}

* html div#topnav a {display:block;}

div.rightcontent {
	width: 620px;
	margin-left: 20px;
	float: left;
}

div.rightcontent h1 {
	margin: 0 0 10px 0;
	padding: 10px 10px 0 0;
	text-align: left;
	color: #59739D;
	border-bottom: 1px solid #59739D;

}

div.rightcontent h3 {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	color: #3D5280;
	font-size: 12pt;
}

div.rightcontent h2 {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	color: #3D5280;
	font-size: 16pt;
}

div.rightcontent img {
	border: 1px solid #3D5280;
	float: left;
	margin: 5px 10px 10px 0;
	padding: 0;
}


div.rightcontent p {
	text-align:justify;
	padding: 0 10px 0 0;
	color: #3D5280;
	margin:0 0 10px 0;
}

