/* --------------------------------------------------------
	Site Container
-------------------------------------------------------- */
#pp_site_container {
	margin: 0px;
	padding: 0px;
	width: 980px;
}

/* --------------------------------------------------------
	Head Container and items
-------------------------------------------------------- */
#pp_head_container {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 980px;
}
#pp_head_logo {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 215px;
	clear: left;
	float: left;
}
#pp_head_logo img {
	border: 0px;
}
#pp_head_advert {
	display: none;
}
#pp_head_tools {
	display: none;
}
#pp_head_tools_search {
	display: none;
}

#pp_head_tools_member {
	display: none;
}

#pp_head_tools_basket {
	display: none;
}


/* --------------------------------------------------------
	Navigation Bar
-------------------------------------------------------- */
#pp_navbar_container {display: none;}

/* --------------------------------------------------------
	Navigation Bar - Crumbs
-------------------------------------------------------- */
#pp_crumbs_container {display: none;}

/* --------------------------------------------------------
	Site Body
-------------------------------------------------------- */
#pp_body_container {

}
#pp_body_page {

}
#pp_body_advert {
	display: none;
}

/* --------------------------------------------------------
	Page
-------------------------------------------------------- */
#pp_body_page_column_container {
	margin: 0px;
	padding: 0 0 10px 0;
	width: 800px;
}
/* --------------------------------------------------------
	3 Column    200 - 375 - 180
-------------------------------------------------------- 
#pp_site_col3_c1 {
	width: 200px;
	border-right: 1px solid #eeeeee;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	clear: none;
}
#pp_site_col3_c2 {
	width: 375px;
	border-right: 1px solid #eeeeee;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	clear: none;
}
#pp_site_col3_c3 {
	width: 180px;
	float: left;
	clear: right;
}*/
/* --------------------------------------------------------
	2 Column A    595 - 180
-------------------------------------------------------- */
#pp_site_col2a_c1 {
	width: 595px;
	border-right: 1px solid #eeeeee;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	clear: none;
}
#pp_site_col2a_c2 {
	width: 180px;
	float: left;
	clear: right;
}
/* --------------------------------------------------------
	2 Column    200 - 570
-------------------------------------------------------- */
#pp_site_col2_c1 {
	width: 200px;
	border-right: 1px solid #eeeeee;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	clear: none;
}
#pp_site_col2_c2 {
	width: 570px;
	float: left;
	clear: right;
}

/* --------------------------------------------------------
	Site Footer
-------------------------------------------------------- */
#pp_footer_container {
	margin: 25px 0 0 0;
	padding: 0px;
	width: 980px;
	height: 200px;
	clear: both;
	color: #AAAAAA;
}
#pp_footer_othersites a, #pp_footer_left a, #pp_footer_right a {
	color: #AAAAAA;
}
#pp_footer_othersites a:hover, #pp_footer_left a:hover, #pp_footer_right a:hover {
	color: #3333cc;
}
#pp_footer_links {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	width: 980px;
	border-bottom: 1px solid #eee;
	height: 20px;
	clear: both;
}
#pp_footer_links ul { 	margin: 0px; 	padding: 0px; }
#pp_footer_links li { padding:0 10px 0px 15px;  float:left;  background: url(/gfx/bullet.gif) no-repeat; background-position: left center; }
#pp_footer_links li:hover { background: url(/gfx/bullet1.gif) no-repeat; background-position: left center; }
#pp_footer_links, #pp_footer_links ul {list-style:none;}
#pp_footer_links li.firstItem { padding:0 10px 0px 15px; }
#pp_footer_links li.lastItem { padding:0 10px 0px 15px;  }

#pp_footer_othersites {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	width: 980px;
	border-bottom: 1px solid #eee;
	height: 38px;
	clear: both;
}
#pp_footer_othersites ul { 	margin: 0px; 	padding: 0px; }
#pp_footer_othersites li { padding:0 10px 0px 15px;  float:left;  background: url(/gfx/bullet.gif) no-repeat; background-position: left center; }
#pp_footer_othersites li:hover { background: url(/gfx/bullet1.gif) no-repeat; background-position: left center; }
#pp_footer_othersites, #pp_footer_othersites ul {list-style:none;}
#pp_footer_othersites li.firstItem { padding:0 10px 0px 0px;  background:none; float: none; margin: 0 0 4px 0;}
#pp_footer_othersites li.secondItem { padding:0 10px 0px 15px; }
#pp_footer_othersites li.lastItem { padding:0 10px 0px 15px;  border-right:0px; }

#pp_footer_left {
	margin: 0px;
	padding: 0px;
	width: 490px;
	clear: left;
	float: left;
}
#pp_footer_right {
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 490px;
	clear: right;
	float: left;
}


