/*-------
// global 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,b,u,i,center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: 'Trebuchet MS', Helvetica, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: 'Trebuchet MS', Helvetica, sans-serif; }
select { font-size: 100%; font-family: 'Trebuchet MS', Helvetica, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; color: #b80000; }
a:link:hover, a:visited:hover { color: #000; }

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



/*-------
// custom styles
//-----*/

#main_div {
	width:100%;
	text-align:center;
}
#page_splash {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:950px;
	text-align:left;
}
#intro_bg {
	background-image:url(../img/intro_bg.png);
	height:648px;
}



html { height: 100.01%; }
body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background: #c9bbac url(../img/background.jpg) repeat 0 0;
}
#page {
	width: 950px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #565656;
	background: #FFFFFF;
}

#top {
	width: 100%;
	overflow: hidden;
	background: url(../img/top-bg.gif) repeat-x 0 0;
}
	#top2 {
		background: url(../img/top-r.jpg) no-repeat 100% 0;
		height: 111px;
	}
	#logo {
		float: left;
		padding: 27px 0 0 38px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 478px;
			height: 48px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}

#wrap {
	width: 100%;
	overflow: hidden;
	background: url(../img/content-t.jpg) no-repeat 100% 0;
}
	#content, #content_wide, #content_prods {
		float: left;
		min-height: 522px;
		padding: 5px 0 0 50px;
		background: url(../img/content-b.jpg) no-repeat 0 100%;
	}

	#content {
		width: 710px;
	}

	#content_wide {
		width: 870px;
	}


	#content_prods {
		width: 570px;
	}

	#side1 {
		float: right;
		width: 140px;
		padding: 60px 45px 0 0;
	}

	#side_prods {
		float: right;
		width: 320px;
		padding: 75px 5px 0 0;
	}



#content p, #content_wide p, #content_prods p, #side_prods p {
	line-height: 1.5;
	margin: 0 0 1em;
}
#content ul, #content_wide ul, #content_prods ul {
	list-style: disc;
	line-height: 1.5;
	margin: 0 0 1em 1.5em;
}

#content ul ul, #content_wide ul ul, #content_prods ul ul {
	list-style: none;
	line-height: 1;
	margin: 0 0 1em 1.5em;
}

#content h2, #content_wide h2, #content_prods h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 .3em;
}

#content h2.title, #content_wide h2.title, #content_prods h2.title {
	font-size: 150%;
	font-weight: bold;
	margin: 1.1em 1px 0;
	color: #b80000;
}

.subhead {
	font-weight: bold;
	color: #b80000;
	font-size: 14px;
	font-style:italic;
}

.bold { font-weight:bold;}

#content h3, #content_wide h3, #content_prods h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 .4em;
}

#title1 {
	width: 700px;
	height: 41px;
}
	#title1 span { background: url(../img/title-1.png) no-repeat 0 0; }


#menu {
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 10px;
}
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#menu li {
			display: inline;
		}
			#menu li a:link, #menu li a:visited {
				padding: 0 .3em;
				text-decoration: none;
				color: #333333;
			}
			#menu li a:link:hover, #menu li a:visited:hover {
				color: #b70000;
			}
			#menu li.active a:link, #menu li.active a:visited {
				color: #b70000;
			}


.column-wide, .column-wide2, .column-wide3 {
	overflow: hidden;
	margin: 0 0 10px 2px;
}

.column-wide2, .column-wide3 {
	width: 100%;
}

.column-wide {
	width: 90%;
}

.column-wide table, .column-wide2 table, .column-wide3 table {

}

.column-wide td, .column-wide2 td, .column-wide3 td {
	padding-top: 15px;
}

.column img {
	margin-top: 25px;
}



.column-wide li {
	margin-top: 8px;
}


.column-wide2 td, .column-wide3 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
.column-wide2 td {
	width: 112px;
}
.column-wide3 td {
	width: 175px;
}




.cols2-1, .cols2-2 {
	width: 100%;
	overflow: hidden;
	font-size: 120%;
	margin: 0 0 10px;
}
	.cols2-1 .col2-1 {
		float: left;
		width: 254px;
		margin: 0 10px 0 0;
	}
	.cols2-1 .col2-2 {
		float: left;
	}

	.cols2-2 .col2-1 {
		float: left;
		width: 145px;
		margin: 0 0px 0 0;
	}
	.cols2-2 .col2-2 {
		float: left;
	}


#breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a5a5a5;
	margin: 0 0 20px 3px;
}
#breadcrumbs a {
	color: #a5a5a5;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	color: #b70000;
	text-decoration: underline;
}

.items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #565656;
	width: 95%;
}


#side1 h3 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 .3em;
	color: #b70000;
}
	#side1 h3 span {
		color: #333333;
		display: block;
	}
#side1 p {
	margin: 0 0 1.5em;
}
#side1 p.bullet {
	background: url(../img/bullet-1.gif) no-repeat 0 .25em;
	text-indent: 10px;
}
#side1 p.img img {
	border: solid 1px #b2b2b2;
	margin-top: -.5em;
}
	#side1 p a:link, #side1 p a:visited {
		text-decoration: underline;
	}


#footer {
	background: #b70000;
	color: #FFFFFF;
	padding: 1em 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 108.33%;
	letter-spacing: .25em;
}	
	#footer p.links {
		text-align: center;
	}
		#footer p.links a:link, #footer p.links a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		#footer p.links a:link:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}




