/* Site Style Sheets file */

/* Mark - Code taken from web examples on creating divs w/min width for IE etc...
body {
	background:#fff url(rule.gif) 20px 0;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:20px;
	padding:0;
}
.width {
	width:50%;
	min-width:300px;
	background:#fff;
}

.content {
	border:1px solid #c00;
	padding:5px;
}

.rule {
	width:300px;
	background:#c00;
	color:#fff;
	margin:1em 0;
}
*/

body {
	background-color: #8698B7;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td,th {
	vertical-align: top;
}

#heading1 {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 18pt;
	margin: 0px;
	padding: 5px 0px;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}

.price {
	font-size: 16pt;
	font-weight:bold;
}

#banner {
	background-color: #ffffff;
	color: #ffffff;
	width: 890px;	/* subtract padding*2 from this */
	width: expression(900+'px');	/* actual width goes here */
	padding: 5px;
	margin: 0px;
	border: 0px;
	text-align: center;
}

#outeredge {
	background-color: #ffffff;
	width: 900px;
	/*width: expression(900+'px');*/
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#leftside {
	padding: 10px;
	width: expression(180+'px');	/* actual width goes here */
	width: 200px;	/* subtract padding*2 from this */
	float: left;
	margin: 0px;
	border: 0px;
}

#content {
	padding: 10px;
	width: expression(460+'px');	/* actual width goes here */
	width: 440px;	/* subtract padding*2 from this */
	background-color: #ffffff;
	float: left;
	margin: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightside {
	padding: 10px;
	width: expression(160+'px');	/* actual width goes here */
	width: 140px;	/* subtract padding*2 from this */
	float: right;
	margin: 0px;
	border: 0px;
}

#copyright {
	font-size: 9px;
	font-style: italic;
	text-align: center;
	padding: 5px 0px;
}

a {
	color: #003399;
	text-decoration:underline;
}
	
a:hover {
	color: #cc6600;
	text-decoration:none;
}

#navigation a {
	color: #003399;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: none;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: arial;
	font-size: 12px;
}
	
#navigation a:hover {
	color:#cc6600;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #99CCFF;
	border-left-color: #99CCFF;
}
div.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}

.detailprice {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight:bold;
}
.detaildesc {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-weight:normal;
}

