/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	font-family:gotham;
}

@font-face {
    font-family: 'BodoniStdRoman';
    src: url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Bodoni_Std/BodoniStd/bodonistd.eot');
    src: url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Bodoni_Std/BodoniStd/bodonistd.eot') format('embedded-opentype'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Bodoni_Std/BodoniStd/bodonistd.woff') format('woff'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Bodoni_Std/BodoniStd/bodonistd.ttf') format('truetype'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Bodoni_Std/BodoniStd/bodonistd.svg#BodoniStdRoman') format('svg');
}

@font-face {
    font-family: 'BodoniStdItalic';
    src: url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Bodoni_Std/BodoniStd-Italic/bodonistd-italic.eot');
    src: url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Bodoni_Std/BodoniStd-Italic/bodonistd-italic.eot') format('embedded-opentype'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Bodoni_Std/BodoniStd-Italic/bodonistd-italic.woff') format('woff'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Bodoni_Std/BodoniStd-Italic/bodonistd-italic.ttf') format('truetype'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Bodoni_Std/BodoniStd-Italic/bodonistd-italic.svg#BodoniStdItalic') format('svg');
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

@font-face {
    font-family: 'TradeGothicLTStdBoldExtended';
    src: url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Trade_gothic/TradeGothicLTStd-BoldExt/tradegothicltstd-boldext.eot');
    src: url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Trade_gothic/TradeGothicLTStd-BoldExt/tradegothicltstd-boldext.eot') format('embedded-opentype'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Trade_gothic/TradeGothicLTStd-BoldExt/tradegothicltstd-boldext.woff') format('woff'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Trade_gothic/TradeGothicLTStd-BoldExt/tradegothicltstd-boldext.ttf') format('truetype'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Trade_gothic/TradeGothicLTStd-BoldExt/tradegothicltstd-boldext.svg#TradeGothicLTStdBoldExtended') format('svg');
}

@font-face {
    font-family: 'TradeGothicLTStdExtended';
    src: url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Trade_gothic/TradeGothicLTStd-Extended/tradegothicltstd-extended.eot');
    src: url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Trade_gothic/TradeGothicLTStd-Extended/tradegothicltstd-extended.eot') format('embedded-opentype'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Trade_gothic/TradeGothicLTStd-Extended/tradegothicltstd-extended.woff') format('woff'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Trade_gothic/TradeGothicLTStd-Extended/tradegothicltstd-extended.ttf') format('truetype'),
         url('http://empire-decorateur.com/cms/wp-content/themes/Empire/Typos/Trade_gothic/TradeGothicLTStd-Extended/tradegothicltstd-extended.svg#TradeGothicLTStdExtended') format('svg');
}



/* `Headings
----------------------------------------------------------------------------------------------------*/



h1 {
    font-family: 'TradeGothicLTStdBoldExtended';
	font-size: 25px;
	color:#000;
}

h2 {
    font-family: 'TradeGothicLTStdBoldExtended';
	font-size: 30px;
	color:#000;
}

h3 {
    font-family: 'TradeGothicLTStdBoldExtended';
	font-size: 21px;
	color:#000;
}

h4 {
    font-family: 'TradeGothicLTStdBoldExtended';
	font-size: 19px;
	color:#000;

}

h5 {
	    font-family: 'TradeGothicLTStdExtended';
	font-size: 17px;
	color:#000;

}

h6 {
	font-size: 15px;
	color:#000;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 0px;
	list-style: none;
}

tr {
}

td {
    font-family: 'TradeGothicLTStdExtended';
	font-size:8px;
	padding:15px 0px 0px 0px;
	letter-spacing:1px;
}

p {
    font-family: 'TradeGothicLTStdExtended';
	font-size:12px;
	color:#000;	
}

span {
    font-family: 'TradeGothicLTStdBoldExtended';
	color: #CCC;
	font-size:9px;
	text-align:left;
	letter-spacing:1px;


}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: -20px;
}