@charset "utf-8";


html, body {
	background-color: #969696;
	background-image: url(/assets/hydraulics/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	color: #b90101;
	font-size: 18px;
	margin-top:0;
	padding-top:0;
}
.container {
        position:relative;
	margin-left:auto;
        margin-right:auto;
	width:700px;
	padding:0;
}

.header {
float:left;
clear:both;
width:700px;
}

#navHolder{
	padding:5px 10px 5px 15px; 
	height: 51px;
	width: 675px;
	background-image: url(/assets/hydraulics/images/nav.jpg);
	background-repeat: no-repeat;
	float:left;
	clear:both;
}


 a.navBar:link {	color: #000000;	text-decoration: none;	font-weight: bold;}
 a.navBar:visited {color: #000000;	text-decoration: none; font-weight: bold;}
 a.navBar:hover {color: #000000;	text-decoration: underline; font-weight: bold;}


a.redLink:link {color: #b90101; text-decoration: underline;	}
a.redLink:visited {color: #b90101; text-decoration: underline;	}
a.redLink:hover {	color: #b90101;	text-decoration: none;	}

a.login:link {color: #b90101; text-decoration: none;		font-weight: bold;}
a.login:visited {color: #b90101; text-decoration: none;		font-weight: bold;}
a.login:hover {	color: #b90101;	text-decoration: underline;	font-weight: bold;}





.mainContent {
	width: 700px;
	padding:0;
	float:left;
	clear:both;
}

.rightBody {
	width: 405px;
	float: left;
	clear: none;
	text-align: left;
}
.center{
	height: 450px;
	width: 44px;
	float: left;
	clear: none;
	background-image:url(/assets/hydraulics/images/centerdivider.jpg);
	background-repeat:no-repeat;
}

.leftBody{
	float: left;
	clear: both;
	width: 225px;
	text-align:left;
}

.offer{
	width:175px;
	float:left;
	clear:both;
}

.thumbHolder{
padding: 0 0 0 25px;
width:178px;
float:left;
clear:both;

}

.offerDivider{
float:left;
clear:both;
width:216px;
height:43px;
background-image:url(/assets/hydraulics/images/offer_divider.jpg);
background-repeat:no-repeat;
}





.copyrightHolder{
	font-size: 10px;
	padding: 50px 0 10px 10px;
	float: left;
	clear:both;		

	width: 216px;
	height: 20px;
}

#offer1{
background-image:none;
cursor:pointer;
display:block;
height:auto;
width:auto;
}

#offer2{
background-image:none;
cursor:pointer;
display:block;
height:auto;
width:auto;

}
#offer3{
background-image:none;
cursor:pointer;
display:block;
height:auto;
width:auto;
}

.link_black_text{
color:black;
}


