* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #7d650f;
	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: #FFFFCC;
	background-color: #735c09;
}

p {
	margin-bottom: 1em;
}

div#allAreas {
   /* height:100.5%;
    min-height:100.5%;*/
    position: relative;         
    margin: 0 auto 0px auto;
	width: 884px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #7D650F;
	background-image: url(img/middle.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

div#viewcart{
	position:absolute;
	margin:0 auto 0 auto;
	left:25px;
}
div#mainNavigationArea{
	position:relative;
    height:38px;
	z-index:9999;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	background-position:top left;
}

div#LogoArea{
	position:absolute;
	width:67px;
	height:61px;
	top:230px;
	left:413px;
	z-index:99999;

}
img#logo {
	position: absolute;
	margin:auto 0 auto 0;
    height: 61px;
	left:0;
    z-index: 20;
}
img#logo1 {
	position: absolute;
	margin:auto 0 auto 0;
    height: 32px;
	left:0;
    z-index: 20;
}

/* --------------------- MAIN AREA START ------------------------ */

div#mainArea{
    margin: 0px auto 0px auto;
}

/* ------------------------------------------------------- */

div#rightArea{
	position: relative;
	margin: 0 auto 0px auto;
	width:350px;
	top:0px;
	margin-top: 6px;
	margin-bottom: 6px;
	min-height:454px;
	_height:454px;
	float:right;
	right:38px;
}

div#bannerArea {
	position:relative;
	margin:0 auto 0 auto;
	text-align:right;
	top:10px;
	margin-left:10px;
	z-index: 999;
	font-weight:bold;
	font-size:13px;
	color:#FFFFCC;
	line-height:20px;
	height:20px;
	width:325px;
}

div#bannerArea a {
    z-index: 4;
	font-weight:bold;
	font-size:13px;
	color:#FFFFCC;
	line-height:20px;
}
div#contentArea {
	position:relative;
    bottom:0px;
    z-index:0;
    min-height:375px;
    _height:375px;
	text-align:right;
	margin: 0px 35px;
	padding-bottom: 10px;
}

div#contentArea a,a:visited{
	color:#FFFFCC;
    font-weight:bold;
	text-decoration:underline;
}
div#contentArea a:hover{
	text-decoration: none;
}

object#loomedFlashArea{
	display:block;
	position:absolute;
	right: 30px;
	bottom: 0px;
	z-index:10;
	margin-top: 6px;
	margin-bottom: 60px;
	width: 337px;
	height:71px;
}

/* usefull br style */
br.clearAll {
	position: relative;
    clear: both;
    line-height: 1px;
    height: 1px;
}

/* --------------------- FOOTER AREA START ------------------------ */

div#footerArea {		
    position:relative;		
	background-image: url(img/bottom.gif);
    background-repeat: no-repeat;
    background-position: top;
	z-index:30;
	bottom:0px;
	top:0px;
	margin:0px auto 0px auto;	
	float:top left;
	left:0px;
	height: 26px;
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 5PX;
	padding-left: 30px;
	background-color: #735C09;
	background-position: top;
	background-repeat: no-repeat;
}

div#footerAreaCenter{
	position: relative;
	top: 8px;
	left: 8px;
	width: 420px;
	float:left;
	z-index:10;
	margin: 0px;
	padding: 0px;
}

div#footerAreaCenter ul{
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;	
	z-index:1;
	line-height:10px;
	display:inline;
}

div#footerAreaCenter ul li {
	float: left;
	font-size:11px;
	font-weight: normal;
	color: #FFFFCC;
}

div#footerAreaCenter ul a {
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
	color: #FFFFCC;
	left:60px;
	float:left;
	padding-right:4px;
	padding-left:4px;
	border-right:1px solid #FFFFFF;
}
div#footerAreaCenter ul a:hover {
	text-decoration:underline;
	font-size:11px;
	font-weight: normal;
	color: #FFFFCC;
	float:left;
}

div#footerAreaCenter ul.NIMLastItem a {
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
	color: #FFFFCC;
	float:left;
	padding-right:1px;
	padding-left:4px;	
	border-right:none;
}
div#footerAreaCenter ul.NIMLastItem a:hover {
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
	color: #FFFFCC;
	float:left;
	border-right:none;
}

div#design {
	position:relative;		
	width:340px;
	float:right;
	right:10px;
	top:5px;
	font-size:11px;
	font-weight: normal;
	color: #FFFFCC;
	text-align:right;
}

div#design a{  
	font-size:11px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration:none;

}
/* --------------------- FOOTER AREA END ------------------------ */