/* Genral Styles */


body {
	margin: 0px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-color: #394a61;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #F00;	
}

a:active {
	
}

a:hover {
	
}

a:visited {
	
}

h1 {
	color: #333;
	font-size: 22px;
	
}

h2 {
	color: #555;
	font-size: 14px;	
}

img {
	border: none;	
}

/* Layout Styles */
#Wrapper {
	width: 100%
	position: relative;
	
}

#PageHeader
{
	width: 950px;
	height: 200px;
	margin: auto;
	position: relative;
	top: 0px;
}
 
#Container {
	
	background-color: #FFF;
	margin: -120px auto 0px auto;
	padding: 1px 0px 20px 0px;
	width: 950px;
	min-height: 900px;
}

#Content {
	margin: 70px 20px;	
}

#Content h1 {
	padding: 0px;
	margin: 0 40px 0 0;
	text-align: right;
}

#Content div h1 {
	text-align: center;
}

#Content p {
	margin-top: 10px;
	padding: 10px 20px 0 20px;
}

#Header {
	width: 402px;
	z-index: 40 !important;
	margin-top: -10px;
}

#Header img {
	z-index: 99 !important;	
}

.Active {
	color: #000 !important;
	text-decoration: underline !important;
}

#Logo {
	position: absolute;
	z-index: 30;
	top: 5px;
	left: 20px;
}

#MadeInUSA
{
	position: absolute;
	height: auto;
	width: auto;
	right: 0px;
	top: 5px;
}

#Phone
{
	position: absolute;
	width: 400px;
	right: 120px;
	top: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #394a61;
}

#Tagline
{
	position: absolute;
	top: 95px;
	left: 180px;
	font-size: 16px;
	font-weight: bold;
}

/* Menu Styles */

#Menu {
	position: absolute;
	width: 440px;
	height: 49px;
	background-image: url(/img/menuBackground.png);
	background-repeat: no-repeat;
	top: 80px;
	right: 0px;
	z-index: 40;
}

#Menu ul {
	list-style: none;
	width: 100%;
	margin: 0px 0px 0px 14px;
	padding: 0px;
}

#Menu ul li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #394a61;
	padding: 15px 15px 0px 0px;
}

#Menu ul li a {
	color: #394a61;
	text-decoration: none;
}

#Menu ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#Menu ul li a:visited {
	
}

#Footer {
	background-image: url(../img/footerBackground.gif);
	background-repeat: no-repeat;
	width: 950px;
	height: 35px;
	margin: -6px auto 6px auto;
	color: #fff;
	text-align: center;
	padding-top: 0px;
}

#Footer a {
	color: #FFF;
}


/* Index Styles */

#CategoryLinks {
	width: 950px;
	clear: both;
	float: left;
	text-align: center;
	margin-top: 20px;
}

#CategoryLinks div {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	min-height: 300px;
	background-image: url(../img/indexLinksBackground.png);
	background-repeat: no-repeat;
	padding-right: 5px;
	float: left;
	text-align: center;
	color: #a29a78;
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
}

#CategoryLinks div a {
	color: #a29a78;
	font-size: 20px;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
	display: block;
}

#CategoryLinks div a:hover {
	color: #333;
	text-decoration: underline;
}

#CategoryLinks div p {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding: 0px 15px;
	text-align: left;
}


#ButtonLinks {
	display: inline;
	width: 900px;
	height: 50px;
	margin: 0px auto;
	float: left;
	margin-top: 50px;
	text-align: center;
}

#ButtonLinks div
{
	display: inline-block;
	width: 200px;
	height: 40px;
	background-image: url(../img/buttonLink.png);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none !important;
	margin: auto;
	padding-top: 8px;
}

#ButtonLinks div a {
	display: inline-block;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: bold;
	color: #394a61;	
}

#ButtonLinks div a:hover {
	color: #9ca6b4;
}

/* Table styles */

table.Styled {
	border-collapse: collapse;
	border: 1px solid #000;	
	text-align: center;	
	min-width: 650px;
	margin: 0px auto;
}

table.Styled th {
	background-color: #9bac2a;
	color: #FFF;
	font-weight: bold;
	padding: 5px 4px;
	text-align: left;
}

table.Styled tr.Alt {
	background-color: #EDEEEE;
}

.Highlight {
	background-color: #c4d5f7 !important;
}

table.Styled td {
	padding: 2px 4px;
	text-align: left;
}


/* Form styles */
label {
	font-weight: bold;
	float: left;
	width: 170px;
	text-align: right;
	padding: 4px;
}

label .normal
{
	font-weight: normal;
}

textarea, input {
	float: left;
}

#BrochuresTable {
	width: 70%;
	margin: 20px auto 0px 20px;
}

#BrochuresTable tr td {
	padding: 10px 10px 10px 0;
	border-bottom: 1px dotted #CCC;
}

#BrochuresTable tr td p{
	padding: 0;
}

#BrochuresTable tr td a {
	color: #394a61;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#BrochuresTable tr td a:hover {
	text-decoration: underline;
}

/* Small table layout */

#SmallGrid {
	width: 500px;
	margin: auto;
}

#SmallGrid h2 {
	margin-top: 20px;
}

#SmallGrid a.prod {
	color: #394a61;
	text-decoration: none;
}

#SmallGrid a.prod:hover {
	color: #000;
	text-decoration: underline;
}

#SmallGrid table tr td {
	vertical-align: top;
	padding: 4px;
}

#PreDrilled {
	margin-left: 175px;
}

.PreDrilledHeader {
	display: inline;
	float: left;
}

#DetailsLeft {
	width: 500px;
	margin: auto;
}

#DetailsLeft #LinksRight {
	float: right;
	text-align: center;
	margin-left: 20px;
}

#DetailsLeft #LinksRight div {
	margin-bottom: 10px;
}

#DetailsLeft a
{
	color: #394a61;
	text-decoration: none;
}

#DetailsLeft a:hover
{
	color: #000;
}

#DetailsLeft #TinyLinks {
	border-top: 1px solid #000;
	width: 100%;
	text-align: right;
}

#DetailsLeft #TinyLinks a {
	font-size: 8px;
}

#Content #SectionHead
{
	text-align: center;
	width: 800px;
	margin: auto;
}

#Content #SectionHead h1
{
	font-weight: normal;
	margin-top: 4px;
}

.DescriptionList
{
	font-size: 14px;
	
}

.DescriptionList li
{
	margin-bottom: 4px;
}

#LeftContent {
	margin: 100px 0 0 50px;
	font-size: 14px;
}

#LeftContent h1
{
	font-size: 26px;
}

#LeftContent h2
{
	margin-top: 30px;
}

#LeftContent h3
{
	margin-top: 20px;
}

#LeftContent ul 
{
	list-style: square;
}

#LeftContent ul li
{
	padding-bottom: 4px;
}

.ColorList {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCC;
	border-collapse:collapse;
}

.ColorList td {
	padding: 10px;
	text-align: left;
}

#LogosRight {
	float: right;
	margin-right: 20px;
}

#LogosRight div {
	margin-bottom: 20px;	
}

#LogosRight img {
	padding: 10px;
	display: block;
}

.WindowDimensions
{
	min-width: 400px !important;
	margin: 0px !important;
}

.WindowGrid
{
	min-width: 450px !important;
	margin: 0px !important;
}

.WindowGrid tr td
{
	background-image: url(../img/gridBackground.png) !important;
	background-repeat: repeat-x;
	border-left: 1px solid #D5D2C3 !important;
}

.WindowGrid tr td.Clear
{
	border-top: 1px solid #D5D2C3 !important;
	background-image: none !important;
}


.HalfColumn {
	width: 39%;
	display:inline-block;
	margin: 0 5% 0 5%;
}

.ListColumn
{
	list-style: none !important;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 110px !important;
	vertical-align:top;
}

.ListColumns 
{
	list-style:none;
	margin-bottom: 20px;
}

.ListColumns li
{
	display: inline-block;
	width: 150px;
}

#LeftImages
{
	float: left;
	min-width: 350px;
	text-align: center;
	background-image: none!important;
}

#CenterImages
{
	float: left;
	min-width: 100%;
	text-align: center;
	background-image: none!important;
}

/* Slideshow */
.SlideShowContainer 
{
	margin: auto;
	background-image: none!important;
	margin-bottom: 40px;
	min-height: 0!important;
}

.SlideShowContainer div
{
	background-image: none!important;
	min-height: 0!important;
}


.IntroText
{
	padding: 4px 20px 4px 20px;
	font-size: 14px;
}

.Spaced li
{
	margin-bottom: 10px;
}

.BoldRed
{
	font-weight: bold;
	color: #f00;
}

.LeftText
{
	text-align: left !important;
	
}

.TopPad {
	padding-top:30px !important;
}

#Description
{
	width: 240px;
}

#SlimRightColumn
{
	float: right;
	width: 220px;
}

#SlimRightColumn #LogosRight
{
	padding: 0px;
}

#SlimRightColumn #CategoryLinks
{
	width: auto;
}

.SlideShowContainer
{
	overflow: hidden;
}

