/*CSS Document*/
BODY
{
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
/*line-height: 1.5em;*/
	font-family: Arial, Helvetica, sans-serif;
}
A
{
	text-decoration: none;
	color: #000000;
}
A:hover
{
	text-decoration: underline;
}
/*Heading Style

| liquidcorners-extended.css; feel free to adapt the style!
| ================================================
| use: 4 corners with painted border outside a contentbox with class="inside";
|      image1 = upper half: top left corner, long top border, top right corner
|               under half: bottom left corner, long bottom border, bottom right corner
|      image2 = left half: left border; right side: right border
|               because repeat-y: image2 can be reduced in height!
|      CHANGE = you have to change this for fitting to your image
|      YCC    = You Can Change (or omit), if wanted
|      DNC    = Do Not Change
| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
| adapted
| by.....: ... (your name and site?!)
|
| + please let this text & links intact for a next user +
*/
#outter
{
	margin: 0 auto;
	width: 901px;
}
.inside
{
	display: inline;
	float: left;
	width: 901px;
/*CHANGE: replace by the width of one of your corners
CHANGE: replace by the width of one of your corners*/
	background: #FFFFFF;
/*YCC: background-color of the inside*/
	color: #666666;
/*YCC: default text-color of the inside*/
	padding-left: 10px;
/*YCC: all texts at some distance of the left border*/
	padding-right: 10px;
/*YCC: all texts at some distance of the right border*/
	text-align: left;
/*YCC: position of all texts inside*/
}
#wrapper
{
	display: block;
	width: 901px;
	margin: 15px auto;
	padding: 0;
}
#header
{
	float: left;
	width: 901px;
	height: 165px;
	background-image: url(../_img/header_b.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#home
{
	float: left;
	margin: 60px 0 0 6px;
}
#head-menu
{
	float: right;
	font-size: 9px;
	margin: 55px 0 0;
}
#main
{
	display: inline;
	float: left;
	width: 901px;
	background-image: url(../_img/side_bar.gif);
	background-position: 8px 0;
	background-repeat: no-repeat;
}
#side
{
	display: inline;
	float: left;
	width: 160px;
	height: 457px;
	margin: 0;
	padding-top: 100px;
}
#side .menu_item
{
	display: inline;
	margin: 9px 0 0 65px;
	float: left;
	width: 70px;
}
#side .menu_item A
{
	color: #666666;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}
#side .menu_title
{
	display: inline;
	height: 15px;
	margin: 15px 0 1px 63px;
	float: left;
	width: 70px;
	font-weight: bold;
}
#side .menu_title A
{
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#side .menu_active
{
	display: inline;
	height: 15px;
	margin: 15px 0 1px 63px;
	float: left;
	width: 70px;
}
#side .menu_active A
{
	color: #006699;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
}
#content
{
	display: block;
	width: 740px;
	margin: 40px 0px 10px 125px;
	padding: 20px 10px 10px 20px;
	background-color: #E9E9E9;
}
#content P
{
	width: 705px;
	font-size: 12px;
	padding: 10px 15px 15px 10px;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
}
#content P.top
{
	width: 705px;
	font-size: 12px;
	padding: 0;
	color: #000000;
	text-align: right;
	background-color: #E9E9E9;
}
#content P.top A
{
	color: #3399CC;
	font-weight: bold;
	text-decoration: none;
}
#content P.top A:hover
{
	text-decoration: underline;
}
#content H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3299CD;
	margin-bottom: 0px;
}
#content_home
{
	display: block;
	width: 760px;
	margin: 0px 0px 10px 125px;
	height: 193px;
	background-image: url(../_img/welcome.gif);
	background-repeat: no-repeat;
	background-position: 52px 20px;
}
#footer
{
	display:inline;
	float:left;
	width: 862px;
	height: 61px;
	background-image: url(../_img/footer.jpg);
	background-repeat: no-repeat;
	margin: 60px 0 0 45px;
}
#footer_nav
{
	display: inline;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 35px 0 0 220px;
}
#footer_nav A
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
#footer_nav A.current
{
	color: #006699;
}
#footer_nav A:hover
{
	color: #000000;
	text-decoration: underline;
}
#footer_copyright
{
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	margin: 61px 0 0 -275px;
}
#news
{
	padding: 0;
	display: inline;
	color: #000000;
	width: 130px;
	float: left;
	margin: 135px 0 0 143px;
}
#news P
{
	font: 9px Arial, Helvetica, sans-serif;
	margin: 0;
}
#news A
{
	font: 9px Arial, Helvetica, sans-serif;
	color: #79C5EB;
	text-decoration: none;
}
#news A:hover
{
	text-decoration: underline;
}
#welcome
{
	display: inline;
	color: #000000;
	float: right;
	width: 410px;
	margin-top: 60px;
	margin-right: 60px;
}
#welcome P
{
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: justify;
}
STRONG
{
	color: #FF6600;
}
#contact_left
{
	display: inline;
	float: left;
	width: 93px;
	height: 237px;
	margin: 35px 0 0 25px;
	background-image: url(../_img/woman.gif);
	background-repeat: no-repeat;
}
#contact_right
{
	float: left;
	margin: 10px 0 0;
	width: 300px;
}
.contact_head
{
	display: block;
	background-image: url(../_img/talk.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 456px;
	height: 77px;
	margin-top: -40px;
}
.contact_head P
{
	padding: 28px 0 0 10px;
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	width: 355px;
}
.contact_mail, .physcial_address, .contact_phone
{
	float: left;
}
.contact_mail
{
	background: url(../_img/mail.gif) no-repeat left;
	padding-left: 70px;
}
.physcial_address
{
	background: url(../_img/address.gif) no-repeat left;
	padding-left: 70px;
}
.contact_phone
{
	background: url(../_img/phone.gif) no-repeat left;
	padding-left: 70px;
}
.style1
{
	color: #3299CD;
	font-weight: bold;
}
#company
{
	margin: 35px 0 0 265px;
	font: bold 9pt Arial;
}

