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

li, ul, ol {
	margin-bottom: 10px;
}
hr {
	width: 100%;
}
body {
	background-image: url(images/repeat.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #7e1019;
	padding: 0;
	margin: 0;
	z-index: 0;
}
a:link {
	text-decoration: none;
	color: #7D1019;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #7D1019;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #7D1019;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	color: #7D1019;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	padding: none;
	margin: none;
	line-height: normal;
}
textarea {
	resize: none;
}
.bodyheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #7D1019;
	text-decoration: none;
}
.unavailabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7D1019;
}
.sentmailtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7D1019;
	text-shadow: 0px 2px 3px #AAA;
}
.textoverwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}
.textoverred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEE;
}
.textfields {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.25, rgb(255,255,255)),color-stop(1, rgb(247,247,247)));
	background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 25%,rgb(240,240,240) 100%);
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #B3B3B3;
	width: 175px;
	text-shadow: 0px 1px 1px #BFBFBF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
	padding: 2px 4px 0px;
}
.textfields:focus {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.25, rgb(255,255,255)),color-stop(1, rgb(247,247,247)));
	background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 25%,rgb(240,240,240) 100%);
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7e1019;
	width: 175px;
	text-shadow: 0px 1px 1px #BFBFBF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
	padding: 2px 4px 0px;
}
.textarea {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.63, rgb(255,255,255)),color-stop(1, rgb(247,247,247)));
	background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 63%,rgb(240,240,240) 100%);
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #B3B3B3;
	width: 424px;
	height: 200px;
	text-shadow: 0px 1px 1px #BFBFBF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
	padding: 2px 2px 0px;
}
.textarea:focus {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.63, rgb(255,255,255)),color-stop(1, rgb(247,247,247)));
	background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 63%,rgb(240,240,240) 100%);
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7e1019;
	width: 424px;
	height: 200px;
	text-shadow: 0px 1px 1px #BFBFBF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 2px 0px;
}
.buttons {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, rgb(255,255,255)),color-stop(0, rgb(224,224,224)));
	background-image: -moz-linear-gradient(0% 100% 90deg,#e0e0e0, #FFFFFF, #FFFFFF 100%);
	text-decoration: none;
	font-weight: 800;
	background-color: #F2F2F2;
	border: 1px solid #f5f5f5;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
	-webkit-box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 0px 1px #121212;
	text-shadow: 0px 1px 2px #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.buttons:hover {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(122,12,12)),color-stop(1, rgb(224,101,101)));
	background-image: -moz-linear-gradient(center bottom,rgb(122,12,12) 0%,rgb(224,101,101) 100%);
	text-decoration: none;
	font-weight: 800;
	background-color: rgb(122,12,12);
	border: 1px solid rgb(122,12,12);
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	-webkit-box-shadow:0px 1px 2px #999999;
	-moz-box-shadow:0px 0px 1px #121212;
	text-shadow:0px 1px 1px black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.buttons:active {
	text-decoration: none;
	font-weight: 800;
	background-color: #F2F2F2;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 3px;
	color: white;
	-webkit-box-shadow:0px 1px 2px black inset;
	-moz-box-shadow:0px 1px 2px black inset;
	text-shadow:0px -1px 1px black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.onpagebutton {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(122,12,12)),color-stop(1, rgb(224,101,101)));
	background-image: -moz-linear-gradient(center bottom,rgb(122,12,12) 0%,rgb(224,101,101) 100%);
	text-decoration: none;
	font-weight: 800;
	background-color: #F2F2F2;
	border: 1px solid rgb(122,12,12);
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	-webkit-box-shadow:0px 1px 2px #999999;
	-moz-box-shadow:0px 0px 1px #121212;
	text-shadow:0px 1px 1px black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#campaigns {
	 width: auto;
	 text-align: center;
	 vertical-align: middle;
	 position: absolute;
	 top: 170px;
	 left: 580px;
}
#corpid {
	 width: auto;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 170px;
	left: 672px;
}
#creative {
	 width: auto;
	 text-align: center;
	 vertical-align: middle;
	 position: absolute;
	 top: 170px;
	 left: 795px;
}
#liveevents {
	 width: auto;
	 text-align: center;
	 vertical-align: middle;
	 position: absolute;
	 top: 170px;
	 left: 916px;
}
.opperating {
	position:absolute;
	left: 605px;
	top: 211px;
	width: 386px;
	height: 256px;
	background-image: url(images/opperating.jpg);
	background-position: bottom left;
	border: 1px solid #b3b3b3;
}
.nlslider {
	position: relative;
	float: left;
	width: 260px;
	z-index: 100;
}
.nltab {
	position: fixed;
	top: 63px;
	left: -185px;
	height: auto;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	text-align: center;
	text-shadow: 0px 1px white;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, rgb(255,255,255)),color-stop(0, rgb(224,224,224)));                                                                                                                          
	background-image: -moz-linear-gradient(0% 100% 90deg,#e0e0e0, #f0f0f0, #ffffff 100%);
	background-color: rgb(255,255,255);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-left: 0px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	-webkit-box-shadow:1px 1px 3px #000000;
	-moz-box-shadow:1px 1px 3px #000000;
	z-index: 7;
	outline: none; /*FireFox Dotted Line Fix*/
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;

}
.nltab:hover {
	left: 0px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;

}
.LV_valid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
}
.LV_invalid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}
#textoverwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E101A;
}
#fb:hover {
	opacity: .9;
}
#flickr:hover {
	opacity: .7;
}
#twitter:hover {
	opacity: .7;
}
#fb:active {
	opacity: 1;
	padding-top: 2px;
}
#flickr:active {
	opacity: 1;
	padding-top: 2px;
}
#twitter:active {
	opacity: 1;
	padding-top: 2px;
}
#thankyou { 
    position: absolute;
    top: 285;
    left: 114;
    opacity: 0;
    width: auto;
	height: auto;
	position: absolute;
	top: 350px;
	left: 135px;
}
#thankyou {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 5500ms;
	-webkit-animation-iteration-count: 1;
}
@-webkit-keyframes fade {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
#content {
	position: absolute;
	top: -1px;
	width: 1024px;
	height: 900px;
	margin-left: -512px;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	z-index: 2;
}
#footer {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #700;
	height: 94px;
	background-image: url(foot.png);
	width: inherit;
}
#CNM {
	margin-left: -512px;
	left: 50%;
	width: 1024px;
	position: absolute;
	top: 980px;
	text-align: center;
	padding-bottom: 20px;
}
#whiteband {
	position: relative;
	top: 799px;
	height: 100px;
	width: 100%;
	background-color: white;
	z-index: 1;
}
#bodytext {
	height: auto;
}
#subnav {
	position: absolute;
	top: 140px;
	left: 582px;
	z-index: 0;
}
#subnav ul {
	margin: 0;
	float: right;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#subnav ul li {
	display: inline;
	text-align: center;
	margin: 3px;
}
#subnav ul li a {
	float: left;
	text-decoration: none;
}
#textfields {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.25, rgb(255,255,255)),color-stop(1, rgb(247,247,247)));
	background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 25%,rgb(240,240,240) 100%);
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #B3B3B3;
	width: 175px;
	text-shadow: 0px 1px 1px #BFBFBF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
	padding: 2px 4px 0px;
}
#textfields:focus {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.25, rgb(255,255,255)),color-stop(1, rgb(247,247,247)));
	background-image: -moz-linear-gradient(center bottom,rgb(255,255,255) 25%,rgb(240,240,240) 100%);
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7e1019;
	width: 175px;
	text-shadow: 0px 1px 1px #BFBFBF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
	padding: 2px 4px 0px;
}
#newsletter {
	position: absolute;
	top: 20px;
	left: 5px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#mc_embed_signup {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(245,245,245)),color-stop(0.15, rgb(250,250,250)),color-stop(.84, rgb(255,255,255)),color-stop(1, rgb(245,245,245)));
	background-image: -moz-linear-gradient(center bottom,rgb(240,240,240) 0%,rgb(255,255,255) 15%,rgb(255,255,255) 84%,rgb(240,240,240) 100%);
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px #999999;
	-moz-box-shadow: 0px 1px 2px #999999;
	box-shadow: 0px 1px 2px #999999;
}
#videoholder {
	position: absolute;
	display: block;
	top: 230px;
	left: 600px;
	width: 414px;
	height: 500px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}
.video {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.7);
	list-style: none;
	margin-bottom: 40px;
}
#videos {
	position: relative;
	top: 590px;
	right: 30px;
	float: right;
	height: 300px;
	width: 572px;
}
#video sul {
	display: inline;
}
#videos ul li {
	float: right;
	margin-bottom: 10px;
	margin-right: 15px;
}
.videotext {
	position: absolute;
	left: -520px;
	width: 500px;
	height: auto;
	top: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}
