@import url('core.css');


body {
  background: #333132 url('../images/core/body_bg.jpg') top center no-repeat;
}
.container {
  width:1024px;
  margin:0 auto;
  font-family: Arial, Tahoma, sans-serif;
  font-size:12px;
}
a:link, a:visited {text-decoration: underline; color: #f62217;}
a:hover {color:black;}
#header_wrapper {
  background: url('../images/core/header_bg.jpg') no-repeat;
  height:110px;
  padding:32px 34px 0 30px;
}
#header {
  height:110px;
  margin-bottom:23px;
}
#banner {
  padding-top:32px;
  padding-left:65px;
  height:78px;
  width:385px;
}
#navigation {
  width:510px;
  height:110px;
}
#content_wrapper {
  background: url('../images/core/content_bg.png') repeat-y;
  margin:0 9px;
  padding:0 25px;
}
#content_banner{
	width:882px;
  margin:23px 38px 40px 39px;
}
#content {margin-top:40px;padding:0 40px;line-height:1.3}
#primary {width:550px;margin-right:20px;}
#secondary {width:286px;margin-left:20px;}

/* banner styles */
ul#banners li {height:285px; width:647px; display:block; overflow:hidden;}

/* banner jump styles */
#banner_list {
	background: url('../images/banners/banner_bg.png') no-repeat;
	height:285px;
	width:647px;
}
#banner_jump {
	background: url('../images/ctas/cta_bg.png') no-repeat;
	color:white;
	width:180px;
	height:243px;
	padding-left:55px;
	padding-top:42px;
}
#banner_jump h2 {
	font-size:28px;
	font-weight:normal;
}
#banner_jump ul {
	border-top:1px dashed gray;
	border-bottom:1px dashed gray;
	margin-top:10px;
	width:160px;
}
#banner_jump ul li {
	padding-left: 50px;
	height:35px;
	margin:2px 0;
}
#banner_jump ul li#bj_pallets {background:url('../images/ctas/pallets.png') left center no-repeat}
#banner_jump ul li#bj_crates {background:url('../images/ctas/crates.png') left center no-repeat}
#banner_jump ul li#bj_cases {background:url('../images/ctas/cases.png') left center no-repeat}
#banner_jump ul li#bj_timber {background:url('../images/ctas/timber.png') left center no-repeat}
#banner_jump ul li a {
	display:block;
	text-decoration:none;
	color:white;
	padding-top:10px;
}
#banner_jump ul li a:link, #banner_jump ul li a:link {

}
#banner_jump ul li a:hover {
	text-decoration:underline;
	font-weight:bold;
}

/* navigation styles */
ul#nav li {border-left:1px dashed gray;}
ul#nav li a {
  display:block;
  padding:68px 25px 0 25px;
  height:42px;
}
ul#nav li a:link, ul#nav li a:visited {
  text-decoration:none;
  color:white;
}
ul#nav li a:hover {
	/* background:black url('../images/core/nav_bg.png')repeat-x; */
	background-color:black;
  color:white;
}
#p-index ul#nav a#nav-index,
#p-profile ul#nav a#nav-profile,
#p-services ul#nav a#nav-services,
#p-products ul#nav a#nav-products,
#p-contact ul#nav a#nav-contact,
#p-tos ul#nav a#nav-index,
#p-privacy_policy ul#nav a#nav-index {
	background-color:black;
	color:white;
	font-weight:bold
}


/* product list styles */
ul#pc_list {
	list-style-type:none;
}
.pcat_img {
	float:right;
}
#primary h4 a {text-decoration:none;color:black}
h1.title {font-weight:normal}
h2.certified {
  background: url('../images/core/ispm_icon.jpg') left center no-repeat;
  padding-left: 38px;
  font-weight:normal
}

/* sidebar styles */
#sb_contact {
  border:1px dashed #DBDBDB;
  padding:37px;
  width:212px;
  line-height:1.5;
}
#sb_contact h3 {
  font-size:28px;
  font-weight:normal;
}
ul#sbc_details {margin-top:20px;list-style-type:none;}
ul#sbc_details li {
  padding-left: 20px;
  margin-bottom:5px;
}
ul#sbc_details li#sbc_email { background: url('../images/core/icon-email.jpg') left center no-repeat;}
ul#sbc_details li#sbc_phone { background: url('../images/core/icon-phone.jpg') left center no-repeat;}

a.pimgs {
	height:110px;
	width:110px;
	display:block;
	float:left;
	text-indent:-9999px;
}
a#box1 {background: url('../images/products/thumbs/box1c.png')}
a#box2 {background: url('../images/products/thumbs/box2c.png')}
a#crates1 {background: url('../images/products/thumbs/crates1c.png')}
a#crates2 {background: url('../images/products/thumbs/crates2c.png')}
a#pallet1 {background: url('../images/products/thumbs/pallets1c.png')}
a#pallet2 {background: url('../images/products/thumbs/pallets2c.png')}
a#timber1 {background: url('../images/products/thumbs/timber1c.png')}
a#timber2 {background: url('../images/products/thumbs/timber2c.png')}
a#saddle1 {background: url('../images/products/thumbs/saddle1c.png')}
a#saddle2 {background: url('../images/products/thumbs/saddle2c.png')}
a#box1:hover, a#box2:hover, a#crates1:hover, a#crates2:hover,
a#pallet1:hover, a#pallet2:hover, a#timber1:hover, a#timber2:hover,
a#saddle1:hover, a#saddle2:hover {background-position: 0 -110px}

/* footer styles */
#footer_wrapper{
  background: url('../images/core/footer_bg.jpg') bottom right no-repeat;
  margin:0 9px;
  width:960px;
  height:42px;
  padding:0 25px 0 25px;
}
#footer {
  padding:20px 40px 0 40px;
  color:#303030;
  border-top:1px dashed #58585a;
  line-height:1.3;
}
#footer a:link, #footer a:visited {
  text-decoration:none;
  color:#303030;
}
#footer a:hover {
	text-decoration:underline;
	color:#f62217;
}
#footer_links {
  width:740px;
}
#webfirm_brand {
  width:80px;
  float:right;
}

/* google map styles */
.googlemap{
  height:300px;
  width:544px;
	border:3px solid gray;
	margin-bottom:20px;
}
.googlemap span{
  display: block;
  margin-bottom: 3px;
  text-align: center;
}

/* common styles */
.floatleft {float:left}
.floatright {float:right}
.fullwidth {width:100%}
.rgap {margin-right:5px}
.wgap {margin:0 5px}
a.red_lnk:link, a.red_lnk:visited {
  text-decoration:underline;
  color:#f62217;
}
.red {color:red}
.bold{font-weight:bold}
.pcat {font-size:14px;font-weight:bold;}
.halfwidth {width:50%}
.pcat_wrap {margin-bottom:15px;border-bottom:1px dashed gray;padding-bottom:15px;}
a.mailto { text-decoration: underline; color: #f62217; }  








/********************************************
        LISTING STYLES
********************************************/



.item_listing li div.img {
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
}



/********************************************
        PRODUCT DETAIL STYLES
********************************************/



#p-product #content .img{
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
  display: inline;
  float: left;
  height: 250px;
  margin-right: 20px;
  width: 250px;
}
#p-product #content .item{
  display: inline;
  float: left;
  width: 360px;
}


/********************************************
        DYANMIC PAGE DETAIL STYLES
********************************************/


#p-dynamic_page #content .img {
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
  display: inline;
  float: left;
  height: 150px;
  margin-right: 20px;
  width: 150px;
}
#p-dynamic_page #content .item {
  display: inline;
}

ul#breadcrumbs li {
  margin-right: 10px;
  font-size: 0.8em;
  
}
