﻿/* ==================================== */
/* == ELEMENT ATTRIBUTES FOR SCREENS == */
/* ==================================== */

/* General elements */
body {
/*background-color: #ccc;	*/
background-color: #7100B4;
}
    h1 { /* NOTE: Updated on individual pages as necessary */
    display: block;
    width: 430px; /* Total 508px minus left margin - edited in IE 5.5 CSS */
    height: 105px; /* Total 128px - edited in IE 5.5 CSS */
    margin: 0 0 0 20px;	
    padding: 23px 30px 0 28px;
    background-color: #70576e;
    background-repeat: no-repeat;
    background-position: 262px 55px; /* Take left margin into account. NOTE: Home uses 27/23 */
    border-top: 1px solid #3b323d;
    border-right: 1px solid #554858;
}
h1 span 
{
    visibility: hidden;
}
h3 
{
    color: #7100B4;
}
h5 
{
    font-weight: bold;
    color: #7100B4;			
}
h2, h3, h4, h5 
{
    margin-left: 20px;
    padding: 0 30px 0 28px;
}
blockquote 
{
    margin-left: 0;
    margin-right: 0;		
    padding: 12px 20px 12px 20px;
    color: #554858;
    background-color: #a796a6;
}
a 
{
    color:Blue;
    text-decoration:none;
}
a:hover 
{
    text-decoration: none;
    color:Green;
}
a:visited 
{
    color:Blue;
}

a#navlink
{
    text-decoration: none;
    color: Blue;
}

/* Specific elements */
a#contentlink
{
    color: Blue;
}
div#main 
{
    width: 970px;
    height: 750px;
    /*
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    */
}
/*
div#content {
position: absolute;
z-index: 2;
top: 45px;
left: 430px; /* NOTE: Updated in IE-specific CSS
width: 509px;
height: 658px;
color: #fff;	
background: transparent url(../images/content_edge.gif) top left no-repeat;		
}
div#package { /* NOTE: Updated on home page CSS 
position: absolute;
top: 19px;
left: 42px;
width: 220px;
height: 143px;
background-image: url(../images/ccpackage_med.jpg);
}
div#block {
width: 430px; /* Total 508px - edited in IE 5.5 CSS 
height: 480px; /* 656 minus total height of headline and div padding + padding for package. NOTE: Edited in IE 5.5 CSS and on home page 
margin-left: 20px;
padding: 50px 30px 0 28px; /* NOTE: Edited in home page CSS (top = 18) 
overflow: auto;
background-color: #917d90;
border-bottom: 1px solid #554858;
border-right: 1px solid #554858;
}
*/

div#content 
{
    position: relative;
    z-index: 2;
    top: 10px;
    left: auto;
    width: 860px;
    /*height: 658px;*/
    color: #7100B4;	
    /*
    background: transparent url(../images/CC/content_edge.gif) top left no-repeat;		
    */
    border: 1px solid #F9FE4C;
}
div#contentName
{
    z-index: 4;
    position:absolute;
    /*padding: 10px;*/
    top:0px;
    /*margin-left:20px;*/
    height:150px;
    /*width: 468px;*/
    width:860px;
    color: White;
    background-color: #7100B4;
    /*
    border-bottom: 3px solid #F9FE4C;
    border-right: 3px solid #F9FE4C;
    */
    border: 1px solid #F9FE4C;
}

div#topmenunav
{
    top: 0px;
    left: 0px;
    width: 860px;
    background-color: #FFD4E7;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color: #BA2656;
}

img#titleImg
{
    position:absolute;
    bottom:10px;
    left:350px;
}

img#packageImg
{
    position:absolute;
    z-index: 3;
    top: 30px;
    left: 20px;
    /*
    width: 220px;
    height: 143px;
    */
}
div#package { /* NOTE: Updated on home page CSS */
    position:relative;
    z-index: 3;
    top: 10px;
    left: 20px;
    width: 220px;
    height: 143px;
    /*background-image: url(../images/ccpackage_med.jpg);*/
}
div#block 
{
/* Total 508px - edited in IE 5.5 CSS */
    padding-top: 110px;
    /*width: 430px; */
    width: 860px;
    /* 656 minus total height of headline and div padding + padding for package. NOTE: Edited in IE 5.5 CSS and on home page */
    /*height: 464px; */
    /*margin-left: 20px;*/
    /* NOTE: Edited in home page CSS (top = 18) */
    /*
    padding: 110px 30px 0 28px; 				
    */
    overflow: auto;
    background-color: #FFD4E7;
    /*
    border-bottom: 1px solid #554858;
    border-right: 1px solid #554858;
    */
    /*border: 3px solid #F9FE4C;*/
    color: #BA2656;
    border: 1px solid #F9FE4C;
}
div#blockcontent
{
    margin: 0px 20px 20px 20px;
}

div#block h1, div#block h2, div#block h3, div#block h4, div#block h5 
{
    margin-left: 0;
    padding: 0;
}
/* FAQs */
p.quote 
{
    margin-bottom: 5px;
    font-weight: bold;			
}
p.source 
{
    color: #fff;			
    text-align: right;
    margin-bottom: 0;
}
/* Store Finder */
span.storename 
{
    font-weight: bold;
}
/* Psuedo drop-down menu */
div#pseudodropdown 
{
    width: 300px;
    height: auto;
    margin-bottom: 220px; /* Allow for drop-down */
    color: #000;
    background: #fff url(../images/arrow_custom.gif) top right no-repeat;
    border: 1px solid #7f9db9;
}
span#select 
{
    display: block;
    height: 17px;
    margin-left: 3px;
    overflow: visible;				
}
ul#allstates 
{				
    list-style-type: none;
    width: 300px;
    height: 200px;				
    overflow: auto;	
    /*overflow-x: hidden;*/
    /*overflow-y: auto;			*/
    margin: 0;
}
ul#allstates a 
{
	display: block;
	width: 280px;					
	padding-left: 3px;
	color: #000;
	text-decoration: none;
}
ul#allstates a:hover 
{
    background-color: #b2b4bf;
}
/* Contact Us */
div.formitem, div.formitem2 
{
    float: left;			
}
div.formitem, div.formitem input 
{
    width: 200px;				
}
div.formitem select 
{
    width: 204px;
    margin-bottom: 2px;
}
div.formitem2, div.formitem2 input, div.formitem3 textarea 
{
    width: 400px; /* Edited in IE CSS */
}
div.formitem3 
{
    clear: both;
    margin-bottom: 5px;
    white-space: nowrap;		
}
div.submit 
{
    margin-top: 10px;
}
p#requiredfieldnote 
{
    float: right;
}
div#navigation 
{
    position: absolute;		
    z-index: 3;		
    top: 0;
    left: 0;		
}
div#navigation ul 
{
    list-style-type: none;
    margin: 0;
}
div#navigation a 
{
    position: absolute;
    display: block;
    background-repeat: no-repeat;
}
div#navigation a:hover 
{
    margin: 1px 0 0 1px;
}
div#navigation a span 
{
    display: none;
}

a#home 
{
    top: 6px;
    left: 118px;
    width: 104px;
    height: 77px;
    background-image: url(../images/logo_CoolClaws_onpink.gif);
}	

/*
a#about 
{
    top: 283px;
    left: 89px;
    width: 71px;
    height: 32px;
    background-image: url(../images/navigation/About.gif);
}
*/				
a#productinformation 
{
    top: 295px;
    left: 75px;
    width: 131px;
    height: 24px;
    background-image: url(../images/CC/navigation/ccproductinformation.gif);
}				
a#faqs 
{
    top: 320px;
    left: 120px;
    width: 45px;
    height: 22px;
    background-image: url(../images/CC/navigation/ccfaqs.gif);
}	
a#nutritionalcontent 
{
    top: 345px;
    left: 93px;
    width: 126px;
    height: 34px;
    background-image: url(../images/CC/navigation/ccnutritionalcontent.gif);
}				
a#mediacenter 
{
    top: 370px;
    left: 39px;
    width: 127px;
    height: 47px;
    background-image: url(../images/CC/navigation/ccmediacenter.gif);
}				
a#storefinder 
{
    top: 420px;
    left: 56px;
    width: 120px;
    height: 51px;
    background-image: url(../images/CC/navigation/ccstorefinder.gif);
}				
a#contact 
{
    top: 505px;
    left: 94px;
    width: 84px;
    height: 39px;
    background-image: url(../images/CC/navigation/cccontact.gif);
}

a#signin
{
    top: 475px;
    left: 68px;
    width: 131px;
    height: 24px;
    background-image: url(../images/CC/navigation/ccsignin.gif);
}
div#design 
{	
    width: 970px;
    height: 750px;
    background-image: url(../images/kitchen.jpg);
    background-repeat: no-repeat;
}
/*
div#freezer 
{
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;			
}
*/
/*
div#claudia 
{
    position: absolute;
    z-index: 3;
    top: 400px;
    left: 220px;
    width: 140px;
    height: 206px;
}
*/
img#claudiabackup 
{ /* Flash backup */
    margin-top: 20px;		
}