@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2B366A;
}
body {
	background-color: #e3e3e3;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a{
	color: #2B366A;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color:#000;
}
#wrap{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 168px;
	width: 950px;
}
#top-menu{
	text-align:right;
	margin:0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:13px;
}
#top-menu li{
	display:inline;
	background-image: url(images/top-menu-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:12px;
	padding-right:5px;
}
#top-menu a{
	text-decoration:none;
	color:#123e70;
	font-weight:normal;
}
#top-menu a:hover{
	text-decoration:none;
	color:#76ACD8;
}

#strap{
	background-image: url(images/strap.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
	width: 925px;
	font-size:14px;
	font-weight:bold;
	padding-top:12px;
	padding-left:25px;
}
#strap a{
	text-decoration:none;
	color: #2B366A;
}
#content-wrap{
	background-image:url(images/content-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width:950px;
}
#content{
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
}
#content-bottom{
	background-image: url(images/content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
	width: 950px;
}
#footer{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 940px;
	font-size:12px;
	font-style:italic;
	text-align:right;
	padding:5px;
	margin-top:5px;
}
* html #footer{
	margin-top:-5px;
}
#text{
	margin:0px;
	float:right;
	width:700px;
}
#text-print{
	margin:0px;
	float:right;
	width:700px;
	background-image: url(images/print.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#text-display{
	margin:0px;
	float:right;
	width:700px;
	background-image: url(images/display-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1{
	font-size:32px;
	font-weight:bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h2{
	font-weight:bold;
	font-size:18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
}
p{
	margin-top:10px;
	margin-bottom:20px;
}
.last-one{
	margin-bottom:0px;
}
#page-content{
	line-height: 18px;
}
#page-content ul{
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 390px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#page-content li{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2B366A;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 10px;
}
.last-list{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B366A;
}


/*navigation*/
#nav{
	width:200px;
	float:left;
}
#nav-list{
	list-style:none;
	margin:0px;
	padding:0px;
	
}
#nav-list li a{
	height: 26px;
	width: 194px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-bottom:2px;
	font-weight:normal;
}
#nav-list li a:hover{
	background-image: url(images/menu-current.jpg);
}
#nav-list li#current a{
	background-image: url(images/menu-current.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight:bold;
}
#nav-list li#green a{
	background-image: url(images/go-greener.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav-list li#green a:hover{
	background-image: url(images/go-greener-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#left{
	width:393px;
	float:left;
}
#left-print{
	width:485px;
	float:left;
}
#left-display{
	width:425px;
	float:left;
}
#top-right-image{
	position: absolute;
	z-index: 20;
	margin-left: 605px;
}
#top-right-image-clothing{
	position: absolute;
	z-index: 20;
	margin-left: 587px;
	}
#greener-side-panel{
	background-color: #A5CFF6;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 30px;
	}