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

@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

@font-face {
    font-family: "GothamBold";
    src: url("Gotham-Bold.woff") format('woff');
    font-weight:normal;
}

@font-face {
    font-family: "GothamMedium";
    src: url("Gotham-Medium.woff") format('woff');
    font-weight:bold;
}

@font-face {
    font-family: "GothamThin";
    src: url("Gotham-Thin.woff") format('woff');
    font-weight:normal;
}

#doubleclick_logo_dc{
	position:absolute;
	top: 4px;
	left: 4px;	
}

/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	width: 298px;
	height: 248px;
	border:1px solid #666666;
	top: 0px;
	left: 0px;
	margin: auto;
}
#content_dc_night {
	position: absolute;
	background-image:url(LMDRHome_Q115_DayNight_NoZip_300x250_night.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	
}
#content_dc {
	background-image:url(LMDRHome_Q115_DayNight_NoZip_300x250.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor:pointer !important;
	opacity: .5;
	/*border: 1px solid blue;*/
}

#logo{
	position: absolute;
	width:130px;
	height:31px;
	bottom: 20px;
	right: 12px;
}
#cta{
	position: absolute;
	background: -webkit-linear-gradient(#ecad00, #f3cc00); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#ecad00, #f3cc00); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#ecad00, #f3cc00); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#ecad00, #f3cc00); /* Standard syntax */
	color:#002163;
	padding:9px 0 0 0;
	text-align:center;
	width:110px;
	height:21px;
	bottom: 64px;
	left: 102px;
	cursor:pointer !important;
}
h1{
	/*font-family:GothamMedium;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17.25px;
	}
h2{
	/*font-family:GothamThin;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:17.25px;
	}
h2 span{
	/*font-family:GothamMedium;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17.25px;
	}
h3{
	/*font-family:GothamBold;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	}
#t1{
	position: absolute;
	width:200px;
	color:#fff;
	top: 40px;
	left: 102px;
	line-height:1.3em !important;
}
#t2{
	position: absolute;
	width:50x;
	color:#fff;
	top: 81px;
	left:102px;
	line-height:1.3em !important;
}
#t3{
	position: absolute;
	width:100px !important;
	color:#fff;
	top: 81px;
	left: 170px;
	line-height:1.3em !important;
}

#t4{
	position: absolute;
	width:200px;
	color:#fff;
	top: 40px;
	left: 102px;
	line-height:1.3em !important;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}