/*
Theme Name: Puro

*/

/* Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */




body {
	background: url("images/bg.gif") top left repeat-x #181818;
	font-family: Gotham, Helvetica, Arial, sans-serif;
	font-size: 10px;
}
strong {
	font-weight: bold;
}
#page {
	width: 903px;
	height: 556px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 130px;
	width: 100%;
	z-index: 2;
}
#logo {
	position: absolute;
	top: 12px;
	left: 0;
	width: 115px;
	height: 0;
	padding-top: 80px;
	background: url("images/logo.png") top left no-repeat;
	overflow: hidden;
}
#topnav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	top: 100px;
	left: 0;
	font-size: 12px;
}
	#topnav li {
		position: relative;
		float: left;
		border: 3px solid #005641;
		margin-right: 3px;
		background: url("images/linkbg.gif") top left repeat-x #005641;
	}
		#topnav li:last-child {
			margin-right: 0;
		}
		#topnav li a {
			display: block;
			width: 130px;
			padding: 6px 6px 3px 6px;
			text-decoration: none;
			text-align: center;
			color: #fff;
			text-transform: uppercase;
			letter-spacing: .1em;
		}
		#topnav li ul {
			display: none;
		}
			#topnav li:hover ul {
				display: block;
				position: absolute;
				top: 24px;
				left: -3px;
			}
			#topnav li li a {
				text-transform: none;
				letter-spacing: normal;
			}
				#topnav li.page_item ul li ul {
					display: none;
				}
				#topnav li.page_item ul li:hover ul {
					display: block;
					left: 141px;
					top: auto;
					bottom: -6px;
				}
#content {
	background: #fff;
	height: 464px;
	padding: 30px 480px 30px 30px;
	font-size: 12px;
	line-height: 1.75em;
	color: #77787B;
	background-position: top right;
	background-repeat: no-repeat;
}
#content a {
	color: #005641;
}
	#content a:visited {
		color: #77787B;
	}
#content p {
	margin-bottom: 1em;
}
#content ul {
	margin-left: 1em;
	margin-bottom: 1em;
	list-style: disc;
}
#content ul li {
	margin-bottom: 1em;
}
#content ol {
	margin-left: 1.5em;
	margin-bottom: 1em;
	list-style: decimal;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#scroll {
	height: 420px;
	float: left;
	padding-right: 12px;
	text-align: justify;
}
.jScrollPaneTrack {
	position: absolute;
	right: 0;
	top: 0;
	background: #f1f1f1;
	height: 100%;
}
.jScrollPaneDrag {
	background: #ccc;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
}
#content h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1em;
}
#content ul.links {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 1.8em;
}
#content ul.links li {
	margin-bottom: 1em;
}
.page-template-products-php #content {
	padding: 30px 30px 0 30px;
	height: 494px;
}
.product {
	position: relative;
	width: 150px;
	height: 100%;
	margin: 0 30px;
	float: left;
	background-position: center -50px;
	background-repeat: no-repeat;
}
.product h3 {
}
.product a {
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 436px;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: bold;
}
.product a:hover {
	text-decoration: underline;
}
#footer {
	text-transform: uppercase;
	font-size: 10px;
	color: #808285;
	margin-top: 10px;
	position: relative;
	height: 60px;
}
#footnav {
	float: left;
}
#footnav li {
	float: left;
	border-left: 1px solid #808285;
	padding: 0 10px;
}
	#footnav li:first-child {
		padding-left: 0;
		border-left: none;
	}
#footnav a {
	color: #808285;
	text-decoration: none;
}
	#footnav a:hover {
		text-decoration: underline;
	}
#footer .credit {
	clear:left;
	font-size:8px;
	margin-top:10px;
	text-transform:lowercase;
	border-left: none;
	padding-left: 0;
}
#poweredby {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 200px;
	height: 54px;
	background: url("images/poweredby.png") top left no-repeat;
}
/* Home */
body.home #content {
	width: 100%;
	height: 558px;
	padding: 0;
	background: url("images/homebg.jpg") top left no-repeat;
}
