/* CSS Document */

@font-face {
    font-family: 'bree_ltlight_oblique';
    src: url('breeoblique_light-webfont.eot');
    src: url('breeoblique_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('breeoblique_light-webfont.woff') format('woff'),
         url('breeoblique_light-webfont.ttf') format('truetype'),
         url('breeoblique_light-webfont.svg#bree_ltlight_oblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bree_ththin';
    src: url('breethin-webfont.eot');
    src: url('breethin-webfont.eot?#iefix') format('embedded-opentype'),
         url('breethin-webfont.woff') format('woff'),
         url('breethin-webfont.ttf') format('truetype'),
         url('breethin-webfont.svg#bree_ththin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'HelveticaLt';
	src: url('HelveticaNeueLTCom-Lt.eot');
	src: local('☺'), url('HelveticaNeueLTCom-Lt.woff') format('woff'), url('HelveticaNeueLTCom-Lt.ttf') format('truetype'), url('HelveticaNeueLTCom-Lt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, html {margin:0px;padding:0px;}

body {background:#FFFFFF;}
#container {
	width:960px;
	margin:125px auto 0px auto;
}
#logo {
	width:586px;
	height:354px;
	margin:0px auto;
	background:url(images/logo_new.png) no-repeat center top;
}

#footer {}
#menu {width:586px;margin:0px auto;}



#navcontainer {padding:70px 0px 75px 0px;width:440px;float:left;margin-left:0px;}
#navcontainer ul
{
margin: 0;
padding-top: 20px;
list-style-type: none;
font-family: "HelveticaLt", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:13px;
height: 82px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
display:block;
text-decoration: none;
color:#483d33;
background:url(images/bt_normal.png) no-repeat 0px 3px;
width: 130px;
padding-left:13px;
float:left;
outline:none;

}
#navcontainer ul li a span {font-family:"HelveticaLt", "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
#navcontainer ul li a:hover
{
background:url(images/bt_over.png) no-repeat 0px 3px;
}
#address {
	float:left;
	width:145px;
	padding:90px 0px 75px 0px;
	font-family: "HelveticaLt", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#483d33;
	text-align:right;
}
#address a:link,#address a:link {
font-family: "HelveticaLt", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
display:block;
text-decoration: none;
color:#483d33;
background:url(images/bt_normal.png) no-repeat 0px 3px;
outline:none;
float:right;
width: 56px;
}

#address a:hover {
background:url(images/bt_over.png) no-repeat 0px 3px;
}

#footer {
	width:800px;
	height:20px;
	margin:70px auto 0px auto;
	clear:both;
	}
#footer p {
	font-family: "HelveticaLt", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	text-align:right;
}
#footer p a {
	color:#483d33;	
	text-decoration:none;
}

#footer p a:hover {text-decoration:underline;}

#language {
	text-align:center;
	padding:10px 0px;
	margin:25px 0px;
}
#language p {
	font-family: "HelveticaLt", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#483d33;
}
#language a:link, #language a:visited {
    color: #E8098B;
    font-size: 13px;
    text-decoration: none;
}
#language a:hover {text-decoration:underline;}
