/* Footer */
div#footer {
    clear: both;
    background: #38323C;
    width: 100%;
    padding-bottom: 20px;
}

div#footer a {
	color: #DDB5DF;
}

div#footer div.container {
	width: 890px;
    margin: 0 auto;
    clear: both;
}

/* Who We Work With */
div#footer div#whoWeWorkWith {
    width: 100%;
    background: #534A58;
    padding: 20px 0;
}

div#footer div#whoWeWorkWith h3 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}

div#footer div#whoWeWorkWith div.seperator {
    width: 100%;
    background: url(/images/footer/who-we-work-with/seperator.png) no-repeat center center;
    height: 11px;
    margin: 7px 0;
    clear: both;
}

div#footer div#whoWeWorkWith table {
	width: 100%;
}

/* Follow Us */
div#footer div#followUs {
    width: 100%;
    height: 43px;
    background: url(/images/footer/follow-us/background.png) repeat;
    clear: both;
}

div#footer div#followUs div#followHolder {
    padding-top: 11px;
    float: right;
    color: #E2D7E9;
    font-family: Tahoma;
    font-weight: bold;
}

div#footer div#followUs span {
    float: left;
    padding-top: 3px;
}

div#footer div#followUs ul.socialNetworking {
    float: right;
}

div#footer div#followUs ul.socialNetworking li {
    float: left;
    margin-left: 20px;
}

/* Buttons */
div#footer div.buttons {
	clear: both;
	height: 130px;
	margin-top: 20px;
	margin-left:110px;
}

div#footer div.buttons div.blue, div#footer div.buttons div.green, div#footer div.buttons div.pink {
	position: relative;
    width: 279px;
    height: 120px;
    border: 2px solid #605f5f;
    float: left;
    margin: 0 6px;
}

div#footer div.buttons div.blue {
    background: url(/images/homepage/blue.png) no-repeat;
}

div#footer div.buttons div.green {
    background: url(/images/homepage/green.png) no-repeat;
}

div#footer div.buttons div.pink {
    background: url(/images/homepage/pink.png) no-repeat;
}

div#footer div.buttons div.text {
    padding: 7px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
}

div#footer div.buttons div.text span.title a {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

div#footer div.buttons div.text span.link {
    margin-top: 5px;
}
                                                       
div#footer div.buttons div.text span.link a {
    color: #FFFFFF;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
}

div#footer div.buttons div.star {
    position: absolute;
    right: -12px;
    top: -12px;
    background: url(/images/sidebar/buttons/star.png) no-repeat;
    width: 85px;
    height: 86px;
    text-align: center;
}

/* About Us */
div#footer div#aboutUs {
    width: 380px;
    color: #FFFFFF;
}
    
div#footer div#aboutUs h3 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}

div#footer div#aboutUs div.holder {
	/*overflow: auto;*/
	border-right: 1px solid #FFFFFF;
	padding-right: 30px;
}	

div#footer div#aboutUs span#link a {
    color: #E1D5E8;
    font-size: 12px;
}

/* Contact */
div#footer div#contact {
    float: right;
    width: 485px;
    background: #817886;
    margin-top: 26px;
}

div#footer div#contact div.holder {
    padding: 15px;
}

div#footer div#contact h3 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}

div#footer div#contact address {
    color: #363636;
    font-weight: bold;
    margin-top: 8px;
}

div#footer div#contact p.email, div#footer div#contact p.email a,
div#footer div#contact p.phone, div#footer div#contact p.phone a,
div#footer div#contact p.onlineChat, div#footer div#contact p.onlineChat a {
	color: #FFFFFF;
	font-weight: bold;
}

div#footer div#contact p.email, div#footer div#contact p.phone, div#footer div#contact p.onlineChat {
	margin: 7px 0;
	padding: 2px 0 2px 30px;
}

div#footer div#contact p.email a, div#footer div#contact p.phone a, div#footer div#contact p.onlineChat a {
	text-decoration: underline;
}

div#footer div#contact p.email {
	background: transparent url(/images/footer/contact/icons.png) no-repeat 0 0;
}

div#footer div#contact p.phone {
    background: transparent url(/images/footer/contact/icons.png) no-repeat 0 -29px;
}

div#footer div#contact p.onlineChat {
    background: transparent url(/images/footer/contact/icons.png) no-repeat 0 -57px;
}



div#footer div#contact div#map {
    float: right;
    width: 192px;
}

div#footer div#contact div#map p {
    margin-top: 3px;
    text-align: center;
}

div#footer div#contact div#map a {
    color: #E1D5E8;
    font-size: 12px;
    text-decoration: underline;
}

/* Links */
div#footer div#links {
    margin-top: 50px;
    border-top: 1px dotted #FFFFFF;
    padding-top: 20px;
    /*overflow: auto;*/
}

div#footer div#links div.linkColumn {
	float: left;
	padding: 0 10px;
	width: 128px;
}

div#footer div#links div.linkColumn li {
	padding: 3px 0;
}

div#footer div#links div.linkColumn li.header {
	color: #DDB5DF;
	padding: 5px 0;
}

div#footer div#links div.linkColumn li a {
	color: #FFFFFF;
	font-weight: normal;
}

/* Awards */
div#footer div#awards {
	float: right;
	margin-top: 30px;
}

div#footer div#awards td {
	padding: 0 6px;
}
    
