@charset "utf-8";
/* CSS Document */

body {background: url('../images/body_bg.png'); color: #000000; font-family: 'arimoregular';}

/* BASICS */
* {margin: 0px; padding: 0px;}

a {
	text-decoration: none;
	-webkit-transition:color 0.2s ease-in;  
	-moz-transition:color 0.2s ease-in;  
	-o-transition:color 0.2s ease-in;  
	-ms-transition:color 0.2s ease-in;   
	transition:color 0.2s ease-in;
	}
	a:hover {text-decoration: none;}
	
a, a:focus, a img {outline: none; border: none;}
.btn, .bigBtn {display: inline-block;}
.easeIn, .bigBtn, .btn, input[type="button"], input[type="submit"] {color: black; cursor: pointer; -moz-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; transition: all .3s ease-in;}
.btn, input[type="button"], input[type="submit"] {font-size: 14px; background: #9ed414 url('../images/btn_bg.png') 0 0 repeat-x; padding: 2px 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #a3dc13;}
.bigBtn, input[type="button"].bigBtn {font-size: 16px; background: #a4ce39 url('../images/bigBtn_bg_off.png') 0 0 repeat-x; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding: 8px 25px; border-top: 1px solid #a3dc13; border-bottom: 1px solid #7b9a2b; border-right: 1px solid #9ac236; border-left: 1px solid #9ac236;}
	.bigBtn:hover, input[type="button"].bigBtn:hover {background: url('../images/bigBtn_bg_on.png') 0 0 repeat-x; background-color: #03c5e8; border-top: 1px solid #03c5e8; border-bottom: 1px solid #0490c2; border-right: 1px solid #03b9df; border-left: 1px solid #03b9df;}
	.btn:hover, input[type="button"]:hover, input[type="submit"]:hover {background-color: #03c5e8; border: 1px solid #03c5e8;}

input[type="text"] {padding: 4px 10px; color: #8e8d8f; border: 1px solid #000000; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}

/* FONTS */
@font-face {
    font-family: 'arimobold';
    src: url('../fonts/arimo-bold-webfont.eot');
    src: url('../fonts/arimo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arimo-bold-webfont.woff') format('woff'),
         url('../fonts/arimo-bold-webfont.ttf') format('truetype'),
         url('../fonts/arimo-bold-webfont.svg#arimobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arimobold_italic';
    src: url('../fonts/arimo-bolditalic-webfont.eot');
    src: url('../fonts/arimo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arimo-bolditalic-webfont.woff') format('woff'),
         url('../fonts/arimo-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/arimo-bolditalic-webfont.svg#arimobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arimoitalic';
    src: url('../fonts/arimo-italic-webfont.eot');
    src: url('../fonts/arimo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arimo-italic-webfont.woff') format('woff'),
         url('../fonts/arimo-italic-webfont.ttf') format('truetype'),
         url('../fonts/arimo-italic-webfont.svg#arimoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arimoregular';
    src: url('../fonts/arimo-regular-webfont.eot');
    src: url('../fonts/arimo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arimo-regular-webfont.woff') format('woff'),
         url('../fonts/arimo-regular-webfont.ttf') format('truetype'),
         url('../fonts/arimo-regular-webfont.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*HEAD ELEMENTS*/
#wrap {width: 100%; padding-top: 1px;}
	#header {width: 1004px; margin: auto; position: relative;}
		#amfLogo {display: block; width: 139px; height: 138px; position: absolute; top: 40px; background: url('../images/am_foam_logo.png') 0 0 no-repeat; z-index: 500;}
		#header li {list-style: none;}
		
		/* main nav */
		#mainNav {float: right; margin-top: 50px; padding-left: 210px; position: relative; z-index: 600;}
			#mainNav li {display: inline-block;}
				.mainLink {color: #868583; font-size: 16px; margin-left: 25px; padding: 15px 0px;}
					.mainLink:hover {color: #03c5e8;}
					.subSib {background: url('../images/nav_arrow.png') 50% 65px no-repeat;}
					.subSib:hover {background-position: 50% 42px;}
					
				.subNav {position: absolute; left: 0px; top: 38px; width: 800px; background: url('../images/sub_nav_bg.png'); padding: 20px; text-align: right; display: none;}
						.subNav a {color: #c4c4c4; margin-left: 5px; padding: 15px 5px;}
							.subNav a:hover {color: #03c5e8;}
						
						#mainNav li:last-child .toolTip {right: 0px;}
						.toolTip {width: 260px; padding: 20px 35px; position: absolute; top: 63px; display: none; background: url('../images/sub_nav_bg.png'); color: white; font-size: 14px; line-height: 22px; border: 1px solid black; z-index: 1500; text-align: left;}
							.toolTip span {color: #ccdc41;}
		
		/* top navigation */
		#topNav {width: inherit; height: 25px; font-size: 14px; margin-top: 5px; color: #000000;}
			#topNav > li:last-child {float: right;}
			#topNav > li:first-child {float: left; margin-left: 300px;}
				#topNav li {display: inline-block; color: #000000;}
					#topNav .spacer {padding: 0px 5px;}
					#topNav .topLink {color: #014172;}
					#topNav span {color: #a4ce39;}
						#topNav .topLink:hover {color: #03c5e8;}
					#topNav .btn {margin-left: 15px;}
					#topNav a {color: #000000;}
					
		/* carousel */
		#carousel {width: 1004px; height: 330px; position: absolute; top: 113px; z-index: 400; position: relative; color: white;}
			.next, .prev {width: 36px; height: 136px; display: block; position: absolute; top: 75px; z-index: 3000;}
			.next {background: url('../images/btn_next.png') -36px 0px no-repeat; right: 0px;}
			.prev {background: url('../images/btn_back.png') 0px 0px no-repeat; left: 0px;}
				.next:hover {background-position: 0px 0px;}
				.prev:hover {background-position: -36px 0px;}
			
			.slide {width: inherit; height: inherit; position: absolute; display: none;}
				.infoBlock, .imageBlock {position: absolute;}
				.infoBlock {width: 360px; left: 130px;}
					.infoBlock span {font-size: 24px; padding-right: 5px;}
						.infoBlock strong {color: #cfdbb0;}
					.infoBlock .bigBtn {margin-top: 25px; margin-left: 90px;}
				.imageBlock {width: 400px; height: 307px; right: 60px; background: url('../images/image_shadow.png') bottom left no-repeat;}
					.imageBlock img {-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.1); -moz-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.1); box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.1);}
					
		/* cta */
		#cta {position: absolute; bottom: 7px; z-index: 500;}
			#cta li {display: inline-block; float: left;}
				#cta span {font-size: 18px; color: #03c5e8; font-family: 'arimoitalic';}
				#cta b {font-size: 24px; font-family: 'arimobold'; font-weight: normal; color: #acabad;}
				#headSocial {margin-left: 15px;}
					#headSocial a {display: block; width: 33px; height: 32px; position: relative; margin-left: 6px;}
					#headSocial img {position: absolute;}
					.imgOn {display: none;}
		
	/* content */
	#content {width: 844px; position: relative; top: -55px; padding: 100px 80px; background-color: white; border: 1px solid #cccbcb; margin: auto; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; -webkit-box-shadow: 0px 0px 2px rgba(2, 2, 2, 0.09); -moz-box-shadow: 0px 0px 2px rgba(2, 2, 2, 0.09); box-shadow: 0px 0px 2px rgba(2, 2, 2, 0.09);}
		h1 {font-size: 30px; color: #00223a; font-weight: normal; font-family: 'arimobold'; padding-bottom: 20px;}
		h2 {color: #a4ce39; font-weight: normal; font-family: 'arimobold';}
		h3 {color: #a4ce39; font-weight: normal; font-family: 'arimobold';}
		h4 {font-size: 20px; color: #77e0f3; font-weight: normal;}
		h5 {font-size: 18px; color: #b7b7b4; font-weight: normal; border-bottom: 5px solid #eee; font-family: 'arimobold'; margin-bottom: 10px;}
		h6 {font-size: 18px; color: #b7b7b4; font-weight: normal;}
		#content p {padding-bottom: 20px; line-height: 25px;}
		#content a {color: #014172;}
		#content a:hover {color: #a4ce39;}
		.imgRight {float: right; margin: 0px 0px 40px 40px; border: 1px solid #dbdbdb;}
		.imgLeft {float: left; margin: 0px 40px 40px 0px; border: 1px solid #dbdbdb;}
		#content .spacer {width: 1000px; clear: both;}
		#content ul {}
			#content li {display: block; text-indent: -1.1em; padding-left: 35px; padding-bottom: 10px;}
					#content li:before {content: "\2022  "; font-weight: bold; font-size: 18px; color: #000000; padding-right: 5px;}
					
			#content form li:before {content: ""; padding-left: 15px;}
			select, #prodForm input[type="text"] {border: 1px solid #dbdbdb; padding: 3px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #8E8D8F;} 
			label {font-size: 14px; padding-right: 10px;}
			#prodForm select, #prodForm input[type="text"] {margin: 3px 0px;}
			#prodForm select {width: 160px; display: block;}
			#prodForm input[type="text"] {width: 20px;}
			#prodForm .bigBtn {margin-top: 15px;}
		hr {border-top: 3px solid #f1f1f1; border-bottom: none; border right: none; border-left: none; margin-bottom: 20px;}
		#shareBox {position: absolute; right: 50px; bottom: 50px;}					
					
	/* footer */
	#footer {width: 100%; background: url('../images/foot_bg.jpg'); border-top: 1px solid #e4e6e8; position: relative; z-index: 420px; margin-top: -57px;}
			#footer li {list-style: none;}
			#footer a {display: block;}
		#footTop {width: 100%; height: 40px; background: #2e8cc2; border-top: 1px solid #267cac; color: white;}
			#footTop > ul {width: 1004px; margin: auto; position: relative;}
				#footTop li {display: inline-block; float: left; line-height: 40px;}
					#footTop strong {font-size: 18px; font-family: 'arimobold'; font-weight: normal;}
						#footTop strong span {color: #222026;}
					#footTop span {color: #5aa4cf; font-family: 'arimobold'; padding: 0px 5px;}
					#footSocial {position: absolute; right: 0px; top: 3px;}
						#footSocial a {width: 33px; height: 32px; position: relative; margin-left: 6px;}
						#footSocial img {position: absolute;}
						
		#footMid {width: 1004px; margin: 40px auto; font-size: 14px;}
			#footMid > li {display: inline-block; vertical-align: top; padding: 0px 60px;}
				#footMid > li:nth-child(2) {border-right: 1px solid #0b3d5f; border-left: 1px solid #0b3d5f;}
				#footMid li li {line-height: 25px;}
				#footMid strong {color: #4687ac; font-family: 'arimobold'; font-weight: normal; font-size: 16px; line-height: 40px;}
				#footMid a {color: #e0e0e0;}
					#footMid a:hover {color: #2e8cc2;}
					
		#credits {width: 100%; height: 40px; text-align: center; font-size: 12px; background: #071a29;}
			#credits li {line-height: 40px;}
				#credits a {color: #acabad;}
					#credits a:hover {color: #2e8cc2;}
					
					
					
					