@import url('category.css');

body, input, textarea
{
	font-family: Tahoma; 
	font-size: 11px; 
}

body
{
	background: url(/images/layout/bg.jpg) repeat 0 0;
	margin: 27px 0 0 0;
	padding: 0;

	color: #555555; 
	line-height: 13px;
}

a
{
	color: #CA0000; 
	text-decoration:underline
}

select
{
	font-family: Tahoma; font-size: 11px; font-weight: normal; color: #9F9F9F; text-decoration: none;
}

table.itemlist
{
	border-collapse: separate;
	border-spacing: 3px;
}

table.itemlist td
{
	padding: 3px;
	width: 125px;
	border: 1px solid #A5A5A5;
}

img
{
	border: 0;
}

#container
{
	position: relative;
	width: 730px;
	margin: 0 auto;
}

#top
{
	height: 50px;
}

#logo
{
	float: left;
	margin-left: 5px;
}

#langselect
{
	margin-top: 34px;
	margin-right: 5px;
	float: right;
}

#langselect ul
{
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/images/layout/lang-pointer.gif) no-repeat 0 0;
}

#langselect ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#main, #main_leftcol, #main_rightcol
{
	height: 344px;
}

#main
{
	clear: both;
	background: url(/images/layout/main_shadow.jpg) no-repeat 100% 0 ;
}

#main_leftcol
{
	float: left;
	width: 166px;
	position: relative;
	display: inline;
}

#main_rightcol
{
	margin-left: 166px;
	margin-right: 10px;
}

#core_area
{
	height: 254px;
}

#home_body
{
	overflow: hidden;
}

#decorate_photo
{
	position: absolute;
	right: 15px;
	display: inline;
	float: right;
	width: 220px;
/*	background-color: #ff0000;*/
	height: 254px;
	background-repeat: no-repeat;
}

#content_placement
{
	background-color:#FFFFFF;
	overflow: scroll;
	height: 250px;
	border: 2px solid #a5a5a5;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: show;

	scrollbar-face-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	line-height: 16px;
}

#content_body
{
	padding: 10px;
}

#content_body ul
{
	
}
.content_photo
{
	width: 325px;
}

#footer
{
	background: url(/images/layout/footer_shadow.jpg) no-repeat -15px 0;
	padding-top: 5px;
	color: #9F9F9F;
	clear: both;
}

#color_bar
{
	background: url(/images/layout/grid_01.jpg) no-repeat 3px bottom;
}

.scroller_global
{
	height: 10px;
}

#scroller_area
{
	margin-left: 5px;
	margin-top: 10px;
}

#footer_copy
{
	float: left;
	padding-left: 5px;
}

#footer_power
{
	padding-right: 5px;
	float: right;
	color: #333333;
}

#footer_power a
{
	text-decoration: none;
	color: #333333;
}

#footer_power a:hover
{
	color: #9F9F9F;
}

table.philo
{
	width: 100%;
}

table.philo th
{
	color: #BD0000;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

table.philo td
{
	vertical-align: top;
	padding: 2px 5px;
	text-align: left;
}

.title_gray
{
	font-size: 14px; 
	color: #666666; 
	font-weight: bold; 
	line-height: 16px; 
}


span.etitle
{
	display: block;
	margin-bottom: 5px;
	line-height:100%;
	font-weight: bold;
}

table.formtable
{
	width: 99%;
}

table.formtable th
{
	vertical-align: top;
	text-align: left;
	width: 70px;
}

table.formtable input.text,
table.formtable textarea
{
	width: 200px;
}

.form_error
{
	color: red;
}

a.maplink
{
	display: block;
	z-index:5; 
	position: absolute;
	height: 15px; 
	background-color: #FFFF99; 
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}

a.maplink:hover
{
	border:1px solid white;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
	text-decoration: none;
}

div.contact_address
{
	margin-top: 20px;
}

div.contact_address h2
{
	margin: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

table.contact 
{
	border-collapse: collapse;
}

table.contact th,
table.contact td
{
	vertical-align: top;
	padding: 2px;
}

table.contact th
{
	width: 50px;
	text-align: left;
}

div.justify p
{
	text-align: justify;

	/* IE Only */
	text-justify: distribute;
	text-autospace: ideograph-alpha;
/*	letter-spacing:1px;  */
}