@import "global.css";
@import "main.css";
@import "form.css";

body {
	background-image: url(/image/layout/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-color: #FFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.wrapper {
	width: 820px;
	margin: 0 auto 0 auto;
}

#Page {
	position: relative;
	background-color: #FFF;
	width: 820px;
}

#Page #SearchForm {
	padding: 10px 0 0 10px;
}

#MenuBar {
	background-image: url(/image/layout/header-mainmenu-background.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 48px;
	margin: 0;
}
	#MenuBar ul {
		padding: 21px 0 0 0;
		margin: 0 28px 0 0;
	}
	#MenuBar ul li {
		font-family: Arial, Verdana, sans-serif;
		font-size: 11px;
		float: right;
		display: inline;
		line-height: 18px;
		color: #000;
		margin: 0 5px 0 5px;
		height: 18px;
	}
	#MenuBar ul li.divider {
		padding: 0;
		margin: 0;
	}
	#MenuBar ul li a {
		display: block;
		text-decoration: none;
		color: #000;
		padding: 0 5px 0 5px;
	}
	#MenuBar ul li a:hover {
		background-color: #262626;
		font-weight: bold;
		color: #FFF;
	}

#Banner {
	position: relative;
	background-repeat: no-repeat;
	height: 207px;
}
	#Banner ul {
		position: absolute;
		top: 30px;
		right: 20px;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#Banner ul li a {
		color: #A78D6B;
		text-decoration: underline;
	}

/*
#Page .leftTop {
	background-image: url(/image/layout/content-corner-top-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 10px;
	border: 1px solid #a1a1a1;
}
#Page .leftBottom {
	background-image: url(/image/layout/content-corner-bottom-left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#Page .rightBottom {
	background-image: url(/image/layout/content-corner-bottom-right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 17px;
}

#Page .rightTop {
	background-image: url(/image/layout/content-corner-top-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 17px;
}
*/

#Content {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	min-height: 480px;
	padding: 5px;
	margin: 0 10px 0 10px;
}
	#Page .header {
		height: 17px;
		margin-top: 10px;
	}
	#Page .footer {
		height: 25px;
	}

#Nav {
	width: 219px;
	margin: -17px 0 -17px 0;
}
	#Nav .content {
		background-color: #ECECE0;
		margin: 0;
	}
	#Nav ul {
		list-style: none;
		padding: 10px 0 85px 10px;
		margin: 0;
	}
	#Nav ul li {
		margin: 20px 0 0 0;
	}
	#Nav ul li.divider {
		margin: 10px 0 0 0;
	}
	#Nav ul li a {
		
		color: #9D0000;
		text-decoration: none;
		padding: 5px;
	}
	#Nav ul li.alwaysDisplay a {
		background-color: #640D0E;
		color: #FFFFFF;
		font-size: 12px;
	}
	#Nav ul li a:hover {
		color: #000	;
	}
	#Nav ul li.alwaysDisplay a:hover {
		background-color: #262626;
		color: #FFF;
	}
		#Nav ul ul{
			list-style: none;
			width: 175px;
			padding: 0 0 0 0;
		}
		#Nav ul ul li a{
			color: #EEEEEE;
			font-size: 11px; 
		}
	#Nav .footer {
		background-image: url(/image/layout/content-nav-footer.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
		color: #BBBBBB;
		height: 186px;
		margin: 0;
	}
		#Nav .footer p {
			font-family: Georgia, Times New Roman, Times, serif;
			font-size: 12px;
			line-height: 23px;
			font-style: italic;
			padding: 30px 20px 10px 20px;
			margin: 0;
		}
		#Nav .footer p em {
			font-weight: bold;
			color: #9D0000;
			text-align: right;
		}
		#Nav .footer p em.indent {
			margin-left: 60px;
		}

#Footer {
	background-image: url(/image/layout/footer-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	text-align: center;
	color: #C0A98C;
	padding: 10px 0 0 0;
}
#Footer img.logo {
	margin-top: 0px;
}
	#Footer ul {
		padding: 0;
	}
	#Footer ul li {
		font-family: Arial, Verdana, sans-serif;
		font-size: 11px;
		font-weight: bold;
		float: center;
		display: inline;
		color: #9D0000;
		margin: 0 3px 0 3px;
	}
	#Footer ul li a {
		text-decoration: none;
		color: #9D0000;
	}
	#Footer .camInfo {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 11px;
		font-style: italic;
		text-align: center;
		color: #8E8E8E;
	}

/**** Content Pages ****/
#ContentPage {
	color: #494949;
	width: 539px;
	padding: 0 0 20px 30px;
	margin: 0;
}
#ContentPage .contentImage {
	background-image: url(/image/layout/home-border-president.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 11px 14px 15px 12px;
	margin: 0 10px 10px 0;
}

/**** Categroy Page ****/
#ContentPage .categoryInformation {
	font-size: 14px;
	font-weight: bold;
	color: #262626;
}
#ContentPage .productItem {
	display: inline;
	font-size: 10px;
	width: 122px;
	margin: 15px 8px 0 0;
}
	#ContentPage .productItem .listingImage {
		border: 1px solid #9D0000;
	}
	#ContentPage .productItem .content {
	}
	#ContentPage .productItem .content h2.basket {
		background-color: #9D0000;
		color: #FFF;
		font-size: 12px;
		padding: 5px;
		margin: 1px 0 1px 0;
	}
	#ContentPage .productItem a h2{
		background-color: #DAD8C3;
		color: #9D0000;
		font-size: 12px;
		padding: 5px;
		margin: 1px 0 1px 0;
	}
		#ContentPage .productItem a:hover h2 {
			background-color: #9D0000;
			color: #FFF;
		}
	#ContentPage .productItem p{
		background-color: #ECECE0;
		color: #262626;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#ContentPage .productItem form .button {
		background-color: #ECECE0;
		font-size: 9px;
		font-weight: bold;
		text-decoration: underline;
		color: #262626;
		width: 100%;
	}
/**** Product Page *****/
#ContentPage #ProductImage {
	border: 1px solid #9D0000;
	margin: 0 23px 0 0;
}
#ContentPage #ProductDetails {
	width: 187px;
}
#ContentPage #ProductDetails p {
	width: 187px;
}
#ContentPage #ProductDetails p strong {
	font-size: 16px;
	font-weight: bold;
	color: #9D0000;
}

#sendToFriend {
	width: 500px;
}

/**** Product Detail Flyout ****/
.popOut {
	border: 1px solid black;
	background-color: white;
	color: black;
	width: 300px;
	padding: 0 5px 5px 5px;
}
	.popOut .flyoutImage {
		padding: 0 5px 5px 0;
	}
	.popOut h2 {
		border-bottom: 1px solid black;
		color: black;
		padding: 0;
		margin: 0 0 10px 0;	
	}
	.popOut a {
		color: black;	
	}
	.popOut p {
		padding: 0;	
		margin: 10px 0 0 0;	
	}

/**** Admin Toolbar ****/
div#AdminToolbar {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	padding: 5px;
	background-color: #ccc;
}


/**** Autocompleter ****/
div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
	cursor:pointer;
}

/**** Error Messages ****/
div.message p {
	color: green;
	font-weight: bold;
}
div.exception p {
	color: red;
	font-weight: bold;
}

/**** Product Zoom ****/
#productZoomControl a {
	color: white;
}
.productZoomLink {
	color: white;
	margin-top: -17px;
	padding: 1px;
	border: #666666 1px solid;
	text-decoration: none;
}
	.productZoomLink span {
		color: white;
		font-size: 9px;
		padding: 0 2px 0 2px;
	}
.ProductZoomMainText {
	background-color: #666666;
	margin-right: 1px;	
}
.ProductZoomOnText {
/*	background-color: #0db600;*/
	background-color: #6f2b1d;
}
.ProductZoomOffText {
	background-color: #ff6600;
}