/**************************************************************
	DESCRIPTION:
	This stylesheet defines the main structure for the RED
    website. There should be no template or widget specific
    styles in this file.
	
	CONTENTS:
	- CSSResets
	- CommonStyles
    - PageStructure
    - Footer
**************************************************************/

/*************************
	START: CSSResets
*************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*************************
	END: CSSResets
*************************/

/*************************
	START: CommonStyles
*************************/
body {
	font: normal 12px/14px Helvetica Arial, Sans-Serif;
	color: #666;
}

.clearFloats, .ClearFloats, .ClearFloatsHidden_Global {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
    color: #666;
}

b, strong, .Strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}
/*************************
	END: CommonStyles
*************************/

/*************************
	START: PageStructure
*************************/
#headerContainer,
#bodyContainer,
#footerContainer 
{
    width: 970px;
    margin: 0 auto;
    padding: 0 9px;
    overflow: hidden;
}

#headerContainer { overflow: visible; }
/*************************
	END: PageStructure
*************************/

/*************************
	START: Footer
*************************/
#Footer .Links {
	text-align: center;
	margin: 6px 0 10px 0; 
}

#Footer .Links a {
	display:inline-block;
	border-right:1px solid #666;
	padding-right:8px;
	margin-left:8px;
	line-height:10px;
	height:8px;
}

#Footer .Links a:last-child { border-right:0; }
#Footer .LinkSpacer { margin:0 8px; }

#Footer .FamilyBrands {
	text-align: center;
	margin: 10px auto 50px;
	padding-top: 7px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
			
#Footer .FamilyBrands .title {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
			
#Footer .FamilyBrandsHeaderSpacer {
    margin-bottom: 8px;
}
			
#Footer .FamilyBrandsLogoSpacer {
    margin-left: 18px;
}

#Footer .FamilyBrandsRule {
	width: 750px;
	height: 1px;
	margin: 16px auto 10px;
	border-top: 1px solid gray;
}

#Footer .OtherBrands {
	text-align: center;
	width: 600px;
	margin-top: 5px;
}

#Footer .OtherBrandsSpacer {
    margin: 0 10px;
}

#Footer .TextDescription {
	width: 600px;
	text-align: left;
	margin: 42px auto 50px;
}

#Footer .InteractionBreak {
    margin-top:42px;
}

#Footer a 
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    color: #666;
    text-decoration: none;
}

#Footer a:hover {
    text-decoration:underline;
}

#Footer .bodybackgroundcolor {
    color: #FFF;
}

#Footer .OtherBrands, 
.footer .TextDescription
{
    font-size: 11px;
}

#Footer .Links .strong 
{
    font-weight: bold;
}

.TextDescription .OtherBrands a 
{
    text-decoration: none;
}

.footer .TextDescription 
{
    margin-bottom: 10px;
}

/* START: global copyright across all pages */
#footerContainer .Copyright {
	text-align: center;
	margin: 26px auto 20px;
    font-size: 11px;
}
/* END: global copyright across all pages */

#BrandInteraction {
    margin: 65px 0 10px;
    height:90px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#BrandInteraction .ChatWrapper {
    background-image: url('../../../../../../248/497/0001/origin.prvd.com/RedEnvelope/images/ChatBackground.gif');
    background-repeat: no-repeat;
    width:172px;
    height:71px;
    float:left;
    border-right:1px solid #CCC;
}

#BrandInteraction .ChatHeader {
    margin:10px auto auto 14px;
}

#BrandInteraction .ChatText {
    margin:6px auto auto 14px;
}

#BrandInteraction .SignUpWrapper {
    width: 284px;
    height:90px;
    float:left;
    border-right:1px solid #CCC;
    padding-left: 200px;
}
				
#BrandInteraction .SignUpWrapper .EmailSignupText {
    margin: 25px auto auto 0;
    text-align: left;
}

#BrandInteraction .SignUpWrapper .EmailSignupInput {
    margin: 25px 0 0 0;
    text-align: left;
}

#BrandInteraction .SignUpWrapper .EmailSignupInput input {
    margin: -1px 0 0;
    width: 143px;
    float: left;
    height: 16px;
    padding: 2px;
    border: 1px solid #E3E3EB;
}

#BrandInteraction .SignUpWrapper .EmailSignupInput a {
    margin: 3px 0 0;
}

#BrandInteraction #SaveButton img {
    position:absolute;
    vertical-align: top;
}

#BrandInteraction .CatalogWrapper {
    width:250px;
    height:71px;
    float:left;
}

#BrandInteraction .CatalogWrapper .CatalogSignUpText {
    width: 150px;
    margin:35px auto auto 20px;
}

#BrandInteraction .CatalogWrapper .CatalogSignUpText a {
    font-size: 12px;    
}

#BrandInteraction .CatalogWrapper .CatalogSignUpImage {
    float:right;
    margin-right: 14px;
    margin-top: -40px;
    width: 56px;
    height: 74px;
    overflow:hidden;
}

.blogNewsInfoContainer
{
    margin: 0 0 25px 0;
    font-size: 11px; 
}

.blogNewsInfoContainer h3
{
    font-weight: bold;
}

.blogNewsInfoContainer li
{
    margin-left: 13px;
}

/*************************
	END: Footer
*************************/