@charset "utf-8";
/* CSS Document */

@font-face{ 
	font-family: 'ProxiNormal';
	src: url('/fonts/proximnr-webfont.eot');
	src: url('/fonts/proximnr-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/proximnr-webfont.woff') format('woff'),
	     url('/fonts/proximnr-webfont.ttf') format('truetype'),
	     url('/fonts/proximnr-webfont.svg#webfont') format('svg');
}


@font-face{ 
	font-family: 'ProxiBold';
	src: url('/fonts/proximn1-webfont.eot');
	src: url('/fonts/proximn1-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/proximn1-webfont.woff') format('woff'),
	     url('/fonts/proximn1-webfont.ttf') format('truetype'),
	     url('/fonts/proximn1-webfont.svg#webfont') format('svg');
}


@font-face{ 
	font-family: 'ProxiSemiBold';
	src: url('/fonts/proximns-webfont.eot');
	src: url('/fonts/proximns-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/proximns-webfont.woff') format('woff'),
	     url('/fonts/proximns-webfont.ttf') format('truetype'),
	     url('/fonts/proximns-webfont.svg#webfont') format('svg');
}


@font-face{ 
	font-family: 'ProxiLight';
	src: url('/fonts/proximnl-webfont.eot');
	src: url('/fonts/proximnl-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/proximnl-webfont.woff') format('woff'),
	     url('/fonts/proximnl-webfont.ttf') format('truetype'),
	     url('/fonts/proximnl-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'ProxiLightItalic';
	src: url('/fonts/proxinli-webfont.eot');
	src: url('/fonts/proxinli-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/proxinli-webfont.woff') format('woff'),
	     url('/fonts/proxinli-webfont.ttf') format('truetype'),
	     url('/fonts/proxinli-webfont.svg#webfont') format('svg');
}

/*fix*/

@font-face{ 
	font-family: 'proxima_novaregular';
	src: url('/fonts/proximnr-webfont.eot');
	src: url('/fonts/proximnr-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/proximnr-webfont.woff') format('woff'),
	     url('/fonts/proximnr-webfont.ttf') format('truetype'),
	     url('/fonts/proximnr-webfont.svg#webfont') format('svg');
}


@font-face{ 
	font-family: 'proxima_novabold';
	src: url('/fonts/proximn1-webfont.eot');
	src: url('/fonts/proximn1-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/proximn1-webfont.woff') format('woff'),
	     url('/fonts/proximn1-webfont.ttf') format('truetype'),
	     url('/fonts/proximn1-webfont.svg#webfont') format('svg');
}


@font-face{ 
	font-family: 'proxima_novasemibold';
	src: url('/fonts/proximns-webfont.eot');
	src: url('/fonts/proximns-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/proximns-webfont.woff') format('woff'),
	     url('/fonts/proximns-webfont.ttf') format('truetype'),
	     url('/fonts/proximns-webfont.svg#webfont') format('svg');
}


@font-face{ 
	font-family: 'proxima_novalight';
	src: url('/fonts/proximnl-webfont.eot');
	src: url('/fonts/proximnl-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/proximnl-webfont.woff') format('woff'),
	     url('/fonts/proximnl-webfont.ttf') format('truetype'),
	     url('/fonts/proximnl-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'proxima_novalight_italic';
	src: url('/fonts/proxinli-webfont.eot');
	src: url('/fonts/proxinli-webfont.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/proxinli-webfont.woff') format('woff'),
	     url('/fonts/proxinli-webfont.ttf') format('truetype'),
	     url('/fonts/proxinli-webfont.svg#webfont') format('svg');
}


body{
	font-family: "ProxiNormal", Arial, sans-serif;
	font-size:14px;
	/*margin:20px*/
}


.normal{
	font-family:ProxiNormal
}

.semibold{
	font-family:ProxiSemiBold
}

.bold{
	font-family:ProxiBold
}

.light{
	font-family:ProxiLight
}

.lightitalic{
	font-family:ProxiLightItalic
}


h5, h6 {
	font-family: "ProxiNormal", Arial,sans-serif;
}


h1, h2, h3, h4 {
	font-family: "ProxiSemiBold", Arial,sans-serif;
}

h4, h4 a, h4 a:hover, h4 a:visited{
	font-family: "ProxiSemiBold", Arial,sans-serif;
}

div.horizontal-menu ul li, div.horizontal-menu ul li a:link, div.horizontal-menu ul li a:visited,
.ddsmoothmenuh ul li a:link, .ddsmoothmenuh ul li a:visited{
	font-family: "ProxiNormal", Arial,sans-serif;
}
