body{
 -webkit-font-smoothing: antialiased;
 text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.text {
	position: relative;
	font-weight:700;
	color:#cdcdcd;
	text-shadow: -1.5px -1.5px 2px #909090;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	overflow: hidden;
    white-space: nowrap;
}

.banner1 {
    text-align: center;
    width: 100%;
    display: block;
    background: rgba(233, 1, 1, 0.4);
    margin-bottom: -20px;
    max-height:80px;
    min-height:80px;
}

.banner2 {
    text-align: left;
    display: block;
    background: rgba(233, 1, 1, 0.4);
    margin-bottom: -20px;
    text-align: center;
}

.banner3 {
    text-align: left;
    display: block;
    background: rgba(233, 1, 1, 0.4);
    margin-bottom: -20px;
    max-height:50px;
    min-height:50px;
    max-width: 960px;
    padding-left: 40px;
}

.text:before, .text:after {
    content: attr(title);
    color: rgba(255,255,255,1);
    position: absolute;
}
.text:before {
    top: 1px;
    left: 1px;
    opacity:.12;
}
.text:after {
    top: 2px;
    left: 2px;
    opacity:.12;
}



.footer
{
position:relative;
font-family: Helvetica;
font-size: 12px;
float: left;
min-height: 130px;
}

.box {
background-color: white;
position: absolute;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
-webkit-border-radius: 10px;
top: 30px;
height: 45px;
width: 200px;
}

.bpos1 {
left: 140px;
}

.bpos2 {
left: 370px;
}

.bpos3 {
left: 600px;
}

.connect {
position: absolute;
font-family: 'Questrial', sans-serif;
text-transform: uppercase;
letter-spacing: 5px;
color:#cdcdcd;
top: -5px;
left: 365px;
white-space: nowrap;
}

a{
text-decoration: none;
color: #df0101;
}

a:hover{
background: rgba(233, 1, 1, 0.2);
display: block;
overflow: hidden;
white-space: nowrap;
}

a.linkbanner:hover{
min-height:80px;
max-height:80px;
margin-bottom: -20px;
}

a.linkbanner2:hover{
min-height:50px;
max-height:50px;
margin-bottom: -20px;
}


.testbig {
	font-weight:700;
	color:#cdcdcd;
	text-shadow: -1.5px -1.5px 2px #909090;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	overflow: hidden;
}

.testpara {
	font-weight:400;
	color:#cdcdcd;
	font-family: Arial, sans-serif;
	overflow: hidden;
    white-space: normal;
    font-style: italic;
}
