/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com*/
* {
margin:0;
padding:0;
}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
html,body,#main {
height:100%;
}

body > #wrap {
height:auto;
min-height:100%;
}

.oneColElsCtr #main {
width:48em;
background:#FFF;
text-align:left;
padding-bottom:200px;
margin:0 auto;
}

/* must be same height as the footer */
.oneColElsCtr #mainContent {
padding:0 20px;
}

#main h1#logo {
display:block;
width:427px;
height:64px;
background:url(../images/sw-logo.png) 0 0 no-repeat;
text-indent:-9999px;
margin-bottom:1px;
}

#footer {
position:relative;
margin-top:-200px;
height:200px;
clear:both;
color:#000;
background:#F5821F;
font-family:Century Gothic, Apple Gothic, sans-serif;
padding:20px;
}

#footer a {
font-family:Century Gothic, Apple Gothic, sans-serif;
color:#edb584;
text-decoration:none;
}

#footer a:hover {
font-family:Century Gothic, Apple Gothic, sans-serif;
color:#fff;
text-decoration:underline;
}

#footer-info {
width:53em;
margin:0 auto;
}

#footer ul {
text-align:center;
border-top:1px dotted #edb584;
margin-top:20px;
padding-top:20px;
}

#footer ul li {
display:inline;
list-style:none;
text-align:center;
}

#footer ul li a {
outline:none;
text-indent:-9999px;
float:left;
margin-right:13px;
}

#footer li.pce a{
display:block;
width:65px;
height:65px;
background-image:url(../images/logo-pce-sd.gif);
background-repeat:no-repeat;
}


#footer li.pce a:hover {
background-position:-66px 0px;
}





#footer li.jdd a{
display:block;
width:103px;
height:65px;
background-image:url(../images/logo-jdd-sd.gif);
background-repeat:no-repeat;
background-position:0px 0px;
}


#footer li.jdd a:hover {
background-position:-103px 0px;
}




#footer li.odac a{
display:block;
width:82px;
height:65px;
background-image:url(../images/logo-odac-sd.gif);
background-repeat:no-repeat;
}

#footer li.odac a:hover {
background-position:-82px 0px;
}




#footer li.etas a{
display:block;
width:141px;
height:65px;
background-image:url(../images/logo-etas-sd.gif);
background-repeat:no-repeat;
}


#footer li.etas a:hover {
background-position:-141px 0px;
}




#footer li.socss a{
display:block;
width:150px;
height:65px;
background-image:url(../images/logo-socss-sd.gif);
background-repeat:no-repeat;
}


#footer li.socss a:hover {
background-position:-150px 0px;
}



#footer li.dd a {
display:block;
width:113px;
height:65px;
background-image:url(../images/logo-dd-sd.gif);
background-repeat:no-repeat;
}


#footer li.dd a:hover {
background-position:-113px 0px;
}


#footer li.arte a {
display:block;
width:97px;
height:65px;
background-image:url(../images/logo-arte-sd.gif);
background-repeat:no-repeat;
}


#footer li.arte a:hover {
background-position:-97px 0px;
}


/* CLEAR FIX*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {
display:block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}

/* End hide from IE-mac */
.clearer {
clear:both;
}

