/* CSS Document */
/*TYPOGRAPHY
----------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: verdana, tahoma, sans-serif;
	font-size:62.5%;
	/*background-color: #4d4c4e;*/
	background-color: #4b4b4c;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
}

img {
	border:0
	}
#printHeader{
	display: none;
	}
/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
	}
/*This sets the font size at 11px [but still allows font scaling]*/
#faux{
	font-size: 1.1em;
	line-height: 1.4em;
	}
p	{
	padding:0px;
	margin:0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	
	}

h1, h2, h3, h4{
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	}
h1 {
	font-size: 30px;
	margin: 10px 0 20px 0;
	
}
h2 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight:bold;
}

/*h3 {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}*/
h3{
	font-size: 22px;
	/*margin: 10px 0 20px 0;*/
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}
/* #leftcolumn .hpMainTxt h3, #rightcolumnbottom h3 { visibility: visible; color: #333333; }*/ 
h4 {
	font-size: 14px;
	font-weight: bold;
}
h6{
	color: #a8e0ff;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	}

/*h3.homepage{
	font-size: 22px;
	margin: 10px 0 20px 0;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	}*/
	
/*h7{
	font-size: 22px;
	/*margin: 10px 0 20px 0;*/
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}*/
	
h4.newsheader{
	font-size: 22px;
	margin: 10px 0 20px 0;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	
	}

	


A, A:active, A:visited   {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	
}
A:hover {
	color: #333;
	text-decoration: underline;
	
}
a:link h2, h2 a:link {
	font-weight: normal;
}
a:link h4, h4 a:link {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	
}
a:visited h4, h4 a:visited {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	
}
#footer A, #footer A:active, #footer  A:visited   {
	color: #eef0f4;
	text-decoration: none;
	font-weight: normal;
}
#footer A:hover {
	color: #eef0f4;
	text-decoration: underline;
}
input, select{
	font-size:10px;
	}
strong {
	font-weight: bold;
	}
ol{
	padding:0 0 0 10px;
	margin: 0 0 10px 20px;
	}
ul{
	padding:0px;
	margin: 0 0 10px 10px;
	}
li{
	margin: 0 0 3px 0;
	padding: 0px;
	}
ul li{
	list-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding: 0 0 0 12px;
	}
.top5{
	margin: 0 0 10px 0;
	}
.top5 li{
	padding: 1px 0 1px 15px;
	background-position: 4px 7px;
	}
.pageTitle{
	padding: 0px;
	margin: 0;
	font-size: 160%;
	}
.pageTitle2{ /*For Page titles with no subtitle [date etc] underneath*/
	padding: 0 0 10px 0;
	margin: 0;
	}
label, .fakeLabel{
	color: #999999;
	font-weight: bold;
	}
input, select {
	color: #666;

	}
	
	
	
/*STRUCTURE
----------------------------------------------------*/
html, body, #wrapper {
	height: auto;
	}
#wrapper{
	/* background-image: url(../images/CaptainAmerica.gif); */
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
}
#wrapper { 
 margin: 0 auto;
 width: 852px;
 /*background-color:#FFFFFF;*/
 background-color:#e7f4fd;
 padding-left:3px;
 padding-right:3px;
 border-bottom:3px solid #fff;;
/* width: 918px; */

}
#faux {
	z-index: 0;
	padding: 2px 0 10px 10px;
	/*margin: 0;*/
	/*background: #fff url(../images/bg_rightCol.gif) repeat-y 100% 0;*/
	background-color:#e7f4fd;
}
#header, #header2 {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 167px;
}
#header2 {
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display:inline-block; /*This fixes a weird bug in IE6 where the background of #header2 is cut off*/
}
.headerTop{
	position:absolute;
	top:0;
	right:0;
	}
#navbar, #navbar2{
    /*background-image: url(../images/bg_nav.jpg);
    background-repeat: repeat-x;*/
	background-color:#333333;
	padding: 0;
	margin: auto;
	position: relative;
    z-index:1;
	}
#rightcolumn { 
 	display: inline;
 	margin: 0;
 	padding: 0;
 	width: 318px;
 	float: right;
	/*background-image: url(../images/right_column_shadows.gif);*/
	background-repeat:repeat-y;
}

#rightcolumnbottom{ 
 	margin: 0;
 	padding: 0 0 10px 0;
 	width: 318px;
	background-image: url(../images/rightcolumnbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#leftcolumn {
	float: left;
	width: 520px;
	display: inline;
	margin-top:5px;
}
#singlecolumn{
	margin: 0 10px;
	padding: 10px;
	background-color: #FFF;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 10px 10px;
	color: #eef0f4;
	text-align: center;
}
.clear { clear: both; background: none; }
.promo, .newsImg {
	margin: 0 0 10px 10px;
	
	}




/*NAVIGATION
----------------------------------------------------*/
#navbar{
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0;
	position: relative;
	height: 58px;
	width:852px;
	/*width: 832px;*/
	}
#navbar2{
	position: absolute;
	left: 175px;
	top:50px;
	/*background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	background-color:#333;
	height: 78px;
	border-bottom:1px solid #8d9498;
	}
#nav, #nav ul {
	/*padding: 0;*/
	padding-left:7px;
	margin: 0;
	list-style: none;
	line-height: 1.4em;
	z-index: 5;
}

#nav a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	background-image: url(../images/nav_vert_line.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:87px;
	background-color:#333333;
	height: 54px;
	padding:4px 0 0 5px;
	line-height:1.1em;
}
#nav a:hover {
	color: #FFFFFF;
	background-color:#444;
	text-decoration: none;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0.2em 10px;
	width: 10.2em;
	z-index: 10;
	height:1.75em;
	text-transform:none;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #999999;
	border-width: 0 5px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 10;
}

#nav li li:hover {
	background-color: #ffffff;
	z-index: 10;
	
}

#nav li {
	float: left;
	/*width: 10em;*/
	padding:0;
	margin: 0;
	height: 25px;
	position: relative;
	background-image: none;
	z-index: 5;
}
#nav li ul {
		position: absolute;
	width: 12em;
	left: -999em;
	/*background-color: #0b4295;*/
	background-color: #333333;
	z-index: 10;

}
#nav li li{
	border-bottom: 1px solid #666666;
	margin: 0;
	padding: 0;
	/*background-color: #0b4295;*/
	background-color: #FFFFFF;
	height: auto;
	z-index: 10;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	top: 39px;
	/*background-color: #0b4295;*/
	background-color: #333333;
	direction: ltr; /*This is here because IE is shithouse*/
	z-index: 10; 
}
#navbar2 #nav li:hover ul, #navbar2 #nav li.sfhover ul {
	top: 50px; /*This sets the vertical location of drop downs on the interior pages*/
	}
a.cfspmLogo {
	width: 105px;
	height: 65px;
	position: absolute;
	top: -7px;
	right: 0;
	z-index: 999;
	text-indent: -9999px;
	background: url("../images/nav/gfxLogo(CFSPM).gif") no-repeat;
}

/*HOMEPAGE
----------------------------------------------------*/
.hpModule {
	float: left;
 	margin: 20px 0 10px 10px;
	width: 240px;
/*	height: 250px;*/
	display: inline;
	position: relative;
}
#hpMainItem{
	width: 514px;
	height: 260px;
	background-image: url(../images/featureBG.jpg);
	background-repeat: no-repeat;
	padding: 13px 0 0 13px;
	
	}
	/*#hpMainItem {
	width: 514px;
	height: 260px;
	/*background-image: url(../images/mainItem_bg.gif);
	background-repeat: no-repeat;*/
	/*background-color:#333333;
	padding: 6px 0 0 6px;
	
	}*/
#hpMainItem h2{
	font-size: 2em;
	font-weight: normal;
	line-height: 1.2em;
	}
#hpMainItem a {
	color: #000000;
	}
.hpMainImg{
	float:left;
	/*border: 1px solid #ccc;*/
	}
.hpMainTxt{
	width: 235px;
	float: left;
	margin-left: 10px;
	padding-top: 2px;
	}
.hpMainTxt p{
	color:#333;
	}
	
#promoPanel p{
	color:#fff;
}
	
	
.hpMainTxt a, .hpMainTxt a:active, .hpMainTxt a:visited, .hpMainTxt a:hover{
	color:#fff;
}
#promoPanel a, #promoPanel a:active, #promoPanel a:visited, #promoPanel a:hover{
	color:#fff;
}
	

	
	
.hpItem{
	padding: 5px 0;
	margin: 0px;
	background-image:url(../images/horiz_line_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
.loveYourLocal{
	margin-bottom: 20px;
	}
.featurePic{
	border: 1px solid #c4dae4;
	margin: 3px 0 7px 0;
	}
	
#miniStoreFinder{
	/*background-image: url(../images/small_shadow_box.gif);*/
	padding:10px;
	height:125px;
	
	}
#miniStoreFinder .name{
	width:166px;
	height: 11px;
	padding: 2px;
	}
#miniStoreFinder .cat{
	width: 225px;
	}
#miniStoreFinder .submit{
	margin:0px;
	padding:0px;
	}
#miniStoreFinder table{
	margin-bottom: 10px;
	}

/*SEARCH
----------------------------------------------------*/
#search{
	position: absolute;
	right: 14px;
	top: 10px;
	margin: 0;
	}
#header2 #search{
	position: relative;
	float: right;
	z-index: 20;
	margin: 10px 20px 0 0;
	}
#search input.field{
	margin: 0;
	height: 14px;
	padding: 2px 2px 2px 2px;
	/*background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	border: 1px solid #d9d9d9;
	border-right: none;
	color: #333;
	width: 122px;
	}
#search input.searchSubmit{
	margin:0;
	padding: 0;
	}
#searchResults{
}

input.store_name {
	margin: 0;
	height: 14px;
	padding: 2px 2px 2px 2px;
	/*background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	border: 1px solid #d9d9d9;
	border-right: none;
	color: #333;
	width: 122px;
	}
.searchType{
	margin: 20px 0;
	padding-top: 7px;
	border-top: 1px solid #D7D7D7;
	}


/*NEWS
----------------------------------------------------*/
.newsPod{
	position: relative;
	padding: 3px;
	margin: 0 0 5px;
	border: 1px solid #DDDDDD;
	}

.newsPod .thumb{
	float: left;
	border: 1px solid #C4C4C4;
	margin-right: 1px;
	}
.newsPod h3{
	font-size: 1.1em;
	margin: 3px 0 3px 0;
	padding: 0px;
	}
.newsPod .podText{
	float: left;
	width: 400px;
	margin-left: 10px;
	position:relative;
	z-index: 1;
	}
.newsPod .podText p{
	padding: 0px;
	margin: 0 0 3px 0;
	}
.date {
	margin: 0 0 3px 0;
	color: #333;
	font-size: .9em;
}
/*.paginate{
	padding: 5px;
	background-color: #E9E9E9;
	text-align:center;
	border: 1px solid #DDDDDD;
	}*/
#newsList{
	padding: 10px 0 0 0;
}

/*EVENTS
----------------------------------------------------*/
#eventsList{}
.eventHeader{
	/*background-color: #479dcf;*/
	/*color: #fff;*/
	color:#333;
	/*font-size: 1.2em;*/
	padding:3px 5px;
	margin:10px 0 0px 0;
	font-weight: bold;
	
	}
.featEvent{
	padding: 3px;
	margin: 0 0 5px;
	border: 1px solid #DDDDDD;
	}
.featEvent .thumb{
	float: right;
	border: 1px solid #C4C4C4;
	}
.featEvent h3{
	font-size: 1.1em;
	margin: 3px 0 3px 0;
	padding: 0px;
	}
.featEvent .podText{
	float: left;
	width: 400px;
	margin-left: 3px;
	}

/*MST
----------------------------------------------------*/
.textBlock {
	width: 500px;
}
.MSTitem{
	padding: 8px 10px 0 10px;
	margin: 5px 0;
	}
.MSTpod{
	float: left;
	width: 45%;
	margin-right: 20px;
	}
.removeButt{
	float: right;
	}
.MSTheader{
	margin: 20px 0 0 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 0 0 5px 0;
	}
/*MISC
----------------------------------------------------*/
/*.featBox,*/ .MSTitem{
	border: 1px solid #d1eaf8;
	background-color: #e4e9ef;
}

/*.featBox {
	font-size: .9em;
	padding: 5px 10px 0 10px;
	margin: 5px 0 10px 0;
}
.featBox p{
	margin: 0px;
	padding: 0px;
	}
.featBox h3, .SOsidebar h3{
	margin: 0 0 5px 0;
	padding: 0px;
	}
.featBox ul, .SOsidebar ul{
	padding:0 0 0 10px;
	margin: 0 0 10px 10px;
	}*/
.MSTbutt{
	padding-bottom:10px;
	padding-right: 9px;
	padding-top: 3px;
	float:right;
}
.MSTbutt-sml{
	position: absolute;
	top: 3px;
	right: 3px !important;
	right: 13px; /*Hack for crappy IE6*/
	z-index: 2;
	}
/*.SOsidebar{
	background-color: #fff;
	margin-bottom: 10px;
	padding: 5px 5px 0 5px;
	border: 1px solid #d1eaf8;
	font-size: .9em;
	background-color: #fff;
	}*/
.SOsidebar{
	/*background-color: #fff;
	border: 1px solid #d1eaf8;*/
	margin-bottom: 10px;
	padding: 5px 5px 0 15px;
	font-size: .9em;
	}
.interweb{
	float: right;
	width: 300px;
	}
#SOList{
	padding: 10px 0 0 0;
}
#SOList h4 {
	width: 230px;
	}
.letterButts{
	width:360px
	}
.letterButts img, .letterButts input{
	float: left;
	margin: 0 5px 5px 0;
	}
.SStype{
	margin-bottom: 20px;
	}
.tableHeader{
	background-color: #479dcf;
	color: #fff;
	font-weight: bold;
	}
.zebraStripe{
	background: #E4F0F8;
	}
.gallButt{
	margin-bottom: 10px;
	margin-left:10px;
	}
.storeOffer{
		border-top: 1px solid #d1eaf8;
		padding: 10px 0 0 0;
		margin-top: 5px;
		}
.sideImg,  .newsImg{
	border: 1px solid #1a59b9;
	margin-left:10px;
	margin-top:2px;
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/* Refer a friend section */
#formArea {
	text-align: left;
	}
.referFriendForm {
	width: 100%;
 }
.referFriendForm input {
	border: 1px solid #ccc;
	width: 140px;
	}
.referFriendForm input:focus {
	background-color: #fff;
	}
.headerFriend {
	text-align: center;
	padding-right: 20px;
	}
.referaFriend {
	width: 600px;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	}
.referFriendForm th {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	}
.referFriendForm td {
	padding: 8px 20px 8px 0;
	border-bottom: 1px solid #dddddd;
	}
.referFriendForm input.btnRegister {
	text-align: center;
	margin: 0 auto;
	}
.submitBtnSection {
	 text-align: center;
		}

table.contactForms {			width: 90%; font-weight: bold; }
table.contactForms td {			height: 30px; }
table.contactForms h2 {			padding-top: 15px; }
table.contactForms .formField {	width: 100%; }
table.contactForms .commentBox {	width: 100%; }
td.firstColumn {				width: 180px; }

.fashionistaBox	{
	float: left; 
	width: 100%; 
	margin: 10px 0; 
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1; 
	display: inline; 
}
.fashionistaBox img	{
	float: right; 
	margin-left: 25px;
}

/* Brand Tube Testing */
.brandtube {
	display: none;
	margin: 0;
	height: 250px;
	width: 310px;
	position: relative;
}
.brandExpanded {
    width: 300px;
    height: 250px;
	position: absolute;
	left: -300px;
	top: 0px;	
	
    }   
 /*#myFlashContent {height: 250px; width: 300px;}*/
 
/*
.brandExpanded .internalTube {
    width: 600px;
    }
*/
/*
.brandExpanded .internalTube {
	position: absolute;
	left: -300px;
    top: 0px;	
} 
*/
:focus {outline:none;} 