@charset "UTF-8";
/* CSS Document */

/*basic page properties - set the background to white and remove the margin and padding on the page*/
body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}

/*create a holder to hold the page*/
#pcHolder {
	margin:30px 60px 30px 60px;
}

#menu {
	height:73px;
	width:600px;
	line-height:0;
	font-size:0;
	margin:0 0 25px 0;
}
#menu div {
	float:left;
}
#menu img {
	border:none;
}
#menuHome {
	width:78px;
	height:73px;
	background-image:url(../images/menu_home.gif);
}
#menuLook {
	width:76px;
	height:73px;
	background-image:url(../images/menu_look.gif);
}
#menuShop {
	width:77px;
	height:73px;
	background-image:url(../images/menu_shop.gif);
}
#menuAbout {
	width:78px;
	height:73px;
	background-image:url(../images/menu_about.gif);
}

#menuNews {
	width:76px;
	height:73px;
	background-image:url(../images/menu_news.gif);
}
#menuContact {
	width:77px;
	height:73px;
	background-image:url(../images/menu_contact.gif);
}
#menuHomeDown {
	width:78px;
	height:73px;
	background-image:url(../images/menu_home.gif);
	background-position:-78px;
}
#menuLookDown {
	width:76px;
	height:73px;
	background-image:url(../images/menu_look.gif);
	background-position:-76px;
}
#menuShopDown {
	width:77px;
	height:73px;
	background-image:url(../images/menu_shop.gif);
	background-position:-77px;	
}
#menuAboutDown {
	width:78px;
	height:73px;
	background-image:url(../images/menu_about.gif);
	background-position:-78px;
}
#menuNewsDown {
	width:77px;
	height:73px;
	background-image:url(../images/menu_news.gif);
	background-position:-77px;
}	

#menuContactDown {
	width:77px;
	height:73px;
	background-image:url(../images/menu_contact.gif);	
	background-position:-77px;
}


#contentHome {
	width:1200px;
	font-size:0;
	line-height:0;
}
#contentHome img {
	border:none;
	margin:0 20px 0 auto;
}
#contentHome2 {
	width:1200px;
	font-size:0;
	line-height:0;
}
#contentHome2 img {
	border:none;
	margin:0;
}
#contentEmail {
	width:594px;
	font-size:0;
	line-height:0;
}
#contentEmail img {
	border:none;
	margin:0;
}
#contentLook {
	width:2319px;
	font-size:0;
	line-height:0;
}
#contentLook img {
	border:none;
	margin:0;
}
#contentShop {
	width:1200px;
	font-size:0;
	line-height:0;
}
#contentShop img {
	border:none;
	margin:0;
}
#contentProduct {
	width:897px;
	font-size:0;
	line-height:0;
}
#contentProduct img {
	border:none;
	margin:0;
}

/*peoples cartel repeating logo bar above footer*/
.pcBar {
	width:100%;
	height:27px;
	background-color:#000000;
	background-image:url(../images/pcBarBkgd.gif);
	background-repeat:repeat-x;
	line-height:0;
	font-size:0;
	margin-top:0px;
	margin-right:30px;
}

/*set footer characteristics*/
#footer {
	width:300px;
	height:22px;
	background-color:#FFFFFF;
	line-height:0;
	font-size:0;
	margin: 20px 0;
}
/*set all footer images to float left and remove the possibility of a border showing up*/
#footer img {
	border:none;
	float:left;
}