/* common */
* { margin: 0 }
a { text-decoration: none; color: #AC3C1B; }
a:hover { text-decoration: none }
a img { border: none 0 }
table {border: none 0;}
form { display: inline }
.hide-js { display: none }
.hidden { display: none }
.clear { font: normal 1px/1px Arial !important; clear: both !important; height: 1px !important; color: #fff; margin: 0 !important; padding: 0 !important; border: none 0 !important }
ul { padding: 0 }
li {
	padding: 0;
	display: inline;
	list-style-type: none;
	
	line-height: 20px;
}

html, body { margin: 0; padding: 0 }
fieldset, td, th { padding: 0; }


/* font definitions */
body, p, td, th { font: normal 11px Arial, Helvetica, sans-serif; color: #444444;}
h1, .h1 { font: 18px/30px Arial, sans-serif; color: #91763F; padding-bottom:10px;}
h2 { font: 14px/26px Arial, sans-serif; color: #D0C72A;}
h3 { font: 11px/22px Arial, sans-serif; color: #DDB378; font-weight:bold; font-style:italic;}
h4 { font: 12px Arial; color: #822F2F; font-weight: bold;}
h5 { font: 12px Arial; color: #822F2F;}
input, select, textarea { font: normal 11px Arial, Helvetica, sans-serif; }


/*graphic*/
body {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_strip.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
	
	
#content {
	width:850 px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left;
	/* part 2 of 2 centering hack */
	width:850 px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:850 px;
	}
	
html>body #content {
	width: 850px; /* ie5win fudge ends */
	}		





/*header_box***********************************************/
div.header_box {
	background-image:url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	margin: 0 auto; 
	height: 130px;
	width:100%;
	
	}

div.header_box a.logo{
	
	float: left;
	display: block;
	height: 100%;
	width: 170px;
}	


div.menu_bar {
	float: right;
	height: 100%;	
}

div.menu_bar div.langs{
	
	float: right;
	height: 25px;
	padding-top: 10px;
}

div.menu_bar div.langs a{
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #FC9090;
}

div.menu_bar div.langs a:hover{
	color: #D0C72A;
}

div.menu_bar div.langs a.selected{
	
	color: #E5E879;
}

div.menu_bar div.langs a.last{
	border-right: 0px;
}
	
div.menu_bar div.menu {
	margin-top: 63px;
	float: right;	
}	
	
div.menu a{
	margin: 0px;
	display: inline-block;
	font-size: 12px;
	padding:8px;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px dotted #7F1416;
	color: white;
}

div.menu a:hover{
	padding:3px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #D0C72A;	
}

div.menu a.selected {
	background-color: #7F1416;
	font-weight: bold;
}

div.menu a.last{
	border-right: 0px;
}
	
	
/*end header_box***********************************************/	


/*left menu*/
ul.menu_left
{
	width: 200px;
}	
	
ul.menu_left li
{
	display:block;
	border-bottom: 1px dotted #CCCCCC;
}

ul.menu_left li a
{
	font-size: 13px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	display: block;
}

ul.menu_left li a:hover
{
	color: #333333;
	background-color: #F1FADD;
}


ul.menu_left li a.selected
{
	background-color: #EDEFCE;
}

ul.menu_left li span
{
	font-size: 11px;
	padding:0px;
	display: block;
	font-weight: normal;
	color: #999900;
}

/*end left menu*********************************************/






div.left_menu_box 
{
	float: left;
	width: 260px;
	
}

div.main_content_box
{
	float: left;
	width: 530px;
}

div.main_content_box h1
{
	font-size:24px;
	margin-top: 30px;
	text-align:right;
}

div.main_content_box h1 p
{
	color: #996600;
}


div.main_content_box h2
{

	color: #999900;
	margin-top: 30px;
	margin-bottom: 10;
}

div.main_content_box p
{
	margin-bottom: 10;


}
	
div.middle_box	
{
	text-align: center;
	padding: 5px;
}
	
	
	
div.main_box {

	padding: 5px;
	padding-top: 15px;
	min-height: 500px;
	width: 100%;
	background-image: url(../images/vertical_left.png);
	background-repeat: no-repeat;
	background-position: 170px 0px;
}


div.main_holder
{
	min-height: 555px;
	width: 105%;
	background-image: url(../images/vertical_right.png);
	background-repeat: no-repeat;
	background-position: right 0px;

}

div.main_holder_hp
{
	width: 100%;

}


div.tbl
{
	width: 400px;
}

div.tbl div.head
{
	float: left;
	font-weight: bold;
	width: 150px;
}

div.tbl div
{
	float: left;

}


/******************************************************************/
/*research*/

div.research_item
{
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
div.research_item_detail
{
	margin-top: 30px;
	padding: 5px;
	
}

div.research_item_detail a.pdf
{
	display: inline-block;
	float: right;
	width: 100px;
	height: 80px;
	padding-top: 68px;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/pdf.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}

div.research_item a.head, div.research_item_detail a.head
{
	font-weight: bold;
}

div.research_item p.journal
{
	font-style:italic;
}


/*****************************/
/**pages*/

ul.bullets
{
	list-style-type: disc;
}

ul.bullets li
{
	display: block;
	padding-left: 10px;

}


/*************************************************/
/*shopping cart*/
div.shop_cart_small
{
	margin-top: 30px;
	width: 200px;
	

}

div.shop_cart_large
{
	margin-top: 30px;
	width: 500px;
}


div.shop_cart_small div.head, div.shop_cart_large div.head
{
	width: 100%;
	height: 70px;
	background-image: url(../images/icon_shop_cart.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	border-bottom: 1px solid #F0F0F0;
	padding-top: 26px;
	margin-bottom: 10px;
}

div.shop_cart_small div.head span.red, div.shop_cart_large div.head span.red
{
	background-color: #990000;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 12px;
	color: white;
	font-size: 13px;
}

div.shop_cart_small div.head span.white, div.shop_cart_large div.head span.white
{
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #D8D4C9;
	font-size: 20px;
}

div.shop_cart_small div.body p, div.shop_cart_large div.body p
{
	padding-left: 10px;
}


div.shop_cart_item
{
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

div.shop_cart_item first
{
	
}

div.shop_cart_item last
{
	border-bottom: 0px;
}

div.shop_cart_item div.name
{
	width: 110px;
	float: left;

}

div.shop_cart_item div.amount
{
	width: 20px;	
	float: right;
}

div.shop_cart_item div.sum
{
	width: 30px;
	float: right;
	font-weight: bold;
}

div.shop_cart_item div.maintenance
{
	width: 16px;
	padding-left: 2px;
	text-align: right;
	float: right;
}

div.shop_cart_item div.maintenance a.cart_add
{
	display: block;
	width: 16px;
	height: 18px;
	background-image: url(../images/icon_add.jpg);
	background-repeat: no-repeat;
	background-position: right -2px;
}

div.shop_cart_item div.maintenance a.cart_remove
{
	display: block;
	width: 16px;
	height: 18px;
	background-image: url(../images/icon_remove.jpg);
	background-repeat: no-repeat;
	background-position: right -2;
}

div.shop_cart_small div.footer, div.shop_cart_large div.footer
{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #999999;
}

div.shop_cart_small div.footer div.sum, div.shop_cart_large div.footer div.sum
{
	font-weight: bold;
	float: right;
	padding-right: 25px;
	margin-bottom: 15px;

}

div.shop_cart_small div.footer a.proceed, div.shop_cart_large div.footer a.proceed
{
	display: block;
	height: 20px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 7px;
	float: right;
	font-weight: bold;
	
	background-image: url(../images/icon_ok.jpg);
	background-repeat: no-repeat;
	background-position: 3 -1px;
	
	border: 1px dotted #CCCCCC;

}


