﻿.clear
{
    clear: both;
}


h1
{
    font-size: 1.5em;
    color: #666;
}
body
{
    background: url(/resources/img/bannerSliver.jpg) repeat-x;
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 0.81em;
}

em
{
    font-style: italic;
}

strong
{
    font-weight: bold;
}

#wrapper
{
    background: url(/resources/img/contentBG.jpg) repeat-x;
}


#mainBody
{
    margin: 0 auto;
    width: 960px;
}



#header
{
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 960px;
}

#headerNav
{
    height: 34px;
    background: url(/resources/img/NavBar.png) repeat-x;
}

#headerNav ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: 10px;
    width: 960px;
    margin: 0 auto;
}

#headerNav li
{
    text-align: center;
    float: left;
    font-size: 1.27em;
}

#headerNav a
{
    display: block;
    line-height: 34px;
    font-size: 1em;
    color: White;
    text-decoration: none;
    font-weight: bold;
    padding-left: 27px;
    padding-right: 27px;
}

#headerNav li:hover a
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/resources/img/NavSelected.png);
    height: 34px;
    text-align: center;
    display: block;
    float: left;
}

#headerNav a.selected
{
    background: transparent url(/resources/img/NavSelected.png);
}
#left
{
    display: block;
    float: left;
    width: 650px;
    margin-top: 15px;
}

#right
{
    float: left;
    width: 280px;
    margin-bottom: 10px;
    margin-top: 15px;
}

#right h2 a
{
    color: #666666;
    font-size: 1.31em;
    font-weight: bold;
    
}

#right #faq
{
    background-image: url(/resources/img/faq-icon.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 35px;
}

#right #advice
{
    background-image: url(/resources/img/advice-icon.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 35px;
}
#right #news
{
    background-image: url(/resources/img/news-icon.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 35px;
}
#right .box
{
    color: #3D4234;
    background: #F6F6F6;
    border: 2px solid white;
    padding: 15px 10px 10px;
    font-size: 0.85em;
    margin-bottom: 10px;
}

a
{
    color: #B4093D;
    text-decoration: none;
}

#right .box-close
{
    height: 2px;
    margin-bottom: 10px;
}



#footerWrapper
{
    background: #D9D9D9;
    border-top: 1px solid #CBCBCB;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}

#footer
{
    margin: 0 auto;
    width: 960px;
}

#footer ul
{
    list-style: none;
}

#footer a
{
    display: block;
    color: #9A1A3F;
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
}

#footerPod h2
{
    background: url(/resources/img/footerTop.jpg) no-repeat;
    height: 29px;
    text-indent: -999em;
}


#footerPodContent
{
    background: url(/resources/img/footerBg.jpg) repeat-y;
    padding: 10px 20px;
}

#footerPodContent h3
{
    color: #666;
    font-weight: bold;
    font-size: 0.95em;
    padding-bottom: 2px;
}

#footerPodContent li
{
    float: left;
    padding-right: 20px;
    padding-top: 10px;
}
#footerPodBottom
{
    background: url(/resources/img/footerBottom.jpg) no-repeat;
    height: 9px;
}


#footerLinks
{
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}

#footerLinks li
{
    float: left;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    font-size: 1em;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #333;
}

#footerLinks li a
{
    font-size: 0.95em;
    color: #333;
}

#footer a.crafted
{
    float: right;
    display: inline;
}


#footerRight
{
    float: left;
    width: 360px;
}

#footerLeft
{
    float: left;
    width: 500px;
}

#background
{
    color: #9A1A3F;
    background-color: white;
}

ie-fix
{
    line-height: 0;
    font-size: 0;
}

/*************Main Page**************/

#mainPanel
{
    background-color: white;
    color: #3D4234;
    width: 644px;
}

#mainPanel #content
{
    float: left;
    padding-left: 10px;
    padding-top: 15px;
    width: 454px;
}

#mainPanel #content h1
{
    font-size: 1.7em;
    font-weight: bold;
    padding-bottom: 10px;
}

#mainPanel #img
{
    height: 120px;
    width: 180px;
    float: left;
    background: transparent url(/resources/img/mainPanelContent.jpg) no-repeat scroll 0 0;
}

.auxPanel
{
    float: left;
    height: 155px;
    width: 319px;
    margin-bottom: 20px;
}

.auxPanel .auxContent
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    color: #3D4234;
    background: transparent url(/resources/img/subPanelAuxBG.jpg) no-repeat scroll 0 0;
    height: 110px;
}


.auxPanel .auxContent h2
{
    color: #B4093D;
    font-size: 1.30em;
    font-weight: bold;
    height: 35px;
    margin-bottom: 5px;
}

.auxPanel .auxContent .left
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/resources/img/AuxHeader.jpg) no-repeat scroll right center;
}

.auxPanel .auxContent .right
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/resources/img/auxHeaderRight.jpg) no-repeat scroll right center;
}

.auxPanel .auxFooter
{
    background: transparent url(/resources/img/auxBottom.jpg) no-repeat scroll 0 0;
    height: 33px;
    width: 319px;
}

.auxSubPanel
{
    float: left;
    margin-bottom: 20px;
    width: 210px;
    border-right: 1px solid #D9D9D9;
    padding-right: 5px;
}



.auxSubPanel .auxContent a
{
    background: transparent url(/resources/img/greenArrow.jpg) no-repeat scroll right center;
    color: #666666;
    display: block;
    height: 19px;
}

.auxSubPanel h2
{
    color: #666;
    font-weight: bold;
    font-size: 1.0625em;
    margin-bottom: 10px;
    height: 19px;
}

.auxSubPanel .auxContent
{
    padding-left: 14px;
    height: 110px;
}

#mainPanelBottom
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/resources/img/mainPanelBottom.jpg) no-repeat scroll 0 0;
    height: 60px;
    width: 644px;
}


#mainPanelBottom a
{
    float: right;
    padding-right: 10px;
    padding-top: 12px;
}
/***********************************/



/************Quote Forms*******************/

.header
{
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}
.form .formdiv
{
    color: #000000;
    font-size: 0.9em;
    width: 650px;
    padding-top: 20px;
}
.form .formdiv input, .form .formdiv select
{
    font-size: 1.1em;
}
.form .formdiv textarea
{
    font-size: 1.1em;
}
.form .formdiv span.small
{
    font-size: 11px;
}
.form .formdiv span
{
    color: #666666;
}
.form .formdiv span a
{
    color: #666666;
    font-weight: normal;
    text-decoration: underline;
}
.form .formdiv select
{
    margin: 0 5px;
}
.form .formdiv .step .line .nearest-box
{
    margin-left: 5px;
}
.form .formdiv .line2
{
    padding-bottom: 4px;
}
.form .formdiv .line2 select
{
    margin: 0 5px 0 7px;
}
.form .formdiv .line2 label#lblpostcode_to
{
    float: left;
    line-height: 11px;
}
.form .formdiv .line3 input
{
}
.form .formdiv .step
{
    border-color: #8AAC56;
    border-style: solid;
    border-width: 0 1px;
    margin: 0 auto;
    padding: 8px 13px;
}
.form .formdiv .stepall
{
    border-width: 1px;
}
.form .formdiv div.step2
{
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.form .formdiv .step2
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF none repeat scroll 0 0;
    border-bottom: 1px solid #8AAC56;
}
.form .formdiv .step2 input
{
    margin-bottom: 4px;
}
.form .formdiv .step2 input, .form .formdiv .step2 textarea
{
    font-size: 1.1em;
    width: 250px;
}
.form .formdiv h3
{
    color: #FFFFFF;
    height: 21px;
    padding: 3px 0 0 62px;
}
.form .formdiv h3.step1
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/resources/img/stepTop.jpg) no-repeat scroll 0 0;
}
.form .formdiv h3.step2
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(/resources/img/stepTop.jpg) no-repeat scroll 0 0;
}

.fltl
{
    float: left;
}

.fltr
{
    float: right;
}

.btnQuoteSubmit
{
    float: right;
    margin-right: 12px;
    margin-top: 10px;
}

.form .note
{
    color: #666666;
    font-family: Verdana,Arial,sans-serif;
    font-size: 0.8em;
    margin: 10px auto;
}

.form .note strong
{
    font-weight: bold;
}
/*****************************************/



/*********Moving Advice*******************/

.general
{
    width: 644px;
}

.general h2
{
    color: #666;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 0;
}
.general h1
{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
.boxes .box h3
{
    color: #666;
    font-size: 1.2em;
    margin: 0 0 5px;
}

.general .box
{
    border-bottom: 1px solid #8AAC56;
    margin-bottom: 10px;
    padding: 0 0 10px;
    width: 569px;
}

.general p
{
    margin: 0 0 12px;
    padding: 0;
}

.general .boxes
{
    padding: 10px 0 0 10px;
}

.box .singleBox a
{
    display: block;
}
.box .singleBox
{
    font-size: 1.19em;
}
/*****************************************/

.general
{
    color: #333;
}



/********BookMarks********************/


.bookmarks
{
    width: 322px;
}
.bookmarks p
{
    padding: 0;
    margin: 0;
}
.bookmarks p a
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px 5px 0 0;
}
.bookmarks h3
{
}
.bookmarks ul
{
    text-align: left;
    list-style: none;
    margin: 6px 0 4px 0;
    padding: 0;
}

.bookmarks ul li
{
    text-align: left;
    float: left;
    height: 25px;
}
.bookmarks ul li.delicious
{
    background: url(/resources/img/delicious.gif) no-repeat 0 0;
}
.bookmarks ul li.digg
{
    background: url(/resources/img/digg.gif) no-repeat 0 0;
}
.bookmarks ul li.reddit
{
    padding: 0 0 0 2px;
    background: url(/resources/img/reddit.gif) no-repeat 0 0;
}
.bookmarks ul li.facebook
{
    background: url(/resources/img/facebook.gif) no-repeat 0 0;
}
.bookmarks ul li.stumbleupon
{
    background: url(/resources/img/stumbleupon.gif) no-repeat 0 0;
}
.bookmarks ul li a
{
    padding: 0 10px 0 18px;
    margin: 0 3px 0 0px;
}


/*****************************************/

.City
{
    width: 640px;
}

.city-top
{
    margin-bottom: 10px;
}

.city-top .intro h1
{
    color: #666;
    font-size: 2em;
}

.city-content .col1 .smallQuoteFormLinkTop
{
    background-color: #F6F6F6;
    height: 88px;
    padding-left: 20px;
    padding-top: 10px;
    width: 604px;
}

.smallQuoteFormLinkTop #smallQuoteFormImage
{
    float: left;
    height: 87px;
    width: 127px;
    margin-right: 20px;
}
.smallQuoteFormLinkTop #smallQuoteFormContent
{
    float: left;
    width: 450px;
}
.City .smallQuoteFormLinkBottom
{
    background-image: url(/resources/img/removals-interior_r2_c3.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 49px;
    width: 628px;
    margin-bottom: 20px;
    position:relative;
}

.city-content .col1 .smallQuoteFormLink a
{
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.city-content .col1 .smallQuoteFormLinkBottom a .txt
{
	position:absolute;
	display:block;
	top:12px;
	left:260px;
	width:348px;
	height:34px;	
    color: white;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    cursor:pointer;
}
.city-quote-pod
{
    background: transparent url(/resources/img/city-quote-action-2.jpg) no-repeat scroll left top;
    height: 120px;
    width: 640px;
    margin-top: 20px;
}
.city-quote-pod p
{
    margin-left: 140px;
    margin-right: 35px;
    padding-top: 30px;
}
.city-quote-pod a
{
    float: left;
    font-size: 0.963em;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 15px;
}
.city-footer-panel
{
    border-right: 1px solid #CCCCCC;
    float: left;
    margin-right: 10px;
    width: 180px;
}


.sitemap ul
{
    margin: 5px 0 5px 20px;
}
.sitemap li
{
    padding-bottom: 3px;
    list-style-type: circle;
}

.general ul
{
    margin-left: 19px;
}


/***************FCK content************************/

#userContent li
{
    list-style-type: circle;
    padding-bottom: 10px;
}

#userContent ul
{
    margin-bottom: 20px;
}

/***********************************************/