
@font-face {
    font-family: 'PT Sans Bold';
    src: url('/font/ptsansbold-webfont.eot');
    src: url('/font/ptsansbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/ptsansbold-webfont.woff') format('woff'),
         url('/font/ptsansbold-webfont.ttf') format('truetype'),
         url('/font/ptsansbold-webfont.svgz#PTSansBold') format('svg'),
         url('/font/ptsansbold-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PT Sans BoldItalic';
    src: url('/font/ptsansbolditalic-webfont.eot');
    src: url('/font/ptsansbolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/ptsansbolditalic-webfont.woff') format('woff'),
         url('/font/ptsansbolditalic-webfont.ttf') format('truetype'),
         url('/font/ptsansbolditalic-webfont.svgz#PTSansBoldItalic') format('svg'),
         url('/font/ptsansbolditalic-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PT Sans';
    src: url('/font/ptsansregular-webfont.eot');
    src: url('/font/ptsansregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/ptsansregular-webfont.woff') format('woff'),
         url('/font/ptsansregular-webfont.ttf') format('truetype'),
         url('/font/ptsansregular-webfont.svgz#PTSansRegular') format('svg'),
         url('/font/ptsansregular-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


img {
	border : none;
}

.unselectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}

/*============== Basic Text Styles =============*/
body {
	width:100%;
	color: #EEEEEE;
	font-family: "PT Sans";
	font-variant: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	word-spacing: 0em;
	letter-spacing: 0.07em;
	line-height: 1.4;
	white-space: normal;
	background-color: #1a1e24;
	background-image: url(bg-body.png);
	margin:0px auto;
	padding:0px auto;
}

table.main {
	width: 640px;
	display: inline;
	padding: 0px auto;
	margin: 0px auto;
	text-align: center;
}

table.main TR {
	width: 100%;
	padding: 0 auto;
	margin: 0 auto;
}


.textfooter{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0px;
	letter-spacing: 0.07em;
	text-align: center;
}

.textfooter a {
	color: #EEEEEE;
	text-decoration:underline;
	line-height:0.1;
}

h1.header {
	color: #01B7E9;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 0.05em;
	margin: 0 0;
}

h2.header {
	color: #01B7E9;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.05em;
}

h3.header {
	color: #01B7E9;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.09em;
}

h4.header {
	color: #01B7E9;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.09em;
	margin:	 20px 0px 0px 0px;
	padding: 20px 0px 10px 0px;
}

.plaintext {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0px;
	letter-spacing: 0.07em;
}

.contact hr {
	margin: 25px 0px 5px;
}


/*============== Basic Layout =============*/
.CTVlogo {
	margin: 0px 10px;
	position: relative;
	left: -20px;
}

.footer .textfooter {
	margin: 20px 0px;
}

.footer .textfooter HR {
	margin: 5px 0px;
}

/*============== Universal Pages Styles =============*/
a.menu {
	color: #EEEEEE;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

a.menu img{
	position: relative;
	top: 4px;
	padding: 0px 5px;
}


.box A {
	color: #01B7E9;
	text-align: left;
}

.box .plaintext {	
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0px;
	letter-spacing: 0.07em;
	line-height: 1.6;
}


.contact .box .plaintext, .contact .box .header{
	padding: 10px 90px;
}

.contact h1.header {
	margin: 30px 0px 0px;
}

.contact .box {
	background: url(bg-box.png) center center no-repeat;
	text-align: left;
	width:484px;
	height:343px;
	margin: 30px 10px 30px;
	padding: 5px 0px 0px;
}