@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #686868;
}
body {
	background-color: #323232;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
}
a:link {
	color: #686868;
/*	color: #641566;*/
}
a:visited {
	color: #686868;
}
a:hover {
	color: #808080;
}
a:active {
	color: #686868;
}

.ClarendonBT-Roman { 
	font-family: ClarendonBT-Roman;
	font-weight: normal;
	font-style: normal;
}
.ClarendonBT-Light { 
	font-family: ClarendonBT-Light;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-size: 29px;
	margin-top: 0px;
	line-height: 37px;
	color: #808080;
	font-family: ClarendonBT-Light;
	font-weight:normal;
}

.redTxt {
	color:#da313a;
}
.greyTxt_4f4f4f {
	color:#4f4f4f;
}
.line_horizontalDottedAndSolid {
	position: absolute;
	top: 54px;
	width: 388px;
	height: 0px;
	left: 0px;
	border-right: solid #808080 44px;
	border-top: dotted #808080 1px;
	border-left: solid #808080 25px;
}

/*---------------MASTHEAD---------------*/
#masthead_strip {
	background: -webkit-linear-gradient(#3b3b3b, #4c4c4c); /* For Safari */
	background: -o-linear-gradient(#3b3b3b, #4c4c4c); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3b3b3b, #4c4c4c); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3b3b3b, #4c4c4c); /* Standard syntax */
	position: relative;
	height: 140px;
	width: 100%;
	min-width:1000px;
	box-shadow: 0px 3px 10px grey;
	border-bottom:solid 2px #fff;
	z-index:100;
}
#masthead_canvas {
	width: 1000px;
	height: 140px;
	position: relative;
	background-image: url(../images/bkgd_masthead.jpg);
	margin:auto;
}
#masthead_content {
	width:1000px;
	height:140px;
	position:absolute;
	top:0px;
	left:0px;	
}
#frNotice {
	position: absolute;
	top: 140px;
	left: 56px;
}

/*---------------MAIN CONTENT---------------*/
#mainContent_strip {
	position: relative;
	min-height: 1150px;
	height: auto;
	width: 100%;
	background-color: #fff;
	min-width: 1000px;
}
#mainContent_canvas {
	position: relative;
	min-height: 1150px;
	height: auto;
	margin: auto;
	width: 1000px;
}
#mainContent_content {
	width: 1000px;
	height: auto;
	min-height: 1150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/bkgd_mainContent_largeNav.jpg);
	background-repeat: repeat-y;
	overflow: visible;
}


/*---------------FOOTER---------------*/
#footer_strip {
	background-color: #323232;
	position: relative;
	height: 600px;
	width: 100%;
	background-image: url(../images/bkgd_footer.jpg);
	background-repeat: repeat-x;
	padding-top: 46px;
	min-width:1000px;
}
#footer_canvas {
	position: relative;
	height: 600px;
	margin: auto;
	width: 1000px;
}
#footer_content {
	width: 1000px;
	height: auto;
	min-height:500px;
	position: absolute;
	top: 0px;
	left: 0px;
}






#mainContentBox {
	width: 1000px;
	height: 1040px;
	position: relative;
	background-image: url(../images/bkgd_mainContent_largeNav.jpg);
	background-repeat: repeat-y;
}
#bkgdSeparator {
	width: 1000px;
	height: 64px;
	position: relative;
}
#preFooter {
	width: 1000px;
	height: 272px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#footer {
	width: 1000px;
	height: 300px;
	position: absolute;
	top: 272px;
	left: 0px;
	background-image: url(../images/footer_foot.jpg);
	background-repeat: no-repeat;
	background-position: 332px 42px;
}

#masthead_logo {
	position:absolute;
	left:544px;
	top:0px;
}

#masthead_phoneNb {
	position: absolute;
	top: 43px;
	font-family: ClarendonBT-Light;
	color: #FFF;
	font-size: 29px;
	right: 698px;
}
#masthead_phoneNb span {
	color: #fc353d;
	font-size: 18px;
}

#masthead_emailLink {
	position: absolute;
	top: 80px;
	font-family: ClarendonBT-Light;
	color: #FFF;
	font-size: 15px;
	right: 698px;
}
#masthead_emailLink a:link {
	color:#FFF;
	text-decoration:none;
}
#masthead_emailLink a:visited {
	color:#FFF;
	text-decoration:none;
}

#masthead_emailLink a:active {
	color:#FFF;
	text-decoration:none;
}

#masthead_emailLink a:hover {
	color:#EEE;
	text-decoration:none;
}


#masthead_divider {
	position: absolute;
	left: 319px;
	top: 2px;
	width: 1px;
	height: 90px;
	border-left: solid #fc353d 1px;
	box-shadow: 3px 6px 4px #1b1b1b;
}

#masthead_languageTabs {
	position:absolute;
	left:11px;
	top:99px;
}
#masthead_signInBox {
	background-image:url(../images/txtField_enterKey.png);
	background-repeat:no-repeat;
	width: 205px;
	height: 30px;
	left: 332px;
	top: 75px;
	position: absolute;
}
#masthead_errorMsg {
	position:absolute;
	z-index:200;
	color:#FFFF00;
	font-size:12px;
	font-weight:bold;
	top:106px;
	left:333px;
	width:200px;
}
#masthead_errorMsg a {
	color:#FFFF00;
}
#masthead_languageTabs_txt_EN {
	position: absolute;
	top: 14px;
	left: 21px;
	font-family: ClarendonBT-Light;
	color: #4F4F4F;
	font-size: 24px;
}
#masthead_languageTabs_txt_EN a:link {
	color:#4F4F4F;
	text-decoration:none;
}
#masthead_languageTabs_txt_EN a:visited {
	color:#4F4F4F;
	text-decoration:none;
}

#masthead_languageTabs_txt_EN a:active {
	color:#4F4F4F;
	text-decoration:none;
}

#masthead_languageTabs_txt_EN a:hover {
	color:#C71B29;
	text-decoration:none;
}
#masthead_languageTabs_txt_FR {
	position: absolute;
	top: 14px;
	left: 87px;
	font-family: ClarendonBT-Light;
	color: #7f1b1f;
	font-size: 24px;
}
#masthead_languageTabs_txt_FR a:link {
	color:#7f1b1f;
	text-decoration:none;
}
#masthead_languageTabs_txt_FR a:visited {
	color:#7f1b1f;
	text-decoration:none;
}

#masthead_languageTabs_txt_FR a:active {
	color:#7f1b1f;
	text-decoration:none;
}

#masthead_languageTabs_txt_FR a:hover {
	color: #651619;
	text-decoration:none;
}

.txtField {
	background:none;
	border:none;
	width: 130px;
	height:20px;
	position:absolute;
	top:0px;
	left:40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #414141;
	letter-spacing: 2px;
}
#masthead_signInSubmitBtn {
	position:absolute;
	top:0px;
	left:173px;
}
#masthead_txt_getTheKey {
	position:absolute;
	top:51px;
	left:427px;
	font-family: ClarendonBT-Light;
	color: #FFF;
	font-size: 14px;
}
#masthead_txt_getTheKey a:link {
	color:#FFF;
}
#masthead_txt_getTheKey a:visited {
	color:#FFF;
}

#masthead_txt_getTheKey a:active {
	color:#FFF;
}

#masthead_txt_getTheKey a:hover {
	color:#EEE;
}
#masthead_txt_signIn {
	position: absolute;
	top: 48px;
	left: 342px;
	font-family: ClarendonBT-Light;
	color: #FFF;
	font-size: 17px;
}
#masthead_quickLinks {
	color:#ffffff;
	position:absolute;
	top:35px;
	left:842px;
	width: 100px;
	font-size: 13px;
}
#masthead_quickLinks a:link {
	color:#fc353d;
	text-decoration:none;
}
#masthead_quickLinks a:visited {
	color:#fc353d;
	text-decoration:none;
}
#masthead_quickLinks a:active {
	color:#fc353d;
	text-decoration:none;
}
#masthead_quickLinks a:hover {
	color:#AD0B23;
	text-decoration:none;
}




#mainNav_large {
	position:absolute;
	top:0px;
	left:-9px;
	width:552px;
	height:1020px;
	overflow:visible;
}
#mainNav_large_strings {
	position:absolute;
	top:51px;
	left:9px;
}
#mainNav_large_topLeftClog {
	position:absolute;
	top:19px;
	left:13px;
}
#mainNav_large_botLeftClog {
	position:absolute;
	top:538px;
	left:1px;
}
#mainNav_large_botRightClog {
	position:absolute;
	top:656px;
	left:292px;
}
#mainNav_large_hand {
	position:absolute;
	top:100px;
	left:1px;
	cursor:move;
}
#mainNav_large_byUs {
	position: absolute;
	top: 805px;
	left: 257px;
}

#mainNav_btnBox {
	position:absolute;
	top:100px;
	left:319px;
	width:233px;
	height:500px;
}
.mainNav_btn {
	position: absolute;
	width: 230px;
	left: 4px;
	z-index: 20;
	font-family: ClarendonBT-Roman;
	font-size: 88px;
	text-shadow: 9px 13px 4px #d9d9d9;
	color: #4F4F4F;
	line-height: 100px;
}
.mainNav_btn sup {
	color: #E22231;
	font-size: 50px;
}
.mainNav_btn a:link {
	color: #4F4F4F;
	text-decoration:none;
}
.mainNav_btn a:visited {
	color: #4F4F4F;
	text-decoration:none;
}
.mainNav_btn a:active {
	color: #4F4F4F;
	text-decoration:none;
}
.mainNav_btn a:hover {
	color: #4F4F4F;
	text-decoration:none;
}
#mainNav_btn1 {
	top: -4px;
}
#mainNav_btn1ON {
	top: -24px;
}
#mainNav_btn2 {
	top: 97px;
}
#mainNav_btn2ON {
	top: 77px;
}
#mainNav_btn3 {
	top: 189px;
	left: 0px;
}
#mainNav_btn3ON {
	top: 169px;
	left: 0px;
}
#mainNav_btn4 {
	top: 295px;
	left: 2px;
}
#mainNav_btn4ON {
	top: 275px;
	left: 2px;
}
.mainNav_divider {
	position: absolute;
	width: 233px;
	left: 0px;
	background-color:#fff;
	height: 15px;
}
#mainNav_divider1 {
	top:80px;
}
#mainNav_divider2 {
	top:179px;
}
#mainNav_divider3 {
	top:277px;
}
.mainNav_divider_dottedLine {
	position: absolute;
	top: 6px;
	left: 4px;
	height: 1px;
	border-bottom: #e21a31 1px dotted;
	width: 215px;
}
.mainNav_droppables {
	position:absolute;
	width:319px;
	left: 1px;
	height: 98px;
}
#mainNav_droppable1 {
	top: 97px;
}
#mainNav_droppable2 {
	top: 197px;
}
#mainNav_droppable3 {
	top: 297px;
}
#mainNav_droppable4 {
	top: 397px;
}

#home_copyBox {
	position: absolute;
	top: 114px;
	left: 569px;
	width: 368px;
	height: auto;
	line-height: 20px;
	padding-right: 132px;
	background-image: url(../images/us_mainPic.jpg);
	background-repeat: no-repeat;
	background-position: 0 175px;
	padding-left: 14px;
}

.home_copy_para2 {
	margin-top: 460px;
	font-size: 14px;
}
.home_copy_para2 span {
	font-size: 12px;
	line-height: 32px;
}
#home_divider1 {
	position:absolute;
	top:54px;
	left:543px;
}
.txt_suggestedNextSteps {
	color:#4f4f4f;
	font-size:14px;
	margin-bottom:-10px;
}

#it_divider2 {
	position:absolute;
	top:54px;
	left:543px;
}
#it_copyBox {
	position: absolute;
	top: 118px;
	left: 573px;
	width: 345px;
	height: auto;
	line-height: 18px;
	color: #454545;
}
#it_copyBox h1 {
	font-size: 23px;
	margin-top: 0px;
	line-height: 30px;
	color: #454545;
	font-family: ClarendonBT-Light;
	font-weight: normal;
	margin-bottom: -5px;
}
#it_copyBox a:link {
	color:#f04b56;
	font-weight:bold;
}
#it_copyBox a:active {
	color:#f04b56;
	font-weight:bold;
}
#it_copyBox a:visited {
	color:#f04b56;
	font-weight:bold;
}
#it_copyBox a:hover {
	color:#000000;
	font-weight:bold;
}
#it_tubePic {
	position: absolute;
	top: 291px;
	left: 543px;
}
#it_viewOverlayTxt {
	position: absolute;
	top: 495px;
	left: 583px;
	width: 137px;
	text-align: right;
	font-size: 14px;
	line-height: 30px;
}
#it_viewOverlayTxt a:link {
	font-size: 22px;
	color: #f04b56;
	font-family: ClarendonBT-Light;
	line-height: 19px;
	text-decoration:none;
}
#it_viewOverlayTxt a:active {
	font-size: 22px;
	color: #f04b56;
	font-family: ClarendonBT-Light;
	line-height: 19px;
	text-decoration:none;
}
#it_viewOverlayTxt a:visited {
	font-size: 22px;
	color: #f04b56;
	font-family: ClarendonBT-Light;
	line-height: 19px;
	text-decoration:none;
}
#it_viewOverlayTxt a:hover {
	font-size: 22px;
	color: #D31D20;
	font-family: ClarendonBT-Light;
	line-height: 19px;
	text-decoration: none;
}
#it_newWintag {
	position: absolute;
	top: 469px;
	left: 787px;
}
#it_newWinTagTxt {
	position: absolute;
	top: 525px;
	left: 813px;
	width: 100px;
	font-size: 22px;
	color: #5fbbd6;
	font-family: ClarendonBT-Light;
	line-height: 19px;
}
#it_newWinTagTxt a:link {
	color: #5fbbd6;
	text-decoration:none;
}
#it_newWinTagTxt a:active {
	color: #5fbbd6;
	text-decoration:none;
}
#it_newWinTagTxt a:visited {
	color: #5fbbd6;
	text-decoration:none;
}
#it_newWinTagTxt a:hover {
	color: #56abc3;
	text-decoration: none;
}

#them_copyBox {
	position: absolute;
	top: 112px;
	left: 582px;
	width: 395px;
	height: auto;
	line-height: 18px;
}
#them_copyBox_copy {
	width:345px;
	margin-top:32px;
}
#them_copyBox_copy h1 {
	font-weight:normal;
	font-size:24px;
	margin-top: 0px;
	line-height: 30px;
	color: #808080;
}

#preFooter_logo {
	top: 16px;
	left: 50px;
	position: absolute;
}
#preFooter_regDetails {
	top: 66px;
	left: 50px;
	position: relative;
	color: #e5e5e5;
	font-size: 11px;
	line-height: 17px;
	width: 453px;
	height: auto;
	float: left;
}
#preFooter_vrtclSeparator {
	top: 0px;
	left: 543px;
	position: absolute;
}
#preFooter_getKeyForm {
	top: 21px;
	left: 602px;
	position: absolute;
	width: 345px;
	color: #e5e5e5;
}
#preFooter_shareIcon {
	top:1px;
	left:30px;
	position:absolute;
}
#preFooter_facebookBtn {
	top:13px;
	left:134px;
	position:absolute;
}
#preFooter_twitterBtn {
	top:10px;
	left:240px;
	position:absolute;
}
.keyRequest_txtFieldBkgd {
	background-image:url(../images/txtField_bkgd.png);
	width: 310px;
	height: 30px;
	margin-top: 5px;
	margin-left: -5px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.keyRequest_txtField {
	background-color:transparent;
	border:none;
	width: 228px;
	height: 19px;
	margin: 2px 5px 2px 8px;
	font-size: 13px;
	color: #808080;
}
.keyRequest_txtField_label {
	position:relative;
	float:left;
	height:auto;
	width: 300px;
}
#keyRequest_submitBtnBox {
	background-image:url(../images/divider_horizontal_withShadow1.png);
	width: 370px;
	height: 50px;
	margin-left: -50px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
	margin-top: 7px;
}
#keyRequest_submitBtn {
	top:1px;
	left:192px;
	position:relative;
}
#keyRequest_needTheTxt {
	float: left;
	position: relative;
	font-size: 18px;
	font-family: ClarendonBT-Roman;
	color: #fff;
}
#keyRequest_KEYTxt {
	margin-bottom:-4px;
	margin-top:-4px;
	float: left;
	position: relative;
	font-size: 40px;
	font-family: ClarendonBT-Roman;
	color: #fff;
}
.footer_privTermsLinks {
	top:15px;
	left:50px;
	position:absolute;
	color:#323232;
	font-family:ClarendonBT-Roman;
	font-size:14px;
}
#footer_privPolLink {
	left:50px;
}
#footer_TermsCondLink {
	left:280px;
}
.footer_privTermsLinks a:link {
	color:#323232;
	text-decoration:none;
}
.footer_privTermsLinks a:visited {
	color:#323232;
	text-decoration:none;
}
.footer_privTermsLinks a:active {
	color:#323232;
	text-decoration:none;
}
.footer_privTermsLinks a:hover {
	color: #000000;
	text-decoration: none;
}
#footer_returnToTopLink {
	top: 150px;
	left: 50px;
	position: absolute;
	font-family: ClarendonBT-Roman;
	color: #fff;
	font-size: 18px;
}
#footer_returnToTopLink a:link {
	color:#fff;
	text-decoration:underline;
}
#footer_returnToTopLink a:visited {
	color:#fff;
	text-decoration:underline;
}
#footer_returnToTopLink a:active {
	color:#fff;
	text-decoration:underline;
}
#footer_returnToTopLink a:hover {
	color:#eee;
	text-decoration:underline;
}
#preFooter_shareBox {
	background-image:url(../images/divider_horizontal_withShadow2.png);
	width: 370px;
	height: 50px;
	margin-left: -30px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
	margin-top: 44px;
}



#you_contentBox {
	width:457px;
	height:1060px;
	position:absolute;
	left:543px;
	top:0px;
}
#you_txtBkgd {
	position: absolute;
	top: 0px;
	left: 195px;
}
#you_cog {
	position: absolute;
	top: 623px;
	left: 260px;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
	-webkit-transition-property: left, top, -webkit-transform;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-out, ease-out, ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}
#you_cogCenter {
	position: absolute;
	top: 668px;
	left: 303px;
}
#you_whiteCircle {
	position: absolute;
	top: 631px;
	left: 267px;
}
#you_txtBkgd_holeShadow {
	position: absolute;
	top: 520px;
	left: 268px;
}
.you_handlesVerticalShadow {
	position: absolute;
	top: 15px;
	left: 124px;
}
#you_copyBox {
	position: absolute;
	top: 27px;
	left: 203px;
	width: 227px;
	line-height: 17px;
	overflow: hidden;
	height: 480px;
}
#you_copyBox_container {
	width: 1440px;
	height: 480px;
	position: absolute;
	left: 0px;
}
#you_rotatingHandles_container {
	position: absolute;
	top: 513px;
	left: 251px;
	width: 136px;
	height: 126px;
	overflow: hidden;
}
#you_rotatingHandles {
	position: absolute;
	top: 21px;
	left: -77px;
	transform:rotate(37deg);
	-ms-transform:rotate(37deg); /* IE 9 */
	-webkit-transform:rotate(37deg); /* Safari and Chrome */
	-webkit-transition-property: left, top, -webkit-transform;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-out, ease-out, ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}
#you_txtIAm {
	position: absolute;
	left: 260px;
	top: 38px;
}
#you_handlesAndText {
	position: absolute;
	left: 0px;
	top: 68px;
	height: 650px;
	width: 457px;
}
#you_tabsAll {
	position:absolute;
	left:28px;
	top:0px;
	width: 418px;
}
.you_handles_singleSet {
	position: relative;
	float: left;
	height: 130px;
	width: 220px;
	clear: left;
}
.you_handleTitleBkgd {
	position: absolute;
	top: 0px;
	left: 131px;
	height: 130px;
	width: 71px;
}
.you_handleTitle {
	position: absolute;
	top: 45px;
	left: 100px;
	font-family: ClarendonBT-Light;
	font-size: 19px;
	color: #454545;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Safari and Chrome */
	line-height: 19px;
	width: 130px;
	text-align: center;
	height: 40px;
}
.you_handleTitle a:link {
	color:#454545;
	text-decoration:none;	
}
.you_handleTitle a:visited {
	color:#454545;
	text-decoration:none;	
}
.you_handleTitle a:active {
	color:#454545;
	text-decoration:none;	
}
.you_handleTitle a:hover {
	color:#454545;
	text-decoration:none;	
}
#you_handles_all {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 457px;
	height: 650px;
}
.you_handle {
	position: absolute;
	left: 0px;
	top: 9px;
}
.you_handle_pinBit {
	position: absolute;
	top: 64px;
	right: 176px;
	width: 1px;
	height: 3px;
}
.you_handle:hover {
	cursor:move;
}
.you_handle_pinHead {
	position: absolute;
	left: 44px;
	top: 56px;
}
.you_handleCopy {
	position: relative;
	font-size: 17px;
	text-align: center;
	line-height: 23px;
	color: #1b1b1b;
	float: left;
	width: 195px;
	height: 480px;
	margin: 0px 16px 0px 16px;
}
.you_handleCopy img {
	margin-left: -11px;
}
#you_handlesSlit {
	position:absolute;
	left:429px;
	top:2px;
	width: 28px;
	height: 690px;
	z-index: 1500;
}
.you_mask {
	position: absolute;
	left: 186px;
	top: 658px;
	width: 270px;
	height: 196px;
}
#you_handlesSlit img {
	margin-bottom:20px;
	position:relative;
	float:left;
}
#you_alternateTxt {
	position: absolute;
	left: 25px;
	top: 830px;
	width: 330px;
	font-size: 18px;
	line-height: 23px;
}
#you_alternateTxt span {
	font-size: 14px;
	color: #fe4953;
	font-weight: bold;
	line-height: 16px;
	display: block;
	margin-bottom: 15px;
}
#thankyou_copyBox {
	position:absolute;
	top:112px;
	left:582px;
	width:395px;
	height:908px;
	line-height:18px;
}
#thankyou_copyBox_copy {
	width:345px;
	margin-top:32px;
}
#thankyou_copyBox_copy h1 {
	font-weight:normal;
	font-size:24px;
	margin-top: -22px;
	line-height: 30px;
	color: #808080;
}



/************* FRENCH VERSION STYLES ***************/
#FRmasthead {
	width:1000px;
	height:140px;
	position:relative;
	background-image: url(../images/fr/bkgd_masthead.jpg);
	background-color: #484848;
}
#FRmasthead_errorMsg {
	position:absolute;
	z-index:200;
	color:#FFFF00;
	font-size:12px;
	font-weight:bold;
	top:11px;
	left:333px;
	width:200px;
}
#FRmasthead_errorMsg a {
	color:#FFFF00;
}

.FRmainNav_btn {
	position:absolute;
	width:230px;
	left: 3px;
	z-index: 20;
}
#FRmainNav_btn1 {
	top:2px;
}
#FRmainNav_btn2 {
	top:96px;
}
#FRmainNav_btn3 {
	top:195px;
}
#FRmainNav_btn4 {
	top:293px;
	left:2px;
}
.FRmainNav_divider {
	position:absolute;
	width:233px;
	left: 0px;
	background-image: url(../images/mainNav_separator.png);
	background-repeat: no-repeat;
	height: 30px;
}
#FRmainNav_divider1 {
	top:77px;
}
#FRmainNav_divider2 {
	top:172px;
}
#FRmainNav_divider3 {
	top:270px;
}

@font-face {
	font-family: Chalkboard;
	src: url(http://www.emblema.co.uk/Chalkboard.eot),
	     url(http://www.emblema.co.uk/Chalkboard.ttf);
	     url(http://www.emblema.co.uk/Chalkboard.svg);
}
