/*
 * $Id: style.css 216 2009-10-16 14:17:34Z joris $
 */


@font-face {
    font-family: 'FranGotMCn';
    src: url('../webfonts/frangot-mcn.eot');
    src: url('../webfonts/frangot-mcn.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/frangot-mcn.woff') format('woff'),
         url('../webfonts/frangot-mcn.ttf') format('truetype'),
         url('../webfonts/frangot-mcn.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FranGotDCn';
    src: url('../webfonts/frangot-dcn.eot');
    src: url('../webfonts/frangot-dcn.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/frangot-dcn.woff') format('woff'),
         url('../webfonts/frangot-dcn.ttf') format('truetype'),
         url('../webfonts/frangot-dcn.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GarProSBI';
    src: url('../webfonts/garpro-sbi.eot');
    src: url('../webfonts/garpro-sbi.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/garpro-sbi.woff') format('woff'),
         url('../webfonts/garpro-sbi.ttf') format('truetype'),
         url('../webfonts/garpro-sbi.svg#AdobeGaramondProSBdIt') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body {
	color: #333;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}
a {
	color: #FF6E0F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;
}
ul, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: FranGotDCn;
	letter-spacing: 0.04em;
}
.show {}
.hide { display: none; }
.clear { clear: both; }
input::-moz-focus-inner /*Remove button padding in FF*/
{
    border: 0;
    padding: 0;
}
