/*
	Шрифты
	Автор: Роман Сохин
	Сайт: http://rdesign-studio.ru
*/
@font-face {
font-family: 'pt_sansregular';
src: url('../fonts/pt_sans-webfont.eot');
src: url('../fonts/pt_sans-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pt_sans-webfont.woff') format('woff'),
	url('../fonts/pt_sans-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.pt_sans-r{
	font-family: 'pt_sansregular';
}
@font-face {
font-family: 'pt_sansbold';
src: url('../fonts/pt_sans_bold-webfont.eot');
src: url('../fonts/pt_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pt_sans_bold-webfont.woff') format('woff'),
	url('../fonts/pt_sans_bold-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.pt_sans-b{
	font-family: 'pt_sansbold';
}
@font-face {
font-family: 'pt_sansbold_italic';
src: url('../fonts/pt_sans_bold_italic-webfont.eot');
src: url('../fonts/pt_sans_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pt_sans_bold_italic-webfont.woff') format('woff'),
	url('../fonts/pt_sans_bold_italic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.pt_sans-b_i{
	font-family: 'pt_sansbold_italic';
}
@font-face {
font-family: 'pt_sansitalic';
src: url('../fonts/pt_sans_italic-webfont.eot');
src: url('../fonts/pt_sans_italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/pt_sans_italic-webfont.woff') format('woff'),
	url('../fonts/pt_sans_italic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.pt_sans-i{
	font-family: 'pt_sansitalic';
}