@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
body {
	font-family: droid-sans, Arial, sans-serif;
	size: 1.4em;
}
.red {
	color: #C91145;
}
.h1 {
	text-align: center;
	font-family: "Droid Serif Bold Italic", "Times New Roman Bold Italic", serif;
	font-size: 1.8em;
	font-style: italic;
	color: #897768;
}

h3 {
	margin-top: -20px;
	text-align: left;
	font-family: "Droid Serif Bold", "Times New Roman Bold", serif;
	font-size: 1.3em;
	font-style: normal;
	color: #000;
}
h4 {
	text-align: left;
	font-family: "Droid Serif Bold", "Times New Roman Bold", serif;
	font-size: 1em;
	font-weight: bold;
	color: #C91145;
}
p {
	text-align: left;
	font-family: "Droid Serif", "Times New Roman", serif;
	font-size: .925em;
	line-height: 1.85em;
	font-weight: normal;
	color: #000;
}
p a {
	color: #C91145;	
}
.hrwhite {
margin-left: auto;
margin-right: auto;
height: 2px;
background-color:#FFF;
border: 0 none;
}
.hrblack {
margin-left: auto;
margin-right: auto;
height: 1px;
background-color:#000;
border: 0 none;
}
.LCOL {
	text-align: left;
	font-family: "Droid Serif", "Times New Roman", serif;
	font-size: .8em;
	line-height: 1.85em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-indent: -5px;
}
.MainContentBullets {
	text-align: left;
	font-family: "Droid Serif", "Times New Roman", serif;
	font-size: .8em;
	line-height: 1.85em;
	font-weight: bold;
	color: #000;
}
.clearfloat {
	clear: both;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	background-color: #FFFFFF;
}
.header {
	background-color: #f0f0f0;
}
.logo {
	width: 100%;
	height: auto;
	float: none;
	clear: both;
}
.logo img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.NAVcontainer {
	width: 100%;
	display: inline-block;
	float: right;
	clear: none;
}
.phone {
	width: 96%;
	padding: 2% 2% 1% 2%;
	text-align: center;
	font-family: "Droid Serif Bold Italic", "Times New Roman Bold Italic", serif;
	font-size: 1.4em;
	font-style: italic;
	color: #C91045;
}
.NAV {
}
.navHOME {
	width: 19.65%;
	float: left;
	clear: none;
}
.navPRODUCTS {
	width: 50.29%;
	float: left;
	clear: none;
}
.navINDUSTRIES {
	width: 30.05%;
	float: left;
	clear: none;
}
.navQUALITY {
	width: 36.45%;
	float: left;
	clear: both;
}
.navQUOTE {
	width: 35.96%;
	float: left;
	clear: none;
}
.navCONTACT {
	width: 27.59%;
	float: left;
	clear: none;
}
.ContentContainer {
}
.MainHeadline {
display: block;
}
.MiniSlider {
}
.MiniSlider {
	width: 96%;
	margin-left:2%;
	margin-right: 1%;
	margin-top:2%;
	text-align: center;
}
.headline {
	text-align: center;
	font-family: "Droid Serif Bold Italic", "Times New Roman Bold Italic", serif;
	font-size: 1.8em;
	font-style: italic;
	color: #897768;
}
.headline2 {
	width: 96%;
	margin: 2%;
	text-align: center;
}
h1 {
	text-align: center;
	font-family: "Droid Serif Bold Italic", "Times New Roman Bold Italic", serif;
	font-size: 1.8em;
	font-style: italic;
	color: #897768;
}
h2 {
	margin-top: -8px;
	text-align: center;
	font-family: "Droid Serif Bold", "Times New Roman Bold", serif;
	font-size: 1.5em;
	font-style: normal;
	color: #C91145;
}
.slider {
}
.ContentContainer {
}
.LeftCol {
	width: 30%;
	margin:2%;
	float: left;
	clear: none;
}
.LeftColumNav {
	width: 100%;
	padding: .5%;
	background-color: #B9B9B9;
}
p .LCOLnavtext {
	color: #FFF;
	line-height: 1em;
}
.LCOLnavtext a:link{
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
.LCOLnavtext a:visited{
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
.LCOLnavtext a:hover{
	color: #FFF;
	text-decoration: underline;
	list-style-type: none;
}
.LCOLnavtext a:active{
	color: #FFF;
	text-decoration: underline;
	list-style-type: none;
}
hrwhite {
margin-left: auto;
margin-right: auto;
height: 2px;
background-color:#FFF;
border: 0 none;
}
hrblack {
margin-left: auto;
margin-right: auto;
height: 2px;
background-color:#000;
border: 0 none;
}
.LCOLbullets {
	width: 100%;
	padding: .5%;
	background-color: #B9B9B9;
}
.RightCol {
	width: 62%;
	margin: 2%;
	float: left;
	clear: none;
}
.RightColContent {
	width: 100%;
}
.RCOLonethird {
	width: 97%;
	margin: 2%;
}
.OneThirdCol {
	width: 98%;
	margin-right: 2%;
	float: left;
	clear: none;
}
.TwoThirdCol {
	width: 98%;
	margin-right: 2%;
	float: left;
	clear: none;
}
.FooterContainer {
	margin: 4% 2% 0 2%;
	width: 92%;
	padding: 2%;
	border-top-style: solid;
	border-color: #897768;
}
.FooterContainer p{
	font-family: droid-sans, Arial, sans-serif;
	font-size: .7em;
	color: #897768;
	text-align: center;
}
.footertext {
	color: #C91045;
}
.footertext a:link{
	text-decoration: underline;
	color: #C91045;
	list-style-type: none;
}
.footertext a:visited{
	text-decoration: underline;
	color: #C91045;
	list-style-type: none;
}
.footertext a:hover{
	text-decoration: none;
	color: #897768;
	list-style-type: none;
}
.footertext a:active{
	text-decoration: underline;
	color: #C91045;
}
.developed_by {
	width: 90%;
	padding: 15px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
.developer {
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
	font-size: .75em;
	line-height: 1.9em;
	text-align:center;
	color: #B9B9B9;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 94%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header {
	background-color: #f0f0f0;
}
.logo {
	width: 100%;
	height: auto;
	float: none;
	clear: both;
}
.logo img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.NAVcontainer {
	width: 100%;
	display: inline-block;
	float: right;
	clear: none;
}
.phone {
	width: 96%;
	padding: 2% 2% 1% 2%;
	text-align: center;
	font-family: "Droid Serif Bold Italic", "Times New Roman Bold Italic", serif;
	font-size: 1.4em;
	font-style: italic;
	color: #C91045;
}
.NAV {
}
.navHOME {
	width: 9.0425%;
	float: left;
	clear: none;
}
.navPRODUCTS {
	width: 23.14%;
	float: left;
	clear: none;
}
.navINDUSTRIES {
	width: 13.83%;
	float: left;
	clear: none;
}
.navQUALITY {
	width: 19.68%;
	float: left;
	clear: none;
}
.navQUOTE {
	width: 19.415%;
	float: left;
	clear: none;
}
.navCONTACT {
	width: 14.8925%;
	float: left;
	clear: none;
}
.ContentContainer {
}
.MainHeadline {
display: block;
}
.MiniSlider {
	width: 26%;
	margin-left:2%;
	margin-right: 1%;
	margin-top:2%;
	float: left;
	clear: none;
}
.headline {
	width: 67%;
	margin: 2%;
	text-align: left;
	font-family: "Droid Serif Bold Italic", "Times New Roman Bold Italic", serif;
	font-size: 1.8em;
	font-style: italic;
	color: #897768;
	float: left;
	clear: none;
}
.headline2 {
	width: 67%;
	margin: 2%;
	text-align: left;
	float: left;
	clear: none;
}
h1 {
	text-align: left;
	font-family: "Droid Serif Bold Italic", "Times New Roman Bold Italic", serif;
	font-size: 1.8em;
	font-style: italic;
	color: #897768;
}
h2 {
	margin-top: -8px;
	text-align: left;
	font-family: "Droid Serif Bold", "Times New Roman Bold", serif;
	font-size: 1.5em;
	font-style: normal;
	color: #C91145;
}
.slider {
}
.ContentContainer {
}
.LeftCol {
	width: 25%;
	margin:2%;
	float: left;
	clear: none;
}
.LeftColumNav {
	width: 100%;
	padding: 2%;
	background-color: #B9B9B9;
}
p .LCOLnavtext {
	color: #FFF;
	line-height: 1em;
}
.LCOLnavtext a:link{
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
.LCOLnavtext a:visited{
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
.LCOLnavtext a:hover{
	color: #FFF;
	text-decoration: underline;
	list-style-type: none;
}
.LCOLnavtext a:active{
	color: #FFF;
	text-decoration: underline;
	list-style-type: none;
}
.LCOLbullets {
	width: 100%;
	padding: 2%;
	background-color: #B9B9B9;
}
.RightCol {
	width: 67%;
	margin: 2%;
	float: left;
	clear: none;
}
.RightColContent {
	width: 100%;
}
.RCOLonethird {
	width: 29%;
	margin: 2%;
	float: left;
	clear: none;
}
.OneThirdCol {
	width: 98%;
	margin-right: 2%;
	float: left;
	clear: none;
}
.TwoThirdCol {
	width: 98%;
	margin-right: 2%;
	float: left;
	clear: none;
}
.FooterContainer {
	margin: 4% 2% 0 2%;
	width: 92%;
	padding: 2%;
	border-top-style: solid;
	border-color: #897768;
}
.FooterContainer p{
	font-family: droid-sans, Arial, sans-serif;
	font-size: .7em;
	color: #897768;
	text-align: center;
}
.footertext {
	color: #C91045;
}
.footertext a:link{
	text-decoration: underline;
	color: #C91045;
	list-style-type: none;
}
.footertext a:visited{
	text-decoration: underline;
	color: #C91045;
	list-style-type: none;
}
.footertext a:hover{
	text-decoration: none;
	color: #897768;
	list-style-type: none;
}
.footertext a:active{
	text-decoration: underline;
	color: #C91045;
}
.developed_by {
	width: 94%;
	padding: 15px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
.developer {
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
	font-size: .75em;
	line-height: 1.9em;
	text-align:center;
	color: #B9B9B9;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 98.3333%;
	max-width: 1200px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header {
	background-color: #f0f0f0;
}
.logo {
	width: 37.33%;
	max-width: 448px;
	display: inline-block;
	float: left;
	clear: none;
}
.NAVcontainer {
	width: 62.67%;
	display: inline-block;
	float: right;
	clear: none;
}
.phone {
	width: 96%;
	padding: 2% 2% 1% 2%;
	text-align: right;
	font-family: "Droid Serif Bold Italic", "Times New Roman Bold Italic", serif;
	font-size: 1.4em;
	font-style: italic;
	color: #C91045;
}
.NAV {
}
.navHOME {
	width: 9.0425%;
	float: left;
	clear: none;
}
.navPRODUCTS {
	width: 23.14%;
	float: left;
	clear: none;
}
.navINDUSTRIES {
	width: 13.83%;
	float: left;
	clear: none;
}
.navQUALITY {
	width: 19.68%;
	float: left;
	clear: none;
}
.navQUOTE {
	width: 19.415%;
	float: left;
	clear: none;
}
.navCONTACT {
	width: 14.8925%;
	float: left;
	clear: none;
}
.MainHeadline {
}
.MiniSlider {
	width: 26%;
	margin-left:2%;
	margin-right: 1%;
	margin-top:2%;
	float: left;
	clear: none;
}
.headline {
	width: 67%;
	margin: 2%;
	text-align: left;
	font-family: "Droid Serif Bold Italic", "Times New Roman Bold Italic", serif;
	font-size: 1.8em;
	font-style: italic;
	color: #897768;
	float: left;
	clear: none;
}
.headline2 {
	width: 67%;
	margin: 2%;
	text-align: left;
	float: left;
	clear: none;
}
h1 {
	text-align: left;
	font-family: "Droid Serif Bold Italic", "Times New Roman Bold Italic", serif;
	font-size: 1.8em;
	font-style: italic;
	color: #897768;
}
h2 {
	margin-top: -8px;
	text-align: left;
	font-family: "Droid Serif Bold", "Times New Roman Bold", serif;
	font-size: 1.6em;
	font-style: normal;
	color: #C91145;
}
.slider {
}
.ContentContainer {
}
.LeftCol {
	width: 25%;
	margin:2%;
	float: left;
	clear: none;
}
.LeftColumNav {
	width: 100%;
	padding: 2%;
	background-color: #B9B9B9;
}
p .LCOLnavtext {
	color: #FFF;
	line-height: 1em;
}
.LCOLnavtext a:link{
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
.LCOLnavtext a:visited{
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
.LCOLnavtext a:hover{
	color: #FFF;
	text-decoration: underline;
	list-style-type: none;
}
.LCOLnavtext a:active{
	color: #FFF;
	text-decoration: underline;
	list-style-type: none;
}
.LCOLbullets {
	width: 100%;
	padding: 2%;
	background-color: #B9B9B9;
}
.RightCol {
	width: 67%;
	margin: 2%;
	float: left;
	clear: none;
}
.RightColContent {
	width: 100%;
}
.RCOLonethird {
	width: 29%;
	margin: 2%;
	float: left;
	clear: none;
}
.OneThirdCol {
	width: 98%;
	margin-right: 2%;
	float: left;
	clear: none;
}
.TwoThirdCol {
	width: 98%;
	margin-right: 2%;
	float: left;
	clear: none;
}
.FooterContainer {
	margin: 4% 2% 0 2%;
	width: 92%;
	padding: 2%;
	border-top-style: solid;
	border-color: #897768;
}
.FooterContainer p{
	font-family: droid-sans, Arial, sans-serif;
	font-size: .75em;
	color: #897768;
	text-align: center;
}
.footertext {
	color: #C91045;
}
.footertext a:link{
	text-decoration: underline;
	color: #C91045;
	list-style-type: none;
}
.footertext a:visited{
	text-decoration: underline;
	color: #C91045;
	list-style-type: none;
}
.footertext a:hover{
	text-decoration: none;
	color: #897768;
	list-style-type: none;
}
.footertext a:active{
	text-decoration: underline;
	color: #C91045;
}
.developed_by {
	padding: 15px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
.developer {
	font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
	font-size: .75em;
	line-height: 1.9em;
	text-align:center;
	color: #B9B9B9;
}
.developer a:link{
	text-decoration: none;
	color: #0048BB;
	list-style-type: none;
}
.developer a:visited{
	text-decoration: none;
	color: #0048BB;
	list-style-type: none;
}
.developer a:hover{
	text-decoration: underline;
	color: #000;
	list-style-type: none;
}
.developer a:active{
	text-decoration: underline;
	color: #0048BB;
	list-style-type: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}