/* DHF_CSS */
/*------ Deer Hill Fleece Main css ------ */
/*-------- 9/12/06 1:45PM ----------*/
/*   
Theme Name: DHFMain
Theme URI: www.deerhillfleece.com
Description: Theme for Deer Hill Fleece
Author: Allan Douglas, DDGraphics WebMedia
Author URI: www.ddgwebmedia.com
*/
/*-------- HTML Elements --------*/ 
body {
	font-family: "Comic Sans MS";
	color: #000066;
	font-size: .95em;

} 
p, h1, h2, h3, h4, h5, ul, li, td {
	font-family: "Comic Sans MS";
	color: #000066;
}
p {
	font-size: .95em;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
	letter-spacing: normal;
}
h3 {
	font-size: 14px;
	color: #000066;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
/***********************************/
/*---- General Selectors ----*/
#inhalt {
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	width: 915px;
	background-image: url(../SiteAssets/JPG/bckgrnd1985.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	margin: 25px auto 0px;
}
#col1 {
	width: 65%;
	margin-left: 3em;
}
#col2 {
	width: 90%;
}
/*********************************/

/* @group Events Calender */

/* --- Events Calendar Stuff ---*/
#calendar {
	clear: both;
	margin-left: 0;
	width: 100%;
}
/* twoColumns class for implementing a simple 2-column structure wherever needed
 * inside the content column. 
 */
table.clndrColumns {
	border: 1px solid #999966;
	border-collapse: collapse;
	background-color: #ccceb7;
	width: 100%;
}
table.clndrColumns td {
	border: 1px solid #999966;
}
.clndrColumns p {
	text-align: left;
	margin-top: 0em;
	margin-left: .5em;
	font-size: .9em;
}
.clndrColumns h5 {
	text-align: left;
	margin-bottom: 0em;
	margin-top: .2em;
	margin-left: .2em;
	font-size: 1em;
}
.clndrColumns td.leftColumn {
	width: 30%;
	overflow: visible;	/* fix for IE italics bug */
}
.clndrColumns td.rightColumn {
	width: 70%;
	overflow: visible;	/* fix for IE italics bug */
}
/*--- Printer Icon for Events Calendar ---*/
#printer{
	margin-left: 0;
	width: 99%;
}
#printer h5 {
	font-size: .9em;
	text-align: left;
}
#printericon {
	float: right;
	width: 10%;
}
#printertext {
	float: left;
	width: 85%;
	margin: 0;
}
#printer a:link, #printer a:visited {
	color: #0000FF;
	text-decoration: none;
	height: 32px;
	width: 32px;
	background-image: url(http://www.ddgwebmedia.com/DDGECom/DB/DBAssets/DBIcon/print_up.gif);
	display: block;
    }
#printer a:hover {
	color: #66CCFF;
	height: 32px;
	width: 32px;
	background-image: url(http://www.ddgwebmedia.com/DDGECom/DB/DBAssets/DBIcon/print_dwn.gif);
	background-repeat: no-repeat;
	display: block;
 }

/* @end Events Calender */
/*---- End General Selectors ----*/
/*********************************/
/*------ Links Stuff ------*/
#links {
}
#links p {
	font-size: 14px;
	color: #3366CC;
}
/*---- End Links Stuff ----*/
/*********************************/
/*------ Nav Stuff ------*/
/*------ LeftNav Used in Cart & Catalog ------*/
#ournav, #ournav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 11em;
}
	
#ournav li { /* all list items */
	position : relative;
	margin-left: 0px;
	float : left;
	line-height : 1.25em;
	width: 11em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
	
#ournav li ul {
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.90em;
	z-index: 99;
}
	
#ournav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#ournav li a {
	width: 11em;
	w\idth : 10em;
	display : block;
	text-decoration : none;
	background: transparent;
	border-top: 1px solid #BF9946;
	border-right: 1px solid #333;
	border-left: 1px solid #BF9946;
	padding : 0.3em 0.5em;
}
	
	#ournav li a:hover, #ournav li a:active {
		color : #CC9;
		background-color : navy;
}
	
	#ournav li:hover ul ul, #ournav li:hover ul ul ul, #ournav li.sfhover ul ul, #ournav li.sfhover ul ul ul {
		left: -999em;
}
	
	#ournav li:hover ul, #ournav li li:hover ul, #ournav li li li:hover ul, #ournav li.sfhover ul, #ournav li li.sfhover ul, #ournav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		background-color : #CCCC99;
}
/*-------- End LeftNav --------*/
/*************************************/
/*------- Giveaway Button -------*/
.gvwybutton a:link, .gvwybutton a:visited {
	margin-top: 5px;
	display: block;
	width: 135px;
	border-top: 1px solid #FFC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #FFC;
	color: #FFC;
	background-color: #030;
	text-align: center;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0 auto;
}
html>body .gvwybutton {
	width: 140px;
}
.gvwybutton a:hover, .gvwybutton a:active {
	color: #030;
	background-color: #FFC;
	text-align: center;
	border-top-color: #030;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #030;
}
/*------------------------------------*/
/*------ Privacy & Terms of Use Stuff ------*/
#privacy {
}
#privacy p {
	font-size: 11px;
}
#privacy h1 {
	font-size: 20px;
}
#privacy h2 {
	font-size: 16px;
}
#privacy h3 {
	font-size: 14px;
}
#terms p, #terms h1, #terms h2, #terms h3 {
	left: 0px;
	Width: 570px;
	position: relative;
}
#terms p {
	font-size: 11px;
}
#terms h1 {
	font-size: 20px;
}
#terms h2 {
	font-size: 16px;
}
#terms h3 {
	font-size: 14px;
}
/****************************/
/*---- Footer Stuff ----*/		
#footer {
	color: #000066;
	margin: .5em auto;
	clear: both;
	width: 90%;
	text-align: center;
	font-size: .8em;
	border-top: 1px solid #333;
	}
/****************************/
/* ----- DDGWM Basic Form IdD and CSS ----- */
/*------- 9/16/06 ------*/
#frmcontainer {
	width: 100%;
	border: thin dashed #660099;
	margin: 0px auto;
	clear: both;
}

div.row {
	clear: both;
	padding-top: 5px;
  }
div.row1 {
	clear: both;
	padding-top: 5px;
	text-align: center;
  }
div.row span.label {
	float: left;
	width: 30%;
	text-align: right;
	background: #999966;
	color: #CCCCCC;
  }

div.row span.formw {
	float: right;
	width: 70%;
	text-align: left;
	color: #000066;
  } 
  /*---- End Form CSS ----*/
/*************************/

/*------------------------------------------*/	
/* ------ Classes ------ */
.spacer {
	clear: both;
}
.gnrllinks {
	font-size: 14px;
	color: #3366CC;
}
.WhteBttmLnks {
	font-family: "Comic Sans MS";
	font-size: 10px;
	text-decoration: none;
}
.BttmNvBrTxt {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}

.BttmLnks {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	text-decoration: none;
	background-color: #CCCC99;
}
.Headers {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}


.PrdctDscrptnTxt {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	color: #006666;
}
.PrdctNme {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #006666;
}
.PrdctPrceTxt {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
.PdctNmameA {
	font-family: "Comic Sans MS";
	font-size: 15px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
	font-style: italic;
}
.PrdctPrceATxt {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}

.ddGraphics2 {
	font-family: "Comic Sans MS";
	font-size: .85em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.WebMedia2 {
	font-family: "Comic Sans MS";
	font-size: .85em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
