@import url("Classes.css");
@import url("Tags.css");
#Footer {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 760px;
	color:#333333;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 781px;
	background-color:#CCCCCC;
}
#Logo {
	float: left;
	height: 80px;
	width: 160px;
	background-image: url(../images/layout/Logo.gif);
}
#Home {
	background-image: url(../images/layout/GreyBG.gif);
	height: 22px;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 8px;
	float: left;
	color: #FFFFFF;
	padding-left: 10px;
}
#Menu {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#797979;
	border-bottom-color: #797979;
	float:left;
	width:160px;
}
#MenuItem {
	background-color: #B5B5B5;
	background-image: url(../images/layout/WhiteArrow.gif);
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 145px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C5C5C;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #43A228;
	text-transform: capitalize;
}
#LeftWrapper {
	float: left;
	width: 160px;
}
#MainAd {
	float: left;
	width: 620px;
}
#ItemArea {
	float: left;
	width: 618px;
	border: 1px solid #5F5F5F;
	background-color:#E9E9E9;
	background-image: url(../images/layout/ItemAreaBG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:0px; 
	padding:0px 
}
#RightWrapper {
	float: left;
	width: 620px;
}
#Header {
	height: 45px;
	width: 610px;
	float: left;
	padding-top: 35px;
	padding-right: 5px;
	background-image: url(../images/layout/GreenBG.gif);
	color: #FFFFFF;
	padding-left: 5px;
}
#BreadCrumbs {
	background-image: url(../images/layout/GreyBG.gif);
	float: left;
	height: 22px;
	width: 615px;
	padding-top: 8px;
	padding-left: 5px;
	color: #FFFFFF;
}
#PhoneImage {
	background-color: #FFFFFF;
	padding: 2px;
}
#ItemName {
	font-size: 13px;
	background-image: url(../images/layout/UnipageGliph.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	padding-top:19px;
	padding-left:21px;
	height: 100%;
	margin-bottom: 10px;
}
#ItemDetailTitle
{
	font-size: 16px;
	background-image: url(../images/layout/ItemDetailUnipageLogoBG.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 25px;
	padding-left: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
#SubMenu {
	padding: 5px;
	width: 190px;
	background-color:#B5B5B5;
}
#SubMenuItem a:link, #SubMenuItem a:visited, #SubMenuItem a:hover {
	background-color: #ECECEC;
	background-image: url(../images/layout/WhiteArrow.gif);
	font-weight: bold;
	color: #444444;
	float: left;
	width: 198px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right center;

	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #43A228;
	text-transform: capitalize;
}
#SubMenuItem a:hover {
	background-color: #E9621D;
	color: #FFFFFF;
}
