@charset "UTF-8";

/*---AMERICAN CIVIL WAR CSS---*/

/*---GLOBAL STYLES---*/


/*--------------------------LIMITED RESET------------------------*/

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	}
	
/*--------------------------HTML5 DISPLAY RULE------------------------*/	
	
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
	}
	
body {
	font: 100% "Gill Sans";
	line-height:1.5;
	position: relative;
	background: #fff;
	color: rgb(76, 67, 65);
	font-weight: normal;
	font-style: normal;
	}		

/*--------------------------BASIC LAYOUT STYLES------------------------*/	

html {
	background-color: white;
	background-image:url(../_images/html_bkgd.jpg);
	background-repeat:repeat;
	}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */

.cf:before, .cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;	
}
/*-----------------MAIN BODY AND NAVIGATION AREA------------------*/			

.navBanner {
	width: 8400px;
	height: 135px;
	position: fixed;
	margin-left: -1600px;
	background-color: white;
	border-bottom: 1px solid #849e9b;
	z-index: 100;
	-webkit-box-shadow: 0 8px 20px #849E9B;
	box-shadow: 0 8px 20px #849E9B;
	}
	
body {
	width: 100%;
	max-width: 1280px;
	height: 6145px;
	margin: 0px auto;
	margin-top: -10px;
	/*background-color: #849e9b;*/
	position: relative;
	}

header {
	width: 1280px;
	height: 155px;
	top: 15px;
	left: 1600px;
	/*background-color: pink;*/
	position: absolute;
	z-index: 2;
	}	
	

#logoAreaAmerican {
	width: 310px;
	height: 110px;
	float: left;
	margin-left: 120px;
	}
.back-to-top .bttb{
	width: 40px;
	test-decoration: none;
	position: fixed;
	bottom: .5em;
	right: .7em;
	color: white;
	padding: .5em 1em;
	cursor: pointer;
}	
	
/*NAVIGATION PAGINATION DOTS*

.pageNavContainer {
	margin-top: 70px;
	width: 70px;
	margin-left: 600px;
	height: 50px;
	border: 3px solid pink;
	position: absolute;
}

	.pagination a {
	margin-top: 9px;
	color: #849e9b;
	float: left;
	font-size: 9px;
	padding: 4px 10px;
	text-decoration: none;
	transition: background-color .3s;	
	}
	
	.pagination a.active {
	background-color: #849e9b;
	border-radius: 40px;
	color: white;
	}
	
	.pagination a:hover:not(.active) {background-color: #BC5657}/

	
/*NAVIGATION AREA*/				
nav {
	height: 2.3em;
	position: relative;
	top: 5.5em;
	right: 122px;
	}
	
nav ul {
	height: 4em;
	width: 100%;
	}
	
nav li {
	background: #849e9b;
	position: relative;
	margin-right: 1em;
	list-style: none;
	border-radius: .3em .3em 0 0;
	float: right;
	}
			
nav li a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	color: white;
	border-radius: .3em .3em 0 0;
	text-decoration: none;
	}
	
nav li a:hover,.topMenu > li:hover > a {
	background: #64393A;
	height: 2em;
	padding-top: .3em;
	position: relative;
	top: -.3em;
	}
/*.current, a:hover.current,.topMenu li:hover a.current {
	background: #A77677;
	color: #eee;
	padding-top: .3em;
	position: relative;
	top: -.3em;
	border-radius: .3em .3em 0 0;
	border-bottom: .3em solid #917f63;
	cursor: default;
	} this part is controlling the current page tab - no sure I need this*/
	
/*DROPDOWN SUBMENU STYLES*/	
nav ul.subMenu {
	float: none;
	/*background: hsla(193,14%,45%,0.58);*/
	width: 17.5em;
	height: auto;
	position: absolute;
	top: 2em;
	left: -9000em;
	max-height: 0;
	-moz-transition: max-height 0.5s ease-in-out;
	-webkit-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
	overflow: hidden;
	}
nav ul.subMenu li {
	float: none;
	border-radius: 0 0 0 0;
	}
.topMenu li:hover ul {
	left: 0;
	max-height: 100em;
	
	}	
nav ul.subMenu li a {
	border-bottom: 1px solid white;
	padding: .2em 1em;
	white-space: nowrap;
	
	}
nav ul.subMenu li:last-child a {
	border-bottom: none;
	}		
nav ul.subMenu li a:hover {
	background: #A77677;
	height: 2em;
	padding-top: .2em;
	top: 0;
	border-radius: 0;
	}
	
.back-to-top .bttb{
/*border:1px solid black;*/
			width: 40px;
  text-decoration: none;
  position: fixed;
  bottom: .5em;
  right: .7em;
  color: white;
  padding: .5em 1em;
	cursor: pointer;
}
/*.back-to-top:hover{
  color: #69bbbb;
}*/

				
/*-------------------AMERICAN CIVIL WAR MEDAL SELECTION PAGE---------------*/		
		
.americanBkGd {
	width: 1140px;
	height: 5835px;
	margin: 0 auto;
	padding-left: 140px;
	padding-top: 99px;
	background: #849e9b;
	background-image:url(../_images/_section_backgrounds/american_bkgd.jpg);
	background-position: top;
	position: absolute;
	margin-top: 135px; /*----space----*/
	}
	
.americanInnerBox {
	width: 998px;
	height: 5758px;
	background-color: hsla(0,0%,100%,0.75);
	font-size: 1.2em;
	position: relative;
	top: -1px;
	left: 1px;
	-webkit-box-shadow: 0 0 9px 10px hsla(190,20%,37%,0.49);
	box-shadow: 0 0 9px 10px hsla(190,20%,37%,0.49);
	background-position: 0 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	border: 1px solid black;
	}

#breadcrumbs{
				margin-left: auto;
				margin-right: auto;
				background-color: #849e9b;
				opacity: .5;
				
  	}	
		.crumbs {
  		padding: .5em;
			text-align: center;
		}
		.crumbs li {
			display: inline-block;
		}
		.crumbs li:after {
			content: '';
			padding: 0 0.35em 0 0.5em;
		}
		.crumbs li.last:before, .crumbs li.last:after {
			content: '';
		}
			.crumbs li a{
				color: white;
				text-decoration: none;
			}	
	
.medalSection {
	width: 860px;
	height:185px;
	/*background: hsla(358,45%,83%,1.00);*/
	position: relative;
	margin-bottom: 40px;
	top: 50px;
	left: 70px;
	}
	
.medalSectionThumbnailLandscape {
	width: 236px;
	height: 178px;
	border: 3px solid #849e9b;
	position: absolute;
	top: 1px;
	}	
	
.medalSectionThumbnailPortrait {
	position: absolute;
	width: 118px;
	height: 178px;
	border: 3px solid #849e9b;
	left: 65px;
	right: 50px;
	}			
	
.medalTitle {
	position: absolute;
	/*background: white;*/
	width: 560px;
	left: 300px;
	top: 20px;
	
	}	
	
p.codePrice {
	position: absolute;
	/*background: pink;*/
	top: 155px;
	left: 300px;
	height: 30px;
	font-weight: 700;
	}
	
.top {
	position: absolute;
	width: 560px;
	left: 370px;
	margin-top: 30px;
	color: #849e9b;
	}

.reserved {
	width: 150px;
	height: 150px;
	background-image: url(../_images/reserved_item.png);
	float: right;
	margin-top: 18px;
	
}

.forwardBtn {
	width: 37px;
	height: 39px;
	color:#849e9b;
	position: absolute;
	margin-left: 1020px;
	margin-top: 5940px;
	}

.backBtn {
	width: 37px;
	height: 39px;
	color: #849e9b;
	position: absolute;
	margin-left: 280px;
	margin-top: 5940px;
	}

.sold {
	position: relative;
	width: 188px;
	height: 182px;
	background-image: url(../_images/sold_item.png);
	float: left;
	margin-left: 371px;
	margin-top: 50px;
	z-index: 1;	
	}

	
		
/*--------------------------AMERICAN CIVIL WAR MEDAL SELECTION PAGE FOOTER------------------------*/		
		
footer {
	position: relative;
	width: 100%;
	height: 145px;
	margin: 0 auto;
	background: #849e9b;
	top: 6145px; /*----space----*/
	}

#copyright {
	text-decoration: none;
	display: inline;
	float: left;
	margin-top: 100px;
	margin-left:142px;
	color: white;
	}
		
#siteDesign{
	text-decoration: none;
	display: inline;
	float: right; 
	margin-right: 140px;
	margin-top: 100px;
	color: white;
}

.link {
	text-decoration: none;
	display: inline;
	color: white;
}
		
