body {
	/* font-family:Helvetica, Arial, sans-serif; */
	/* font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color:#333; */
	font: 12px/18px Verdana, Arial, sans-serif; color: #333;
	/* font: 12px/18px Tahoma, Verdana, Arial, sans-serif; color: #333; */
	background-color:#f8f8f8;
	width:100%;
	margin:5px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}

h4 {
	margin-top:0;
	margin-bottom:5px;
}

div#header { 
	position:relative;
	background-color:white;
	width:900px;
	margin-top:0px;
	margin-bottom:5px;
	border:1px solid #ccc;
	padding:5px 5px 5px 5px;
	-moz-border-radius-top-left:10px;
	-moz-border-radius-top-right:10px;
	-moz-border-radius-bottom-left:10px;
	-moz-border-radius-bottom-right:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

/* top navigation bar (main menu) */
.navbar {
	font-size:11pt;
	font-weight:bold;
	width: 100%;
}

#topnav td {
	vertical-align: bottom;
}

#topnav a {
	/* color: #818181; */
	/* color: #7287a4; */
	color: #424242;
	text-align:right;
	margin-right:20px;
	text-decoration:none;
}

.lang td {
	width:1;
	word-wrap:nowrap;
	white-space:nowrap;
}

.lang a {
	word-wrap:nowrap;
	font-size:8pt;
	font-weight:normal;
	text-decoration:underline;
	white-space:nowrap;
}


/* sub-navigation bar */

.navsub {
	height:50px;
	width:100%;
	font-size:10pt;
	/* font-weight:bold; */
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

#navsub td {
	vertical-align:bottom;
}

#navsub h2 {
	color:#424242;
	/*font-size:20pt; */
	font-size:18pt;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#navsub a {
/*	color: #7287a4; */
/*	color: #818181; */
	color: #424242;
	text-align:right;
	margin-right:20px;
	text-decoration:none;
}

#navsub a:hover {
	color: #7287a4;
}

.purchase {
	background-color: #7287a4;
	/* background-color: #818181; */
	/* background-color: #424242; */
	color:white;
	text-align:center;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	-moz-border-radius-top-left:10px;
	-moz-border-radius-top-right:10px;
	-moz-border-radius-bottom-left:10px;
	-moz-border-radius-bottom-right:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

/* MAIN CONTENT */

div#main {
	width:900px;
	border-width:0px;
	border-color:#ccc;
	border-style:solid;
	boder-collapse:collapse;
	padding:0px 10px; 
	margin:5px;
	background-repeat:no-repeat;
	z-index:10;
}

.product {
	width:100%;
	font-size:10pt;
	border:1px solid #ccc;
	background-color:white;
	-moz-border-radius-top-left:10px;
	-moz-border-radius-top-right:10px;
	-moz-border-radius-bottom-left:10px;
	-moz-border-radius-bottom-right:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	padding:5px 5px 5px 5px;
}

#product_list td {
	text-align:left;
	vertical-align:top;
}
#product_list h2 {
	font-size:18pt;
	font-weight:bold;
	padding-bottom:5px;
	margin:0px;	
}

/* bottom navigation bar */

#bottomnav {
	font-size:12pt;
	padding:10px 0px 0px 0px;
}
#bottomnav a {
	color: black;
	text-decoration:none;
	margin-right:25px;
}

/* footer */

#footer {
	width:100%;
	text-align:center;
/*	background-color:white; */
	border-color:#ccc;
	padding:0px;
}

#copyright {
	padding:0px;
	font-size:8pt;
	color:#999;
	padding:8px 0px 8px 0px;
}
 

   			
		


