html, body, form {
	margin:0;
	padding:0;
	font-family:tahoma;
	color:#333333;
	background:url(../IMAGES/pageBg.png) repeat-x;

}

#wrapper {
	width:100%;
}

* {
	outline:none;
}

img {
	border:none;
}

.quoteRequired
{
    position: absolute;
    top: 21px;
    right: 10px;
    font-size: 12px;
    color:#fff;
}

.quoteRequired span
{
    color: #97C93F;
}

h3 {
	margin:20px 0 0 0;
	padding:0 20px;
	background:url(../IMAGES/h2Bg.png) no-repeat left -1px;
	border-bottom:solid 1px #354484;
}

#mainContent {
	width:940px;
	margin:25px auto;
	height:auto;
}

#mainTextBody {
	float:left;
	width:600px;
	font-size:13px;
	line-height:1.4em;
	text-align:justify;
	color:#33332D;
}

h1 {
	margin:0;
	padding:0 20px;
	background:url(../IMAGES/h1Bg.png) no-repeat left 2px;
}

#mainTextBody blockquote {
	width:180px;
	float:right;
	margin:20px 0 20px 25px;
	padding:0 0 0 35px;
	font-family:arial;
	font-size:22px;
	line-height:1.4em;
	text-align:left;
	background:url(../IMAGES/blockquoteBg.png) no-repeat;
	color:#33332D;
}

#mainContentRightColumn {
	float:right;
	width:310px;
	border-left:solid 1px #f2f2f2;	
}

.testimonial {
	width:300px;
	background:#97C93F url(../IMAGES/testimonialBg.png) no-repeat bottom;
	padding:20px 0px 55px 0;
	position:relative;
	margin-left:10px;
}

.testimonialText {
	width:220px;
	margin: 0 auto;
	text-align:justify;
	font-size:12px;
	line-height:1.6em;
	color:#fff;
}

.testimonial a {
	position:absolute;
	bottom:0;
	right:0;
	width:237px;
	height:30px;
	line-height:30px;
	font-size:13px;
	color:#333333;
	text-decoration:none;
}

.testimonial a:hover {
	color:#EC1C24;
}

#callback {
	width:300px;
	float:right;
	margin-top:20px;
}

h2 {
	margin:0 0 10px 0;
	padding:0 20px;
	background:url(../IMAGES/h2Bg.png) no-repeat left -1px;
	border-bottom:solid 1px #F2F2F2;
}

#callback label {
	width:268px;
	margin:0 0 13px 16px;
	padding:0;
	display:block;
	font-size:14px;
}

#callback label span {
	color: #EC1C24;
}

.callbackTextbox {
	width:268px;
	margin:0 0 15px 16px;
	font-size:20px;
	border:solid 1px #F3F3F3;
}

.callbackTextboxError {
	border:solid 2px #EC1C24;
	color: #EC1C24;
	font-size: 11px !important;
	padding: 6px 0px;
}

#callbackNote {
	width:150px;
	font-size:11px;
	padding-top:10px;
	margin:0 0 15px 16px;

}

#callbackNote span{
	color: #EC1C24;
}

.callbackSubmit {
	float:right;
	margin-right:11px;
	width:70px;
	height:24px;
	background:url(../IMAGES/callbackSubmit.png);
	border:none;
	cursor:pointer;
	margin-top:-35px;
}

.infoSubmit {
	float:right !important;
	margin-top: 10px;
	margin-right: 5px;
	width:74px !important;
	height:24px;
	background:  url(../IMAGES/contactSubmit.png) no-repeat ;
	border:none;
	cursor:pointer;
	padding: 0px 4px 2px 4px;
}

#footerMenu {
	width:940px;
	margin:20px auto;
	background:#F2F2F2;
	border:Solid 1px #E6E6E6;
	height:100px;
	float:left;
	text-align:center;
}

#footer {
	width:940px;
	margin:0 auto 20px 0;
	float:left;
	text-align:center;
	font-size:12px;
}

.quoteTable
{
    width: 940px;
    font-size: 11px;
    padding-bottom:50px;
    color:#fff;
	margin-bottom:20px;
	margin-top:10px;
	position:absolute;
}

.quoteTable Input
{
    width: 220px;
    float: left;
	font-size:18px;
}

.quoteTableTextarea
{

    border: solid 1px #e2e2e2;
	height:50px;
}

.quoteTable label
{
    width: 100%;
    padding-bottom:5px;
    float: left;
    clear:both;
    font-size:12px;
    color:#fff;
}

.quoteTable select
{
    width: 220px;
    border: solid 1px #e2e2e2;
    float: left;
    font-size:22px;
}

.quoteTable label b
{

    color:#97C93F;
}

.quoteTable TextArea
{
    width: 400px;
    height: 150px;
    float: left;
    margin-top: 5px;
}

.quoteTable span
{
    font-size: 13px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    margin-left:10px;
}

#siteMap a
{
    position: absolute !important;
    right: 215px !important;
    top: 20px !important;
    color: #0E374D;
    text-transform: uppercase;
    background-image: none !important;
    width: auto !important;
    height: auto !important;
}

#quoteHolder
{
    width: 100%;
    z-index: 999;
    position: absolute;
    top: -375px;
}

#quoteSlider
{
    background-image: url(/gui/quoteBg.png);
    background-color: #e7e7e7;
    background-position: left 80px;
    width: 100%;
    height: 335px;
    background-repeat: repeat-x;
    float: left;
    padding: 20px 0px;
}

#quoteButton
{
    height: 60px;
    float: left;
    width: 100%;
    background-image: url(/gui/quoteBg.png);
    background-position: center bottom;
}

#quoteButton a
{
    height: 56px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 170px;
    background: url(/gui/quoteBtn.png);
}

#quoteButton a:hover
{
    height: 56px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 170px;
    background: url(/gui/quoteBtnOn.png);
}

.quoteFooter
{
    padding-top: 10px;
    border-top: solid 1px #cbcbcb;
    float: left;
    width: 940px;
    font-size: 14px;
    color: #2A5F7E;
    height: 38px;
    line-height: 38px;
    position: relative;
}

.quoteFooter input
{
    border: none;
    background-image: url(/gui/quoteBtnSubmit.png);
    background-position: left bottom;
    width: 92px;
    height: 38px;
    padding-right: 5px;
    margin-right: 20px;
    background-color: Transparent;
    position: absolute;
    right: 150px;
    bottom: 0px;
}

.quoteFooter input:first-child
{
    border: none;
    background-image: url(/gui/quoteBtnSubmit.png);
    background-position: right bottom;
    width: 152px;
    height: 38px;
    margin-right: 0px !important;
    right: 0px !important;
}

.thankYou
{
	background:url(../IMAGES/popuBg.png);
    z-index: 99999;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    background-color:Transparent;
}

.Box
{
    width: 313px; 
    height: 42px; 
    color: #333333; 
    font-size: 14px; 
    position: absolute;
    top: 50%; 
    left: 50%; 
    margin-top: -41px; 
    margin-left: -169px;
	background: url(../IMAGES/thankYouBg.png);
	padding-top:40px;
	padding-left:15px;
}

#logo 
{
    position:absolute;
    left:50%;
    margin-left:-117px;
    top:0px;
	background: url(../IMAGES/logo.png);
    width:233px;
    height:163px;
}

#topMenu
{
    margin: 0 auto;
    width: 100%;
    color: #fff;
    font-size: 13px;
    background: #333 url(../IMAGES/headerBg.png) repeat-x top center;
    height: 33px;
    font-family: Arial;
    display:block;
    position:relative;
    margin-bottom:420px;
}

#topMenu ul
{
    padding-top: 6px;
    padding-bottom:7px;
    margin: 0 auto;
    height:23px;
}

#topMenu li
{
    float: right;
    padding: 0 5px 0 5px;
    border-right: solid 1px #444;
    height: 23px;
    line-height: 23px;
    list-style: none;
}

#topMenu li a
{
    color: #999;
    float: left;
}

#topMenu li a:hover
{
    color: #97C93F;
}

.buttonStyle 
{
    position:absolute;
    top:5px;
    left:5px;
    background: url(../IMAGES/iconStyleSprite.png) left 0;
}

.buttonFacebook, .buttonTwitter, .buttonRss
{
    float: left;
    margin-top: -1px;
}

.buttonFacebook a
{
    width: 23px;
    height: 23px;
    background: url(../IMAGES/iconFacebook.png);
    display: block;
    margin-right: 5px;
}

.buttonFacebook a:hover
{
    background: url(../IMAGES/iconFacebookOn.png);
}

.buttonTwitter a
{
    width: 23px;
    height: 23px;
    background: url(../IMAGES/iconTwitter.png);
    display: block;
    margin-right: 5px;
}

.buttonTwitter a:hover
{
    background: url(../IMAGES/iconTwitterOn.png);
}

.buttonRss a
{
    width: 23px;
    height: 23px;
    background: url(../IMAGES/iconRss.png);
    display: block;
}

.buttonRss a:hover
{
    background: url(../IMAGES/iconRssOn.png);
}

#topMenu li:first-child
{
    border-right: solid 0px red;
}

.facebookTooltip, .rssTooltip, .twitterTooltip
{
    position: absolute;
    right: 61px;
    background: url(../IMAGES/tooltip.png) right top;
    color: #fff;
    display: none;
    text-align: right;
    padding: 9px 6px 5px 6px;
    font-size: 11px;
    top:35px;
}

.styleTooltip, .quickTooltip
{
    position: absolute;
    left: 10px;
    background: url(../IMAGES/tooltip.png) 24px top ;
    color: #fff;
    display: none;
    text-align: right;
    padding: 9px 6px 5px 6px;
    font-size: 11px;
    top:35px;

}

.quickTooltip

{
    left: 46px;
}

.rssTooltip
{
    right: 5px;
}

.twitterTooltip
{
    right: 34px;
}

.quoteEnquiry
{
    background: url(../IMAGES/buttonSubmit.png);
    border: none;
    width: 70px;
    cursor: pointer;
    height: 24px;
}

@media screen
{
    .sIFR-flash
    {
        visibility: visible !important;
        margin: 0;
        padding: 0;
    }
    .sIFR-replaced, .sIFR-ignore
    {
        visibility: visible !important;
    }
    .sIFR-alternate
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        display: block;
        overflow: hidden;
    }
    .sIFR-replaced div.sIFR-fixfocus
    {
        margin: 0pt;
        padding: 0pt;
        overflow: auto;
        letter-spacing: 0px;
        float: none;
    }
}
@media print
{
    .sIFR-flash
    {
        display: none !important;
        height: 0;
        width: 0;
        position: absolute;
        overflow: hidden;
    }
    .sIFR-alternate
    {
        visibility: visible !important;
        display: block !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        width: auto !important;
        height: auto !important;
    }
}
.sIFR-active h1, .sIFR-active h2, .sIFR-active h3, .sIFR-active h4, .sIFR-active h5#pullquote
{
    visibility: hidden;
    font-family: Verdana;
    color: #ffffff;
}
.sIFR-active h1
{
    padding-bottom: 0;
}
.sIFR-active h2
{
    font-size: 55px;
    display: block;
}
.sIFR-active h3
{
    font-size: 18px;
}
.sIFR-active h4
{
    font-size: 21px;
    font-weight: normal;
}
.sIFR-active h5#pullquote
{
    font-size: 24px;
}

#quickJumpWrap 
{
    margin:0 auto;
    width:960px;
    height:250px;
    margin-top:145px;
}

.quickJumpItem 
{
    background: url(../IMAGES/quickBg.png);
    width:220px;
    height:250px;
    margin:0 10px;
    float:left;
}

.quickJumpPromo 
{
    background: url(../IMAGES/quickPromo.png);
    width:220px;
    height:250px;
    margin:0 10px;
    float:left;
        position:relative;

}

.quickJumpOffice 
{
    background: url(../IMAGES/quickOffice.png);
    width:220px;
    height:250px;
    margin:0 10px;
    float:left;
        position:relative;

}

.quickJumpPrint
{
    background: url(../IMAGES/quickPrint.png);
    width:220px;
    height:250px;
    margin:0 10px;
    float:left;
        position:relative;

}

.quickJumpWeb
{
    background: url(../IMAGES/quickWeb.png);
    width:220px;
    height:250px;
    margin:0 10px;
    float:left;
    position:relative;
}

.quickJumpPromoText 
{
    position:absolute;
    bottom:120px;
    width:220px;
    left:0;
    text-align:center;
    color:#333333;
    font-size:16px;
}  

.quickJumpPromoTextSub
{
    position:absolute;
    bottom:83px;
    width:200px;
    left:10px;
    text-align:center;
    color:#666666;
    font-size:14px;
}    

.quickJumpPromo a, .quickJumpOffice a,  .quickJumpPrint a,  .quickJumpWeb a 
{
    position:absolute;
    bottom:40px;
    background: url(../IMAGES/quickButton.png);
    width:112px;
    height:23px;
    left:54px;
}

#strapLine 
{
        background:url(../IMAGES/strapline.png);
        width:329px;
        height:26px;
        margin:-8px auto;        
}
    