@charset "UTF-8";
/* CSS Document */

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

/*
----------------------------
MAIN
----------------------------
*/

html, body {
	height:100%
}
body {
	background-color:#646e7e;
	margin:0px;
	padding:0px;
}
#wrapper {
	width:100%;
	height:100%;
	position:relative;
}
#header_wrapper {
	position:relative;
	width:100%;
	height:90px;
	top:25px;
	background-image:url(../images/header_slice.gif);
}
#header {
	position:relative;
	width:930px;
	left:50%;
	margin-left:-465px;
	height:90px;
}
#header_menu {
	position:absolute;
	width:406px;
	height:21px;
	top:27px;
	right:0px;
	background-image:url(../images/menu_background.gif);
}
#header_menu li {
	display:inline;
}
#content {
	position:relative;
	top:25px;
	width:930px;
	left:50%;
	margin-left:-465px;
	min-height:400px;
	margin-bottom:65px;
}
a:link {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#000;
}
a:visited {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#000;
}
a:hover {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
	color:#000;
}
/*
---------------------------------
MENU ROLLOVERS
---------------------------------
*/
/* home rollover */
#menu_home a {
	position:absolute;
	width:61px;
	height:21px;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_home_up.gif);
	display:block;
}
#menu_home a:link {
	background-image:url(../images/menu_home_up.gif);
}
#menu_home a:hover {
	background-image:url(../images/menu_home_hover.gif);
}
#menu_home_active {
	position:absolute;
	width:61px;
	height:21px;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_home_hover.gif);
	display:block;
}
/* News/Blog rollover */
#menu_newsBlog a {
	position:absolute;
	width:94px;
	height:21px;
	left:61px;
	top:0px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_newsBlog_up.gif);
	display:block;
}
#menu_newsBlog a:link {
	background-image:url(../images/menu_newsBlog_up.gif);
}
#menu_newsBlog a:hover {
	background-image:url(../images/menu_newsBlog_hover.gif);
}
#menu_newsBlog_active {
	position:absolute;
	width:94px;
	height:21px;
	left:61px;
	top:0px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_newsBlog_hover.gif);
	display:block;
}
/* Dynavector rollover */
#menu_dynavector a {
	position:absolute;
	width:104px;
	height:21px;
	left:155px;
	top:0px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_dynavector_up.gif);
	display:block;
}
#menu_dynavector a:link {
	background-image:url(../images/menu_dynavector_up.gif);
}
#menu_dynavector a:hover {
	background-image:url(../images/menu_dynavector_hover.gif);
}
#menu_dynavector_active {
	position:absolute;
	width:104px;
	height:21px;
	left:155px;
	top:0px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_dynavector_hover.gif);
	display:block;
}
/* wellTempered rollover */
#menu_wellTempered a {
	position:absolute;
	width:147px;
	height:21px;
	left:259px;
	top:0px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_wellTempered_up.gif);
	display:block;
}
#menu_wellTempered a:link {
	background-image:url(../images/menu_wellTempered_up.gif);
}
#menu_wellTempered a:hover {
	background-image:url(../images/menu_wellTempered_hover.gif);
}
#menu_wellTempered_active {
	position:absolute;
	width:147px;
	height:21px;
	left:259px;
	top:0px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_wellTempered_hover.gif);
	display:block;
}
/*
---------------------------------
INDEX PAGE DIVS
---------------------------------
*/
#index_content {
	position:relative;
	width:930px;
	height:580px;
}
#index_content h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	color:#646e7e;
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
}
#index_content h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#646e7e;
	padding-left:25px;
	padding-right:25px;
}
#index_content p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:21px;
	font-weight:normal;
	color:#646e7e;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
}
#index_content a:link {
	text-decoration:none;
	color:#646e7e;
}
#index_content a:visited {
	text-decoration:none;
	color:#646e7e;
}
#index_content a:hover {
	text-decoration:underline;
	color:#646e7e;
}
#index_contentFooter {
	position:relative;
	width:930px;
	height:130px;
	top:-25px;
}
#index_columnLeft {
	position:relative;
	width:610px;
	height:600px;
	top:25px;
	float:left;
	clear:inherit;
	background-color:#FFF;
}
#index_columnRight {
	position:relative;
	width:310px;
	height:600px;
	top:25px;
	float:right;
	clear:inherit;
	background-color:#FFF;
}
#index_columnRight img {
	border-style:solid;
	border-color:#646e7e;
	border-width:2px;
}
#index_columnRight p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:21px;
	font-weight:normal;
	text-align:center;
	color:#646e7e;
}
.index_images {
	position:relative;
	width:264px;
	top:25px;
	left:25px;
}
#index_footerLeft {
	position:absolute;
	height:130px;
	width:610px;
	top:0px;
	left:0px;
	background-color:#800c19;
	background-image:url(../images/index_contact.gif);
	background-repeat:no-repeat;
}
#index_footerLeft p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#FFF;
	padding-left:210px;
	padding-top:30px;
}
#index_footerLeft a {
	color:#FFF;
	text-decoration:none;
}
#index_footerLeft a:link {
	text-decoration:underline;
}
#index_footerLeft a:hover {
	text-decoration:none;
}
#index_footerRight {
	position:absolute;
	height:130px;
	width:310px;
	top:0px;
	right:0px;
	background-color:#800c19;
	background-image:url(../images/index_news.gif);
	background-repeat:no-repeat;
}
#index_footerRight p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#FFF;
	padding-left:150px;
	padding-right:25px;
	padding-top:30px;
}
#index_footerRight a {
	color:#FFF;
	text-decoration:none;
}
#index_footerRight a:link {
	text-decoration:underline;
}
#index_footerRight a:hover {
	text-decoration:none;
}
#index_footer {
	position:relative;
	width:930px;
	top:-20px;
	left:50%;
	bottom:0px;
	margin-left:-465px;
	clear:both;
	text-align:right;
}
#index_footer p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	line-height:15px;
}
/*
---------------------------------
DYNAVECTOR DIVS
---------------------------------
*/
#dynavector_content {
	position:relative;
	width:930px;
	height:2240px;
	top:25px;
	background-color:#FFF;
}
#dynavector_content h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#646e7e;
	text-align:center;
	padding-top:25px;
}
#dynavector_contentLeft {
	position:relative;
	width:382px;
	top:0px;
	left:55px;
	float:left;
}
#dynavector_contentRight {
	position:relative;
	width:382px;
	top:0px;
	right:55px;
	float:right;
}
.dynavector_product {
	position:relative;
	width:382px;
	height:305px;
	margin-top:30px;
}
.dynavector_product p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#646e7e;
	padding-left:0px;
	padding-right:25px;
	padding-top:5px;
}
.dynavector_product img {
	border-style:solid;
	border-color:#646e7e;
	border-width:2px;
}
#dynavector_footer {
	position:relative;
	width:930px;
	top:30px;
	left:50%;
	margin-left:-465px;
	clear:both;
	text-align:right;
}
#dynavector_footer p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	line-height:15px;
}
/*
---------------------------------
WELL TEMPERED DIVS
---------------------------------
*/
#wellTempered_content {
	position:relative;
	width:930px;
	height:1800px;
	top:25px;
	min-height:500px;
	background-color:#FFF;
}
#wellTempered_content h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#646e7e;
	text-align:center;
	padding-top:25px;
}
.wellTempered_image {
	position:relative;
	width:820px;
	height:830px;
	left:55px;
	margin-top:20px;
	margin-bottom:30px;
}
.wellTempered_thumbs {
	position:relative;
	width:340px;
	height:110px;
	float:right;
	margin-top:20px;
}
.wellTempered_text {
	position:relative;
	width:440px;
	float:left;
}
.wellTempered_image img {
	border-style:solid;
	border-color:#646e7e;
	border-width:2px;
}
.wellTempered_image h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#646e7e;
	padding-top:20px;
	padding-bottom:5px;
}
.wellTempered_image p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#646e7e;
}
.wellTempered_image a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#646e7e;
}
.wellTempered_image a:link {
	text-decoration:none;
	color:#000;
}
.wellTempered_image a:visited {
	text-decoration:none;
	color:#000;
}
.wellTempered_image a:hover {
	text-decoration:underline;
}
#wellTempered_footer {
	position:relative;
	width:930px;
	top:30px;
	left:50%;
	margin-left:-465px;
	clear:both;
	text-align:right;
}
#wellTempered_footer p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	line-height:15px;
}
/*
---------------------------------
FIX UP IE6 PNG SUPPORT
---------------------------------
*/
img {
	behavior: url(scripts/iepngfix.htc);
}