/* @override http://www.kbbconnect.co.uk/KBBconnect/FAQ/style.css */

/* @group General */

/* @group General */

@font-face {
    font-family: vag;
    src: url(fonts/VAGRoundedStd-thin.otf);
}

body {
	color: #869daa;
	font-family: vag, arial;
}

/* @end */

/* @group Links */



/* @end */

/* @group Colours */

.lime {
	color:  #d5d540;
}

.light-blue {
	color:  #57caed;
}

.burnt-orange {
	color: #f7941d;
}

.orange {
	color: #fab816;
}

.green {
	color:  #78ad46;
}

.teal {
	color: #00babe;
}

.blue {
	color: #0094c9;
}

.azure {
	color: #0088a5;
}

.light-grey {
	color: #869daa;
}

.dark-grey {
	color: #667983;
}

/* @end */

/* @group Headings */

h1, h2 {
	
	margin-bottom: 0;
	font-weight: normal;
}


h1 {
	font-size: 30px;
	margin-top: 0pc;
}

h2 {
	font-size: 24px;
	margin-top: 11px;
}

/* @end */



/* @end */

/* @group Wrapper */

#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#main {
	border: 1px solid #869daa;
	padding: 30px;
	float: left;
	margin-bottom: 30px;
}

/* @end */

/* @group Header */


#header {
	margin-bottom: 30px;
}

/* @end */

/* @group Columns */

div.spacer {
	text-indent: -9999px;
}

div.spacer2 {
	text-indent: -9999px;
}

div.row {
	float: left;
	margin-bottom: 10px;	
}

div.column-left {
	width: 445px;
	float: left;
	margin-right: 20px;
}

div.column-right {
	width: 445px;
	float: left;
	margin-right: 0;
}

div.inner-col-1 {
	width: 46px;
	float: left;
	margin-right: 20px;
}


div.inner-col-2 {
	width: 295px;
	float: left;
	margin-right: 20px;
}


div.inner-col-3 {
	width: 60px;
	float: left;
	margin-right: 0px;
}

div.inner-col-3 img {
	margin-top: 15px;
	margin-right: 5px;
}

div.quoting {
	float: left;
}

div.calendar {
	float: left;
}

/* @end */

/* @group Bottom */

#bottom {
	float: left;
}

#bottom p {
	margin-bottom: 0;
}


/* @end */