/*--------------------------------- structure----------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bluestripes.gif);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}
#frame {
	margin: 0px auto;
	width: 688px;
	background-image: url(images/littlegrass_shadow.gif);
	background-repeat: repeat-y;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
#sidebar {
	background-color: #FFFFFF;
	width: 155px;
	float: left;
	margin: 0px;
	text-align: left;
	padding-top: 6px;
}
#contentRight {
	background-color: #ffffff;
	background-image: url(images/content_left.gif);
	background-repeat: repeat-y;
	background-position: left center;
	z-index: 100;
	width: 525px;
	height: 100%;
	float: right;
	margin: 0px 0px 10px;
	padding: 0px 0px 25px 8px;
}
/*--------------------------------- sidebar navigation----------------------------*/
#sidebar ul {
	padding: 0px;
	margin: 10px;
	width: 135px;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul li.toplink a{
	font-weight: bolder;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
	color: #333399;
	margin-top: 20px;
	width: 135px;
	position: relative;
	display: block;
	padding: 2px;
}
#sidebar ul li a {
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	letter-spacing: 0.08em;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #333399;
	border-bottom: 1px solid #ababab;
}
#sidebar ul li a:hover {
	color: #ffffff;
	background:#e1c6d7;
	padding: 2px;
}
#sidebar ul li a:visited {
	color: #ff0000;
}
/*--------------------------------- top navigation----------------------------*/
#nav {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	padding-left: 5px;
	padding-top: 5px;

	width: 525px;
	height:25px;
	margin: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display:inline;
	text-transform:uppercase;
	white-space: nowrap;
	}

#contentRight #nav ul a {
	padding:6px 10px;
	color:#fff;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	}

#contentRight #nav ul a:hover{ 
	background:#333399;
	}
/*--------------------------------- content stlying----------------------------*/
h3 {
	font-size: 21px;
	text-transform: capitalize;
	letter-spacing: 2px;
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #333399;
	margin-right: 200px;
	clear: both;
}
h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #333399;
	letter-spacing: 2px;
}
p {
	font-size: 13px;
	line-height: 150%;
}
dl {
	background-color:#ffffff;
	line-height: 150%;
	font-size: 13px;
	padding-left: 0px;
}
ul {
	background-color:#ffffff;
	line-height: 150%;
	font-size: 13px;
	padding-left: 25px;
}
ol {
	background-color:#ffffff;
	line-height: 150%;
	font-size: 13px;
	padding-left: 25px;
}
dl {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color:#ffffff;
	line-height: 150%;
	font-size: 13px;
}
#contentRight p a {
	color: #333399;
	text-decoration: underline;
	background-color: #ffffff;
}
#contentRight p a:hover {
	color: #ff0000;
	text-decoration: underline;
}
form {
	background-color: #CCCCCC;
	padding: 10px;
	width: 480px;
	position: relative;
	left: 10px;
}
h1, h2, h3, p{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

/*--------------------------------- footer navigation----------------------------*/
#foot {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333399;
	padding: 0px 6px 10px;

}
#foot p {
	font-size: 9px;
	letter-spacing: 1px;
}
#foot p a {
	color: #333399;
	text-decoration: none;
}
#foot p a:hover {
	color: #333399;
	background-color: #ffffff;
	text-decoration: underline;
}
#foot p a:visited {
	color: #333399;
	text-decoration: none;
}

/*--------------------------------- product images ----------------------------*/
img.product {
	float: left;
	height: 150px;
	width: 150px;
	margin-bottom: 15px;
	border: 1px solid #333399;
	margin-right: 10px;
	clear: left;
}
