html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label,
caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-size: 16px;
	font: inherit;
	vertical-align: baseline;
}

a {
	text-decoration: none;
	font-size: 100%;	/* IE7 */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
li {
	list-style-type: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sub {
	font-size: 12px;
	vertical-align:bottom;
}
sup {
	font-size: 12px;
	vertical-align:top;
}
table {
	border-spacing: 0;
	
}



/*** END RESET ***/


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

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

}

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

}

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

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

body {
	background: black;
	color: white;
	font-family: "MetaPlusNormalRomanRegular", georgia, serif;
}

/*h1, h2 {
	color: rgb(212,185,145);
}*/

#main {

	margin: 0 auto;
	position: relative;
}

/******* header ******/

header {
	position: relative;
}

header nav {
	background-image: url(../images/top-strip.png);
	background-repeat: repeat-x;
	height: 91px;
	z-index: 100;
	position: relative;	
	font-family: metaplusmedium-romanregular, arial, helvetica, sans-serif;
	color: rgb(212,185,145);
	min-width: 1120px;

}

header nav a {
	font-family: metaplusmedium-romanregular, arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;	
	color: rgb(212,185,145);
	letter-spacing: 0.04em;
	margin: 0 10px;
	border-bottom: none;
	transition: all 0.15s ease-in;
}

header nav a:hover, header nav a.active {
	color: white;
}

header nav ul {
	position: absolute;	
	right: 20px;
	top: 40px;
}

header nav ul li {
	display: inline;

}

#phone {
	font-family: metaplusbook-capsregular, metaplusmedium-romanregular, arial, helvetica, sans-serif;
	font-size: 24px;
	color: rgb(179,179,179);
	position: absolute;	
	right: 24px;
	top: 28px;
}

#social {
	height: 58px;
}

#social ul {
	position: absolute;
	right: 220px;
	top: 20px;
}

#social li {
	background-image: url(../images/sprites/social-media.png);
	width: 31px;
	height: 34px;
	float: left;
	margin-right: 2px;
}

#social li a {
	display: block;	
	width: 100%;
	height: 100%;

}

#facebook {
	background-position: 0px 0px;
}

#twitter {
	background-position: 0px -44px;
}

#social #email {
	background-position: 0px -88px;
	width: 35px;
}

#logo {
	position: absolute;
	top: 9px;
}

/******* #content ******/


#content {
	background-color: rgb(223,191,127);
	background-image: url(../images/sprites/bg2.jpg);
 	background-position: center;
 	background-repeat: no-repeat;	
	position: relative;	
	z-index: 0;
	top: -18px;
	height: 601px;
	/*overflow: hidden;*/
	color: black;
	min-width: 1120px;
	
}

#content article a {
	color: rgb(63, 0, 22);
	font-family: 'MetaPlusBoldRoman', arial, helvetica, sans-serif;
}

#content article a:hover {
	text-decoration: underline;
}

#content article {
	position: absolute;
	width: 340px;
	top: 124px;
	left: 160px;
	line-height: 1.5em;
	font-size: 14px;
	z-index: 99;
}

#content article p {
	line-height: 1.4em;
	opacity: 1;
	margin-bottom: 14px;
	width: 400px;
}

#content article.long {
	top: 50px !important;
}

	/* #content price table */

	#content article table {
		position: relative;	
		top: -20px;
		left: 20px;
		padding: 10px;
	}

	#content article table td:first-child {
		text-align: left;
	}

	#content article table th {
		width: 60px;
	}

	#content article table.wide {
		width: 150%;
	}

	#content article table.wide th.title {
		width: 380px;
	}

	#content article table td, table th {
		text-align: right;

	}

	#content article table th.title {
		width: 140px;

	}

#content p.note {
	width: 380px;
	font-size: 13px;
	position: absolute;	
	bottom: 28px;
	left: 140px;
	font-style: italic;
}

#content.solo article {
	left: 0;
	width: 550px;
	top: 60px;
}

#content article h1, #content article h2, #content article h3 {
	color: black;
	font-family: "MetaPlusBoldCaps", arial, helvetica, sans-serif;
	margin-top: 20px;
	font-size: 18px;
	margin: 10px 0 2px 0;
}

#content article h1 {
	font-size: 32px;
}

#content article h3 {
	font-size: 14px;
}

#content article#number2 {
	top: 158px;
}

#content article#number3 {
	top: 120px;
}

#content article#number4 {
	top: 130px;	
}

#content article#number5 {
	top: 260px;	
}

#content article#number6 {
	top: 294px;
}

#content article#number7 {
	top: 58px;
}

#content article#number8 {
	top: 294px;
}

#content article.short {
	width: 300px;
}

#content .inner {
	padding: 80px 20px 20px 40px;
	padding: 0 20px 20px 0;
	width: 1060px;
	width: 1120px;
	width: 1100px;
	height: 600px;
	overflow: hidden;

}

#content nav {
	margin: 20px 0 0 20px;
	z-index: 99;
	width: 180px;
}

#content nav a {
	display: block;
	width: 80%;
	text-transform: uppercase;
	color: black;
	margin: 20px 0 0 30px;
	font-size: 14px;
	font-family: MetaPlusNormalRomanRegular, arial, helvetica, sans-serif;
	padding-bottom: 2px;
}

#content nav a:hover {
	text-decoration: underline;	
	border-bottom: none;
}

#content nav a.active {
	border-bottom: 1px solid black;
	width: 90px;
	font-family: 'MetaPlusBoldRoman', arial, helvetica, sans-serif;
}

#content nav a.active:hover {
	text-decoration: none;
}

.bg {
	width: 584px;
	height: 605px;
	/*background-image: url(../images/sprites/mission.jpg);*/
	background-image: url(../images/sprites/demo.jpg);
	position: absolute;
	left: 500px;
	left: 520px;
	/*right: 0;*/
	top: 0;
	z-index: 0;
}

.section-header {
	color: black;
	text-transform: uppercase;
	font-size: 24px;
	font-family: MetaPlusBoldRoman, arial, helvetica, sans-serif;
	margin-top: 80px;
}

/******* footer ******/

footer {
	font-size: 11px;
	position: relative;
	z-index: 99;
	top: -33px;
	margin-bottom: 120px;
	color: white;
}

#base-bar {
	background-image: url(../images/bottom-strip.png);
	height: 44px;
	padding-top: 32px;
	overflow: hidden;
	margin-bottom: 8px;
	position: relative;	
	/*min-width: 1120px;*/
	min-width: 1120px;
}

/*#base-bar a {
	display: block;
	width: 100%;
	height: 100%;
}
*/

#base-bar .inner {
	height: 180px;
}

#base-bar h2 {
	position: absolute;	
	top: -12px;
	right: 20px;
	border-bottom: 3px solid rgb(212,185,145);
	padding: 0 4px 4px 0;
	width: 98%;
	text-align: right;
	transition: all 0.15s ease-in;
	color: rgb(212, 185, 139);
}

#base-bar h2 a {
	font-size: 36px;
	text-transform: lowercase;
	color: white;
}

#base-bar h2 a:hover {
	text-decoration: none;
}

#base-bar h2.hover {
	text-shadow: 3px 3px 3px black;
}

#base-bar li {
	width: 366px;
	height: 176px;
	float: left;
	margin-right: 8px;
	position: relative;	
}

#copyright a {
	text-transform: none;
}

#base-links nav {
	position: absolute;
	right: 16px;
	top: 0;
}

#base-links nav a {
	font-family: metaplusbook-capsregular, metaplusmedium-romanregular, arial, helvetica, sans-serif;
	margin: 0 2px 0 2px;
	letter-spacing: 0.06em;
}

#extended-links {
	margin-top: 30px;
}

#extended-links a {
	font-size: 10px;
}

#extended-links h4 {
	font-size: 13px;
	font-family: 'MetaPlusBoldRoman', arial, helvetica, sans-serif;
	margin-bottom: 10px;
}

#extended-links li {
	float: left;	
	width: 160px;
	text-transform: uppercase;
	line-height: 1.5em;
}

#extended-links ul ul li {
	float: none;
}

footer nav {
}

footer a {
	font-size: 11px;
	color: white;
	text-transform: uppercase;
}

footer a:hover {
	text-decoration: underline;
}

.inner {
	/*width: 1120px;*/
	width: 1120px;
	margin: 0 auto;
	position: relative;

}

.last {
	margin-right: 0 !important;
}

.long {
	width: 120%;
}

/******************* TEST SECTION ******************/

#content h2 {
	cursor: pointer;
}

#content h2 strong.underline {
	text-decoration: underline;
	color: black;
}

#content h2 strong {
	font-weight: normal;
}

#content h2 strong:hover {
	color: black;
	text-decoration: underline;
}

#content h2 strong {
	opacity: 1;
	color: rgb(63, 0, 21);
}

#content h2.active strong {
	color: black;
}

#content h2.active + p {
	display: block;
}

#content h2 strong.underline + span {
	color: black;
}

#content h2.active span {
	color: black;
}

#content h2 + p {
	display: none;
}

#content h2 span {
	margin-left: 0.5em;
	color: rgb(60,60,60);
	font-size: 13px;
}

#content h2.underline {
	text-decoration: underline;
}

#content article section.non-clickable-headers h2 strong {
	color: black;
}

#content article section.non-clickable-headers h2 {
	cursor: auto;
}

#content article section.non-clickable-headers h2 strong:hover {
	text-decoration: none;
	cursor: auto;
}

#content article section.non-clickable-headers h2 + p {
	display: block;
}

