@charset "utf-8";
/* CSS Document */

/* --------------Reset-------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a:link, a:visited, a:active {
    color: #666666;
    text-decoration: none;
}

/* --------------Layout-------------- */

body, html {
	background: #fff;
	color:#000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 19px;
}

header{
	height: 140px;
    margin: 0 auto;
    overflow: hidden;
    width: 940px;
}

#logo{
	float:left;
	height:140px;
	width:309px;
}

.alt-logo{
	display: block;
	position: absolute;
	left: -9999px;
	z-index: 0;
	background: #000;
}

#search{
	background: #E3E3E3;
    border-radius: 0 0 10px 10px;
    clear: right;
    float: right;
    height: 30px;
    width: 230px;
}

#contact-details{
	clear: right;
    float: right;
    margin-right: 4px;
    margin-top: 20px;
    text-align: right;
    width: 436px;
}

.phone-heading{
	color: #3D69AE;
    display: block;
    font-family: 'Titillium Web',sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    line-height: 46px;
}

.motto-heading{
	color:#000;
	display:block;
	font-style: italic;
	font-size:18px;
	line-height:20px;
	font-family: 'Titillium Web', sans-serif;
	padding-top: 75px;
}


#nav-wrap{
	width:100%;
	height:32px;
	background:#3d69ae;
}

nav{
	color: #FFFFFF;
    font-family: 'Titillium Web',sans-serif;
    font-style: italic;
    line-height: 32px;
    margin: 0 auto;
    text-align: right;
    text-transform: uppercase;
    width: 940px;
}

#banner-wrap{
	width:100%;
	margin:0 auto;
	background:url(../images/banner-image.jpg) no-repeat center center;
	height:723px;
	position:relative;
}

#banner{
	
}

#int-banner{
	width:960px;
	height:400px;	
	margin:0 auto;
}

#banner-overlay{
	background:url(../images/banner-overlay.png) repeat-x;
	height:208px;
	width:100%;
	position:absolute;
	bottom:0;
	z-index:100;
}

#wrap{
	margin:0 auto;
	width:960px;
	position:relative;
	margin-top:-130px;
}

#panels{
	width:940px;
	overflow:hidden;
	background:url(../images/panels-home-bg.png) repeat;
	top:0;
	z-index:300;
	position:absolute;
	padding:10px;
}

.panel{
	float: left;
    width: 232px;
	margin-right:4px;
}

.panel-heading{
	display:block;
	background:#000;
	color:#ffffff;
	font-style: italic;
	font-size:22px;
	line-height:33px;
	font-family: 'Titillium Web', sans-serif;
	height:33px;
	padding:0 10px 0 10px;
	font-weight:bold;
	
}

.panel-last{
	float: right;
    width: 232px;
}

.panel-img img{
	height:122px;
	width:232px;
	overflow:hidden;
	display:block;
}

.panel-summary{
	 height: 77px;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.panel-readmore{
	 background: #3D69AE;
    color: #FFFFFF;
    float: right;
    padding: 3px;
    text-align: center;
    width: 47px;
}

.spacer{
	width:960px;
	height:13px;
	clear:both;
	background:url(../images/panel-bottom.png) no-repeat;
	margin:15px 0;
}

#home-content{
	margin: 282px auto 0;
    overflow: hidden;
    width: 960px;
}


#content{
	float: left;
    margin: 10px 0 35px 10px;
    width: 690px;
}

#int-content{
    margin: 0 auto;
    width: 940px;
	overflow:hidden;
	padding:25px 10px 30px 10px;
}

#left-content{
	float:left;
	width:535px;
	overflow:hidden;
}

#right-content{
	float:right;
	width:400px;
	overflow:hidden;
}

#dealer-enq{
	background: #E3E3E3;
    border-radius: 5px;
    float: right;
    margin-right: 10px;
    padding: 10px;
    width: 210px;
	margin-top:10px;
}

/* Hack for IE7 */
* + html .icon-item-txt, * + html .icon-item img, * + html .icon-item {
    display: inline; /* Elements with hasLayout and display:inline behave like inline-block */
}

/* --------------Content-------------- */

h1{
	color: #3D69AE;
	font-style: italic;
	font-size:24px;
	line-height:30px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
}

h2{
	color: #3D69AE;
	font-style: italic;
	font-size:20px;
	line-height:29px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
}

h3{
	color: #3D69AE;
	font-style: italic;
	font-size:17px;
	line-height:24px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
}
footer a:link, footer a:visited, footer a:active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
footer a:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}
#top-footer-wrap {
    background: none repeat scroll 0 0 #E3E3E3;
    width: 100%;
}
#top-footer {
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    width: 940px;
}
#left-top-footer {
    display: inline-block;
    float: left;
}
.footer-sm {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
#right-top-footer {
    display: inline-block;
    float: right;
}
#footer-wrap {
    background: none repeat scroll 0 0 #3D69AE;
    width: 100%;
}
footer {
    color: #FFFFFF;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    width: 940px;
}
#left-footer {
    display: inline-block;
    float: left;
}
#right-footer {
    display: inline-block;
    float: right;
    text-align: right;
}
.icon-item {
    display: inline-block;
    float: left;
    height: 66px;
    margin-left: 10px;
    overflow: hidden;
}
.icon-item img {
    display: inline-block;
    height: 66px;
    vertical-align: middle;
    width: 66px;
}
.icon-item-txt {
    display: inline-block;
    font-family: 'Titillium Web',sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}