/*
	Custom link colors
*/

a,
.contentWrapper a,
.siteHeader .navigation li:hover a,
.siteHeader .navigation li ul.dropdown li a:hover,
.contentSlider .slideSwitch div.active,
.siteFooter .column .columnNavigation li a,
.siteFooter .column ul li a
{
	color: #feda40;
}

.siteHeader .navigation li a span
{
	color: #fff;
}

body
{
	background: #456179;
}

/*
	Button
*/

a.colorButton,
button,
input[type="submit"]
{
	color: #333;
	background: #feda40 url(../img/layout/colorButton.png) left top no-repeat;
}

a.colorButton span.pointer
{
	background: transparent url(../img/layout/colorButtonPointer.png) right center no-repeat;		
}

/*
	Header
*/

.siteHeader .navigation li a
{
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

/*
	Slider & header background
*/

.siteHeaderShadow
{
	background: transparent url(../img/layout/siteHeaderShadow.png) left top repeat-x;
}

.contentSlider,
.contentHeader
{
	background: #456179 url(../img/layout/siteHeaderGradient.png) center bottom no-repeat;		
}

.contentSlider .center,
.contentHeader .center
{
	background: transparent url(../img/layout/siteHeaderMap.png) center top no-repeat;	
}

/*
	Content slider
*/
.contentSlider .slideSwitch div
{
   color: #fff;
   
}
.contentSlider .slideSwitch div:hover
{
	color: #fed327;
	border-color: #fed327;
}

.contentSlider .slideSwitch div.active
{
	color: #fed327;
	background: #1a1a1a url(img/layout/slideSwitchGradient.png) left top repeat-x;
	border-color: #fed327;
	-webkit-box-shadow: 0 1px 0 #444;
	-moz-box-shadow: 0 1px 0 #444;
	box-shadow: 0 1px 0 #444;
}

.contentSlider .information
{
	float: left;
	width: 480px;
	margin-top: 120px;
	text-shadow: 0 1px 0 #000;
}

.contentSlider .information .box .label
{
	color: #fff;
}

/*
	Content header
*/

.contentHeader ul li a
{
	color: #fff;
}

.contentHeader ul li a:hover
{
	-webkit-box-shadow: 0 1px 0 #56a1d5;
	-moz-box-shadow: 0 1px 0 #56a1d5;
	box-shadow: 0 1px 0 #56a1d5;
}

.contentHeader .iconSmallChat
{
	background-image: url(../img/icons/iconSmallChat.png);
}

.contentHeader .iconSmallClient
{
	background-image: url(../img/icons/iconSmallClient.png);
}

.contentHeader .iconSmallEmail
{
	background-image: url(../img/icons/iconSmallEmail.png);
}

.contentHeader .iconSmallPhone
{
	background-image: url(../img/icons/iconSmallPhone.png);
}

/*
	Content wrapper
*/

.contentWrapper .outerShadow
{
	background: transparent url(../img/layout/contentWrapperOuterShadow.png) left bottom repeat-x;
}

/*
	Site footer
*/

.twitterWidget
{
	border-bottom: 1px solid #ddd;
}

.siteFooter
{
	color: #ffffff;
	font-size: 11px;
	font: 13px "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
	background: #456179;
	
	background: transparent url(../img/layout/siteHeaderShadow_button.png) left bottom repeat-x;
	


}

.siteFooter .column .columnNavigation li a,
.siteFooter .column ul li a
{
	padding: 1px 0;
	padding-left: 12px;
	border: 1px solid #f3f3f3;
}

.siteFooter .column .columnNavigation li a:hover,
.siteFooter .column ul li a:hover
{
	border: 1px solid #ddd;	
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.siteFooterBar
{
	text-shadow: 0 1px 0 #fff;
	background: #f3f3f3;
	border-top: 1px solid #fff;
}

.siteFooterBar p
{
	background: transparent url(../img/logos/siteFooterBarLogo.png) left center no-repeat;
}