html, body {
  margin:0;
  padding:0;
}
body {
  text-align:center;
  background-color:#cccccc;
    font-family:Arial, sans, _sans;
    color:#666666;
    font-size:10px;
}
a {
    color:#666666;
    text-decoration:none;
}
a:hover {
    color:#333333;
}
div.clearboth {clear:both;}
div#links {
    text-align:left;
	float:left;
}
div#links ul {
    margin:0;
    padding:0;
}
div#links ul li{
    display:inline;
    padding:0 10px 0 0;
}
div#footer {
	float:right;
	width:200px;
	text-align:right;
	color:#EC1C24;
	margin-top:-6px;
}
#fc_minicart {
	width:185px;
	height:22px;
	background-image:url(../images/minicartBGflash.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:4px 0 0 15px;
	float:right;
	text-align:left;
	display:none;
	
}
.minicartText {
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
}
div#copy {
    
}
div#wrapper {
  width:1020px;
  height:610px;
  margin:0 auto;
  background-image:url(../images/shadow.png);
}
div#inner_wrapper {
 
}
div#bottomWrapper {
  width:1000px;
  margin:0 auto;
  padding:10px 30px;
    position:relative;
}
div#flash_wrapper {
  width:1000px;
  height:600px;
  margin:0 10px 10px 10px;
 border-bottom:1px solid #666666;
  border-left:1px solid #666666;
   border-right:1px solid #666666;
}
div#flash_holder {

}
a.active{
  color:#EC1C24;
}

div#overlay {
    width:100%;
    height:100%;
    background-color:#000000;
    position:absolute;
    top:0pt;
    left:0pt;
    display:none;
    filter:alpha(opacity=0);
  	-moz-opacity:0;
  	-khtml-opacity: 0;
  	opacity: 0;
}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
div#popup {
    width:635px;
    height:425px;
    position:absolute;
    background-color:#525252;
    display:none;
    top:80px;
    font-size:12px;
}
div#innerPop {
    background-color:#ffffff;
    width:625px;
    height:415px;
    margin-left:5px;
    margin-top:5px;
    position:relative
}
div#toolBar{
	text-align:left;
    height:35px;
}
div#toolBarLinks ul {
    margin:0;
    padding:10px;
}
div#toolBarLinks ul li {
    display:inline;
    padding: 0 5px;
}
div#popClose {
    position:absolute;
    top:7pt;
    right:10pt;
    font-size:12px;
    font-weight:bold;
    color:#525252;
    cursor:pointer;
}
div#popClose:hover {
  color:#E51C24;
}
div#popContent {
	width:625px;
	height:370px;
	overflow:auto;
	text-align:left;
}
div#popContent h2.motto {
  color:#990000;
}
div#popContent h2 {
    color:#999999;
}
div#popContent h3 {
    color:#333333;
}
div#popContent a {
    color:#990000;
}
div#innerPopContent {
  padding:0 10px;
}
div#zcAddThis {
    position:absolute;
    right:40px;
    top:-45px;
}
hr {
	height:1px;
	color:#333333;
	text-align:left;
}
.redRegular {
	font-weight:normal;
	color:#EC1C24;
}