@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#707173;
	background: #eaeaea;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.fltrt {
	float:right;
}

.fltlft {
	float:left;
}

#mainNav {
	float:left;
	width: 600px;
	margin-left: 20px;
}

#headerRight {
	float:right;
	width:230px;
	margin-top: 40px;
}

.logo {
	float:left;
}
.achkiyMain p, h1, h2 {
	color:#707173;
	font: 100% Arial, Helvetica, sans-serif;
}

.achkiyMain #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/images/background.png) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.achkiyMain #header {
	padding: 0 10px 0 25px;
	height: 130px;
	background-image: url(/images/headerBackground.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}

.achkiyMain #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.achkiyMain #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.achkiyMain #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(/images/footerBackground.png);
	height: 68px;
}
.achkiyMain #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}

#bigBanner {
	background-image:url(/images/bigBanner.jpg);
	width:897px;
	height:310px;
	padding: 16px 17px;
}
	
.achkiyMain #mainNav ul {
	padding-top:40px;

}

.achkiyMain #mainNav li a{
	color:#707173;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	margin-left: 15px;
	border-right: 1px solid #999;
	padding-right: 15px;
}

.achkiyMain #mainNav .last {
	border-right:none;
}


#basket {
	float:left;
	width: 110px;
	padding-top: 20px;
}

#basket p{
	font-size:10px;
}

#smallBanners {
	height: 190px;
	padding-left: 5px;
	margin-top: 10px;
}

.smallBanner {
	float:left;
	width:296px;
	height:170px;
	background-image: url(/images/smallBannerBackground.png);
	background-repeat: repeat-x;
	margin-right: 7px;
	margin-left: 5px;
	padding-top: 10px;
}

.smallBannerText {
	width:102px;
	height:141px;
	background-repeat: repeat-x;
	float: left;
	padding: 10px;
}

.smallBannerText p{
	font-size:12px;
	color:#FFF;
}


.blue {
	background-image: url(/images/smallbannertextBg.png);
}

.red {
	background-image: url(/images/smallbannertextBgRed.png);
}

.green {
	background-image: url(/images/smallbannertextBgGreen.png);
}

