 @charset "UTF-8";

/*---NAVAL MEDALS FROM 1793 INDIVIDUAL MEDAL PAGE 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: 1;
	-webkit-box-shadow: 0 8px 20px #849E9B;
	box-shadow: 0 8px 20px #849E9B;
	}
	
body {
	width: 1280px;
	min-width: 1280px;
	height: 6200px;
	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;
	}	
	

#logoAreaNaval {
	width: 310px;
	height: 110px;
	float: left;
	margin-left: 120px;
	}

	
/*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;
	}
	


				

/*-------------------INDIVIDUAL MEDAL PAGE---------------*/
	
body.individualMedalWrapper {
	width: 1280px;
	height: 1180px;
	margin: 0 auto;
	margin-top: -10px;
	/*background-color: #849e9b;*/
	}	
	
.individualMedalBkGd {
	width: 1140px;
	height: 745px;
	margin: 0 auto;
	padding-left: 140px;
	padding-top: 98px;
	background: #849e9b;
	background-image:url(../_images/_section_backgrounds/naval_individual_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	margin-top: 138px; /*----space----*/
	}

.individualMedalInnerBox {
	position: relative;
	width: 879px;
	height: 548px;
	background-color: hsla(0,0%,100%,0.75);
	-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);
	padding: 60px;
	padding-top: 40px;
	font-size: 1.2em;
	border: 1px solid black;
	}
		
.medalThumbnailPortrait	{
	position: absolute;
	width: 220px;
	height: 342px;
	border: 3px solid #849e9b;
	top: 37px;
	}	
	
.medalThumbnailLandscape	{
	position: absolute;
	width: 339px;
	height: 249px;
	border: 3px solid #849e9b;
	top: 37px;
	left: 58px;
	}		
		
.medalDetails {
	position: absolute;
	width: 500px;
	height: 475px;
	border: 3px solid #849e9b;
	border-bottom: 0;
	background-color: hsla(0,0%,100%,0.57);
	top: 37px;
	left:400px;
	padding: 20px;
	overflow: auto;
	}

.medalDetails h1 {
	font-family: Cambria;
	font-size: 1em;
	font-weight: 800;
	padding-bottom: 20px;
	}
	
.medalDetails p{
	font-weight: 100;
	margin-bottom: 20px;
	color: rgba(76,65,66,1);
	}
	
.individualMedalCodePrice {
	position: absolute;
	width: 520px;
	height: 52px;
	top: 553px;
	left: 400px;
	background: white;
	font-weight: 700;
	text-align: left;
	padding-left:20px;
	line-height: 2.8em;
	border: 3px solid #849e9b; 
	}
	
.pdfLinkP {
	position: absolute;
	width: 84px;
	height: 87px;
	top: 415px;
	}
	
.pdfLinkP p{
	width: 200px;
	font-size: .7em;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase
	}
	
.backBtnP {
	position: absolute;
	width: 84px;
	height: 87px;
	margin-top: 500px;
	background-repeat: no-repeat;
	}

.pdfLinkL {
	position: absolute;
	width: 84px;
	height: 87px;
	top: 315px;
	}
	
.pdfLinkL p{
	width: 200px;
	font-size: .7em;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase
	}
	
.backBtnL {
	position: absolute;
	width: 84px;
	height: 87px;
	margin-top: 400px;
	background-repeat: no-repeat;
	}
	
.enquireBtn {
	position: absolute;
	width: 178px;
	height: 58px;
	top: 553px;
	left: 222px;
	background: #849e9b;
	}
	
.enquireBtn a{
	width: 100%;
	position: absolute;
	text-decoration: none;
	color: white;
	font-size: 1.1em;
	line-height: 2.8em;
	text-align: center;
	}	


		
/*--------------------------FOOTER------------------------*/		
		
footer {
	position: absolute;
	width: 100%;
	height: 145px;
	margin: 0 auto;
	background: #849e9b;
	top: 1050px; /*----space between----*/
	}

#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;
}
