/* CSS Document */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
body {
	background: #ffffff url(../images/bg.gif) ;
	margin: 0;
	padding: 0;
	text-align:center;
	}
.wrapper {
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 60px; /* .push must be the same height as .footer */
}
	
#intro {
	text-align:left;
	font-size:13px;
	font-variant:normal;
	font-family:arial,verdana;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
	}
#logo {
	text-align: right;
	background-color: #000;
	height:66px;
}

#logo img {
	margin: 0;
	padding: 0;
	float:right;
	}
#logo p {
	float:left;
	font: normal 0.5625em Verdana, Arial, Helvetica, Sans-serif;
	color: #999;
	margin-top: 48px;
	padding:0;
	margin-bottom:0;
}

#logo a, #footer a {
	color: #999;
	text-decoration:none;
	padding: 0px 12px;
}

#logo a span, #footer a span {
	display:none;
}
#logo a:hover, #footer a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#000;
}

#logo a:hover span, #footer a:hover span {
	display:inline;
	position:absolute;
	background-color:#333;
	color:#eee;
}


#Vcont {
	text-align:left;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:68px;
font-variant:small-caps;
padding:10px;
padding-right:0px;
font-weight:bold;
height:75px;
padding-top:10px;
background-color:#000;
color:#fff;
border-bottom:6px solid #666;
margin-bottom:5px;
margin-left:0px;

}
a.mixpod:hover{color:#fff}
#thebox{
	height:100%;
	text-align:left;
	margin:0px 2px 5px 0px;
	padding:30px 14px 25px 14px;
	background:#eee url(../images/logVP.jpg) no-repeat right top;
	border-bottom:1px solid #ccc;
	
}

.theinnerbox{
	padding:10px 20px 20px 20px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
/*	font: normal 13px "Trebuchet MS", Arial, Verdana, Helvetica, Sans-serif; */
	color:#666;
}

a {
	color: #333;
	text-decoration:underline;
}

a:hover {
	background-color:#CCC;
	text-decoration:none;
}
.dvder{margin:0px;padding:5px 0px;border-bottom:2px dashed #eee}
p {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#333;
	font-size:0.8125em;
}
div#footer {
	text-align:left;
	height:60px;
	margin-top:10px;
	padding:5px 0px 5px 5px;
	background-color:#000;
}

div#footer p.vp{
	color: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Sans-serif;	
}

div#footer p {
	text-align:left;
	float:left;
	padding-left:5px;
	color:#ccc;
	font: normal 9px Verdana, Arial, Helvetica, Sans-serif;
}




