body
{
/*	text-align: center;*/
	font-family: arial;
/*	margin: 0px auto;	*/
	background-color: #FDFCF8;
}

p
{
	margin: 0px;
	padding: 0px;
}

div#container
{
	margin: 0px auto;	
/*	width:948px;*/
		width: 100%;
}

div#header
{
/*	width:948px;*/
		width: 100%;
	margin-top: 2px;
}

div#logo
{
	float: right;
 	background: url(../loadedFiles/logo.png) no-repeat;
	height: 62px;
	width:143px;
	margin-left: 18px;
	margin-right:15px;
	padding-right: 15px;
	cursor: pointer;
}

div#topMenu
{
	height:34px;
}

.topMenu_box
{	
	float: right;
	height: 34px;
	padding-left:0px;
	margin-top: 33px;
}
                
.topMenu_box a
{
	text-decoration: none;
}

div#band
{
	clear: right;
	background: url(../loadedFiles/band_re.png) repeat-x;
	height: 15px;
}

div#main
{
	width:948px;
}

/* -- catalog --------------------------------------------------------------------------------------------------------------------------- */

div#catalog
{
	width: 159px;
	border: 1px solid #BEA237;
	margin-top: 30px;
}

.category
{
	height: 39px;
	width: 159px;
}

div#products
{
	float: right;
	margin-top: 30px;
	margin-right: 35px;
	overflow:auto;
	overflow-x:auto;
	clip:auto;
	direction:rtl;
	height: 339px;
	width: 250px;
	text-align: right;

	scrollbar-face-color: #E2C586; 
	scrollbar-highlight-color: #D3AA58; 
	scrollbar-shadow-color: #D3AA58; 
	scrollbar-3dlight-color: #D3AA58; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #EAD5AA;
	scrollbar-darkshadow-color: #EAD5AA; 

}

.productSmallPic1, .productSmallPic2
{
	float: right;
	border: 1px solid #BEA237;
	height: 90px;
	width: 85px;
	margin-bottom: 30px;
	cursor: pointer;
}

.productSmallPic1
{
	margin-left: 30px;
}

div#productPic
{
	background-color: white;
	width: 385px;
	height: 370px;
	margin-left: 1px;
	margin-right: 1px;
}

div#productSep
{
	background: url(../loadedFiles/product_sep.png) no-repeat;
	width: 400px;
	height: 4px;
	font-size: 0%;
}

div#productName
{
	color: #373536;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
	margin-top: 2px;
}

div#productDetails
{
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	color: black;
	font-size: 90%;
	height: 65px;
}

/* -------------------------------------------------------------------------------------------------------------------------------------- */

div#homepageImage
{
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}

div#data
{
	float: right;
	margin-top: 30px;
}

div#data_top
{
	background: url(../loadedFiles/dataBox_top.png) no-repeat;
	width: 400px;
	height: 14px;
	font-size: 0%;
}

div#data_bg, div#contactUs_bg
{
	background: url(../loadedFiles/dataBox_bg.png) repeat-y;
	width: 400px;
}

div#data_bottom
{
	background: url(../loadedFiles/dataBox_bottom.png) no-repeat;
	width: 400px;
	height: 14px;
	font-size: 0%;
}
div#data p
{
	font-size:75%;
	padding-right:10px;
	padding-left:10px;
	text-align:right;
}

div#home_text
{
	float:right;
	border:1px solid #BEA237;
	margin-right: 25px;
	height:328px;
	width:208px;
	margin-top:30px;
	text-align:right;
}

div#contactUs_text
{
	text-align:right;
}
div#home_text p, div#contactUs_text p
{
	font-size:75%;
	padding:10px
}

div#contactUs_text
{
	width: 375px;
	height: 373px;
}

div#details
{
	margin-right:2px;
	margin-top: 15px;
	text-align:right;

}
div#details p
{
	font-size:80%;
}
div#mainRight
{
	float:right;
	padding-right:30px;
}

div#bottom
{
	float:left;
	background: url(../loadedFiles/leaf.png) no-repeat;
	height:152px;
	width:177px;
	margin-left:5px;
}

div#bottomNoLeft
{
	position: absolute;
	top: -152px;
	left: 5px;
	background: url(../loadedFiles/leaf.png) no-repeat;
	height:152px;
	width:177px;
}

div#containerSep
{
	clear: both;
	height: 10px;
}

/* -- bottom line ---------------------------------------------------------------------------------------------------------- */

div#bottomLine
{
	position: relative;
	clear: both;
	width: 948px;
	margin: 0px auto;
}

div#bottomLine table
{
	width: 948px;
	margin: 0px auto;
	margin-top: 7px;
}

div#bottomLine hr
{
	padding: 0px;
	margin: -6px;
	color:#AD8E34;
	height:1px;
	font-size: 0%;
}

div#bottomSep
{
	width: 948px;
	border-top: 1px solid #AD8E34;
	height:1px;
	font-size: 0%;
}

div#copyrights
{
	text-align:right;
	color: #5A5A5A;
	font-size:70%;
}
			
div#ibosLogo
{
	float: left;
	margin-top:2px;
	margin-right:8px;
}

div#activeDesignLogo
{
}
div#activeDesignLogo a
{
	color: #A3A3A3;
	font-size: 11px;
}
	

/* -- contact form ---------------------------------------------------------------------------------------------------------------------- */

table#formTbl
{
	padding-right: 10px;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
}

table#formTbl tr
{
	height: 20px;
}

.formFieldText
{
	width: 75px;
}

.formField
{
	border: 1px solid #AD8F35;
	width: 150px;
	height: 17px;
}

.textareaField
{
	border: 1px solid #AD8F35;
	width: 340px;
	height: 90px;
}

.sendButton
{
	margin-top: 3px;
}

div#formBottomText
{
	font-size: 75%;
	font-weight: bold;
	color: #4E4E50;
	margin-top: 80px;
	padding-right: 25px;
}




