/* Template by HID Digital Solutions. */

/* Font. */
/*
@font-face {
  font-family: 'interstateBlack';
  src: url('../../VTCommon/font/Interstate-Black.ttf');
}
@font-face {
  font-family: 'interstateRegular';
  src: url('../../VTCommon/font/Interstate-Regular.ttf');
}
*/
/* General. */
body {
	margin: 0;
	font-family: arial;
	font-size: 12px;
	background: url('../../VTCommon/images/background.png') repeat-x;
}

.clear {
	clear: both;
}

a img {
	border: 0;
}

/* Wrapper. */
#wrapper {
	width: 960px;
	height: 600px;
	margin: 48px auto 0 auto;
	background: url('../../VTCommon/images/splashPhoto.png') 0px 58px no-repeat;
}

/* Header. */
#header {
	height: 140px;
}

#logo {
	display: block;
	position: absolute;
	width: 420px;
	height: 31px;
	background: url('../../VTCommon/images/logo.png') no-repeat;
	margin: 0 0 0 19px;
}

/* Menu. */
#wrapper > ul.menu {
	display: block;
	position: absolute;
	margin: 492px 0 0 -9px;
	padding: 0;
	width: 978px;
	height: 69px;
	background: url('../../VTCommon/images/backgroundMenuSplash.png') no-repeat;
	list-style-type: none;
	list-style-image: none;
	z-index: 200;
}

#wrapper > ul.menu > li {
	float: left;
}

#wrapper > ul.menu > li > a {
	display: block;
	width: 137px;
	height: 51px;
	text-decoration: none;
	color: #fff;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: 900;
	background: url('../../VTCommon/images/menuDivider.png') 135px 11px no-repeat;
}

#wrapper > ul.menu > li > a:hover,
#wrapper > ul.menu > li > a.active a {
	background: url('../../VTCommon/images/menuHover.png') right no-repeat;
}

#wrapper > ul.menu > li.first > a:hover,
#wrapper > ul.menu > li.first > a.active {
	background: url('../../VTCommon/images/menuHoverFirstSplash.png') right no-repeat;
}

#wrapper > ul.menu > li > a > span {
	display: block;
	padding: 19px 0 0 0;
	text-align: center;
}

/* Submenu. */
#wrapper > ul.menu ul.menu {
	position: absolute;
	margin: 0;
	padding: 15px 0 0 0;
	width: 190px;
	height: 187px;
	background: url('../../VTCommon/images/backgroundSubmenuSplash.png') no-repeat;
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
	line-height: 22px;
	top: -192px;
	z-index: 100;
}
#wrapper > .menu .first > .menu	{
    margin-left: 20px;
}


#wrapper .menu .menu  {
    display: none;
}
#wrapper .menu *:hover  > .menu,
#wrapper .menu *:active > .menu  {
    display: block !important;
}

#wrapper > ul.menu ul.menu li a {
	display: block;
	color: #fff;
	width: 216px;
	padding-bottom: 4px;
	background: url('../../VTCommon/images/submenuDividerSplash.png') 0px bottom no-repeat;
	text-decoration: none;
	margin-left: 18px;
}

#wrapper > ul.menu ul.menu li.last a {
	background-image: none;
}

#wrapper > ul.menu ul.menu li a:hover {
	text-decoration: underline;
}

/* Content. */
#contentPlacer {
	position: absolute;
	margin: 93px 0 0 549px;
	width: 390px;
	height: 334px;
	z-index: 20;
}

#maincontent p {
	padding-right: 30px;
	font-size: 14px;
	color: #666;
}

#maincontent a {
	color: #D0103A;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 8px 86px;
	padding: 0 01 7px 20px;
	background: url('../../VTCommon/images/h2Arrow.png') 0px 7px no-repeat;
}

#transbox {
	background-color: #fff;
	opacity: 0.75; filter:alpha(opacity=75);
	width: 408px;
	height: 260px;
	left: 530px;
	top: -60px;
	position: relative;
	z-index: 10;
}

h1 {
	color: #D0103A;
	font-size: 28px;
	margin-bottom: 13px;
	margin-top: 0px;
}

h2 {
	color: #D0103A;
	font-size: 16px;
	margin: 20px 0 8px 70px;
	padding: 0 0 7px 20px;
	border-bottom: 1px solid #E8E9EA;
	background: url('../../VTCommon/images/h2Arrow.png') 0px 7px no-repeat;
}

p {
	color: #7B7E80;
	line-height: 20px;
	margin: 0 0 9px 0;
}

/* Button. */
#butLarge {
	display: block;
	position: absolute;
	width: 260px;
	height: 96px;
	background: url('../../VTCommon/images/buttonLarge.png') no-repeat;
	margin: 420px 0 14px 683px;
	text-decoration: none;
}

#butLarge span {
	display: block;
	margin: 0 0 0 26px;
	padding-top: 20px;
	color: #D0103A;
	font-size: 22px;
	line-height: 24px;
}

/* Social. */
#social {
	position: absolute;
	background: url('../../VTCommon/images/talk.png') 6px 34px no-repeat;
	width: 320px;
	height: 150px;
	margin: 574px 0 0 623px;
	list-style-type: none;
}

#social li {
	float: right;
}

#linkedin {
	display: block;
	float: right;
	width: 38px;
	height: 40px;
	background: url('../../VTCommon/images/socialLinkedin.png') no-repeat;
}

#twitter {
	display: block;
	float: right;
	width: 40px;
	height: 39px;
	background: url('../../VTCommon/images/socialTwitter.png') no-repeat;
}

/* Footer. */
#footer {
	position: absolute;
	margin: 572px 0 0 0;
	padding: 16px;
}

#footer p {
	color: #9A9EA1;
	line-height: 19px;
}

#footer p span {
	float: left;
	font-size: 12px;
	line-height: 19px;
}

#maw {
	display: block;
	float: left;
	width: 18px;
	height: 17px;
	margin: 0 5px 0 5px;
	background: url('../../VTCommon/images/logoMAW.png') no-repeat;
}

#jool {
	display: block;
	float: left;
	width: 38px;
	height: 19px;
	margin: 0 5px 0 5px;
	background: url('../../VTCommon/images/logoJool.png') no-repeat;
}
