.clr {
	clear: both;	
}

body {
	background-image: url(../images/body-bgr.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ecf8fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0aa8d3;
}
p,li {
	color: #444;
}
p.small {
	color: #999;
	font-size: 11px;
}
a:link, a:visited {
	color: #0aa8d3;
	font-weight: bold;
}
a:hover, a:active {
	color: #555;
}

#container {
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
}

#header h1 {
	background-image: url(../images/header.jpg);
	height: 185px;
	width: 950px;
	margin: 0;
	padding: 0;
}
#header h1 span {
	display: none;	
}

#columnA {
	width: 550px;	
	float: left;
}
#columnB {
	width: 400px;	
	float: left;
}

#columnA .inner {
	padding: 0 15px 10px 15px;	
}
#columnB .inner {
	padding: 0 15px 10px 15px;		
}

#columnB li {
	font-size: 11px;	
}

#social {
	margin-top: 30px;	
}
#social h3 {
	color: #999;	
}

#footer {
	width: 930px;
	margin: 0 auto;
	background-image: url(../images/footer-bgr.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 25px 0 10px 20px;
}
#footer p, #footer a {
	color: #43bcdd;
}

/* Text swaps */

.text-swap span {
	display: none;
}
#text-welcome {
	background-image: url(../images/text-welcome.jpg);
	background-repeat: no-repeat;
	width: 129px;
	height: 37px;
}
#text-what-we-do {
	background-image: url(../images/text-what-we-do.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 37px;
}
#text-get-in-touch {
	background-image: url(../images/text-get-in-touch.jpg);
	background-repeat: no-repeat;
	width: 164px;
	height: 37px;
}
#text-example-deals {
	background-image: url(../images/text-example-deals.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height: 37px;
}

/* Table */
table {
	width: 366px;	
}
table tr {
	background-image: url(../images/table-bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
table img {
	margin: 15px 0 0 15px;	
}

/* Abs items */
#emailLink {
	top: 103px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 80px;
	width: 360px;
	height: 65px;
}
#emailLink span {
	display: none;	
}