﻿*
{
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

body 
{
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #F0F8FA;
    background-image: url(/images/background.graphpaper.clear.gif);
}

body, body div, body p, body li
{
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: x-small;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

img
{
    border: none;
}

a
{
    color: #DE903E; 
    text-decoration: none;
}
a:link
{
    color: #DE903E; 
    text-decoration: none;
}
a:visited
{
    color: #DE903E; 
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    color: #EF9B43; 
    text-decoration: none;
}

.clear
{
    clear: both;
    width: 0;
    height: 5px;
}

/* Home Page */
#homePage
{
    background-color: #1e3b66;
    background-image: none;
}

#homeTop
{
    background: Transparent url(images/background.top.home.gif) no-repeat fixed top left;
    height: 76px;
    width: 100%;
}

#homeMain
{
    background: Transparent url(images/background.home.gif) no-repeat scroll top left;
    min-width: 885px;
    padding-top: 190px;
    padding-left: 93px;
}

#homeMain h1, #homeMain h2
{
    position: absolute;
    left: -3000px;
}

#homeMain ul
{
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

#homeMain p
{
    padding-top: 50px;
    padding-bottom: 30px;
    width: 559px;
    color: White;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
}

#homeBottom
{
    display: block;
    background: transparent url(images/background.bottom.gif);
    background-attachment: scroll;
    background-position: right top;
    background-repeat: no-repeat;
    height: 21px;
    width: 900px;
    margin-top: 50px;
}

#homeFooter
{
    margin-left: 70px;
    background: #E9B279 url(images/background.footer.gif);
    background-attachment: inherit;
    background-position: right top;
    background-repeat: repeat-x;
    font-size: 10px;
    color: #FFFFFF;
    max-width: 750px;
    min-height: 45px;
}

#homeFooter ul
{
    list-style-type: none;
    padding: 0px 250px 0px 20px;
}

#homeFooter ul li
{
    color: #FFFFFF;
    text-transform: uppercase;
    float:left;
    border-right: solid 1px #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
}

#homeFooter ul li a
{
    color: #FFFFFF;
    text-decoration: none;
}

#homeFooter ul li a:hover
{
    text-decoration: underline;
}

#homeFooter ul li.last
{
    border-right: none;
    border-right-width: 0px;
}
/* End Home Page */



/* Site Page */
#siteHeader, .siteHeader
{
    background: #1e3b66 url(images/background.site.top.gif) no-repeat scroll top left;
    height: 132px;
    width: 100%;
}

#siteHeader h1, .siteHeader h1
{
    position: absolute;
    left: -3000px;
}

#siteHeader ul, .siteHeader ul
{
    position: relative;
    top: 90px;
    display: block;
    text-align: center;
    height: 42px;
    background: Transparent;
    list-style-type: none;
    margin-left: 33px;
}

#siteHeader ul li, .siteHeader ul li
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#pageLinks
{
    color: White;
    background-color: #666666;
    height: 14px;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#pageLinks ul
{
    list-style-type: none;
}

#pageLinks ul li
{
    float:left;
    color: White;
    border-right: solid 1px White;
    padding-right: 8px;
    padding-left: 8px;
}

#pageLinks ul li a
{
    color: White;
    text-decoration: none;
}

#pageLinks ul li a:hover
{
    text-decoration: underline;
}

#pageLinks ul li.last
{
    border-right: none;
    border-right-width: 0px;
}

#pageContent
{
    color: #9A9A9A;
    font-size: 11px;
    margin-top: 30px;
    margin-left: 55px;
    margin-right: 55px;
    margin-bottom: 30px;
    min-height: 930px;
    min-width: 750px;
}

#pageContent h1
{
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 10px;
}

#pageContent p
{
    color: #9A9A9A;
    font-size: 11px;
    line-height: 14px;
}

#pageFooter
{
    background: #E8E8E8 url(images/background.site.footer.gif);
    background-attachment: inherit;
    background-position: right top;
    background-repeat: no-repeat;
    font-size: 10px;
    color: #E09146;
    max-width: 100%;
    min-height: 45px;
}

#pageFooter ul
{
    list-style-type: none;
    padding: 0px 250px 0px 20px;
}

#pageFooter ul li
{
    color: #E09146;
    text-transform: uppercase;
    float:left;
    border-right: solid 1px #E09146;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
}

#pageFooter ul li a
{
    color: #E09146;
    text-decoration: none;
}

#pageFooter ul li a:hover
{
    text-decoration: underline;
}

#pageFooter ul li.last
{
    border-right: none;
    border-right-width: 0px;
}
/* End of Site Page */

/* Display Classes */

#labelHeader
{
    margin-bottom: 10px;
}

#labelHeader h1
{
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 0px;
}

#labelHeader p
{
    color: #9A9A9A;
    font-size: 11px;
    line-height: 14px;
}

.specsLabel
{
    font-size: 12px;
    font-weight: bold;	
	color: #081E47;
	margin-left: 15px;
	margin-top: 5px;
}

.specsDetail
{
    font-size: 10px;
	color: #696969;
	margin-bottom: 5px;
	margin-left: 15px;
}

#productImage
{
    position: absolute;
    left: 50px;
    z-index: 1;
    background: Transparent url(images/background.colorway.png) no-repeat scroll top left !important;
    background: Transparent url(images/background.colorway.gif) no-repeat scroll top left;
    padding-right: 50px;
}

#productImage h1
{
    /* Work with this Colorway */
    text-align: center;
    margin: 0;
    margin-top: 15px;
}

#productImage h2
{
    margin-top: 15px;
    border-bottom: solid 1px #AAAAAA;
    padding-bottom: 5px;
}

#productPhoto
{
    margin-top: 8px;
    margin-left: 23px;
    margin-right: 30px;
    margin-bottom: 45px;
}

#colorwayName
{
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 15px;
    color: #666666;
    margin-left: 80px;
}

.photoLabel
{
    width: 200px;
    color: #aaaaaa;
    font-weight: normal;
    font-size: .9em;
    margin-left: -80px;
    position: absolute;
}

#productData
{
    margin-left: 415px;
    min-height: 950px;
}

#productList
{
    clear: both;
    margin-top: 10px;
}


/* End of Display Classes */

/* Colorway/Style Listing */

.colorwayImage
{
    width: 115px;
    height: 162px;
    float: left;
    text-align: center;
    background-color: White;
    border: solid 1px #cccccc;
    margin-left: 5px;
    margin-bottom: 5px;
}

.colorwayImage img
{
    border: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.colorwayImage a, .colorwayImage a:link, .colorwayImage a:visited
{
    color: #4C676C;
    font-size: 11px;
    text-decoration: none;
}

.colorwayImage a:hover
{
    text-decoration: underline;
}

.newStyle
{
    z-index: 100;
    width: 65px;
    height: 65px;
    position: absolute;
    background: Transparent url(images/background.new.png) no-repeat scroll top left !important;
    background-image: url(images/background.new.gif);
}

.styleBack
{

    left: 850px;
    position: absolute;
    width: 200px;
}

.styleBackNew
{

    left: 465px;
    position: absolute;
}

.StyleTab
{
    border: solid 1px #999999;
    min-width: 740px;
}
.StyleTabFull
{
    padding: 10px;
    border: solid 1px #999999;
    min-width: 750px;
}

.StyleTab H4, .StyleTabFull H4
{
    margin-left: 5px;
    margin-top: 10px;
}

.topTabs
{
    width: 750px;
}

.StyleTabLink, .StyleTabLinkSelect
{
    float: left; 
    /*position: relative; */
    font-size: 11px;
    float:left;
    /* width: 130px; */
    height: 32px;
    border: solid 1px #999999;
    border-bottom: none;
    margin-right: 5px;
    padding: 2px 4px 1px 4px;
    text-align: center;
}

.StyleTabLinkSelect div, .StyleTabLink div
{
    padding: 2px 4px 2px 4px;
    text-align: center;
    width: 92%;
}

.StyleTabLinkSelect, .StyleTabLinkSelect a
{
    color: White;
    background: #999999;
}

/* End of Colorway/Style Listing */

/* Account Stuff */
#Account
{
    width: 500px;
}

#Account ul
{
    list-style-type: disc;
    list-style-position: inside;
    font-size: 11px;
}

#Account ul li
{
    color: Red;
    font-size: 11px;
}

#Account input, select
{
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    margin-right: 10px;
}

#Account fieldset
{
    margin: 1em 0;
    border: 1px solid #666666;
    background: White;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

#Account legend
{
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    margin-left: -8px;
}
#Account label
{
    padding-top: 5px;
    display: block;
}

#Account h2
{
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 4px;
}


#Account p
{
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #000000;
}

.required
{
    color: Maroon;
}

#Account p.noSpaceBelow
{
    margin-bottom: 0px;
}

#Account p.floatLeft
{
    float: left;
}

#Account br.clear
{
    clear: both;
    line-height: 0;
}

#Account br.clearWithSpace
{
    clear: both;
    height: 15px;
}
/* End of Account Stuff */

