﻿body 
{
    margin-top:0px;
    background-color:#f6f6f6;
    font-family:Arial, Trebuchet MS, Tahoma;
    font-size:12px;
}

#pageholder
{
    background-image:url(images/page_background_back.png);
    width:1050px;
    margin-left:auto;
    margin-right:auto;
}

#header
{
    height:58px;
    background-image:url(images/header.png);
}
#header a
{
    text-decoration:none;
    color:#2B4D68;
}
#header a:hover
{
    text-decoration:underline;
    color:#2B4D68;
}


#pagebackground
{
    background-image:url(images/page_background.png);
    background-repeat:repeat-y;
}

#pagebackground2col
{
    background-image:url(images/page_background2col.png);
    background-repeat:repeat-y;
}


#menubar
{
    background-image:url(images/menubar.png);
    background-repeat:no-repeat;
    height:88px;
    color:White;
}
#menubar a
{
    text-decoration:none;
    color:White;
    font-weight:bold;
}
#menubar a:hover
{
    text-decoration:underline;
    color:Black;
}

#loginpanel
{
    float:right; 
    width:600px;
}
#loginpanel a
{
    text-decoration:none;
    color:#2B4D68;
}
#loginpanel a:hover
{
    text-decoration:underline;
    color:#2B4D68;
}


#leftmenu
{
    width:205px;
    float:left;
    margin-left:5px;
    padding-top:20px;
}
#leftmenu a
{
    text-decoration:none;
    color:#2B4D68;
}
#leftmenu a:hover
{
    text-decoration:underline;
    color:#2B4D68;
}

#rightmenu
{
    width:205px;
    float:right;
    margin-right:5px;
    padding-top:20px;
}
#rightmenu a
{
    text-decoration:none;
    color:#2B4D68;
}
#rightmenu a:hover
{
    text-decoration:underline;
    color:#2B4D68;
}



#maincontent
{
    width:620px;
    margin-left:215px;
}
#maincontent a
{
    text-decoration:none;
    color:#2B4D68;
}
#maincontent a:hover
{
    text-decoration:underline;
    color:#2B4D68;
}


#maincontent2col
{
    width:795px;
    margin-left:235px;
    padding-top:20px;
}
#maincontent2col a
{
    text-decoration:none;
    color:#2B4D68;
}
#maincontent2col a:hover
{
    text-decoration:underline;
    color:#2B4D68;
}

#footer
{
    background-image:url(images/footer.png);
    background-repeat:no-repeat;
    height:165px;
    width:1050px;
    margin-left:auto;
    margin-right:auto;
}
#footer a
{
    text-decoration:none;
    color:#2B4D68;
}
#footer a:hover
{
    text-decoration:underline;
    color:#2B4D68;
}

#footertwo
{
    background-image:url(images/footer2.png);
    background-repeat:no-repeat;
    height:165px;
    width:1050px;
    margin-left:auto;
    margin-right:auto;
}
#footertwo a
{
    text-decoration:none;
    color:#2B4D68;
}
#footertwo a:hover
{
    text-decoration:underline;
    color:#2B4D68;
}




.maincontenttop
{
    background-image:url(images/maincontent_top.png);
    background-repeat:no-repeat;
    height:8px;
}
.maincontentback
{
    background-image:url(images/maincontent_back.png);
    background-repeat:repeat-y;
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;
}
.maincontentbottom
{
    background-image:url(images/maincontent_footer.png);
    background-repeat:no-repeat;
    height:8px;
    margin-bottom:8px;
}
.maincontentclear
{
    background-image:url(images/maincontent_clear.png);
    background-repeat:repeat-y;
}
.maincontentfooter
{
    background-image:url(images/maincontent_footer.png);
    background-repeat:no-repeat;
    height:9px;
}
.contenttop
{
    background-image:url(images/content_top.png);
    background-repeat:no-repeat;
    height:18px;
}

.menubarextra
{
    margin-left:10px;
    margin-right:10px;
}

.leftimagewithborder
{
    border:1px gray solid;
    padding:3px;
    float:left;
}

.leftsidemenuheader
{
    background-image:url(images/leftsidemenuheader.png);
    background-repeat:no-repeat;
    height:24px;
    padding-top:6px;
    color:White;
    font-weight:bold;
    font-size:13px;
    text-indent:13px;
}

.rightsidemenuheader
{
    background-image:url(images/rightsidemenuheader.png);
    background-repeat:no-repeat;
    height:24px;
    padding-top:6px;
    color:White;
    font-weight:bold;
    font-size:13px;
    text-indent:8px;
    margin-left:5px;
}


h1
{
    font-size:16px;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:10px;
}

h2
{
    font-size:14px;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:10px;
}

.cart
{
    font-size:12px;
    text-align:left;
}

.login
{
    background-image:url(images/login_background.png);
    background-repeat:no-repeat;
}

.coverflow
{
    background-image:url(images/coverflow.png);
    background-repeat:no-repeat;
}

.homepagetext
{
    background-image:url(images/homepage-button-1.png);
    background-repeat:no-repeat;
    float:left;
    width:289px;
    height:48px;
    font-size:11px;
    padding:8px;
    line-height:12px;
}

.checkoutcolour
{
    
}


