/***** CSS for AT Hydraulics *****/

* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font-size: 62.5%;
	color: #666;
	font-family: Arial, Helvetica, Verdana, "sans serif";
	background: #fff url(/app_themes/athydraulics/images/interface/bg.png) repeat-x 0 0;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
*:focus {
	outline: none;
}
#logo em {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}




/***** Type *****/
p {
	line-height: 1.4;
	padding-bottom: 1.5em;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1em;
	color: #282d68;
}
a {
	color: #282d68;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}





/***** Container *****/
#container {
	width: 900px;
	margin: 50px auto 0 auto;
	padding: 0 0 50px 0;
	text-align: left;
	font-size: 1.2em;
}





/***** Header *****/
#logo {
	float: left;
	width: 225px;
	height: 100px;
	background: url(/app_themes/athydraulics/images/interface/at-hydraulics-logo.png) no-repeat 0 0;
}
#logo a {
	display: block;
	height: 100px;
}
#banner img {
	display: block;
}
#mainNav {
	background: #666;
	min-height: 30px; /* ie6.css */
	margin: 0;
}
#mainNav ul {
	list-style-type: none;
	background: #666;
}
#mainNav li {
	float: left;
	height: 30px;
	width: 90px;
	border-right: 2px solid #b2b2b2;
	background: #666;
	position:relative;
}
#mainNav a {
	display: block;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 14px;
}
#mainNav em {
	font-style: normal;
}
#mainNav .selected a {
	background: #f05a28;
}
#mainNav a:hover {
	background: #282d68;
}
#mainNav ul li ul {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	width:180px;
}
#mainNav ul li ul li {
	width:180px;
	border-right: 0;
}

#mainNav ul li ul li ul{
	display:none;
	top:0;
	left:180px;
}
#mainNav ul li:hover ul, #mainNav ul li.over ul{
	display:block;
}
#mainNav ul li:hover ul li ul, #mainNav ul li.over ul li ul{
	display:none;
}
#mainNav ul li:hover ul li:hover ul, #mainNav ul li.over ul li.over ul{
	display:block;	
}
#mainNav ul li:hover ul li:hover ul li ul, #mainNav ul li.over ul li.over ul li ul{
	display:none;
}
#mainNav ul li:hover ul li:hover ul li:hover ul, #mainNav ul li.over ul li.over ul li.over ul{
	display:block;
}

/***** Content & Columns *****/
#content {
	background: #fff;
	padding: 0 0 15px 0;
}
#contentColumn {
	/*float: right;*/
	/*width: 681px;*/
	padding: 11px 15px 15px 15px;
	margin: 5px;
	/*border-left: 2px solid #9496b4;*/
}
#navColumn {
	float: left;
	width: 153px;
	padding: 11px 0 15px 15px;
	margin-top: 5px;
	display:none;
}



/***** Home *****/
#mainContent {
	float: right;
	width: 298px;
	padding: 33px 35px 0 0;
}
#mainContent h1 {
	font-weight: bold;
	line-height: 1.4;
	color: #282d68;
}
#mainContent h2{
	color: #666;
}
#mainImage {
	/*padding: 20px 0 19px 20px; /*original val*/
	padding: 20px 0 19px 0;
	width: 545px; /* ie6.css */
}
#mainStories {
	border-top: 2px solid #9496b4;
	background: url(/app_themes/athydraulics/images/interface/story-divider.png) no-repeat 0 15px;
}
#mainStories .story {
	padding: 15px 15px 0 15px;
	width: 419px;
	float: left;
}
#mainStories .story img {
	float: left;
	margin: 0 10px 80px 0;
}
#mainStories .story p {
	padding: 0;
}
#mainStories .story .moreLink {
	padding: 15px 0 0 0;
}
#footerHome p {
	background: #282d68;
	color: #fff;
	line-height: 30px;
	font-size: 90%;
	padding: 0 0 0 20px;
}
#footerHome ul {
	float: right;
	width: 160px;
	list-style-type: none;
	padding-top: 11px;
}
#footerHome li {
	float: left;
	padding-left: 7px;
	border-right: 1px solid #666;
}
#footerHome li.last {
	border: none;
}
#footerHome a {
	color: #666;
	padding-right: 7px;
	font-size: 90%;
}




/***** Product Detail *****/
#headerNav {
	background: #fff;
	height: 30px;
}
#headerNav ul {
	float: right;
	width: 144px;
	list-style-type: none;
	padding-top: 9px;
}
#headerNav li {
	float: left;
	padding-left: 7px;
	border-right: 1px solid #666;
}
#headerNav li.last {
	border: none;
}
#headerNav a {
	color: #666;
	padding-right: 7px;
	font-size: 90%;
}
#breadCrumb {
	font-weight: bold;
	color: #282d68;
}
#breadCrumb a {
	padding-right: 7px;
	border-right: 1px solid #282d68;
}
#breadCrumb em {
	color: #f05a28;
	font-style: normal;
	padding-left: 7px;
}
#productDescription {
	float: right; 
	padding: 0 80px 0 0;
	width: 215px;
}
#productDescription h1 {
	color: #282d68;
}
#productDescription h2 {
	color: #f05a28;
	padding-bottom: 5px;
}
#productDescription ul {
	margin: 0 0 1.5em 1.4em;
}
#productDescription li {
	line-height: 1.2;
	padding-bottom: 5px;
}
#productImage {
	width: 386px; /* ie6.css */
	text-align: center;
}




/***** Specifications Table *****/
#specifications {
	clear: both;
	padding: 30px 0 0 0;
}
#specifications h2 {
	padding: 0 0 5px 10px;
}
table {
	width: 100%;
}
td, th {
	padding: 5px 10px;
}
#specifications td {
	border-left: 1px solid #efeff4;
	text-align: center;
}
#specifications th {
	font-weight: normal;
	text-align: left;
}
#specifications th strong {
	float: left;
	width: 100px;
	font-weight: normal;
	color: #282d68;
}
#specifications .columnHeadings th {
	border-left: 1px solid #9396b3;
	background: #282d68;
	color: #fff;
	font-weight: bold;
}
#specifications .odd td,
#specifications .odd th {
	background: #dfe0e9;
}
.odd th,
.even th {
	white-space: nowrap;
}




/***** Products List *****/
.product {
	width: 172px;
	float: left;
	/*margin: 0 27px 30px 27px; /* ie6.css */
	margin: 0 15px 30px 15px; /* ie6.css */
	height:300px;
	overflow:hidden;
}
.product h2 {
	background: url(/app_themes/athydraulics/images/interface/product-heading-bg.gif) repeat-x 0 0;
	padding: 11px 0 0 0;
	margin: 16px 0 0 0;
}
.product p {
	padding: 0;
}
.productThumb {
	display: block;
	text-align: center;
}
#fullwidth{
	padding:20px;
}
dt{
	margin:10px 0 10px 0;
}
dt a:hover h2{
	text-decoration:underline;
}
dd{
	margin:0 0 0 10px;
	font-size:12px;
}
p .left-content-image{
	margin-right:20px;
}

.contact-info{
	float:left;
	width:260px;
	margin-left:10px;
}

/***** Nav Column *****/
#navColumn h2 {
	padding-bottom: 2px;
}
#navColumn ul {
	list-style-type: none;
}
#navColumn a {
	display: block;
	padding: 4px 0;
	font-weight: bold;
	color: #666;
}
#navColumn .selected a {
	color: #f05a28;
}

#breadcrumbs-holder{
	padding:10px 0 0 20px;
}

#fullwidth h1{
	margin-top:10px;
}
#fullwidth ul li{
	margin:0 0 0 15px;
	line-height:1.3em;
}