/*---Deer Hill Fleece Main css ---*/

/*----- 1/25/06 8:00AM -------*/
/*   
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 {
	background: maroon url(../SiteAssets/Jpeg/csMoltenRed.jpg) repeat;
	font-family: "Comic Sans MS", sans-serif;
	color: #CC9;
	font-size: 95%;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #CC9;
}

p, td, h1, h2, h3, h4, h5, ul, li {
	font-family: "Comic Sans MS", sans-serif;
	color: #CC9;
}

p {
	font-size: .95em;
	margin: 1em 1em 0 1.2em;
}

h1 {
	font-size: 1.5em;
	padding: 0;
	margin-left: 1.2em;
}

h2 {
	font-size: 1.25em;
	padding: 0px;
	margin: 1em 0 0 1.2em;
}

h3 {
	font-size: 1.10em;
	margin: 0px;
	padding: 0px;
}

/*-------- End HTML Elements -------- */

/*------ Selectors for Main Page Layout ------*/

#container {
	width: 85%;
	margin: 0 auto;
}

/*---- Styles for the Main Header Bar ---- */

#header {
	/*- height: 55px; -*/
	text-align: right;
	padding-top: .3em;
	border-bottom: medium double #ef8000;
}
#header h1{
	font-size: 2.5em;
	padding: 0;
	margin: .5em .5em 0 auto;
}
.image {
	border: medium groove #999999;
}


/*-------- End Container Stuff --------*/
/****************************************/

#wrapper {
	float: left;
	width: 100%;
	margin: 0 auto;
}

/* @group Main Content */

#maincontent {
	float: right;
	width: 69%;
	overflow: auto;
	height: 50em;
	z-index: -1;
}

/* @group Stuff Used in Main Content */

/* @group Catalog Stuff */

/* Used in the Catalog & CatalogDetail Pages */

#prodcontainer {
	float: left;
	width: 99%;
}

#prodcontainer .box {
	float: left;
	width: 100%;
	margin-top: .5em;
}
#prodcontainer h1 {
	font-size: 1.5em;
	padding: 0;
	margin-left: 0;
}

#prodcontainer h2 {
	font-size: 1.25em;
	padding: 0px;
	margin: 1em 0 0;
}

#prodcontainer .prodgroup {
	float: left;
	text-align: center;
	display: block;
	width: 33%;
	margin: .5em 0 0;
}

#prodcontainer .prodgroup h3 {
	font-size: .9em;
	text-align: center;
	margin: 0;
}

#prodcontainerb {
	clear: both;
	width: 99%;
	position: relative;
}

#prodcontainerb .prodgroupb {
	width: 30%;
	text-align: center;
	display: block;
}

#scndecontainer {
	float: left;
	position: relative;
	width: 99%;
}

/*---- Claqsses Used in Catalog -----*/

.prdctsubcatname {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
}
.prdctsubcatdescription {
	font-size: 1.25em;
	font-style: normal;
}
.prdctseperator {
	border-top: medium ridge purple;
}
.prdctname {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.prdctdescription {
	font-size: 1.25em;
	font-style: normal;
	text-align: center;
}
.prdctprice {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: .5em;
}
.prdctpricesale {
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .5em;
}
.prdctnamea {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.addtcbutton {
	margin-top: 1em;
	background-color: #EFE6E6;
	color: #3D003A;
	width: 150px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BF9946;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #BF9946;
	text-align: center;
	margin-left: .9em;
	padding: .5em .8em .5em .5px;
}
/* @end Catalog Stuff */
/*------------------------*/
/* @group Events Calender */

/* --- Events Calendar Stuff ---*/
#calendar {
	clear: both;
	margin-left: 0;
	width: 100%;
}

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;
	color: purple;
}
.clndrColumns h5 {
	text-align: left;
	margin-bottom: 0em;
	margin-top: .2em;
	margin-left: .2em;
	font-size: 1em;
	color: purple;
}
.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 */

/* @group Contacts Page Stuff */

/*------ Contacts Page Stuff ------*/
/*----- Needed in every site that uses our DB for contact information -----*/
#contact {
	float: left;
	width: 98%;
	position: relative;
	margin: 0 .5em;
	padding: 0;
}
#contact .modules {
	clear: both;
	padding-top: 5px;
	text-align: center;
  }
#contact h2 {
	width: 95%;
	-moz-border-radius: 10px;
	color: white;
	background-color: #9d91d7;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
	text-align: center;
	margin: 1.5em auto 0;
}
#contact h4 {
	width: 93%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	color: white;
	background-color: #9d91d7;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666666;
}
#contact h5 {
	text-align: center;
	font-weight: normal;
	/*- color: #333; -*/
}

#contact .contact {
	text-align: center;
	float: left;
	display: block;
	font-size: small;
	width: 33%;
}
#rightcolcntct {
	float: right;
	width: 20%;
	margin: 0;
	z-index: 0;
	position: fixed;
	left: 78%;
}
.rowcccntct {
	clear: both;
	width: 100%;
}
.imagerc {
	width: 100%;
	border: thick ridge white;
}
.imagecc {
	width: 31%;
	border: thick ridge white;
}
/******************************/
/*---------- Form Stuff ----------*/
#frmcontainer {
	/*- background-color: #9d91d7; -*/
	width: 80%;
	/*- border: thin dashed #660099; -*/
	margin: 0 auto;
	clear: both;
}
#frmcontainer h2 {
	font-size: 1.1em;
	margin: .5em 0em;
}

div.row {
	clear: both;
	padding-top: 5px;
	text-align: center;
  }
div.row1 {
	clear: both;
	padding-top: .5em;
	text-align: center;
}
div.row span.label {
  float: left;
  width: 37%;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 60%;
  text-align: left;
  }
div.row span.labelcr {
	float: left;
	width: 30%;
	text-align: right;
}
div.row span.labelbg {
	float: left;
	width: 15%;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 60%;
	text-align: left;
} 
div.row span.formcr {
float: right;
width: 70%;
text-align: left;
color: #000066;
} 
div.row span.formbg {
float: right;
width: 10%;
text-align: left;
} 
div.rowbttns {
	clear: both;
	padding-top: .5em;
	text-align: center;
}
 
/*------ Form Button ------*/
.formbttn {
	cursor: pointer;
	background-color: #9d91d7;
	color: white;
	border: outset 1px #ccc;
	padding: 1px 2px;
}
.formbttnoff {
	background-color: #666699;
	color: #CCCCCC;
	border: outset 1px #ccc;
	padding: 1px 2px;
}

/*---- Button Classes ----*/
.sbmtbutton a:link, .sbmtbutton a:visited {
	width: 7em;
	display: block;
	border-top: medium solid #CCCCCC;
	border-right: medium solid #666;
	border-bottom: medium solid #666;
	border-left: medium solid #CCCCCC;
	color: navy;
	background-color: #FF7745;
	text-align: center;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}

.sbmtbutton a:hover, .sbmtbutton a:active {
	color: #FF7745;
	background-color: navy;
	text-align: center;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
 /*---- End Form CSS ----*/

/* @end Contacts Page Stuff */

/*------ Links Stuff ------*/

#links {
}
#links p {
	font-size: 1em;
	color: #9d91d7;
	margin: .5em auto 0 1.2em;
}
/*---- End Links Stuff ----*/

/* @end Stuff Used in Main Content */

/* @end Main Content */
/*********************************/
/* @group SubContent */

#subcontent {
	float: left;
	width: 29%;
	text-align: right;
	height: 100%;
	margin-top: .5em;
}

/* @group Stuff Used in Sub Content */

#image {
	text-align: center;
	display: block;
	padding-top: 15%;
}

/* @group Portfolio */

/*---- IDs used Portfolio Image Rollovers ---- */

#thmbswrapper {
	position: relative;
	width: 100%;
	margin: 0 0 0 .2em;
}

#thmbswrapperabt {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
}

#thmbswrapper p {
	margin: 1.3em 1em 0;
	font-size: 1em;
	line-height: 1.5em;
}

#thmbswrapper h3 {
	text-align: center;
	margin: 1.5em .5em 0;
}

/*-------- Portfoilio Classes --------*/

/*-------- Classes --------*/

.thmbsrow {
	clear: both;
	width: 100%;
}

.thmbsfloatlft {
	float: left;
	text-align: right;
	width: 45%;
	margin: .3em 0 .3em .3em;
}

a.p1,  a.p1:visited {
	display: block;
}

.thmbsfloatlft a img {
	border: 0;
}

a.p1:hover {
	text-decoration: none;
	/*- background-color: #8c97a3; -*/
	color: #000;
}

a .large {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	top: 0;
	left: 0;
}

a.p1:hover .large {
	display: block;
	position: absolute;
	top: 10em;
	left: 16.5em;
	width: 400px;
	height: 300px;
	border: 10px solid maroon;
	z-index: 1;
}
a .largev {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	top: 0;
	left: 0;
}
a.p1:hover .largev {
	display: block;
	position: absolute;
	top: 10em;
	left: 16.5em;
	width: 300px;
	height: 300px;
	border: 10px solid maroon;
}

.thmbsfloatrght {
	float: right;
	text-align: left;
	width: 45%;
	margin: .3em .3em .3em 0;
}
thmbsfloatrght a img {
	border: 0;
}
.pfclear {
	clear: both;
}

.pftext {
	margin-top: 1em;
}

.pagenameimg {
	text-align: right;
	margin-top: 1em;
}

/*--- End Portfolio CSS ---*/

/* @end Portfolio */

/* @end Stuff Used in Sub Content */

/* @end SubContent */

/* twoColumns class for implementing a simple 2-column structure wherever needed
 * inside the content column. 
 */

#twoColumns {
	float: left;
	width: 100%;
	background-color: #CC9;
	padding: 5px;
}

#twoColumns p {
	text-align: left;
	margin-top: 0em;
	margin-left: .5em;
}

#twoColumns h5 {
	text-align: left;
	margin-bottom: 0em;
	margin-top: .2em;
	margin-left: .5em;
}

#twoColumns div.leftColumn {
	float: left;
	width: 49%;
	height: 100%;
	overflow: visible;
}

#twoColumns div.rightColumn {
	float: left;
	width: 49%;
	height: 100%;
	overflow: visible;


/* fix for IE italics bug */
}

#twoColumns div.leftColumn {
	margin-right: -1px;
}

#twoColumns div.rightColumn {
	margin-right: -2px;
}

#twoColumns div.leftColumn div.inside {
	padding-left: 0;
}

#twoColumns div.rightColumn div.inside {
	padding-right: 0;
}

/* @group Navigation */

/*------ Header Nav ------*/

#navigation {
	margin: 0;
	width: 100%;
	position: relative;
}

#navigation div.navleft {
	width: 20%;
	float: left;
}

#navigation div.navright {
	width: 80%;
	float: right;
}

/* Top Navbar */

#ournav, #ournav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.40em;
}

#ournav a {
	display: block;
	width: 6em;
	color: #CC9;
}

#ournav a:hover {
	display: block;
	width: 6em;
	background-color: maroon;
	color: #CC9;
	border-top: thin double #ef8000;
	border-left: thin double #ef8000;
}

#ournav li {
	float: left;
	width: 6em;
	background-color: transparent;
	color: #CC9;
}

html>body #ournav li {
	text-align: center;
}

#ournav li ul {
	position: absolute;
	width: 6em;
	left: -999em;
	margin-left: 0;
	text-align: left;
}

#ournav li ul li {
	text-align: center;
	padding-left: 0em;
	background: maroon url(../SiteAssets/Jpeg/csMoltenRed.jpg) repeat;
	border-top: thin double #ef8000;
	border-left: thin double #ef8000;
	z-index: 5;
}

#ournav li ul ul {


/* third-and-above-level lists */
	margin: -1.5em 0 0 6em;
}

#ournav li:hover ul ul, #ournav li:hover ul ul ul, #ournav li.sfhover ul ul, #ournav li.sfhover ul ul ul {
	left: -999em;
	background-color: #CC9;
	color: maroon;
}

#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: transparent;
	color: #CC9;
}

/*------ End Header Nav ------*/

/*  -------- Footer -------- */

#footer {
	clear: both;
	display: block;
	width: 100%;
	border-top: thick double purple;
	text-align: center;
}

#footer p {
	font-size: .9em;
	margin: 1em auto 0;
}

#footer a:link, #footer a:visited {
	color: #CC9;
}

#footer a:hover, #footer a:active {
	color: #D41919;
}

/*---- End Footer ----*/

/* @end Navigation */

/* @group General Classes */

/*---- Classes ----*/

/*------ ClearFix used to push divs down ------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.spacer {
	clear: both;
}
.inside {
	

/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 5px;
}

.photolabels {
	text-align: right;
	margin-top: .5em;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #666666;
}

.gnrllinks a {
	font-size: 1.2em;
	color: #9d91d7;
}
.gnrllinks a:hover {
	font-size: 1.2em;
	color: #CC3366;
}
.dfltLabels {
	font-family: Optima;
	font-size: 14pt;
	color: #CC3366;
	text-decoration: none;
}

.Header1 {
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Comic Sans MS";
	color: #666666;
	top: 0px;
	height: 90px;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 80px;
	bottom: 90px;
	font-size: 18px;
}

.ddGraphics1 {
	font-family: "Comic Sans MS";
	color: #666666;
}

.WebMedia1 {
	font-family: "Comic Sans MS";
	color: #990000
}

.Body1 {
	background-color: #CC9966;
	background-position: left top;
	margin: 0px;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 10pt;
	color: #333333;
}

.Body2 {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
	margin-right: 5pt;
	margin-left: 5pt;
}

.LnksLnksPge {
	font-family: "Comic Sans MS";
	font-size: 12px;
	text-decoration: none;
}

.LnksLnksPge2 {
	font-family: "Comic Sans MS";
	font-size: 10px;
	text-decoration: none;
}

.CntctInfoTxt {
	font-family: "Comic Sans MS";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

/* @end General Classes */