/* CSS layout */

#body {	
	width: 100%;
	text-align: center;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , sans-serif;
	font-size: 13px;
	color: #000000;
}

#page {
	width: 760px;
	text-align: left;
	border: thin;
	border-style: solid;
	border-color:#FFFFFF;
}

#masthead {
	height: 75px;
	border: thin;
	border-style: solid;
	border-color: #FFFFFF;
}

#logo {
	position: absolute;
	width: 275px;
	text-align: center;
	border: thin;
	border-style: solid;
	border-color:#FFFFFF;	
}

#menus {
	position: relative;
	top: 0px;
	left: 280px;
	width: 475px;
	vertical-align: bottom;
	border: thin;
	border-style: solid;
	border-color:#FFFFFF;
}

#topbar {
	height: 20px;
	border: thin;
	border-style: solid;
	border-color:#FFFFFF;	
}

#topnav {
	height: 20px;
	text-align: right;
	font-size: 16px;
	border: thin;
	border-style: solid;
	border-color:#FFFFFF;
}

#subnav {
	height: 20px;
	text-align: right;
	font-size: 13px;
	border: thin;
	border-style: solid;
	border-color:#FFFFFF;	
}

#container {
	position: relative;
	width: 100%;
}

#sidebar {
	width: 180px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 10px 0 10px;
	border: thin;
	border-style: solid;
	border-color:#FFFFFF;
}

#breadcrumb {	
	position: absolute;
	top: 2px;
	left: 202px;
	font-size: 10px;
	color: #666666;
	padding: 0 10px 0 10px;	
	border: thin;
	border-style: solid;
	border-color:#FFFFFF;
}

#utilities {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 170px;
	font-size: 10px;
	color: #666666;
	padding: 0 10px 0 10px;	
	text-align: right;
	border: thin;
	border-style: solid;
	border-color:#FFFFFF;
}

#maincontent {
	margin-left: 200px;
	border: 0px;
	border-style: solid;
	border-color:#DDDDDD;
	padding: 0 10px 10px 10px;
	vertical-align: text-top;
}

#footer {
	position: absolute;
	left: 200px;
	font-size: 11px;
	color: #999999;
	border: thin;
	text-align: center;
	padding: 5px 10px 0 10px;
	border-style: solid;
	border-color:#FFFFFF;
}

#formlabel {
	width: 200px;
}

h1 {
	font-size: 22px;
	color: #000000;
	margin: 25px 0 8px 0;
}

.indented {
	margin: 0 0 0 20px;
}

.redtext {
	color: red;
}

.greentext {
	color: #00CC00;
}

.explanation {
	font-size: small;
}

.subtext {
	font-size: x-small;
	color: #999999;
	font-weight: lighter;
}

.highlight {
	font-size: x-small;
	text-align: center;
	background-color: #FFFF80;
}

.menu_on {
	color: red;
	font-weight: bold;
}

.menu_off {
	color: black;
	font-weight: normal;
}

a:hover {
	text-decoration: underline overline;
}

a.plain:link {
	color: black;
	text-decoration: none;
}

a.plain:visited {
	color: black;
	text-decoration: none;
}

a.plain:hover {
	color: black;
	text-decoration: underline overline;
}

a.greenlink:link {
	color: green;
}

a.greenlink:visited {
	color: green;
}

a.greenlink:hover {
	color: lime;
	text-decoration: underline overline;
}

a.redlink:link {
	color: maroon;
}

a.redlink:visited {
	color: maroon;
}

a.redlink:hover {
	color: red;
	text-decoration: underline overline;
}

h5.letter {
	margin: 10px 0 10px 20px;
	color: red;
}

a.friends:link {
	margin: 0 0 0 20px;
	line-height: 20px;
	font-size: small;
	color: black;
	text-decoration: none;
}

a.friends:visited {
	margin: 0 0 0 20px;
	line-height: 20px;
	font-size: small;
	color: gray;
	text-decoration: none;
}

a.friends:hover {
	margin: 0 0 0 20px;
	line-height: 20px;
	font-size: small;
	color: navy;
	text-decoration: underline overline;
}

.buynow {
	position: absolute;
	width: 90px;
}

.item {
	position: relative;
	left: 90px;
	width: 350px;
	font-size: medium;
}

.price {
	position: relative;
	left: 475px;
	font-size: medium;
}

.price2 {
	position: relative;
	left: 466px;
	font-size: medium;
}

.subitem {
	position: relative;
	font-size: x-small;
	left: 90px;
}

.productprice {
	height: 40px;
	vertical-align: middle;
}

.product {
	position: absolute;
}