
/*	main layout
***/

body		{	
	margin: 0 5%; 
	position: relative;
	min-width: 900px;
}	

#content	{
	width: 100%;
	overflow:hidden; 
	position: relative;	
	top: 90px; 				/* for simple absolute position inside */
	left: 0;

	margin-bottom: 92px;	/* because position:relative and top:92 px! */
		
	margin-left: -36px;		
	padding-left: 36px;
	background: url('/img/bg_content.gif') #fff left top repeat-y;
}

#decor-content-bottom {
	width: 35px; 
	height: 10px;
	position: absolute; left: 0; bottom: 0; 
	background: url('/img/bg_content-bottom.gif') left bottom no-repeat;
}

#toper	{	
	position: absolute; top: 0; left: 0; 
	width: 100%; 
	height: 90px;
	overflow: hidden;
}

/*	content layout
***/
#content-header	{	
	height: 25px;
	margin-bottom: 2px;
	margin-left: -36px;
	padding-left: 36px;
	background: url('/img/bg_content-top.gif') left top no-repeat;
}	

#main-aux {
	float:right;
	width:100%;
	margin-left:-250px;
/*	background: url("/img/bg_auxLeft.gif") top left repeat-y;*/
}	

#main	{
	margin-left: 250px; 
	padding-left: 2px;
	position: relative;
	border-left: 2px solid #ccc;
	margin-bottom: 10px;
}


#left	{
	float: left; 
	width: 248px; 
/*	border-right: 2px solid #ccc;*/
}




/*	main
***/

#main h1	{
	color: #ffbe08; 
	font: normal 14pt Tahoma, Sans-Serif; 
	letter-spacing: -.05em;
	text-transform: uppercase;
	padding-top: 1em; 
	padding-bottom: .3em; 
	padding-left: 20px; 
	border-bottom: 2px solid #ccc; 
	margin-bottom: .5em;
	text-align: left;
}



/*
***/
#r-and-p	{
	margin-top: -1px;	/*	hide bottom border messages */
}	

/*
***/
#main-head	{
	padding: 1em 0 1em 20px;
	min-height: 9em;
}
* body #main-head	{	height: 9em;	}




#topRubric	{
	margin-left: 250px;
}

#topRubric h2	{
	font-size: 100%; font-weight: normal; 
	border-bottom: 2px solid #ccc;
	margin-bottom: 5px;
}

#topRubric ul	{	
	float: left;	
	width: 45%; 
	font-size: 85%;
	overflow: hidden;
}
#topRubric li	{	
	list-style: none;	
	background: url("/img/topRubric-marker.gif") 0 .5em no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: .5em;
}
#topRubric a	{	
	color: #297b8c;	
	text-decoration: none; 
	text-transform: uppercase;
}	



/*
***/
.messageRow		{	
	margin-left: 20px;

	padding-top: 10px;
	padding-left: 100px; 
	padding-right: 10ex; 
	padding-bottom: 10px;

	border-bottom: 1px solid #888;
	position: relative;
	
	min-height: 60px;	/*	for img	*/
	overflow: hidden;	
}

/* * body .messageRow		{	height: 60px;	} */

.img	{	
	position: absolute; 
	top: 10px; left: 0;
	width: 80px;
	height: 60px;
	margin-right: 10px;
	/*background: #eee;*/
	text-align: center;
}
.price	{
	position: absolute; 
	top: 10px; right: 0;
	text-align: right;
	width: 10ex;
}	
.msgBody	{
	/*height: 5em;*/
	overflow: hidden;
	width: 100%;
}
.msgBody h2	{	
	font-size: 100%;
	font-weight: normal;	
}	
.msgBody a	{	
	color: black;	
}

.msgBody p	{	
	font-size: 90%; 
	color: #333;
}


#info h2	{
	color: #ffbe08; 
	font: normal 14pt Tahoma, Sans-Serif; 
	letter-spacing: -.05em;
	text-transform: uppercase;
	padding-top: 1em; 
	padding-bottom: .3em; 
	padding-left: 20px; 
	border-bottom: 2px solid #ccc; 
	margin-bottom: .5em;
	text-align: left;
}
#info p	{	
	padding-left: 20px;	
	font-size: 85%;	
	margin-bottom: 1em;
}


#main-footer	{	
	width: 600px; 
	margin: 10px auto; 
	height: 90px;	
	overflow: hidden;
}



#h-logo {
	border-bottom: 2px solid #888;
}

#h-menu	{
	border-bottom: 2px solid #888;
}
