@charset "UTF-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #516c8c;
	background-image: url(images/bkg.png);
	background-repeat: repeat-x;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	padding-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #243D58;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #B2150B;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 18px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 17px;
	list-style-type: circle;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #A8150A;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #546E65;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	/*color: #C1D397;*/
	color: #969696;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent {
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 300px;
}
.twoColFixLtHdr #container {
	width: 825px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #C7DB94;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/content.jpg);
	height: auto;
	background-position: 0px 225px;
} 
.twoColFixLtHdr #container #header #logo {
	width: 200px;
	position: absolute;
	top: 62px;
	left: 52px;
}
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #274567;
	background-image: url(images/basegraphics_01.jpg);
	background-repeat: no-repeat;
	height: 189px;
	position: relative;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #container #header #Images {
	height: 167px;
	width: 514px;
	top: 15px;
	position: absolute;
	right: 15px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	height: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	position: relative;
}
.twoColFixLtHdr #container #sidebar1 #photo {
	height: 200px;
	width: 185px;
	position: absolute;
}
.twoColFixLtHdr #container #sidebar1 #photo2 {
	height: 169px;
	width: 185px;
	position: absolute;
}
.twoColFixLtHdr #container #sidebar1 #photo3 {
	height: 155;
	width: 185px;
	position: absolute;
}
.twoColFixLtHdr #container #sidebar1 #photo4 {
	height: 150;
	width: 185px;
	position: absolute;
}
.twoColFixLtHdr #container #sidebar1 #photo5 {
	height: 150;
	width: 185px;
	position: absolute;
}
.twoColFixLtHdr #container #sidebar1 #photo6 {
	height: 160;
	width: 185px;
	position: absolute;
}
.twoColFixLtHdr #container #sidebar1 #photo7 {
	height: 169px;
	width: 185px;
	position: absolute;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #274664;
	text-decoration: none;
	line-height: 18px;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px;
	background-color: #DDDDDD;
	background-image: url(images/basegraphics_07.jpg);
	background-repeat: no-repeat;
	position: relative;
	clear: left;
	height: 40px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 11px;
	color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header #Images2 {
	height: 167px;
	width: 514px;
	top: 15px;
	position: absolute;
	right: 15px;
}


/* NAVIGATION */
#menu {
	padding: 0;
	margin: 0;
	background: #9bb3a3;
}
	#menu > ul {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 806px;
		height: 33px;
		
		background: #acad9b;
		background: -moz-linear-gradient(top, #e8e9c9 0%, #d8d9b9 49%, #d7d7cb 50%, #acad9b 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e9c9), color-stop(49%,#d8d9b9), color-stop(50%,#d7d7cb), color-stop(100%,#acad9b));
		background: -webkit-linear-gradient(top, #e8e9c9 0%,#d8d9b9 49%,#d7d7cb 50%,#acad9b 100%);
		background: -o-linear-gradient(top, #e8e9c9 0%,#d8d9b9 49%,#d7d7cb 50%,#acad9b 100%);
		background: -ms-linear-gradient(top, #e8e9c9 0%,#d8d9b9 49%,#d7d7cb 50%,#acad9b 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9c9', endColorstr='#acad9b',GradientType=0 );
		background: linear-gradient(top, #e8e9c9 0%,#d8d9b9 49%,#d7d7cb 50%,#acad9b 100%);
	}
		#menu > ul li {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			list-style-image: none;
			height: 33px;
			line-height: 33px;
			border-right: 1px solid #fff;
		}
			#menu > ul li.last {
				border: none;
			}
		
			#menu ul li a {
				display: block;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;
				padding: 0 22px;
				color: #7f7c83;
				height: 33px;
				text-transform: uppercase;
				outline: none;
				text-shadow: 0 1px 0 #e5e5e5;
			}
				#menu > ul li:hover a,
				#menu > ul li a:hover,
				#menu > ul li.active-trail a {
					color: #fff;
					text-shadow: 0 1px 1px #4d4d4f;
					
					background: #acad9b;
					background: -moz-linear-gradient(top, #c9cfb5 0%, #afb49d 49%, #aeb1a8 50%, #808179 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9cfb5), color-stop(49%,#afb49d), color-stop(50%,#aeb1a8), color-stop(100%,#808179));
					background: -webkit-linear-gradient(top, #c9cfb5 0%,#afb49d 49%,#aeb1a8 50%,#808179 100%);
					background: -o-linear-gradient(top, #c9cfb5 0%,#afb49d 49%,#aeb1a8 50%,#808179 100%);
					background: -ms-linear-gradient(top, #c9cfb5 0%,#afb49d 49%,#aeb1a8 50%,#808179 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9cfb5', endColorstr='#808179',GradientType=0 );
					background: linear-gradient(top, #c9cfb5 0%,#afb49d 49%,#aeb1a8 50%,#808179 100%);
				}
		
		#menu ul li.menu-products {
			position: relative;
			z-index: 1;
		}
			#menu ul li.menu-products > ul.sub-menu {
				position: absolute;
				margin: 0;
				padding: 5px 0 10px 0;
				left: -1px;
				top: 33px;
				width: 220px;
				background: #808179 none;
				border: 1px solid #fff;
				border-top: none;
				display: none;
			}
			
				#menu ul li.menu-products > ul.sub-menu li {
					padding: 0;
					margin: 0;
					height: auto;
					width: 220px;
					line-height: normal;
					border: none;
				}
					#menu ul li.menu-products > ul.sub-menu li:hover {
						background: transparent none;
					}
				#menu ul li.menu-products > ul.sub-menu li a {
					font-size: 14px;
					color: #ccc;
					padding: 10px 15px;
					margin: 0;
					height: auto;
					line-height: normal;
					background: transparent none;
					text-transform: capitalize;
					/*text-shadow: none;*/
				}
					#menu ul li.menu-products > ul.sub-menu li a:hover {
						color: #fff;
					}
		
	#menu .shadow {
		clear: both;
		display: block;
		margin: 0 auto;
	}

/* CONTENT */

img.content-img {
	padding: 3px;
	border: none;
	outline: none;
	background: #fff none;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
	a img.content-img {
		border: none;
	}

.two-columns {
	display: block;
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
}
	.two-columns .left,
	.two-columns .right {
		width: 50%;
		margin: 0;
		padding: 0;
	}
	
	.two-columns .left {
		float: left;
	}
	.two-columns .right {
		float: right;
	}
	
	.two-columns .smaller {
		width: 40% !important;
	}
	.two-columns .larger {
		width: 60% !important;
	}
	
	.two-columns ul {
		margin: 0;
	}
		.two-columns ul li {
			list-style: disc;
		}

.twoColFixLtHdr #container .order-now-wrapper {
	clear: both;
	margin: 20px 0 30px 0;
	overflow: hidden;
}
	.twoColFixLtHdr #container .order-now-wrapper a {
		display: block;
		float: left;
		font-weight: bold;
		padding: 6px 16px;
		background: #ffffff;
		color: #666;
		border: 1px solid #969696;
		border-bottom: 3px solid #969696;
		
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		border-radius:20px;
		/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
		
		background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
		background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
		background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	}
	
	.twoColFixLtHdr #container .order-now-wrapper a:hover {
		border-color: #666;
		color: #4d4d4f;
	}
    
.link-floater {
    float: left;
    display: block;
    margin: 0px 20px 20px 0px;        
}

.home-block {
    height: 200px;
    padding-top: 20px
}
