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

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

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: "" "";
}


/* ----------------------------------------------------------------
	-------------------------- Essentials ---------------------------
	---------------------------------------------------------------- */

html {
	height: 100%;
	font-size: 62.5%;
	font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
}

body {
	height: 100%;
	color: #1d1c1c;
	background-color: #fff;
	font-size: 1.2em;
	z-index: 1;
	position: relative;
}


table#layout {
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	border-collapse: collapse;
}

	table#layout tr {
	
	}
	
		table#layout tr td {
			vertical-align: top;
			width: auto;
		}
		
		table#layout tr td a,
		table#layout tr td a:visited,
		table#layout tr td a:active {
			color: #292967;
			text-decoration: none;
		}
		
		table#layout tr td a:hover {
			text-decoration: underline;
			color: #ab9509;
		}



/* -------------------------Header-------------------------------- */
#header {
	width: 100%;
	height: 125px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #aaa;
	padding: 25px;
}
	
	#header h1#logo {
		width: 700px;
		height: 125px;
		position: relative;
		display: block;
		right: 0;
		z-index: 999;
		text-indent:-9999px;
		outline: none;
	   overflow: hidden;
	}
	
		#header h1#logo a {
		   background-image: url(/public/images/heading.gif);
			background-repeat: no-repeat;
		   background-position: 0 0;
			display:block;
			width: 100%;
			height: 100%;
			text-decoration:none;
			outline: none;
			z-index: 990;
			position: relative;
			cursor: pointer;
		}


/* -------------------------Menu-------------------------------- */

#left {
	width: 220px !important;
	padding: 25px;
	border-right: 1px solid #aaa;
	background-color: #f6f6f6;
}

	#left ul {
		list-style-type: disc;
		margin-left: 15px;
		line-height: 1.5em;
	}
	
		#left ul li {

		}

/* -------------------------Content-------------------------------- */

#content {
	padding: 25px;
	line-height: 1.5em;
	background-image: url(../img/content_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#content p {
	width: 90%;
	margin: 5px 0px 9px 0px;
}

#content p strong {
	font-weight: bold;
	color: #297f9d;
	
}

#content h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #297f9d;
	margin: 5px 0px 14px 0px;
}

#product_pages {

}

	.page-slider {
		display: inline-block;
		background-color: #e2ecef;
		padding: 14px 0px;
		position: relative;
		width: 650px;
	}
	
	.page-wrapper {
		border-top: 5px solid #297f9d;
		border-bottom: 5px solid #297f9d;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin: 10px auto;
		display: block;
		position: relative;
		line-height: 1;
		font-size: 0;
		width: 660px;
		background-color: #00a5de;
	}

	.page-slider ul {
		margin: 0 auto;
		display: block;
	}
	
	.page-slider ul li {
		font-size: 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.page-slider ul li img {
		border: 0;
		padding: 0;
		margin: 0 auto;
	}
	
	.nav {
		display: block;
		width: 647px;
		padding: 3px 0px 6px 0px;
		text-align: center;
	}
	
	
	.nav ul {
		text-align: center;
		margin: 0 auto;
		display: inline-block;
		font-size: 0;
	}
	
	.nav ul li {
		display: inline;
		padding: 3px 5px;
		margin: 1px;
		background-color: #00a5de;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		opacity: 1.0;
		font-size: 11px;
	}
	
	.nav ul li.disabled {
		color: #4bc2eb;
	}
	
	.nav ul li.active {
		background-color: #0078de;
	}
	



/* ----------------------------------------------------------------
	---------------------- Clear Fix Stuff -------------------------
	---------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


