@import 'reset.css';	
@import 'typography.css';


/* ---- GLOBAL SITE STYLES ---- */ 
body {
	background-color:#595E66;
	color:#333333;
}
a {
	color:#004981;	
}
h1, h2, h3 {
	color:#004981;
}
h1 {
	font-size:2.75em;
	font-family:'Georgia', serif;
	line-height: 1em;
}
h2 {	
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 1em;
	font-size:1.2em;	
	font-weight:bold;
	/*color:#2160AC;*/
}
h3 {
	font-size: 1em;
	font-weight: bold;
	font-family:'arial', sans-serif;
	padding-bottom:.5em;
	margin-bottom:1em;
	border-bottom:1px solid #999999;
}

textarea {
	height: 80px;
	width: 277px;
}


#outerbox, #footer {
	width:989px;
	position:relative;
	margin:0 auto;
	padding-right:6px;	
	padding-left:6px;
	font-size:1.2em;
	background:url(../images/outerbox.png) repeat-y;
}
#outerbox:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

#main ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 1.5em;
}
	#main li {
		padding-left: .9em;
		background: url('../images/bullet.png') no-repeat 0 6px;
		margin-bottom: 0.75em;
	}



/* ---- grid style ---- */
.column {
	position:relative;
	float:left;
}
#nav {
	width:174px;
	background-color:#FFFFFF;
	padding-top:41px;
	padding-left:26px;
}
#main {
	width:789px;
	background-color:#F6F6DC;
	padding-bottom:25px;
	min-height: 600px;
}
.leftcol {
	width:419px;
	margin-right:13px;
	padding-left:43px;
	padding-right:40px;
}
.rightcol {
	width:193px;
/*	margin-top:16px; */
	overflow: hidden;
	margin-right:13px;
	padding-right:40px;
	padding-left:28px;
}
	.rightcol img {
		margin-bottom: 1em;
	}


/* ---- navigation styles ---- */
#nav ul {
	margin:45px 0 0;
	padding:0;
	list-style:none;
}
#nav li {
	margin:0 0 15px;
	padding:0;
}
#nav li a {
	color:#333333;
	text-decoration:none;
}
	#nav li a:hover {
		text-decoration: underline;
		color: black;
	}
#nav li ul {
	margin:0 0 0 11px;
}
#nav li ul li {
	margin:4px 0;
	padding:0;
}
#nav li ul li a {
	color:#999999;
}
#nav .on > a {
	color:#004981;	
}


/* ---- product finder styles ---- */
	.filters label {
		background-color: #ecd28c;
		color: #ba802e;
		font-weight: bold;
		display: block;
		padding: 5px;
	}
	.filters p {
		display:inline-block;
		background-color: #f2e8bc;
		padding: 5px;
	}
	
	.boxed select {
		display: block;
		width: 183px;
	}
.productblock {
	padding: 10px;
	background-color: #d4e0ea;
	margin-bottom: 20px;
}
	.productblock h2 {
		color: #720e18;
		margin: 0;
	}
	.productblock h3 {
		border: none;
		margin: 0;
		text-transform: uppercase;
	}
	.productblock label {
		color: #2160ac;
		display: block;
	}
		.productblock label strong {
			color: #344e6e;
		}
	.productblock hr {
		height: 1px;
		background-color: #7da2c0;
		border: none;
	}
	.productblock p {
		width: 405px;
		min-height: 31px;
	}


/* ---- masthead styles ---- */
#masthead {
	width:789px;
	margin-bottom:36px;
	font-size:1.2em;
	border-bottom:2px solid #FFFFFF; 
}
#masthead img {
	display:block;
}
#masthead h6 {
	float:left;
	width:79px;
	height:44px;
	margin:0;
	padding:8px 0 0 13px;
	color:#FFFFFF;
	font-size:.80em;
	font-weight:normal;
	overflow:hidden;
	background:url(../images/masthead_label.png) no-repeat;
}
#masthead ul {
	float:left;
	width:652px;
	height:46px;
	padding-top:6px;
	padding-left:45px;
	margin-bottom: 0;
	background:url(../images/masthead.png) repeat-x left bottom;
}
#masthead li {
	margin:0 16px;
	background: none;
	padding-left: 0;
}
#masthead li img {
	display:inline;
}
#masthead:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 10px;
	height: 81px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
}
#fisheye_menu span {
	position: absolute;
	top: 49px;
	left: -28px;
	text-align: center;
	font-weight: bold;
	width: 150px;
	padding: 1px;
	margin: 0;
	color: #333;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 1px solid white;
	vertical-align: top;
	position: relative;
	top: 0;
}
	#fisheye_menu img:hover {
		border-width: 2px;
	}

/* ---- footer styles ---- */
#footer ul {
	position:relative;
	left:200px;
	width:761px;
	padding-bottom:12px;
	padding-left: 28px;
	font-size:.80em;
	/*border-bottom:3px solid #666666;*/
}
#footer li {
	padding:0 12px;
	border-right:1px solid #999999;
}
#footer li, #footer li a {
	color:#999999;
}

/* ---- site element styles ---- */
a.arrow {
	padding-right:2em;
	background:url(../images/arrow_link.png) no-repeat right 2px;
	color:#333333;
	text-decoration:none;
}
a.icon_pdf {
	padding-top:.5em;
	padding-left:2em;
	background:url(../images/icon_pdf.png) no-repeat left 2px;
}

.frame {
	margin-bottom:11px;
	border:6px solid #666666;
}

.small {
	font-size:.95em;
}
.last {
	border:none !important;
}


/** ADMIN **/
#pagecontent {
}
	.mceEditor {
		height: 500px;
	}
	.mceEditor_small {
		height: 500px;
		width: 240px;
	}
		.mceContentBody {
			font-size: 0.75em;
			background-color: #F6F6DC;
			padding: 5px 10px;
		}
			.mceContentBody ul {
				padding-left: 1.3em;
			}
