/*
	Title:		Northern Lights Store
	Author:		Ian Houghton
	Website:	http://www.redmorello.com
*/


/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.clearBoth {clear:both;}

a:active, a:focus
{
    outline: none;
}

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

p
{
    font-size:12px;
    line-height:24px;
    margin-bottom:5px;
}

#container
{
    margin-left:auto;
    margin-right:auto;
    width:960px;
    min-height:100%;
    position:relative;
}

#container-top
{
    margin-top:150px;
    width:960px;
    height:10px;
    background:transparent url('images/container-top.gif') no-repeat center top;
}

#container-inner
{
    width:960px;
    height:auto;
    background-color:#fff;
    color: #141414;
}

#container-bottom
{
    width:960px;
    height:215px;
    padding-bottom:20px;
    background:transparent url('images/container-bottom.jpg') no-repeat center top;
}

/*
================================
MAIN STYLES
================================
*/

body
{
	font-size: 62.5%;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #141414;
    background:#ffffff url('images/bg.jpg') repeat center top;
}

a
{
    color:#fff;
    text-decoration:none;
}

a:hover
{
    color:#282828;
}

.external
{
    background:url('images/external.png') no-repeat center right;
    padding-right:15px;
    margin-right:3px;
}

#mainContent img.image {margin:0 0 10px 15px;padding:0;}

h1
{
    font-size:30px;
    font-weight:bold;
    font-style:italic;
    color:#3f3622;
    margin:20px 0 35px 0;
}

h2
{
    font-size:24px;
    font-weight:bold;
    font-style:italic;
    margin-bottom:10px;
    color:#141414;
    text-align:center;
}

h3
{
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    margin:10px 0 10px 0;
}

h4
{
    font-size:12px;
    font-weight:bold;
    color:#2b3842;
    margin-bottom:10px;
}

.button
{
    margin-left:-7px;
    margin-bottom:10px;
}

hr
{
    margin:20px 0 20px 0;
    background-color:#3a0000;
    width:95%;
}

/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:960px;
    height:180px;
    margin:15px auto 0 auto;
    background:url('Images/header.png') no-repeat top center;
}

/*
================================
SIDEBAR STYLES 
================================
*/

#sidebar
{
    width:300px;
    height:580px;
    margin-left:60px;
    margin-top:87px;
    background:url('Images/sidebar-bg.jpg') no-repeat top left;
}
    
    #sidebar-inner
    {
        width:180px;
        padding:80px 0 0 40px;
    }

    #sidebar li
    {
        padding-bottom:5px;
    }
    
    #sidebar li a
    {
        display:block;
        font-size:24px;
        font-weight:bold;
        color:#131313;
    }
    
    #sidebar li a:hover
    {
        color:#3f3622;
    }
    
    #newsletter ul
    {
        line-height:18px;
    }
    
    ul#newsletter {margin:0 0 100px 0;}
    
    #newsletter li
    {
        height:auto;
    }
    
    #newsletter p
    {
        line-height:18px;
        margin:5px 0 0 0;
    }
    
    .submitButton
    {
        margin-top:5px;
    }
    
/*
================================
CONTENT STYLES 
================================
*/

#mainContent
{
    width:500px;
    margin-left:30px;
    margin-top:87px;
    height:auto;
}

    #mainContent p
    {
        margin:10px 0;
        line-height:28px;
        font-size:13px;
    }
    
    #mainContent ul
    {
        list-style-type:none;
        line-height:24px;
    }
    
    #mainContent li
    {
        font-size:12px;
    }
    
    #mainContent img
    {
        margin:-75px 0 0 -30px;
    }
	
	#mainContent img.product {margin-top:0;}
	
	#mainContent img.pdf {margin:25px 0 0 25px;}
    
/*
================================
CONTACT STYLES
================================
*/

#bookingform ol
{
    margin:0;
    padding:0;
}

#bookingform li
{
    list-style:none;
    padding:5px;
    margin:0;
}

#bookingform li a
{
    margin-left:40px;
    font-size:12px;
    cursor:pointer;
}

#bookingform li.thin
{
    line-height:12px;
}

#bookingform fieldset
{
    border:solid 1px #424549;
    width:500px;
    background-color:#ffffff;
    margin-bottom:25px;
    padding:10px 0 20px 0;
}

#bookingform fieldset legend
{
    /*border:solid 1px #424549;*/
    background-color:#424549;
    margin-left:20px;
    padding:5px 10px 5px 10px;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}

#bookingform fieldset p
{
    padding:0 40px 0 40px;
    line-height:18px;
}

#bookingform fieldset label
{
    display:inline-block;
    margin:0 0 0 40px;
	font-size:12px;
	width:150px;
	vertical-align:top;
}

#bookingform fieldset input
{
	height:15px;
    padding:2px;
    color:#535353;
    font-size:12px;
	width:175px;
}

#bookingform fieldset input.bookingSubmitBtn
{
	margin-left:187px;
}

#bookingform fieldset select
{
    width:175px;
    height:25px;
    padding:2px;
    color:#535353;
    font-size:12px;
}

#bookingform fieldset input:focus, fieldset textarea:focus, fieldset select:focus
    {
        border:2px solid #366ba1;
    }

#bookingform fieldset input.error, fieldset textarea.error, fieldset select.error
{
    border:2px solid #d72323;
}

#bookingform fieldset input.error:focus
{
    border:2px solid #d72323;
}

#bookingform th, td
{
    padding:0 10px 10px 0;
    font-size:13px;
    vertical-align:top;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #141414;
}

.label
{
    padding-left:40px;
    font-size:12px;
}

.errorMessage
{
    margin-left:40px;
    color:Red;
    font-weight:bold;
    font-size:13px;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

.errorMessage ul
{
    margin-top:15px;
}

.errorMessage li
{
    font-weight:normal;
    line-height:18px;
    padding-left:0 !important;
}

.errorMessageNewsletter
{
    margin-left:0px;
    color:Red;
    font-weight:bold;
    font-size:11px;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}

.errorMessageNewsletter ul
{
    margin-top:15px;
}

.errorMessageNewsletter li
{
    font-weight:normal;
    line-height:12px !important;
    padding-left:0 !important;
}

/*
================================
FOOTER STYLES 
================================
*/

#footer
{
    width:600px;
    margin:25px auto 0px auto;
}

    #footer ul
    {
    }

    #footer li
    {
        font-size:12px;
        text-align:center;
        line-height:18px;
        position:relative;
        color:#fff;
    }

    #footer a:hover
    {
        text-decoration:underline;
    }
    
#lowerFooter
{
    width:600px;
    margin:5px auto 0px auto;
    padding-bottom:30px;
}

    #lowerFooter li
    {
        font-size:12px;
        text-align:center;
        line-height:18px;
        position:relative;
        color:#fff;
    }
    
    #lowerFooter a:link
    {
        color:#fff;
    }
    
    #lowerFooter a:hover
    {
        text-decoration:underline;
    }
    
        
/*
================================
ACCORDION STYLES 
================================
*/

.ui-accordion-content
{
    margin-bottom:45px;
}

#accordion li, #accordion p
{
    text-align:center;
}

#accordion .ui-icon
{
    background-repeat: no-repeat;
    float:left;
    overflow: hidden;
    text-indent: -99999px;
    height: 16px;
    width: 16px;
    margin-top: 8px;
}

#accordion .ui-accordion .ui-accordion-header .ui-icon
{
    /*left: 50%;
    margin-top: 0px;
    position:absolute;
    top: 0;*/
}

#accordion .ui-state-default .ui-icon
{
    background-image: url(http://jqueryui.com/themes/base/images/ui-icons_888888_256x240.png);
}

#accordion .ui-state-active .ui-icon
{
    background-image: url(http://jqueryui.com/themes/base/images/ui-icons_454545_256x240.png);
}

#accordion .redmorello-icon-circle-arrow-s
{
    background-position: -128px -192px;
}

#accordion .redmorello-icon-circle-arrow-e
{
    background-position: -112px -192px;
}

#accordion h2.ui-state-active a
{
    color:#8b3636;
}

#accordion h2.ui-state-focus
{
    outline:#fff solid 1px;
    border-bottom:1px solid #8b3636;
}
