/* fix for the IE 1px-off margin error */
* html .StupidIEMarginHack { margin-right: 1px; }
* html .StupidIEWidthHack { width: 100%; }

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
	background: url(../Website/images/bg.jpg) repeat;
}

#header {
	margin: 0 0 15px 0;
	background: url(../Website/images/bg.jpg) repeat;
	margin:0;
}

#side-a {
	float: left;
	width: 194px;
}

#side-b {
	float: right;
	width: 245px;
}

#content { 
	float: left;
}

#footer {
	clear: both;
	background:url(../Website/images/bg.jpg) repeat;
}

#footer_text  a:hover {
	color:#990000;
}

#footer_text a:visited {
	color:#FFFFFF;
}

p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0px;
	
	
}

#whatwedo_list li {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0px;
	
	
}

#contact_list p {
	
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	list-style:none;
	padding:0px;
}


h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}


#product_list_title {

	text-align:center;
}

#product_list li, #product_list td {
	
	text-align:center;
	line-height:20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	list-style:none;
	padding:0px;
}

#product_list tr {
	
	vertical-align:top;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
		color:#490000;
}

label	{
			width:200px;
			float: left;
			text-align: right;
			margin-right: 0.5em;
			display: inline;
}

.submit input	{
				margin-left: 50%;
} 
	/* These styles create the dropdown menus. */
	#navbar {
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;
		}
	#navbar li {
		list-style: none;
		float: right; 
	}
	#navbar li a {
		display:block;
		text-transform: uppercase;
		text-decoration: none; 
		color: #999;
		font-weight: bold; 
	}
	#navbar li a:hover {
		color: #000; 
	}
	#navbar li ul {
		display: none; 
		
	}
	#navbar li:hover ul, #navbar li.hover ul {
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		position:absolute;
		display:block;
		width: 50px;
	}
	#navbar li:hover li, #navbar li.hover li {
		float: left; 
	}
	#navbar li:hover li a, #navbar li.hover li a {
		color: #000; 
	}
	#navbar li li a:hover {
		color: #357; 
	}
	
	#nav, #nav ul { /* all lists */
		
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 120px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
	}
	
	#nav li ul { /* second-level lists */
		background:url(../Website/images/btn_blank.jpg);
		position : absolute;
		left: -999em;
		margin-left : 12.15em;
		margin-top : -1.75em;
		text-align:center;
		
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-left : 7.45em;
	}
	
	#nav li a {
		width : 120px;
		display : block;
		color : #990000;
		font-weight : bold;
		text-decoration : none;

	}
	
	#nav li a:hover {
		color : white;
		background-color:#990000;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
.title {
background-color:#790000;
text-align:center;
}

.content {
	background-color:#881000;
	text-align:center;
}

.d1 {
	background-color:#751000;

}

.d2 {
	background-color:#851000;

}

.d3 {
	background-color:#791000;

}

hr {
	background-color: #a01a1b;
	height: 2px;
	border:0px;
	display:none;
}