#totalContact {
	background: url("../images/tc-bg.png") 0 0 repeat-x;
	text-shadow: 1px 1px 1px #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #1b2629;
    bottom: 0;
    height: 40px;
    opacity: 1;
    position: fixed;
    right: 0;
    width: auto;
    z-index: 9999;
	color:#ffffff;
	/*text-shadow: 0 1px 0 rgba(255,255,255,.4);*/
 	/* special effects (shadows, radius, transition, etc.) */
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px; /* border radius */
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;
	-webkit-background-clip: padding-box; 	/* smoother borders with webkit */	
	letter-spacing:.06em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
}

#totalContact span.tc-branding {
	font-weight: bold;
	padding: 7px 15px;
	text-align: left;
	width: auto;
    float: left;
}

#totalContact span.tc-branding.promo {
	font-weight: normal;
	padding: 12px 15px;
	text-align: left;
	width: auto;
    float: left;
	font-size: 12px;
}
#totalContact span.tc-branding.promo a {
	font-weight: bold;
	font-size: 14px;
}

#totalContact span.tc-branding a {
	color: #03a4d0;
}

#totalContact small { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	display: block; 
	font-size: 6pt; 
	color: #999; 
	text-shadow: none;
}

#totalContact .box {
	background: url("../images/tc-bg-item.png") 0 0 no-repeat;
	width: 27px;
	height: 27px;
	padding: 6px 12px 6px 14px;
	float: left;
	text-indent: -99999px;
	text-align: center;
	position: relative;
}

#totalContact .box:hover {
	/*cursor: pointer;*/
}

#totalContact .box a {
	background: url("../images/tc-icons.png") no-repeat;
	display: block;
	width: 51px;
	height: 40px;
	position: relative;
	z-index: 9999;
	float: left;
	margin: -6px 0 0 -12px;
}

#totalContact .box a.facebook {
	background-position: 12px 6px;
}
#totalContact .box a.facebook:hover {
	background-position: -35px 6px;
}

#totalContact .box a.twitter {
	background-position: 12px -34px;
}
#totalContact .box a.twitter:hover {
	background-position: -35px -34px;
}

#totalContact .box a.linkedin {
	background-position: 12px -74px;
}
#totalContact .box a.linkedin:hover {
	background-position: -35px -74px;
}

#totalContact .box a.email {
	background: url("../modules/email/email.png") no-repeat;
	background-position: 12px 9px;
}
#totalContact .box a.email:hover {
	background-position: 12px -41px;
}

/* Phone Box */
#totalContact .box a.phone {
	background: url("../modules/phone/phone.png") 11px 6px no-repeat;
}

#totalContact .box a.phone:hover {
	background-position: 11px -44px;
}

#totalContact .box a.phone.active {
	background-position: 11px -94px;
}

/* Skype Box */
#totalContact .box a.skype {
	background: url("../modules/skype/skype.png") 13px 6px no-repeat;
}

#totalContact .box a.skype:hover {
	background-position: 13px -44px;
}

#totalContact .box a.skype.active {
	background-position: 13px -94px;
}

#totalContact .box a.skypeclick { 
	background: transparent;
	width: 182px; 
	height: 44px; 
}

#totalContact .skype-logo {
	width: 100px;
	display: block;
	float: left;
	margin: 0 26px 0 5px;
}

#totalContact .sSkype p {
	margin-bottom: 15px !important;
	padding: 0 !important;
}

/* Map Box */
#totalContact .box.map {
	background: url("../images/tc-bg-item.png") top left no-repeat;
	width: 38px;
	height: 53px;
	float: right;		
}
#totalContact .box a.map {
	background: url("../images/map-icon.png") 12px 3px no-repeat;
	width: 62px;
	height: 56px;
	right: 0;
	top: -25px;
	padding-bottom: 6px;
	margin: 0 0 0 -12px;
}
#totalContact .box a.map:hover {
	background-position: 12px -77px;
}
#totalContact .box a.map.active {
	background-position: 12px -157px;
}

#totalContact .box div.totalTip,
#totalContact .box div.sSkype,
#totalContact .box div.pPhone,
#totalContact .box div.cChat,
#totalContact .box div.gMap {
	display: none;
    background-color: #273d42;
    border-top: 1px solid #1b2629;
	border-left: 1px solid #1b2629;
	border-right: 1px solid #1b2629;
    color: #ffffff;
    font-size: 12px;
    line-height: 12pt;
	height: 16px;
    padding: 15px;
	position: absolute;
	top: -48px;
	right: -2px;
	text-indent: 0;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px; /* border radius */
	-webkit-background-clip: padding-box; 	/* smoother borders with webkit */	
}

/* Total Tip */
#totalContact .box:hover div.totalTip {
	display: block;
	cursor: default;
}

#totalContact .box div.sSkype,
#totalContact .box div.pPhone {
	width: 306px;
	height: 85px;
	position: absolute;
	top: -117px;
	right: -2px;
}

#totalContact .box div.pPhone {
	width: 260px;
	height: 65px;
	position: absolute;
	top: -97px;
	right: -2px;
}

#totalContact .box div.gMap {
	width: 360px;
	height: 386px;
	position: absolute;
	top: -418px;
	right: -2px;
	text-align: left;
}

#totalContact .box div.gMap .mapLeft {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
#totalContact .box div.gMap .mapRight {
	width: 100px;
	float: right;
}
#totalContact .box div.gMap .mapRight a {
	background: transparent;
	width: 100px;
	float: right;
    height: 40px;
    margin: 0;
}
#totalContact .box div.gMap h3 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}
#totalContact .box div.gMap p {
	margin-bottom: 0;
}

#totalContact .box div.cChat {
	width: 300px;
	height: 320px;
	position: absolute;
	top: -352px;
	right: -2px;
}

#totalContact .box div.gMap em,
#totalContact .box div.sSkype em,
#totalContact .box div.pPhone em {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 8pt;
	text-align: left;
	padding-top: 4px;
}

#totalContact .box div.pPhone em {
	padding-top: 0;
}

#totalContact .box div.pPhone {
background: #273d42 url("../modules/phone/voice.png") 20px 40px no-repeat;
}
#totalContact .box div.pPhone em { margin-bottom: 20px; }
#totalContact .box div.pPhone p {
	text-align: right;
	font-size: 30px;
	color: #03A4D0;
	text-shadow: none;
	margin: 0;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0!important;
	margin-left: 0;
}


/********** Color Styles **********/

/* Blue */
#totalContact.blue {
	background: url("../images/tc-bg-blue.png") 0 0 repeat-x;
	border-left: 1px solid #004c73;
	border-top: 1px solid #004c73;
	text-shadow: 1px 1px 1px #434343;
}
#totalContact.blue .box {
	background: url("../images/tc-bg-item-blue.png") 0 0 no-repeat;
}
#totalContact.blue .box div.totalTip, #totalContact.blue .box div.sSkype, #totalContact.blue .box div.pPhone, #totalContact.blue .box div.cChat, #totalContact.blue .box div.gMap {
    background-color: #026b98;
    border-left: 1px solid #004c73;
    border-right: 1px solid #004c73;
    border-top: 1px solid #004c73;
}
#totalContact.blue .box div.pPhone p {
    color: #ffffff;
}

/* Red */
#totalContact.red {
	background: url("../images/tc-bg-red.png") 0 0 repeat-x;
	border-left: 1px solid #980104;
	border-top: 1px solid #980104;
	text-shadow: 1px 1px 1px #980104;
}
#totalContact.red .box {
	background: url("../images/tc-bg-item-red.png") 0 0 no-repeat;
}
#totalContact.red .box div.totalTip, #totalContact.red .box div.sSkype, #totalContact.red .box div.pPhone, #totalContact.red .box div.cChat, #totalContact.red .box div.gMap {
    background-color: #b71419;
    border-left: 1px solid #980104;
    border-right: 1px solid #980104;
    border-top: 1px solid #980104;
}
#totalContact.red .box div.pPhone p {
    color: #ffffff;
}

/* GReen */
#totalContact.green {
	background: url("../images/tc-bg-green.png") 0 0 repeat-x;
	border-left: 1px solid #3d632a;
	border-top: 1px solid #3d632a;
	text-shadow: 1px 1px 1px #313131;
}
#totalContact.green .box {
	background: url("../images/tc-bg-item-green.png") 0 0 no-repeat;
}
#totalContact.green .box div.totalTip, #totalContact.green .box div.sSkype, #totalContact.green .box div.pPhone, #totalContact.green .box div.cChat, #totalContact.green .box div.gMap {
    background-color: #5f9346;
    border-left: 1px solid #3d632a;
    border-right: 1px solid #3d632a;
    border-top: 1px solid #3d632a;
}
#totalContact.green .box div.pPhone p {
    color: #ffffff;
}

/* Orange */
#totalContact.orange {
	background: url("../images/tc-bg-orange.png") 0 0 repeat-x;
	border-left: 1px solid #a44807;
	border-top: 1px solid #a44807;
	text-shadow: 1px 1px 1px #313131;
}
#totalContact.orange .box {
	background: url("../images/tc-bg-item-orange.png") 0 0 no-repeat;
}
#totalContact.orange .box div.totalTip, #totalContact.orange .box div.sSkype, #totalContact.orange .box div.pPhone, #totalContact.orange .box div.cChat, #totalContact.orange .box div.gMap {
    background-color: #c9781b;
    border-left: 1px solid #a44807;
    border-right: 1px solid #a44807;
    border-top: 1px solid #a44807;
}
#totalContact.orange .box div.pPhone p {
    color: #ffffff;
}

/* Brown */
#totalContact.brown {
	background: url("../images/tc-bg-brown.png") 0 0 repeat-x;
	border-left: 1px solid #38290e;
	border-top: 1px solid #38290e;
	text-shadow: 1px 1px 1px #313131;
}
#totalContact.brown .box {
	background: url("../images/tc-bg-item-brown.png") 0 0 no-repeat;
}
#totalContact.brown .box div.totalTip, #totalContact.brown .box div.sSkype, #totalContact.brown .box div.pPhone, #totalContact.brown .box div.cChat, #totalContact.brown .box div.gMap {
    background-color: #5c4619;
    border-left: 1px solid #38290e;
    border-right: 1px solid #38290e;
    border-top: 1px solid #38290e;
}
#totalContact.brown .box div.pPhone p {
    color: #ffffff;
}

/* Gray */
#totalContact.gray {
	background: url("../images/tc-bg-gray.png") 0 0 repeat-x;
	border-left: 1px solid #3b484c;
	border-top: 1px solid #3b484c;
	text-shadow: 1px 1px 1px #313131;
}
#totalContact.gray .box {
	background: url("../images/tc-bg-item-gray.png") 0 0 no-repeat;
}
#totalContact.gray .box div.totalTip, #totalContact.gray .box div.sSkype, #totalContact.gray .box div.pPhone, #totalContact.gray .box div.cChat, #totalContact.gray .box div.gMap {
    background-color: #5d7076;
    border-left: 1px solid #3b484c;
    border-right: 1px solid #3b484c;
    border-top: 1px solid #3b484c;
}

#totalContact.gray .box div.pPhone p {
    color: #ffffff;
}

/* Pink */
#totalContact.pink {
	background: url("../images/tc-bg-pink.png") 0 0 repeat-x;
	border-left: 1px solid #c64789;
	border-top: 1px solid #c64789;
	text-shadow: 1px 1px 1px #313131;
}
#totalContact.pink .box {
	background: url("../images/tc-bg-item-pink.png") 0 0 no-repeat;
}
#totalContact.pink .box div.totalTip, #totalContact.pink .box div.sSkype, #totalContact.pink .box div.pPhone, #totalContact.pink .box div.cChat, #totalContact.pink .box div.gMap {
    background-color: #dc67ad;
    border-left: 1px solid #c64789;
    border-right: 1px solid #c64789;
    border-top: 1px solid #c64789;
}

#totalContact.pink .box div.pPhone p {
    color: #ffffff;
}

/* Promo */
#totalContact img.promo-img { margin: -80px 20px 0 10px; float: right; }