* {
    margin: 0; padding: 0;
}
body {
    background: #fefef7 url(/images/brand/page_bg.jpg); /*#F5F6D3;*/
    font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #828F66;
}
a {
    text-decoration: none;
    color: #868D57;
}
a:hover {
    text-decoration: underline;
    color: Sienna;
}

a:active {
    border: none !important;
}
a img {
    border: none;
}
h1 {
    display: block;
    margin: .5em auto 1em;
    text-indent: -9999px;
    background-position: center top;
    background-repeat: no-repeat;
}
h2, h3 {
    color: #667150; /* a bit darker than body's font color */
}
address {
    margin: 1em auto;
}
fieldset {
    width: 80%;
    margin: 1em auto;
    padding: 8px;
    border: 1px dashed #ddd;
    display: block;
}
fieldset input.txt {
    width: 20em;
}
legend {
    background: #fefef7; /* to match #content background-color */
    color: #B3BCA0; /* a bit lighter than body font color */
    font-style: italic;
}
fieldset div {
    display: block;
    padding-bottom: .4em;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}
.hidden {
    display: none;
}

.menu {
    list-style: none;
}
.emph {
    font-weight: bold;
}
div.sysmsg {
    width: 70%;
    margin: 1em auto;
    border: 1px dotted #ddd;
}

div#pagewrapper {
    text-align: center;
    width: 960px;
    margin: 10px auto;
    padding: 1em 0;
    position: relative;
    /*border: 1px solid #eee;*/
background: #fefef7 url(/images/brand/page_bg.jpg);
}
/****  Holly Hack to address peekaboo bug on homepage and perhaps elsewhere ****/
/* Hides from IE5-mac \*/
* html div#pagewrapper {height: 1%;}
/* End hide from IE5-mac */


div#content {
    margin-left: 200px;
    height: 350px;
    padding-bottom: 1.5em;
    position: relative;
}

html>body div#content {
    height: auto;
    min-height: 350px;
}
div#content p {
    margin-bottom: 1em;
}

/************************ navigation ***************/
/* note that homepage nav uses homepage.css        */

div#navigation {
    position: absolute;
    top: 10px;
    left: 0px;
}

div#navigation li,
div#navigation a {
    background-position: 2px 4px;
    background-repeat: no-repeat;
    display: block;
    width: 200px;
}
div#navigation li {
height: 24px;
padding: 0;
margin: 0;
border: 1px dotted #fefef7;
}
div#navigation a {
    text-decoration: none;
    height: 0;
    padding-top: 24px;
    overflow: hidden;
    margin: 0 !important;
}
div#navigation a:hover {
background-image: none !important;
}

div#navigation li#nav-logo {
    background-image: url(/images/brand/sm_logo.jpg);
    height: 80px;
    margin-bottom: 1em;
}
div#navigation li#nav-logo a {
    height: 0;
    padding-top: 70px;
    overflow: hidden;
}

div#navigation li#nav-home { background-image: url(/images/widgets/btn_home_f2.jpg); }
div#navigation li#nav-home a { background-image: url(/images/widgets/btn_home.jpg); }

div#navigation li#nav-seasonal {background-image: url(/images/widgets/btn_winter2009_f2.jpg); }
div#navigation li#nav-seasonal a { background-image: url(/images/widgets/btn_winter2009.jpg); }

div#navigation li#nav-about { background-image: url(/images/widgets/btn_about_us_f2.jpg); }
div#navigation li#nav-about a { background-image: url(/images/widgets/btn_about_us.jpg); }

div#navigation li#nav-cotton { background-image: url(/images/widgets/btn_about_cg_f2.jpg); }
div#navigation li#nav-cotton a { background-image: url(/images/widgets/btn_about_cg.jpg); }

div#navigation li#nav-contactus { background-image: url(/images/widgets/btn_contact_us_f2.jpg); }
div#navigation li#nav-contactus a { background-image: url(/images/widgets/btn_contact_us.jpg); }

div#navigation li#nav-wholesale { background-image: url(/images/widgets/btn_wholesale_f2.jpg); }
div#navigation li#nav-wholesale a { background-image: url(/images/widgets/btn_wholesale.jpg); }

div#navigation li#nav-stores { background-image: url(/images/widgets/btn_stores_f2.jpg); }
div#navigation li#nav-stores a { background-image: url(/images/widgets/btn_stores.jpg); }

div#navigation li#nav-links { background-image: url(/images/widgets/btn_links_f2.jpg); }
div#navigation li#nav-links a { background-image: url(/images/widgets/btn_links.jpg); }

/* current position indicator */
body#springsummer li#nav-springsummer,
body.product-details li#nav-springsummer,
body#aboutus li#nav-about,
body#aboutcgcotton li#nav-cotton,
body#contactus li#nav-contactus,
body#wholesale li#nav-wholesale,
body#stores li#nav-stores,
body#links li#nav-links {
    border: 1px dotted #EEE8AA;
}


/********************** bottom menu ************/
div#bottommenu {
    border-top: 2px solid #ADC0A6;
}
div#bottommenu ul {
    margin: .2em auto;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: lowercase;
    width: 570px;
    font-size: .9em;
}
div#bottommenu ul li {
    display: block;
    float: left;
    width: 100px;
    margin-bottom: 1em;
}
div#bottommenu ul li#nav-contactus,
div#bottommenu ul li#nav-giftreg {
    width: 70px;
}


div#bottommenu li a {
    color: #a3aa88;
    text-decoration: none;
}
div#bottommenu li a:hover {
    text-decoration: underline;
}
div#footer {
    clear: both;
    margin-top: 1em;
    font-size: .9em;
}
p#copyright {
    margin: 1em;
}


div#sitecredit {
    font-size: .8em;
    width: 760px;
    margin: 4em auto 1em;
    text-align: center;
}
div#sitecredit a {
    color: #C1C4AE;
    text-decoration: none;
}
div#sitecredit a:hover {
    text-decoration: underline;
}


/********************* Products List  ***********************/
/* These are thumbnail images for the links to each product */

/***** General Rules *****/
body.productslist div#content {
    font-size: 1.1em;
}
body.productslist h1 {
    margin-bottom: 1em;
}
ul.product-thumbs {
    list-style: none;
    width: 720px;
    margin: 0 auto;
}
ul.product-thumbs li {
    float: left;
    width: 200px;
    height: 254px;
    margin: 0 30px 30px 0;
    background: transparent url(/images/products/thumbs/coming_soon.jpg) center 30px no-repeat;
}
ul.product-thumbs li a {
    display: block;
    height: 254px;
}
span.salenotice {
color: #CB6B2E;
}
span.salenotice a {
color: #B76127;
}

/**** Spring-Summer products ****/
body#springsummer h1 {
    background-image: url(/images/text/txt_spring_summer_2008.jpg);
    height: 81px;
    width: 332px;
}
/**** Winter products ****/
body#winter2010 h1 {
    background-image: url(/images/text/txt_fall_winter_line.jpg);
    height: 81px;
    width: 340px;
}

/******************** Product Detail Pages *******************/
body.productdetail {
}

h2.insets,
h2.closeups {
    position: absolute;
    z-index: -1;
    text-indent: -9999px;
}

ul.insets {
    position: absolute;
    top: 70px;
    right: 0;
    list-style: none;
}
ul.insets li {
    margin-bottom: .5em;
}
ul.closeups {
    width: 500px;
    margin: 0 auto;
    list-style: none;
}

ul.closeups li {
    float: left;
    width: 210px;
    height:200px;
    margin-right: 10px;
}

body.productdetail div#innercontent {
    margin-right: 100px;
}
body.productdetail h1 {
    margin: 0 auto 15px;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 300px;
    background-color: #fefef7;
}
p#product-description {
display: block;
width: 300px;
margin: .5em auto;
}
p#product-description a {
    text-decoration: underline;
}
h2#price {
    color: #B5959A;
    text-indent: -9999px; /* if no price image exists, override this to show reg text */
    display: block;
    height: 40px;
    width: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 300px; right: 50px; /* a default */
}
h2#price img {
    display: block;
}


body#bunting-fleece h1 {
    height: 45px;
    background-image: url(/images/text/txt_fleece_bunting.jpg);
}
body#bunting-fleece h2#price {
    left: 80px;
}
body#bunting-jersey h1 {
    height: 48px;
    background-image: url(/images/text/txt_jersey_bunting.jpg);
    margin-left: 100px;
}
body#bunting-jersey h2#price {
    left: 40px;
    top: 400px;
}

body#hat-knit h1 {
    height: 60px;
    background-image: url(/images/text/txt_rev_knit_hat.jpg);

}
body#hat-knit #price {
    top: 400px;
    right: 120px;
}
body#lap-shirt-long h1 {
    height: 63px;
    background-image: url(/images/text/txt_longslv_shirt.jpg);
}
body#lap-shirt-long #price {
    top: 100px;
    left: 50px;
}
body#blanket h1 {
    height: 57px;
    background-image: url(/images/text/txt_receiving_blankets.jpg);
}
body#blanket #price {
    top: 70px;
    left: 70px;
}
body#blanket #innercontent {
    padding-top: 60px;
}
body#blanket p#product-description {
    padding-top: 60px;
}

body#pants-jersey h1 {
    height: 51px;
    background-image: url(/images/text/txt_jersey_pants.jpg);
}
body#pants-jersey #price {
    right: 130px;
    top: 340px;
}
body#sunhat h1 {
    height: 60px;
    background-image: url(/images/text/txt_sun_hat.jpg);
}
body#sunhat #price {
    right: 140px;
    top: 410px;
}


body#shirt-crew h1 {
    height: 66px;
    background-image: url(/images/text/txt_long_crew_shirt.jpg);
}
body#shirt-crew #price {
    top: 260px;
}

body#bunny h1 {
    background-image: url(/images/text/txt_bunny_project.jpg);
    width: 180px;
    height: 104px;
    margin: 0 auto 20px 150px;
}
body#bunny #price {
    left: 60px;
    top: 300px;
}

body#bunny #product-description {
    padding: 50px 3em 0;
}
body#breastpads h1 {
    background-image: url(/images/text/txt_breast_pads.jpg);
    width: 149px;
    height: 46px;
    margin-left: 150px;
}
body#breastpads #price {
    left: 180px;
    top: 470px;
}
body#breastpads p#product-description {
    padding-top: 50px;
}

body#bloomers #price {
    left: 400px;
    top: 370px;
}
body#bloomers h1 {
    background-image: url(/images/text/txt_bloomers.jpg);
    height: 37px;
    width: 131px;
    margin-left: 160px;
}



/*********  Winter 2009 *************/

body#bunting-jersey-star h1 {
    height: 70px;
    background-image: url(/images/text/txt_jersey_bunting2.jpg);
}
body#bunting-jersey-star ul.insets {
padding-top: 15px;
}
body#bunting-jersey-star #price {
top: 380px;
right: 60px;
}

body#biggins-hat h1 {
    height: 70px;
    background-image: url(/images/text/txt_striped_biggins_hat.jpg);
}
body#biggins-hat ul.insets {
padding-top: 15px;
}
body#biggins-hat p#product-description {
margin-top: 60px;
}
body#biggins-hat #price {
right: 100px;
top: 380px;
}



body#fleece-lined-hat h1 {
    height: 70px;
    background-image: url(/images/text/txt_fleece-lined_hat.jpg);
}
body#fleece-lined-hat ul.insets {
padding-top: 15px;
}
body#fleece-lined-hat #price {
right: 40px;
top: 460px;
}

body#boys-longsleeve h1 {
    height: 70px;
    background-image: url(/images/text/txt_boys_longsleeve.jpg);
}
body#boys-longsleeve ul.insets {
padding-top: 15px;
}
body#boys-longsleeve #price {
top: 420px;
right: 200px;
}

body#girls-longsleeve h1 {
    height: 80px;
    background-image: url(/images/text/txt_girls_longsleeve.gif);
}
body#girls-longsleeve ul.insets {
padding-top: 25px;
}
body#girls-longsleeve #price {
top: 520px;
right: 190px;
}

body#velour-hoodie-vest h1 {
    height: 80px;
    background-image: url(/images/text/txt_velour_hoodie.jpg);
}
body#velour-hoodie-vest ul.insets {
padding-top: 25px;
}
body#velour-hoodie-vest #price {
top: 520px;
right: 40px;
}

body#velour-pants h1 {
    height: 130px;
    background-image: url(/images/text/txt_velour_pants.jpg);
}
body#velour-pants ul.insets {
padding-top: 75px;
}
body#velour-pants #price {
top: 320px;
right: 100px;
}

body#velour-mini-skirt h1 {
    height: 80px;
    background-image: url(/images/text/txt_velour_mini_skirt.jpg);
}
body#velour-mini-skirt ul.insets {
padding-top: 25px;
}
body#velour-mini-skirt #price {
top: 220px;
right: 140px;
}



/****** paypal cart section *******/
div.paypal {
    width: 500px;
    margin: 1em 100px 1em auto;
    clear: both;
    padding-top: 1em;
}
div.paypal h2 {
    height: 60px;
    width: 231px;
    background: url(/images/text/txt_ordering_options.jpg) center no-repeat;
    text-indent: -9999px;
    display: block;
}
div.paypal form {
color: #A0522D;
}
div.paypal fieldset {
border: none;
display: block;
padding: 0;
clear: left;
}
div.paypal fieldset label {
    width: 50%;
    display: block;
    float: left;

    text-align: right;
}

div.paypal option {
    padding: 0 5px;
}




/************* Info pages ***************/
body.infopage img.focusimg {
    float: right;
    margin: 0 15px 15px;
}
body.infopage img.focusimg-sliced {
    float: right;
    clear: right;
    margin: 0;
}
body.infopage #content a {
    font-weight: bold;
}
body.infopage #content p,
body.infopage #content ul {
    text-align: left;
    margin-left: 1em;
}
body.infopage #content ul {
    margin: 0 auto 1em 1em;
    
}
body.infopage #content ul li {
    color: #758059;
    list-style: none;
    padding-left: 20px;
    margin-bottom: .5em;
    background: url(/images/widgets/bullet_sage.gif) 0 3px no-repeat;
}

body.infopage div#sincerely {
    padding-bottom: 2em;
}
body.infopage div#sincerely p {
    font-size: 1.2em;
    text-align: center;
    font-style: italic;
}

body#aboutus h1 {
    width: 124px;
    background-image: url(/images/text/txt_about_us.jpg);
}

body#aboutcgcotton h1 {
    width: 333px;
    background-image: url(/images/text/txt_about_cg_cotton.jpg);
}

body#contactus h1 {
    width: 147px;
    background-image: url(/images/text/txt_contact_us.jpg);
}
body#contactus textarea {
    width: 30em;
    height: 8em;
}


body#wholesale h1 {
    width: 147px;
    background-image: url(/images/text/txt_wholesale.jpg);
}



body#stores h1 {
    width: 230px;
    background-image: url(/images/text/txt_stores.jpg);
}
body#stores h2 {
    border-bottom: 1px solid;
    width: 50%;
    display: block;
    margin: 0 auto .2em;
    white-space: nowrap;
}
body#stores h3 {
    font-size: 1.1em;
}
body#stores #content p {
    text-align: center;
}
div#col1 {
    width: 270px;
    float: right;
}
div#col2 {
    width: 270px;
    float: left;
    border-right: 1px dotted #ccc;
    padding-right: 5px;
    margin-right: 5px;
}
span.phone {
    color: #667150;
}


body#links h1 {
    width: 282px;
    background-image: url(/images/text/txt_links.jpg);
}
body#links h2 {
    text-align: left;
    padding-left: 15px;
    font-size: 1.2em;
}
body#error404 h1 {
    width: 208px;
    background-image: url(/images/text/txt_file_not_found.jpg);
}

/*********** Lightbox Styles ********************/
#lightbox{    position: absolute;    left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/js/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/js/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%    ; }

#imageData{    padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }    
#imageData #caption{ font-weight: bold;    }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;    }            
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}         

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
s