/* CSS Document */
body {
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #D9CEC9;
	font-family: Arial, Helvetica, sans-serif;
}
#holder {
	width: 820px;
	min-height:100%;
	background-image: url(images/holder-bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#nowrapholder {
	width: 792px;
}
#columnone {
	width: 162px;
	float:left;
	margin: 0px;
	padding: 0px;
}
#columnoneheader {
	font-size: 12px;
	background-image: url(images/leftcolumn-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 165px;
	width: 162px;
}
#columnoneheader img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	padding: 0px;
	width: 158px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#nav ul {
	text-align: right;
	margin: 0px;
	padding-right: 0px;
	list-style-type: none;
	font-size: 14px;
	width: 158px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li {
	position: relative;
	height: 27px;
	width: 158px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#nav li a {
	display: block;
	margin: 0px;
	padding-top: 7px;
	height: 20px;
	width: 150px;
	text-decoration: none;
	clear: both;
	color: #262F43;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/nav-a-up.gif);
}
#nav a:hover {
	background-image: url(images/nav-a-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #002251;
}
#nav a:hover#listings {
font-size: 12px;
}
#nav a#samepage {
	background-image: url(images/nav-a-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #6B1303;
}
#nav a#samelistings {
	background-image: url(images/nav-a-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #6B1303;
	font-size: 12px;
}
#nav a#samepage:hover {
	background-image: url(images/nav-a-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #6B1303;
}
#nav a#samelistings:hover {
	background-image: url(images/nav-a-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #6B1303;
	font-size: 12px;
}
#columnone > #nav a#samepage {
	background-image: url(images/nav-a-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#columnone > #nav a#samelistings {
	background-image: url(images/nav-a-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
}
#nav ul :hover ul{
	visibility:visible; 
}
#nav table {
	position:absolute; 
	top:0; 
	left:0;
	margin: 0px;
	padding: 0px;
}
/* keep the third level hidden when you hover on first level list OR link */
#nav ul :hover ul ul{
	visibility:hidden;
}
#nav ul ul {
	position:absolute;
	width:199px;
	margin-left:158px;
	visibility: hidden;
	top: 2px;
	left: 0;
	height: auto;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #002251;
	border-right-color: #002251;
	border-bottom-color: #002251;
}
#columnone > #nav ul ul {
	width:204px;
	margin-left:158px;
	top: -3px;
	left: 0;
	height: auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	*margin-left: 158px;
	*top: -11px;
}
#nav ul ul li {
	width:199px;
	font-size:12px;
	height:18px;
	margin: 0px;
	padding: 0px;
	text-indent: 4px;
	background-image: url(images/nav-li-ul-repeat.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#columnone > #nav ul ul li {
	width:204px;
	margin-bottom: 0px;
	*display: block;
}
#nav ul ul li a {
	display: block;
	width: 195px;
	height: 16px;
	padding-top: 2px;
	padding-left: 4px;
	color:#6B1303;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	background-color: transparent;
	background-image: none;
}
#columnone > #nav ul ul li a {
	width: 200px;
}
#nav ul ul li a:hover {
	background-image: url(images/nav-li-ul-a-hover-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#columnone > #nav ul ul li a:hover {
}
#nav :hover > a, #nav ul ul :hover > a {
	color: #002251;
	background-image: url(images/nav-a-hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* make the third level visible when you hover over second level list OR link */
#nav ul :hover ul :hover ul{ 
	visibility:visible;
}
#nav ul ul li#top {
	display: none;
}
#nav ul ul li#bottom {
	display: none;
}
#columnone > #nav ul ul li#top {
	display: block;
	background-image: url(images/nav-li-ul-top-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 204px;
}
#columnone > #nav ul ul li#bottom {
	display: block;
	background-image: url(images/nav-li-ul-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 11px;
	width: 204px;
	*height: 18px;
}
#columntwo {
	padding: 0px;
	float: left;
	margin: 0px;
	width: 630px;
}
#header {
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 630px;
}
p#phone {
	text-align: right;
	display: block;
	margin: 0px;
	width: 635px;
	color: #011027;
	font-size: 18px;
	padding-top: 63px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p#address {
	text-align: right;
	display: block;
	width: 610px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 630px;
	text-align: center;
}
#content a {
	color: #566E9F;
	text-decoration: none;
}
#content a:hover {
	color: #C9374C;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}
#breadcrumbs {
	margin: 0px;
	width: 640px;
	font-size: 12px;
	color: #002153;
	height: 15px;
	text-align: right;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#breadcrumbs a {
	color: #002153;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 2px;
}
#breadcrumbs a:hover {
	text-decoration: none;
	color: #6B1303;
}
h1#pagetitle {
	text-align: left;
	color: #C9374C;
	padding-left: 15px;
	font-size: 24px;
	font-weight: bold;
}
p#leftparagraph {
	font-size: 12px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}
img#rightimage {
	display: block;
	float: right;
	margin: 10px 10px 15px;
}
h2#subtitle {
	text-align: left;
	padding-left: 20px;
	font-size: 18px;
	color: #566E9F;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#popupboxpics {
	padding: 0px;
	width: 576px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#popupboxpics p#popupinstructions {
	font-size: 12px;
	text-align: left;
	display: block;
	padding-left: 10px;
	padding-bottom: 4px;
}
#popupboxpics #pictureholder{
	padding: 0px;
	width: 180px;
	float: left;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #6B1100;
	border-right-color: #6B1100;
	border-left-color: #6B1100;
}
#popupboxpics #pictureholder p {
	font-size: 12px;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#popupboxpics #pictureholder a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	background-color: #6B1100;
	display: block;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#popupboxpics #pictureholder a:hover {
	text-decoration: none;
	color: #6B1100;
	background-color: #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B1100;
	padding-bottom: 2px;
}
#popupboxpics #pictureholder img {
	text-decoration: none;
}
table#specifications {
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dotted;
	border-top-color: #333333;
	border-right-color: #666666;
	text-align: left;
	text-indent: 2px;
}
table#specifications td {
	font-size: 13px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-top: 1px;
	padding-bottom: 1px;
}
table#specifications tr#odd {
	background-color: #CCCCCC;
}
table#specifications td#main {
	color: #6B1100;
	background-color: #AEC0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	padding-left: 3px;
}
table#specifications td#maintwo {
	color: #002260;
	background-color: #AEC0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
table#specifications td#maintablesection {
	font-size: 14px;
	color: #6B1100;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
table#howtochoose {
	font-size: 12px;
	margin-left: 12px;
	display: block;
}
table#howtochoose tr {

}
table#howtochoose td img {
	display: block;
	padding: 1px;
	float: right;
	border: 1px solid #6B1100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
table#howtochoose td img#left {
	display: block;
	padding: 1px;
	float: left;
	border: 1px solid #6B1100;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
table#howtochoose td p {
	text-indent: 10px;
}
table#howtochoose h4 {
	color: #011027;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #011027;
	border-bottom-color: #011027;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
table#howtochoose h3 {
	color: #FFFFFF;
	background-color: #6B1100;
	display: block;
	margin-bottom: 6px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

table#howtochoose a#backtotop {
	text-decoration: none;
	text-align: right;
	display: block;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #6B1100;
	color: #6B1100;
}
table#howtochoose a#backtotop:hover {
	color: #011027;
}

#footer {
	text-align: center;
	width: 820px;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 7px;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footercontent {
	text-align: center;
	height: 10px;
	width: 620px;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(i);
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 165px;
}
p#copyright {
	margin: 0px;
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	color: #002454;
	padding-left: 5px;
}
.industriallink {
	margin: 0px;
	float: right;
	width: 300px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	color: #002250;
}
.industriallink a {
	color: #012452;
	text-decoration: none;
}
.industriallink a:hover {
	color: #FFFFFF;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: left;
	width: 100%;
}
h2 {
	font-size: 18px;
	color: #566E9F;
}
#fullpara {
	font-size: 12px;
	text-align: justify;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul#centerlist {
	font-size: 12px;
	text-align: left;
	width: 400px;
	margin-left: 100px;
	margin-top: 10px;
}
#content ol li {
	font-size: 12px;
	text-align: left;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#contact {
	font-size: 12px;
	margin-left: 25px;
}
#contact td {
	margin: 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#nav #chat {
	text-align: center;
	margin-top: 15px;
}
#address a {
	color: #FFFFFF;
}
#address a:hover {
	color: #FFFF00;
}
#header p#quote {
	text-align: right;
	clear: none;
	margin-top: -114px;
	margin-right: 13px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
#quote a {
	color: #B4444F;
	text-decoration: none;
}
#quote a:hover {
	color: #FF0000;
}
ul#bottomlinks {
	font-size: 14px;
	text-align: left;
	color: #000000;
}
#bottomlinks a {
	color: #4E63B1;
	text-decoration: underline;
}
#bottomlinks a:hover {
color: #C9374C;
	text-decoration: none;
}
#bottomlinks a#samepage {
	color: #999999;
}
img#homepic {
	float: right;
	padding-top: 20px;
	padding-left: 10px;
}
h1 {
	font-size: 28px;
	color: #C9374C;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header img {
	margin: 0px;
	padding: 0px;
}
a#email {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a#rfq {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p {
	font-size: 10px;
	padding-top: 10px;
}
h2#blue {
	text-align: left;
	padding-left: 15px;
	font-size: 18px;
	color: #566E9F;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #566E9F;
	border-bottom-color: #566E9F;
}
b {
	font-weight: normal;
}
h4 {
	font-size: 12px;
	text-align: justify;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
img#leftimg {
	margin: 10px 15px 15px 10px;
	padding: 0px;
	float: left;
}
h2#hometitle {
	text-align: center;
	padding-left: 20px;
	font-size: 26px;
	color: #566E9F;
	display: block;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
