/* Downstage Right Style Sheet MEDIA SCREEN
Author: Jesse Carroll
Created : September 11th 2008
================================================================================================*/
body {
	font-size: 1em;
	color: #000000;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
#wrapper {
	width: expression(document.body.clientWidth < 802? "800px" : document.body.clientWidth > 1024? "1024px" : "auto");
	max-width: 1024px;
	min-width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/home/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#mainContent {
	clear: both;
	padding-right: 50px;
	padding-left: 25px;
}
#printHeader {
		display: none;
}
#header {
	background-color: #412814;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/home/header2_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	width: 100%;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#mainContent h2 {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #412814;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 85%;
}
#header #phoneNumber {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#dsrLinks h2 {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #412814;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 75%;
	font-variant: small-caps;
}

#mainNav {
	background-color: #412814;
	width: 100%;
	height: 37px;
/*	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;*/
}
/* =LINKS
   ----------------------------------------------------*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
#home a.home, #products a.products, #inspection a.inspection, #consulting a.consulting, #links a.links, #contact a.contact {
	background-color: #FFFFFF;
	color: #000000;
}
.top a	{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.top a:hover	{
	background-color: #BF9B79;
	display: block;
}
/* =IMAGES
   ----------------------------------------------------*/
#mainContent img {
	margin: 10px;
}
#dsrLinks li a {
	display: block;
}
#dsrLinks li a:hover {
	display: block;
	background-color: #412814;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}
/* =TEXT
   ----------------------------------------------------*/
#mainContent p {
	text-indent: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
}
#mainContent p:first-letter {
	font-size: xx-large;
}
#products #mainContent p:first-letter {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}
#products h3 {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #412814;
	padding-bottom: 5px;
	width: 65%;
}
.clear {
	clear: both;
}
/* =Products Page
   ----------------------------------------------------*/
#products #mainContent table {
	text-align: center;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#products #mainContent table td {
	border: 1px solid #000000;
}
#products #mainContent table th {
	border: 1px solid #000000;
	background-color: #BCC0BF;
}	
#products #mainContent table tr:hover {
	background-color: #CCCCCC;
}
#products #blocks {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 904px;
}
#products #hangingIrons {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 878px;
}
#products #hinge_types {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 620px;
}
#shacklePlates p strong {
	color: #F00;
}
#products #hangingIrons div, #products #hinge_types div {
	text-align: center;
	float: left;
	border: 1px dotted #666666;
	height: 200px;
}
#products #blocks div {
	text-align: center;
	float: left;
	border: 1px dotted #666666;
	height: 460px;
}
#products ul {
	list-style-position: inside;
	list-style-type: square;
}
.top {
	clear: both;
	height: 32px;
	width: 150px;
	float: right;
	margin-top: 5px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 5px;
	background-color: #412814;
	border: 1px solid #000000;
}
.redText {
	font-weight: bold;
	color: #F00;
}

#dsrLinks {
	background-color: #EFEFEF;
	padding: 5px;
	width: 100%;
	line-height: 1.3em;
	margin: 5px;
	border: 1px solid #412814;
}
/* =Footer
   ----------------------------------------------------*/
#footer {
	font-weight: bold;
	color: #000000;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top: 5px;
	padding-bottom: 5px;
}
/* =Other
   ----------------------------------------------------*/
.floatLeft {
	float: left;
}

/* =V card
   ----------------------------------------------------*/
.vcard {
	width: 350px;
	text-align: center;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F3F3F3;
	font-size: 1.3em;
	padding: 10px;
}
.vcard div, .vcard span {
	padding-top: 2px;
	padding-bottom: 2px;
}
#customsearch {
	text-align: right;
	color: #FFFFFF;
	background-color: #000000;
}

#customsearch2 {
	margin-left: 25px;
	font-weight: bold;
}
.shackleTable {
	text-align: center;
}
