/*
----------------------------------------------- 
		344 Design
----------------------------------------------- */


/*		B A S I C   S E T U P
----------------------------------------------- */

html,			body,
div,			span,
object,			iframe,
h1, h2, h3, h4, h5, h6,
p,				blockquote,
pre,			a,
abbr,			acronym,
address,		code,
del,			dfn,
em,				img,
q,				dl,
dt,				dd,
ol,				ul,
li,				fieldset,
form,			label,
legend,			table,
caption,		tbody,
tfoot,			thead,
tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
}

html {
		height: 100%;
		overflow-y: scroll
}

:focus, a {
		-moz-outline-style: none;
}

body {
		color: #735c43;
		background: #dacec6 url(bg_gradient.png) center 0 repeat-x;
		font: 13px/22px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
		border: none;
}


/*		L I N K S
----------------------------------------------- */

.infobox a:link, .infobox a:visited, #footer a:link, #footer a:visited {
		color: #735c43;
		text-decoration: none;
		border-bottom: 1px dotted #735c43;
}

.infobox a:hover, .infobox a:active, #footer a:hover, #footer a:active {
		color: #735c43;
		border-bottom: 1px solid #735c43;
}


/*		H E A D E R
----------------------------------------------- */

#header {
		padding: 0;
		width: 1024px;
		height: 111px;
		z-index: 1;
		margin: 0 auto;
		background: transparent url(nav.png) 0 0 no-repeat;
}


/*		W R A P P E R
----------------------------------------------- */

#wrapper {
		width: 940px;
		margin: 40px auto 30px auto;
}

#title {
}

h2 {
		font-size: 50px;
		font-weight: normal;
		color: #735c43;
		border-bottom: 1px solid #735c43;
		letter-spacing: 2px;
		width: 850px;
		margin-left: 45px;
		text-align: center;
}

h3 {
		font-size: 20px;
		font-weight: normal;
		color: #735c43;
		width: 850px;
		margin-left: 55px;
		text-align: center;	
		padding-top: 7px;
		font-variant: small-caps;
		letter-spacing: 2px;
}

h3 em {
		letter-spacing: 0;
}

#next {
		display: block;
		float: right;
		margin-right: 2px;
		margin-top: 31px;
		width: 40px;
		height: 40px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-indent: -9999px;
		-webkit-transition: background 0.6s ease-in-out;
		-moz-transition: background 0.6s ease-in-out;
		transition: background 0.6s ease-in-out;
		background: rgba(0,0,0, 0) url(next.png) 10px 15px no-repeat;
}

#back {
		display: block;
		float: left;
		margin-left: 2px;
		margin-top: 31px;
		width: 40px;
		height: 40px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-indent: -9999px;
		-webkit-transition: background 0.6s ease-in-out;
		-moz-transition: background 0.6s ease-in-out;
		transition: background 0.6s ease-in-out;
		background: rgba(0,0,0, 0) url(back.png) 10px 15px no-repeat;
}

#next:hover {
		background: rgba(0,0,0, 0.1) url(next.png) 10px 15px no-repeat;
		-webkit-transition: background 0.25s ease-in-out;
}

#back:hover {
		background: rgba(0,0,0, 0.1) url(back.png) 10px 15px no-repeat;
		-webkit-transition: background 0.25s ease-in-out;
}

#wrapper .text {
		width: 500px;
		margin: 0 0 20px 0;
		margin-left: 219px;
}

.textfirst {
		font-size: 20px;
		font-style: italic;
		border-bottom: 1px dotted #735c43;
		padding-bottom: 22px;
		width: 500px;
		padding-left: 175px;
		padding-right: 175px;
		margin-left: 44px;
}

#wrapper .caption {
		border-top: 1px solid #735c43;
		color: #735c43;
		font-weight: bold;
		padding-bottom: 5px;
		width: 850px;
		position: relative;
		top: -7px;
		margin-left: 44px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 9px;
		text-transform: uppercase;
		letter-spacing: 1px;
		opacity: .85;
}

#wrapper p {
		margin-bottom: 20px;
}

#wrapper .infobox {
		float: left;
		width: 150px;
		margin-left: 44px;
		color: #735c43;
}

#wrapper .infobox th {
		font-weight: bold;
		font-size: 9px;
		text-transform: uppercase;
		letter-spacing: 1px;
		width: 40px;
		opacity: .85;
}

.infobox table {
		text-align: left;
}

#footer {
		width: auto;
		padding: 10px 0 50px 0;
		background: transparent url(bg_mirror_dark.png) 0 0 repeat-x;
}

#footer p {
		padding: 10px 0 0px 0;
		margin: 0 auto;
		color: #735c43;
		width: 850px;
		margin: 0 auto;
}

#footer span {
		width: 173px;
		float: left;
}

#footer em {
		opacity: 0;
		font-weight: bold;
		-webkit-transition: opacity 1s ease-in-out;
		cursor: default;
		font-style: normal;
		margin-left: 174px;
}

#footer em:hover {
		opacity: 1;
		-webkit-transition: opacity 0.5s ease-in-out;
}