body {
	margin : 10px;
	padding : 10px;
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	overflow : visible;
}

a {
	color: red;
}

a:hover {
	color: blue;
}

a:visited {
	color: black;
}

img {
	border : none;
	margin : 5px;
}

h1, h2, h3, h4, h5 {
	color: red;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear : both;
}

h1 {
	font-size : 1.4em;
}

h2 {
	font-size : 1.3em;
}

h3 {
	font-size : 1.1em;
}

h4, h5 {
	color : black;
}

.strikethrough {
	text-decoration: line-through;
}

.strikethrough:hover {
	text-decoration: none;	
}

.arrow {
	vertical-align: 17px;
}

.header {
	height : 100px;
	padding-left : 25px;
}

.footer {
	margin-top : 50px;
	font-size: x-small;
	text-align: center;
	clear : both;
	overflow: visible;
	
}

#logo {
	position : relative;
	top : 15px;
	left : 20px;
	border : none;
}

.topMenu, .topMenu2 {
	position : relative;
	left : 157px;		
	width : 547px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight : bolder;
	clear : both;
	height : 2em;
	
	color : white;
	background-color : red;
}

.topMenu a, .topMenu a:visited {
	color: white;
}

.topMenuItem, .topMenu2Item {
	display : inline;	
	float: left;

	padding-left: 20px;
	padding-right: 10px;
	padding-top : 3px;
	padding-bottom : 5px;

	background-color : red;
}

.topMenu2 {
	color : black;
	background-color : white;
}

.topMenu2Item {
	background-color : white;
}



.bottomMenu {

	text-align:center;
	color : black;
	background-color : white;
	padding : 0px;
}

.bottomMenu li {
	font-size : x-small;
	background-color : white;
	display : inline;	
	padding-right : 5px;
}


.clear {
	clear : both;
}
.contentContainer {	
	clear : both;
}

.subMenuMain {
	position : absolute;
	width : 157px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight : bolder;
	border-right: 2px solid Black;	

	color : black;
}

.subMenu {
	padding-left : 10px;
}

.subMenuItem {
	padding-top : 10px;
	padding-bottom : 5px;
	padding-left: 10px;
	padding-right: 3px;
	color : black;
}

.subMenuItem a {
	color : black;
}

.subMenuItem .menuSelected a {
	color : red;
}

.imgLeft {
	float : left;
}

.imgRight {
	float : right;
}

.imageLeft {
	float : left;
	height : 100px;
	width : 75px;
	background : red;
}

.imageRight {
	float : right;
	height : 100px;
	width : 75px;
	background : red;
}

.pageContent {
	position : absolute;
	width : 537px;
	overflow: visible;
	padding-top : 5px;
	padding-left : 10px;
	left: 177px;
	border-bottom: medium solid Black;	
}

.textImage {
	display: block;
	clear : both;
}

.errorMessage {
	color : red;
	font-weight : bolder;
}

/** FORM **/
.formcontent .errorMessage {
	color : red;
	font-weight : bolder;
}

.formcontent .required { 
	font-weight:bold 
}

/** BREAD CRUMB TRAIL **/

.breadCrumbTrail {
	margin-top : 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bolder;
	color : black;
	width : 714px;
}

.breadCrumbTrail .title {
	display : inline;
	color : red;
}

/** SITEMAP **/

.sitemapContainer {
	margin-left : -25px;
}

.sitemap {
	padding-top : 10px;
	padding-bottom : 7px;
	margin-left: 25px;
	padding-right: 3px;
	clear : left;
}

.sitemap .name, .sitemap .title {
	display : inline;
}

.sitemapThumb {
	float : left;
	border: none;
	margin-left : 10px;
}

.nameAndTitle {
	overflow : visible;
}

/** PHOTO TEXT NAVIGATION **/

.imageNavigation {
	clear : both;
	display: block;	
	width : 100%;
	text-align : center;
	padding-bottom: 5px;
}

.thumbnail {
	float : left;
	text-align : center;
	vertical-align: middle;	
}

.size100 {
	height : 110px;
}

.size150 {
	height : 160px;
}

/** CAFEPRESS PRODUCTS **/

.cpDescription {
	text-decoration: underline;	
}

.cpOrderInfo {
	text-decoration: underline;	
	font-size : smaller;
}

.cpPrice {
	font-size : smaller;
}

.shipping {
	width : 714px;
	font-size: x-small;
	font-weight : bold;
	text-align : center;
	color : black;
	background-color: #CCCCCC;
}

.cpProduct {
	float : left;
	text-align : center;
}

/** SEARCH **/

.searchbox label {
	display: none;
}

.search .nrResults {
	border-top: 1px solid Black;	
	text-align : right;
	margin-top : 1em;
	background-color : #D9D9D9;
	font-size : smaller;
}

.search .pages {
	text-align : center;
}

.search .next, .search .prev {
	font-weight : bold;
}

.search .query {
	width : 20em;
}

.search .result {
	margin-top : 1em;
	margin-bottom : 0.5em;
}

.search .result .url {
	font-size : smaller;
	color : green;
}

.search .result .url a {
	color : green;
	text-decoration:none;
}

.menuSearch {
	font-size : smaller;
	float : right;
}

.menuSearch .query {
	width : 10em;
	font-size : 0.95em;	
}

.menuSearch .button {
	font-size : 0.95em;
}