body {
	background-color: silver;  
	font-family: arial;
}

br.clearBoth,
br.both {
	clear: both;
}

#mainBody {
	width: 950px;
	margin-left: auto; 
	margin-right: auto; 
	border: 1px solid black;
	padding: 0px 0px 0px 0px;
	background-color: white;
	position: relative;
	/* text-align: center; */
}

#header {
	background-color: #1f151e;
	height: 119px;
	background-image: url(images/gorilla-hammers3_02.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#headerShortcuts {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	color: white;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
}

#headerShortcuts a {
	text-decoration: none;
}

#headerShortcuts a:link,
#headerShortcuts a:active,
#headerShortcuts a:visited {
	color: white;
}

#headerShortcuts a:hover {
	color: #eb1d27;
}

#headerPhone {
	float: left;
	margin-top: 64px;
	margin-left: 40px;
	color: white;
	font-size: 30px;
	font-weight: bold;
}

#headerPhoneNumbers {
	color: white;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}

#headerNavigation {
	float: left;
	margin-top: 98px;
	margin-left: 27px;
	font-size: 10px;
	color: white;
}

#headerNavigation a:link,
#headerNavigation a:active,
#headerNavigation a:visited {
	color: white;
}

#headerNavigation a:hover {
	color: red;
}

#headerImgLeft {
	border: none;
	float: left;
	margin-left: 15px;
}

#headerImgRight {
	width: 346px;
	border: none;
	float: right;
}

#leftContentWrapper {
	vertical-align: top; 
	background-image: url(images/vertical-divider.gif); 
	background-repeat: repeat-y; 
	background-position: right; 
	width: 652px; 
	float: left;
}

#leftContentTop {
	height: 56px; 
	text-align: center; 
	vertical-align: top; 
	background-image: url(images/left-top.gif); 
	background-repeat: no-repeat;  
	background-position: top right;
}

#rightContentWrapper {
	float: right; 
	width: 298px; 
}

#rightContentTop {
	height: 43px; 
	background-image: url(images/gorilla-hammers3_05.jpg); 
	background-repeat: no-repeat; 
	background-position: top; 	
	text-align: center; 
	vertical-align: top;
}

#topLeft {
	float: left;
	height: 78px; 
	width: 652px;
	text-align: center; 
	vertical-align: top; 
}

#topRight {
	float: right; 
	height: 43px; 
	width: 298px; 
	text-align: center; 
	vertical-align: top;
}

#mainBody1 {
	vertical-align: top;
}
 
#mainBody2 {
	vertical-align: top;
} 
 
#footer {
	color: white;
	background-color: black;
	font-size: 12px;
	text-align: center;
	height: 30px;
	padding-top: 9px;
} 

#footer a:link,
#footer a:active,
#footer a:visited {
	color: white;
}

#footer a:hover {
	color: #D56C1C;
}

.dimensions {
	font-size: 12px;
	color: #CC0000;
}

.title {
	font-size: 26px;
	color: #4E4E4E;
	text-align: center;
}

.title2 {
	font-size: 20px;
	color: #4E4E4E;
	text-align: center;
}

.model {
	color: #4E4E4E;
	font-size: 18px;
}

a.links:link {
	font-size: 15px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}

a.links:visited {
	font-size: 15px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}

a.links:hover {
	font-size: 15px;
	font-weight: bold;
	color: #D56C1C;
	text-decoration: none;
}

a.links2:link {
	font-size: 16px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}

a.links2:visited {
	font-size: 16px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}

a.links2:hover {
	font-size: 16px;
	font-weight: bold;
	color: #D56C1C;
	text-decoration: none;
}

a.links3:link {
	font-size: 20px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}

a.links3:visited {
	font-size: 20px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}

a.links3:hover {
	font-size: 20px;
	font-weight: bold;
	color: #D56C1C;
	text-decoration: none;
}

a.links4:link {
	font-size: 12px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}

a.links4:visited {
	font-size: 12px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}

a.links4:hover {
	font-size: 12px;
	font-weight: bold;
	color: #D56C1C;
	text-decoration: none;
}

hr { color: #4E4E4E; }

div.articles { font-size: 12px; }

div.articles2 {	font-size: 14px; }

td.description{}

td.part, td.qty{ text-align: center;}

td.price{ text-align: right }

td.contactForm {
	width: 250px; 
	text-align: right; 
	font-family: arial; 
	font-size: 12px;
}

#divPromoPopup {
	display: none;
	height: 480px;
    width: 626px;
	background-image: url(images/nov-2011-promo.jpg);
	position: fixed;
    z-index: 1;
	top: 120px;
	left: auto;
	margin-left: 160px;
	border: 1px solid black;
}

#aPromoPopup {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: white;
	position: fixed;
	top: 560px;
	margin-left: 20px;
}

#aPromoPopupClose {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: white;
	position: fixed;
	top: 560px;
	margin-left: 20px;
}

#aPromoPopupX {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	position: fixed;
	top: 120px;
	margin-left: 616px;
	text-decoration: none;
}

#aPromoBits {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	position: fixed;
	top: 137px;
	margin-left: 7px;
	width: 207px;
	height: 135px;
	text-decoration: none;
}

#aPromoHammers {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	position: fixed;
	top: 130px;
	margin-left: 430px;
	width: 180px;
	height: 165px;
	text-decoration: none;
}

#content {
	clear: both; 
	text-align: left; 
	width: 750px;
	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#divPager {
	font-size: 12px;
}

div.listing {
	font-size: 12px;
}

div.listingImg {
	width: 275px; 
	min-height: 160px;
	float: left; 
/*	border: 1px dashed black; */
}

.listingImg .imgIcons {
	cursor: pointer;
}

div.listingOther {
	width: 150px; 
	min-height: 140px;
	float: right; 
	text-align: right;
/*	border: 1px solid black;  */
}

div.price {margin-bottom: 10px}

div.phone {text-align: left}

div.locationLabel {text-align: left; margin-top: 10px}

div.location {margin-bottom: 10px}

div.comments {
/*	border: 1px dashed black; */
	margin-top: 20px;
	float: left;
}

table.listingSpecs {
	width: 300px; 
	min-height: 140px;
	float: left; 
/*	border: 1px dashed black; */
}

td.label {
	width: 120px;
}

td.labelMake {text-align: right}

td.labelModel {text-align: right}

td.labelPrice {text-align: right}

td.labelEnergyClass {text-align: right}

td.labelCarrierWeight {text-align: right}

td.labelWorkingWeight {text-align: right}

td.labelOilFlow {text-align: right}

td.labelWorkingPressure {text-align: right}

td.valueMake {text-align: left}

td.valueModel {text-align: left}

td.valuePrice {text-align: left}

td.valueEnergyClass {text-align: left}

td.valueCarrierWeight {text-align: left}

td.valueWorkingWeight {text-align: left}

td.valueOilFlow {text-align: left}

td.valueWorkingPressure {text-align: left}

#galleryLinks {
	display: none;
}

