@charset "utf-8";
/* CSS Document */


body {
	background: url(/images/home/background.jpg) repeat-y #b2c7e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-attachment: fixed;
	border-width: 1px 0 0 0;
}
.clear { /* 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:1px;
}
/*************** header ********************/
#header {
	padding:0;
	margin:0;
	width: 990px;
      background-color:#D17130;
      background:url(images/header/header-bg-gradient.jpg) repeat-x top;
}
#header table {
	margin:0;
	padding:0;
	width: 250px;
}
#header table label {
	font-size:11px;
	display: block;
	float: right;
	width: 250px;
      color:#fff;
}
#header input#searchstr {
	margin:0 0 0 5px;
	padding:2px;
	font-size:11px;
	color:#32486d;
	width: 125px;
}
#header input#gotopage {
	padding:2px;
	font-size:11px;
	color:#32486d;
	width: 125px;
	margin: 0 0 0 5px;
}
#header input#gobutton, #header img {
	border:none;
	margin:0;
	padding:0;
}
#header input#gobutton {
	background:url(images/header/bg-gobutton.jpg) repeat-x bottom;
	border:1px solid #90a5c4;
	color:#32486d;
	font-size:11px;
	background-color: #FFFFFF;
	padding:2px;
}
#header input#searchstr {
	font-size:11px;
	width:150px;
	margin: 0 2px;
}
*html #header input#searchstr {
	/*hack for IE*/
	height:22px;
}
#header h1 {
	display:none;
	font-size:1px;
}
/*************** top horizontal navigation controls ********************/
#nav-top {
	margin:0;
	padding:0;
	clear:both;
	float: left;
	background-color: #6b2c01;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 990px;
}
#nav-top ul {
	list-style:none;
	margin:0;
	padding:0;
	float: left;
	width: 989px;
	border: 1px solid #998c87;
	border-width: 1px 0;
}
#nav-top ul li {
	float:left;
	margin:0;
	padding:0;
}
#nav-top ul li a:link, #nav-top ul li a:visited {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:15px;
	background:none;
	padding: 5px 23px;
	display: block;
	border: none;
}
#nav-top ul li a:hover {
	color:#EDF2FA;
	text-decoration:none;
	background-color: #d17130;
	border: none;
}
/*********************** left navigation menu ************************/
#nav-left {
	margin:0;
	padding:0;
}
#nav-left ul {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	width:200px;
}
#nav-left ul li {
	list-style:none;
	margin:0;
	padding:0;
}
#nav-left ul li a:link, #nav-left ul li a:visited {
	color:#000066;
	text-decoration:none;
	font-size:14px;
	background:none;
	padding:7px 0 7px 25px;
	display:block;
	width:175px;
	border:none;
}
#nav-left ul li a:hover {
	color:#b04501;
	text-decoration:none;
	/*border:1px dotted #90a5c4;
	border-width:0 0 1px 0;
	padding:7px 0px 6px 25px;*/
	display:block;
	width:175px;
	margin: 0;
	background:url(images/bg-nav-left-arrow.jpg) no-repeat left #FFFFFF;
}
*html #nav-left ul li a:link, *html #nav-left ul li a:visited, *html #nav-left ul li a:hover {
	width:200px;
}

/***************************** main content area ******************************/
table td {
	font-size:12px;
}
#mainTD {
	padding:20px 15px;
	border: 1px solid #90A5C4;
	border-width: 0 1px 1px 0;
	min-height:600px;
	background-color: #FFFFFF;
}
*html mainTD {
	height:600px;
	}
#mainTD p {
	font-size:13px;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
}
#mainTD hr {
	height: 1px;
	padding: 0;
	margin: 10px 0;
	border: none;
	background-color: #B2C7E9;
	color: #B2C7E9;
}
#mainTD ul {
	margin:0;
	padding:0;
	float: left;
}
#mainTD ul li {
	margin:0;
	padding:3px 3px 0 3px;
	list-style: none;
	}
#mainTD ul li a:link, ul li a:visited {
	background:none;
	padding:0;
	text-decoration:none;
}
#mainTD ul li a:hover {
	background-color:#FFECDF;
	border-bottom:1px dotted #B04501;
	color:#B04501;
	text-decoration:none;
	padding:0;
}

#mainTD p a:link, p a:visited {
	background:none;
	padding:3px 3px 0 3px;
	text-decoration:none;
	border-bottom:1px dotted #B2C7E9;
}
#mainTD p a:hover {
	background-color:#FFECDF;
	border-bottom:1px dotted #B04501;
	color:#B04501;
	text-decoration:none;
	padding:3px 3px 0 3px;
}
#mainTD img {
	padding:3px;
	border:1px solid #b2c7e9;
	margin: 3px;
}

 td#mainTD .order-rows {
	padding:5px 0 10px 10px;
	border:1px dotted #90a5c4;
	border-width:0 0 1px 0;
	display:table-cell;
	
	}
 td#mainTD .order-rows a {
	text-decoration:none;
	}
 td#mainTD div.order-rows {
	font-size:15px;
	border:none;
	}
	
 td#mainTD div.order-rows ul li {
	font-size:15px;
	border:none;
	}
	 
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B04501;
	font-weight: bold;
}
.title a:link, .title a:visited {
	color:#B04501;
	background:none;
	border:none;
}
.title a:hover {
	color:#B04501;
	background-color:#FFECDF;
	border-bottom:1px dotted #B04501;
	text-decoration:none;
}
#mainTD .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #B04501;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
#mainTD .title a:link, #mainTD .title a:visited {
	color:#B04501;
	background:none;
	border:none;
}
#mainTD .title a:hover {
	color:#B04501;
	background-color:#FFECDF;
	border-bottom:1px dotted #B04501;
	text-decoration:none;
}
table.main img {
	max-width:200px;
}
#mainTD h2 {
	color:#b04501;
	font-size:2em;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
}
#mainTD h2 a:link, h2 a:visited {
	color:#B04501;
	background:none;
	border:none;
	text-decoration:none;
}
#mainTD h2 a:hover {
	color:#B04501;
	background-color:#FFECDF;
	border-bottom:1px dotted #B04501;
	text-decoration:none;
}
#mainTD h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #B04501;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
#mainTD h3 a:link, h3 a:visited {
	color:#B04501;
	background:none;
	border:none;
	text-decoration:none;
}
#mainTD h3 a:hover {
	color:#B04501;
	background-color:#FFECDF;
	border-bottom:1px dotted #B04501;
	text-decoration:none;
}
#mainTD h4{
	margin:0;
	padding:2px 0;
	font-size:1.4em;
	color: #32486d;
	font-weight: normal;
	}
#mainTD h4 a:link, #mainTD h4 a:visited {
	color: #32486D;
	background:none;
	padding:0;
	text-decoration:none;
	margin: 0;
}
#mainTD h4 a:hover {
	background-color:#FFECDF;
	border-bottom:1px dotted #B04501;
	color:#B04501;
	text-decoration:none;
}
#mainTD .right {
	float:right;
	}
#mainTD .left {
	float:left;
	}
/**************** Chris Haughey Designs Feature on home page ***********************/
#mainTD #CHD-feature {
	background:url(images/CHD-feature/bg-CHD-feature.jpg) no-repeat top left;
	margin:0 0 10px 0;
	padding:10px 10px 10px 20px;
	width:726px;
	border: 1px solid #B2C7E9;
	float: left;
	background-color: #E7EEF8;
	min-height: 350px;
}
*html #mainTD #CHD-feature {
/*hack for internet explorer*/
width:756px;
}

#mainTD #CHD-feature p {
	font-size:1.1em;
	color:#32486d;
	margin: 0px 0 10px 0;
	line-height: 1.35em;
}
#mainTD #CHD-feature img {
	margin:0px 10px 10px 0;
	padding:5px;
	border:1px solid #b2c7e9;
	background: #fff;
	float: left;
}
#mainTD #CHD-feature td img {
	margin:0;
	padding:3px;
	border:1px solid #b2c7e9;
	background: #fff;
	float: left;
}
#mainTD #CHD-feature img.right {
	margin:0px 25px 10px 0px;
	padding:5px;
	border:1px solid #b2c7e9;
	background: #fff;
	float:right;
}
#mainTD #CHD-feature p a:link, #mainTD #CHD-feature p a:visited {
	background:none;
	padding:3px 3px 0 0;
	text-decoration:none;
	border-bottom:1px dotted #617ba3;
	color: #32486d;
}
#mainTD #CHD-feature p a:hover {
	background-color:#FFECDF;
	border-bottom:1px dotted #B04501;
	color:#B04501;
	text-decoration:none;
	padding:3px 3px 0 0;
}

/*********************** features on the home page ****************************/

#mainTD #features {
	margin:0;
	padding:0;
}
#mainTD #features ul {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	float: left;
	width: 252px;
	}
#mainTD #features ul li {
	list-style:none;
	margin:0;
	padding:10px;
	background-color: #FFFFFF;
	border: 1px solid #e0a37a;
	background-image: url(images/bg-features.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 220px;
}
*html #mainTD #features ul li {
	/*Internet Explorer fix*/
	height:220px;
	}
#mainTD #features ul li h3 {
	margin:0;
	padding:0;
	font-size: 1.8em;
	font-weight: normal;
	color: #B04501;
}
#mainTD #features ul li h4{
	margin:0;
	padding:2px 0;
	font-size:1.4em;
	color: #32486d;
	font-weight: normal;
	}
#mainTD #features ul li h4 a:link, #features ul li h4 a:visited {
	color: #32486D;
	background:none;
	padding:0;
	text-decoration:none;
	margin: 0;
}
#mainTD #features ul li h4 a:hover {
	background-color:#FFECDF;
	border-bottom:1px d
