body {
	text-align: center;
	margin: 0 auto;
	position: relative;
	background: #666;
	color: #EBEBEB;
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 800px;
	text-align: center;
	position: relative;
}
#header {
	width: 798px;
	height: 149px;
	border-right: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	background: url(header.jpg) no-repeat center;
}
#nav {
	width: 798px;
	height: 22px;
	text-align: center;
	border-right: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	background: #00396A; /* blue */
}
#main {
	width: 798px;
	height: 100%;
	border: 1px solid #CDCDCD;
	background: #12310E url(logoback-spring.jpg) no-repeat fixed center; /* blue */
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#footer {
	width: 798px;
	height: 21px;
	border-right: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	background: url(footer.jpg) no-repeat right #00396A; /* blue */
}

/*Nav*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
/*top: 165;*/
left: 0;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 114.25px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #00396A;
	border: 1px solid #CDCDCD;
	margin: 0px 0px 0px 0px;
	padding: 4px 1px 3px 7px;
}
#menu dd {
	display: none;
	margin: 1px 0px 0px 0px;
	border: 1px solid #CDCDCD;
}
#menu li {
text-align: center;
	padding: 2px 2px 2px 2px;
background: #00396A;
}
#menu li a, #menu dt a {
color: #CDCDCD;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #00396A;
color: #59A2DF
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #B4B4B4;
background-color: #00396A;
padding: 5px;
border: 1px solid #CDCDCD; 
}

/*order form classes*/
#divmens {
	text-align: left;
}
#divwomens {
	text-align: left;
}
.closed {
	background-color: #00FFFF;
	visibility: hidden;
	border: 1px solid black;
	width: 110px;
}
.open {
	background-color: #00FFFF;
	visibility: visible;
	border: 1px solid black;
	width: 100px;
	text-align: center;
}

/*formatting*/
p.sitelocation {
	font: normal normal normal 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding:10px;
}

p.heading {
	font: normal normal bold 16px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px;
}
p.copy {
	font: normal normal normal 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	padding: 10px;
	height: 200px;
	min-height: 200px;
}
img {
	border: thin solid #00396A;
}
.swatch {
	border: none;
}
.desc{
	text-align: center;
}
.top{
	vertical-align: top;
}
.bottom{
	vertical-align: bottom;
}
.left{
	text-align: left;
	padding: 10px;
	font: /16px;
}
.tiny{
	font: normal 9px;
}
.strike {
	text-decoration: line-through;
}
.red {
	color: Yellow;
}
a {
	color: #B7B7B7;
	text-decoration: none;
	font: normal 900 14px;
}
a:link {
	color: #B7B7B7;
	text-decoration: none;
	font: normal 900 14px;
}