/* CSS Document */

/* ********Fonts******** */

body {
	font: 10pt Calibri,Verdana,Arial,Geneva,sans-serif;
	background-color:#F2F1ED;
	color: #555555;
	line-height: 16px;
	}

p {
	font: 10pt Calibri,Verdana,Arial,Geneva,sans-serif;
	margin: 0px 0px 8px 0px;
	line-height: 16px;
	}

td {
	font: 10pt Calibri,Verdana,Arial,Geneva,sans-serif;
	line-height: 16px;
	}
	
a, a:active, a:visited {
	text-decoration: none;
	color:#663200;
	}
	
a:hover {
	text-decoration: none;
	color:#962D46;
	}
	
.error {
	font-weight:bold;
	color: #CC0000;
	}

h1 {
	display:none;
	color:#962D46;
	margin: 0px;
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	}
	
h1.product {
	display:block;
	color:#962D46;
	margin: 0px;
	font: 17px Calibri,Verdana,Arial,Geneva,sans-serif;
	text-transform:none;
	font-weight:bold;
	}
	
.newHelloFolks{
	width:300px;
	height:40px;
}

.flashTitleNav{
/*flashFont:Times;*/
	flashColor:0x990000;
	flashFontSize:12;
	flashFontBold:false;
	flashTextAlign:left;
	flashFontLeading:0;
	flashFontKerning:0;
	/*flash Styles*/
	textCase:lowercase;
	textWidth:23;
	textHeight:23;
	rotation:0;
	titleX:0;
	titleY:5;
	/*dropshadow*/
	dropShadow:true;
	dropShadowDistance:4;
	dropShadowAngle:45;
	dropShadowColor:0x990000;
	dropShadowAlpha:0.4;
	dropShadowBlurX:10;
	dropShadowBlurY:10;
	dropShadowStrength:2;
	dropShadowQuality:3;
	/*animation*/
	/*rollOverColor*/
	isRollOverColor:true;
	rollOverColor:0x000000;
	/*rollOverAlpha*/
	rollOverAlpha:true;
	rollOverAlphaEaseClass:none;
	rollOverAlphaEaseMethod:easeOut;
	rollOverAlphaStartValue:100; /*numeric value in percentage - between 0 and 100*/
	rollOverAlphaEndValue:0;
	rollOverAlphaDuration:20; /*in frames per second*/
	/*rollOverXpos*/
	rollOverXpos:false;
	rollOverXposEaseClass:Back;
	rollOverXposEaseMethod:easeInOut;
	rollOverXposStartValue:0; /*numeric value in px*/
	rollOverXposEndValue:100;
	rollOverXposDuration:20; /*in frames per second*/
	/*rollOverYpos*/
	rollOverYpos:false;
	rollOverYposEaseClass:Back;
	rollOverYposEaseMethod:easeInOut;
	rollOverYposStartValue:0; /*numeric value in px*/
	rollOverYposEndValue:-3;
	rollOverYposDuration:2; /*in frames per second*/
	/*rollOverRotation*/
	rollOverRotation:false;
	rollOverRotationEaseClass:Elastic;
	rollOverRotationEaseMethod:easeInOut;
	rollOverRotationStartValue:0; /*numeric value in degrees*/
	rollOverRotationEndValue:360;
	rollOverRotationDuration:50; 
}


.layFlashTitle {
	width:300px;
	height:40px;
	}
	
	
.flashTitle{
	/*flashFont:Times;*/
	flashColor:0xFFFFFF;
	flashFontSize:22;
	flashFontBold:false;
	flashTextAlign:left;
	flashFontLeading:0;
	flashFontKerning:0;
	/*flash Styles*/
	textCase:uppercase;
	textWidth:300;
	textHeight:40;
	rotation:0;
	titleX:10;
	titleY:0;
	/*dropshadow*/
	dropShadow:true;
	dropShadowDistance:4;
	dropShadowAngle:45;
	dropShadowColor:0xFFFFFF;
	dropShadowAlpha:0.2;
	dropShadowBlurX:10;
	dropShadowBlurY:10;
	dropShadowStrength:2;
	dropShadowQuality:3;
	/*animation*/
	/*rollOverColor*/
	isRollOverColor:false;
	rollOverColor:0x000000;
	/*rollOverAlpha*/
	rollOverAlpha:false;
	rollOverAlphaEaseClass:none;
	rollOverAlphaEaseMethod:easeOut;
	rollOverAlphaStartValue:100; /*numeric value in percentage - between 0 and 100*/
	rollOverAlphaEndValue:0;
	rollOverAlphaDuration:20; /*in frames per second*/
	/*rollOverXpos*/
	rollOverXpos:false;
	rollOverXposEaseClass:Back;
	rollOverXposEaseMethod:easeInOut;
	rollOverXposStartValue:0; /*numeric value in px*/
	rollOverXposEndValue:100;
	rollOverXposDuration:20; /*in frames per second*/
	/*rollOverYpos*/
	rollOverYpos:false;
	rollOverYposEaseClass:Back;
	rollOverYposEaseMethod:easeInOut;
	rollOverYposStartValue:0; /*numeric value in px*/
	rollOverYposEndValue:-3;
	rollOverYposDuration:2; /*in frames per second*/
	/*rollOverRotation*/
	rollOverRotation:false;
	rollOverRotationEaseClass:Elastic;
	rollOverRotationEaseMethod:easeInOut;
	rollOverRotationStartValue:0; /*numeric value in degrees*/
	rollOverRotationEndValue:360;
	rollOverRotationDuration:50; 
}

	
h2 {
	margin: 0.5em 0em 0.5em 0em;
	font: 11pt Calibri,Verdana,Arial,Geneva,sans-serif;
	color:#962D46;
	font-weight: bold;
	}

h3, h4, h5, h7 {
	margin: 0.5em 0em 0.5em 0em;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color:#962D46;
	}
h6 {
	border-top:3px double #663200;
	color:#555555;
	font-size:11pt;
	margin:0;
	padding:3px 0 0;
	width:100%;

}

hr {
	border-top-color: #2D517F;
	border-top-width:1px;
	border-top-style: solid;
	height:0px;
	clear:both;
	}
	
img {
	border: 0px;
	}

.saleprice {
	font-weight: bold;
	color: #990000;
	}
	
.strikethru {
	text-decoration: line-through;
	}
