/* CSS Document */
@import url(forms.css);

/* Set general element styles */
body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#c6cfde;
}
h1, h2, h3, h4{
	margin:0;
	padding:0;
	color:#e8efff;
	background-color:#707885;
	border:1px solid #333;
}
h1{
	font-size:120%;
	padding:2px 2px 2px 6px;
}
h2{
	font-size:110%;
	padding:2px 2px 2px 6px;
}
p{
	font-size:80%;
	padding:5px 0 0 0;
	margin:3px 0;
}
.center{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.highlight{
	color:#5074AF;
}
.highlightBig{
	font-size:110%;
	font-weight:bold;
	color:#5074AF;
}
.highlightLeft{
	color:#5074AF;
	clear:left;
}
.big{
	font-size:110%;
	font-weight:bold;
	padding:60px 0;
}
/* Define element ID selectors and their properties */
#wrapper{
	margin:0;
	padding:18px 18px 8px 18px;
	width:700px;
	background-color:#F3F3F3;
	border-right:6px solid #b3bcc9;
	border-left:6px solid #b3bcc9;
}
#header h1 {
	border:none;
	background-color:transparent;
}
#header h1 a{
	height:0;
	display:block;
	overflow:hidden;
	margin:0;
	padding:130px 0 0 0;
	border:0;
	background:url(../images/header.jpg) left top no-repeat transparent;
}
#navigation{
	padding:0;
	margin:2px auto;
}
#navigation ul{
	padding: 0;
	margin: 0;
}
#navigation ul li{
	display: inline;
	padding: 0;
	margin: 0;
	font-size:13px;
	font-weight:bold;
	color:#dad2d8;
}
#navigation ul li a{
	color: #000;
	text-decoration: none;
	padding: 0px 10px 1px 10px;
	text-align: center;
	width: 9em;
	border-bottom:2px solid #b3bcc9;
}
#navigation ul li a:hover, #navigation ul li a:focus{
	color:#426193;
	background-color:#DDD;
	border-bottom:2px solid #426193;
}
#content{
	clear:both;
	margin:10px 0 0 10px;
	padding:0;
}
#content a, #content a:visited, #footer a, #footer a:visited{
	color:#707885;
	border-bottom:1px dotted #707885;
	text-decoration:none;
}
#content a:hover, #content a:focus, #footer a:hover, #footer a:focus{
	color:#000;
	border-bottom:1px dotted #000;
}
#content ul{
	font-size:80%;
	margin:5px 0 3px 40px;
}
#content ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}
html>body #content ul{
	margin:5px 0 3px 10px;
}
#footer{
	clear:both;
	margin-top:20px;
	padding:10px;
	font-size:70%;
	text-align:center;
}
/* Image Classes */
.leftimage, .rightimage, #content .center img{
	margin:3px 10px 5px 0;
	padding:1px;
	border:1px solid #000;
	background-color:#c6cfde;
}
.leftimage{
	float: left;
	clear:left;
}
.rightimage{
	float: right;
	clear:right;
}
.clearit{
	clear: both;
	display: block;
	margin:0;
	padding:0;
	height:1px;
}
#content #priceList ul{
	float:left;
	width:410px;
	padding:0;
	font-size:70%;
	margin:8px 0 0 10px;
	padding:0; 
}
#content #priceList ul li{
	float:left;
	list-style-type:none;
	border:1px solid #000;
	background-color:#b3bcc9;
	margin:3px 0;
	font-weight:bold;
}
#content #priceList ul ul{
	width:240px;
	margin:0;
	padding:0 0 0 5px;
}
#content #priceList ul ul li{
	list-style-type:none;
	clear:left;
	border:0;
	background-color:#c6cfde;
	font-size:10px;
	margin:1px 0;
	padding:0;
}
#content #priceList .desc{
	float:left;
	width:250px;
	background-color:#c6cfde;
	border-right:10px solid #707885;
	padding:1px 0 1px 5px;
}
#content #priceList .price{
	margin:0;
	padding:1px 4px 1px 0px;
	float:right;
	text-align:right;
}
html>body #content #priceList .price{
	width:90px;
}

.quote{
	font-size:100%;
	font-weight:bold;
	color:#707885;
}
#content h2 .author{
	font-size:12px;
}
#content h2 .authorLink{
	color:#e8efff;
}