/* FONT INCLUDES */


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

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'Helvetica_thin';
    src: url('../fonts/HelveticaNeueLTPro-Th.svg#Helvetica_thin') format('svg');
	-webkit-font-smoothing: antialiased;

}
}

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

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'Helvetica_light';
    src: url('../fonts/HelveticaNeueLTPro-Lt.svg#Helvetica_light') format('svg');
	-webkit-font-smoothing: antialiased;

}
}


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

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'Helvetica_bold';
    src: url('../fonts/HelveticaNeueLTPro-Bd.svg#Helvetica_bold') format('svg');
	-webkit-font-smoothing: antialiased;
}
}



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

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'Garamon_It_Bd';
    src: url('../fonts/agaramondpro-bolditalic.svg#Garamon_It_Bd') format('svg');
	-webkit-font-smoothing: antialiased;
}
}

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

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'Garamon_It';
    src: url('../fonts/agaramondpro-italic.svg#Garamon_It') format('svg');
	-webkit-font-smoothing: antialiased;
}
}


/* -=-=-= Typography Styles =-=-=-*/

h1, h2, h3, h4, h5, h6{
	font-family:"HelveticaNeue-Light", "Helvetica_light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	font-family:"HelveticaNeue-Bold", "Helvetica_bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:500;
}
p {
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif; 
   font-weight: 300;
}
/*
	font-family:"HelveticaNeue-Thin", "Helvetica_thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
*/
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#222;
	text-decoration:underline;
}