@charset "utf-8";

#navigation-wrapper,p,.breadCrumb-wrapper,#contact-form{
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;	
}
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

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

}
/*******home***********/
#col-body-content h1.fontface{
	font-family: "TeXGyreAdventorRegular";
	font-size:25px;
	color:#aa9d94;
	margin-bottom:10px;
}
.home-paragraph{
	color:#646057;
}
/*******contact***********/
.contact-wrapper .floater h1{
	font-family: "TeXGyreAdventorRegular";
	font-size:34px;
	color:#aa9d94;
	text-transform:uppercase;
}
/*******accessories***********/
.content-accessories-wrapper .access-content h3{
	font-family: "TeXGyreAdventorRegular";
	font-size:22px;
}
.content-accessories-wrapper .accessories-header{
	font-family: "TeXGyreAdventorRegular";
	font-size:22px;
	color:#fff;
	line-height:2;
	padding-left:15px;
}

/*************form***************/
#contact-form .button{
	font-family: "TeXGyreAdventorRegular";
	font-size:18px;
}