body {
	 margin:0;
	 padding:0;
	 background:#1B5978 url(../images/background.gif);
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:11px;
	 text-align:center;
}
h1, h2, h3, h4 {
	margin:0;
	color:#00415E; /* dark green-blue */
	font-weight:normal;
}
h1 {
	padding:20px 20px 0 25px;
	font-size:18px;
}
h2 {
	padding:10px 20px 0 25px;
	font-size:15px;
	color:#003F62;
}
h3 {
	padding:5px 20px 0 25px;
	font-size:13px;
}
h4 {
	padding:3px 20px 0 25px;
	font-size:12px;
}
p {
	margin:0;
	padding:3px 20px 5px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:15px;
}
ul, ol {
	margin:5px 20px 5px 40px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:15px;
}
a {color:#00415E;}
a:hover {color:#74556C;}
/* --- structure ---*/
#wrap {
	border:1px solid #CCCE9D;
	margin:20px auto 0;
	width:760px;
	background-color:#FFF5C5; /* cream */
	text-align:left;
	background:#FFF5C5 url(../images/content-back.jpg) repeat-y top;
}
#header {
	 background:url(../images/header.jpg) no-repeat top;
	 width:760px;
	 height:130px;
	 position:relative;
	 z-index:20;
}
#nav-container {
	width:760px;
	background:#FFE6A3 url(../images/nav-back.jpg) repeat-y top;
	position:absolute;
	top:95px;
	left:0;
}
#content-home {
	position:relative;
}
#content {
	position:relative;
	margin:0 180px 10px 0;
	padding:10px 0 0 20px;
}

#content-store {
	margin:0 180px 10px 0;
}

#footer {
	 background:#CCCE9D url(../images/footer.jpg) no-repeat top;
	 height:85px;
	 width:760px;
	 clear:both;
}
/* --- nav --- */
#nav {
	list-style: none;
	margin: 0 0 0 200px;
	padding: 0;
}
#nav a {
	display: block;
	color:#00415E;
	text-decoration:none;
	padding:10px 7px 11px;
	font-weight: normal;
	border-left:1px solid #89ABB9;
}
#nav a.first {border-left:none;}
#nav a:hover {background-color:#E8D195;}
#nav li {float: left;}
#nav li ul {
	position: absolute;
	background-color:#FFE6A3;
	width: 15em;
	left: -999em;
	border-top: 1px solid #CCCE9D;
	border-right: 1px solid #CCCE9D;
	border-left: 1px solid #CCCE9D;
	z-index:100;
	font-size:11px;
	margin:0;
	padding:0;
	line-height:12px;
}
#nav li li {
	display:block;
	width: 15em;
	margin:0;
	padding:0;
}
#nav li ul a {
	border-bottom:1px solid #89ABB9;
	padding:6px 10px;
	border-left:none;
}
#nav li ul a:hover {background-color:#E8D195;}
#nav li:hover ul {left: auto;}
#nav li:hover ul, #nav li.sfhover ul {left: auto;}
#nav li:hover, #nav li.hover {position: static;}
/* --- header --- */
#logo {position:absolute; top:50px; left:20px; z-index:30;}
.greenbar {
	background:#CCCE9D url(../images/green-bar.jpg) repeat-x top; 
	clear:both; height:19px;
}
/* --- sidebar --- */
#sidebar {
	width:187px;
	float:right;
	padding-bottom:10px;
}
#sidebar h1 {
	padding:5px 5px 5px 20px;
	background-color:#A8BCB2; /* medium blue */
	margin:-5px 0 0 27px;
}
#sidebar ul {
	margin:5px 5px 5px 60px;
	color:#00415E;
	font-size:12px;
	line-height:16px;
}
#sidebar a {color:#00415E; text-decoration:none;}
#sidebar a:hover {color:#fff;}
/* --- home page --- */
.intro-pic {float:right; position:relative; z-index:6}
#tab-bar {
	background-color:#CCCE9D; /* sage */
	height:38px; 
	width:600px;
	position:absolute;
	top:-13px;
	left:0;
	z-index:1;
	border-bottom:2px solid white;
}
#tab-bar ul {margin:0; padding:14px 0 0 20px;}
#tab-bar ul li {
	display:inline; 
	padding-right:25px;
	background: url(../images/notch.gif) no-repeat top right;
	padding-top:15px;
}
#tab-bar ul li.last {background: none;}
#tab-bar a {text-decoration:none;}
#tab-bar a:hover {color:white;}
#swap-box {
	background-color:#FFE6A3; /* orange cream */
	position:relative;
	clear:both;
	width:600px;
}
#swap-box h1  {padding-top:10px;}
#intro1, #intro2, #intro3 {
	background:#FFE6A3 url(../images/products.jpg) no-repeat bottom left; 
	height:220px;
	padding:30px 0 0 220px;
}
#swap-sidebar {
	position:absolute;
	top:-20px;
	right:-161px;
	width:161px;
	z-index:2;
}
#swap-sidebar h1 {
	padding:20px 5px 8px 20px;
	background-color:#A8BCB2; /* medium blue */
}
#swap-sidebar ul {
	margin:5px 5px 5px 30px;
	color:#00415E;
}
#swap-sidebar ul a {color:#00415E; text-decoration:none;}
#swap-sidebar ul a:hover {color:#fff;}
.featurebox {
	background: url(../images/box.jpg) no-repeat top left;
	width:130px;
	height:100px;
	margin:15px;
	padding:5px 0;
}
.featurebox h3 {
	font-style:italic;
	padding:10px 15px 2px;
}
.featurebox p {
	font-size:10px;
	padding:2px 15px 3px;
	line-height:12px;
}
/* --- content --- */
.feature {
	margin:10px 30px 20px 20px;
	padding:10px 0;
	background-color:#FAFCE4;/*off white*/
	border:2px solid #FFE6A3; /* orange cream */
}

#projectContainer {
	height: 80px;
}

.projectBox {
	width: 140px;
	float: left;
}
/* --- footer --- */
#footer p {
	margin-left: 20px;
	color:#064765;
	padding-top:40px;
	font-size:10px;
}
#footer a {
	color:#064765;
	padding:5px 3px;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
#footer img {
	float:right;
}
/* --- forms ---*/
#contact {padding:5px 10px 20px 25px;}
#contact label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#contact label.wide {width: 20em; text-align:left;}
#contact label.narrow {width: 5em;}
#contact submit {
	margin-left: 4.5em;
}
#contact input {
	color: #000;
	border: 1px outset #00415E; /* dark green-blue */
}
#contact textarea {
	color: #000;
	border: 1px outset #00415E; /* dark green-blue */
}
#contact fieldset {
	width: 90%;
	border: 1px solid #00415E; /* dark green-blue */
	padding-bottom:10px;
	margin:10px 0; 
}
#contact legend {
	padding: 5px 6px;
	margin-left:20px;
	color:#003F62;
	font-size:12px;
	font-style:italic;
} 
.button, #contact input.button {
	background-color:#003F62;
	color:white;
	font-size:10px;
	text-transform:uppercase;
	border:3px outset #003F62;
}

#mugsContainer {
	width: 515px;
	height: 60px;
}

#mugsText {
	width: 215px;
	float: left;
}

#mugsLogo {
	width: 300px;
	float: left;
}