
/*---------------------------------------------------------------------------------------------------------------*/
/*     Web Site Design & Programming at http://www.jdlstudio.com - © JDL Studio 2008 - All Rights Reserved           */
/*---------------------------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Common Settings                                                      */
/*---------------------------------------------------------------------------------------------------------------*/

body {
margin-top: 10px; margin-left: 0px; margin-bottom: 100px; margin-right: 0px;
}

th,td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	text-align: left;
}

font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}


P {
	font-size: 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center; 
}

a:link,a:active,a:visited { color: #323232; outline: none;}
a:hover	{ text-decoration: underline; color: #DD6900; outline: none;}

hr.d {
	border: none 0; 
	border-top: 2px solid #ff8c0e;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
}


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Template Images                                                      */
/*---------------------------------------------------------------------------------------------------------------*/

.watermark { background-image:  url(images/watermark.gif);
			background-repeat: no-repeat; }
			
.leftBorder { background-image:  url(images/leftBorder.gif);
			background-repeat: repeat-y; }

.rightBorder { background-image:  url(images/rightBorder.gif);
			background-repeat: repeat-y; }
			
.bottomBorder { background-image:  url(images/bottomBorder.gif);
			background-repeat: repeat-x; }

.whiteSpace { background-image:  url(images/whiteSpacer.gif); }

.blankSpace { background-image:  url(images/blankSpacer.gif); }


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              List tags                                                            */
/*---------------------------------------------------------------------------------------------------------------*/

.iconlist
{
list-style: none;
margin: 0px;
padding: 0px;
}

li.grayBullet
{
background-image: url(Projects/images/grayBulletTransparent.gif);
background-repeat: no-repeat;
background-position: 0 0.2em;
padding: 0px 0 0px 8px;
margin: 0px;
}

li.grayBulletPopup
{
background-image: url(Projects/images/grayBulletTransparent.gif);
background-repeat: no-repeat;
background-position: 0 0.3em;
padding: 0px 0 0px 10px;
margin: 0px;
}

li.orangeBullet
{
background-image: url(images/orangeBullet.gif);
background-repeat: no-repeat;
background-position: 0 0.55em;
padding: 0px 0 0px 15px;
margin: 0px;
}

li.shoppingCart
{
background-image: url(Tools/images/shoppingCart.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 0px 40px;
margin: 0px;
height: 22px;
}

li.clearPixel
{
background-image: url(images/spacer.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0px 0 0px 23px;
margin: 0px;
}

.clear {
	clear: both;
}


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Pop Up                                                      */
/*---------------------------------------------------------------------------------------------------------------*/


div#PopupTextContainer {
  position: relative;
  top:0px;
  left:0px;
  width: 350px;
}

div#PopupTextDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 20px;
	width: 350px;
    left: 194px;
    top: 160px;
}

.popupHeading {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #454545;
	line-height: 125%;
}


.popupText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #555555;
	line-height: 125%;
}

a.popupText:link, a.popupText:active, a.popupText:visited {color: #656565; text-decoration: underline;}

a.popupText:hover {color: #f24e22; text-decoration: none;}


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Links Left                                                     */
/*---------------------------------------------------------------------------------------------------------------*/

div#linksLeftContainer {
  position: relative;
  top:0;
  left:0;
  width: 350px;
}
  
div#linksLeftDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 300px;
    width: 350px;
    left: 30px;
    top: 280px;
}

.linksLeft {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #555555;
	line-height: 330%;
}

span.linksLeft {
	position: relative; 
	left: 2em;
	top: 0.75em;
}

a.linksLeft:link, a.linksLeft:active, a.linksLeft:visited {color: #555555; text-decoration: none;}

a.linksLeft:hover {color: #f24e22; text-decoration: none;}

.linksLeftInactive {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f24e22;
	font-weight: bold;
	line-height: 330%;
	padding: 0px;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

span.linksLeftInactive {
	position: relative; 
	left: 2em;
	top: 0.75em;
}

a.linksLeftInactive:link, a.linksLeftInactive:active, a.linksLeftInactive:visited {padding: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; color: #f24e22; text-decoration: none;}

a.linksLeftInactive:hover {padding: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; color: #f24e22; text-decoration: none;}

.linksLeftIndent {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	line-height: 225%;
	padding: 0px;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

a.linksLeftIndent:link, a.linksLeftIndent:active, a.linksLeftIndent:visited {padding: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; color: #555555; text-decoration: none;}

a.linksLeftIndent:hover {padding: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; color: #f24e22; text-decoration: none;}

.linksLeftIndentInactive {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f24e22;
	font-weight: bold;
	line-height: 225%;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

span.linksLeftIndent {
	position: relative; 
	left: 3em;
}

span.linksLeftIndentInactive {
	position: relative; 
	left: 3em;
}

.space {
margin: 0px; padding: 0px 0px 4px;
}

.linksSpace {
margin: 0px; padding: 0px 0px 15px;
}


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Body Text and Flash                                                   */
/*---------------------------------------------------------------------------------------------------------------*/


div#flashImageRotation {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 113px;
    width: 150px;
    left: 763px;
    top: 255px;
}

div#bodyTextHomeContainer {
  position: relative;
  top:0;
  left:0;
  width: 296px;
}

div#bodyContainer {
  position: relative;
  top:0;
  left:0;
}

div#bioHeadingHomeContainer {
  position: relative;
  top:0;
  left:0;
}

div#bioHeadingHome {
	margin-top: 0px;
	vertical-align: top;
	align: left;
    position: absolute;
    height: 35px;
    width: 210px;
    left: 512px;
    top: 275px;
}

div#bioHomeContainer {
  position: relative;
  top:0;
  left:0;
  width: 200px;
}

div#bodyTextHomeDiv {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 430px;
    left: 287px;
    top: 393px;
}

.bodyText {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #555555;
	line-height: 185%;
}

a.bodyText:link, a.bodyText:active, a.bodyText:visited {color: #555555; text-decoration: underline;}

a.bodyText:hover {color: #f24e22; text-decoration: none;}

.bodyTextHomeDark {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 185%;
}

.introCopySubHead {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: bold;
	line-height: 185%;
	padding: 0px;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

.price {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3386e1;
	font-weight: bold;
	line-height: 185%;
	padding: 0px;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

.bioHeadingHomeText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 175%;
}

/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Secondary Navigation                                                  */
/*---------------------------------------------------------------------------------------------------------------*/


div#secondaryNavContainer {
  position: relative;
  top:0px;
  left:0px;
  width: 700px;
}

div#secondaryNavigation {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 22px;
    width: 700px;
    left: 17px;
    top: 5px;
}

.secondaryNavText {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	text-decoration: none;
}

.secondaryNavIndent {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	word-spacing: 2em;
	text-align: left;
	text-decoration: none;
}

a.secondaryNavText:link, a.secondaryNavText:active, a.secondaryNavText:visited { color: #666666; text-decoration: none;}

a.secondaryNavText:hover { color: #e86b0f; text-decoration: underline;}

.secondaryNavTextActive {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e86b0f;
	text-align: left;
	text-decoration: none;
}

.secondaryNavDirText {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	text-decoration: none;
}

.secondaryNavDirTextActive {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0d773b;
	text-align: left;
	text-decoration: none;
}

.secondaryNavDirIndent {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	word-spacing: 0.5em;
	text-align: left;
	text-decoration: none;
}

a.secondaryNavDirText:link, a.secondaryNavDirText:active, a.secondaryNavDirText:visited { color: #666666; text-decoration: none;}

a.secondaryNavDirText:hover { color: #296e34; text-decoration: underline;}



/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Form Copy and Links                                                 */
/*---------------------------------------------------------------------------------------------------------------*/

.formCopy {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
	line-height: 150%;
}

a.formCopy:link, a.formCopy:active, a.formCopy:visited {color: #444444; text-decoration: underline;}

a.formCopy:hover {color: #444444; text-decoration: none;}

.formCopyBold {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
	font-weight: bold;
	line-height: 150%;
}

.formHeading {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ff7e08;
	line-height: 185%;
}

span.formCopy {
	position: relative; 
	left: 0.1em;
}




/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Site Link                                                    */
/*---------------------------------------------------------------------------------------------------------------*/

div#siteLink {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 50px;
	width: 200px;
    left: 790px;
    top: 632px;
}

.siteLinkText {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 125%;
}

a.siteLinkText:link, a.siteLinkText:active, a.siteLinkText:visited {color: #000000; text-decoration: underline;}

a.siteLinkText:hover {color: #f24e22; text-decoration: none;}


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Outside Links                                                     */
/*---------------------------------------------------------------------------------------------------------------*/


.outsideLinks {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 125%;
	text-align: left;
	text-decoration: none;
}

.outsideLinksActive {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #176398;
	line-height: 125%;
	text-align: left;
	text-decoration: none;
}

a.outsideLinks, a.outsideLinks:link, a.outsideLinks:active { color: #666666; text-decoration: none; }

a.outsideLinks:hover { color: #f24e22; text-decoration: underline; }


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


div#container {
  position: relative;
  top:0px;
  left:0px;
}

div#footerLinks {
	margin-top: 0px;
	vertical-align: top;
	text-align: left;
    position: absolute;
    height: 30px;
    width: 700px;
    left: 175px;
    top: 5px;
}

.footerLinksText {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	text-decoration: none;
}

.footerLinksTextIndent {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	word-spacing: 1.15em;
	text-align: left;
	text-decoration: none;
}

.footerLinksTextActive {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #296e34;
	text-align: left;
	text-decoration: none;
}

a.footerLinksText, a.footerLinksText:link, a.footerLinksText:active { color: #666666; text-decoration: none; }

a.footerLinksText:hover { color: #f24e22; text-decoration: underline; }


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Links Under Image                                                   */
/*---------------------------------------------------------------------------------------------------------------*/


.linkUnderImage {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0d30bf;
	font-weight: normal;
	line-height: 190%;
	padding: 0px;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

a.linkUnderImage:link, a.linkUnderImage:active, a.linkUnderImage:visited {color: #0d30bf; text-decoration: none;}

a.linkUnderImage:hover {color: #0d30bf; text-decoration: underline;}


/*---------------------------------------------------------------------------------------------------------------*/
/*                                              SubHeads and smaller type                                           */
/*---------------------------------------------------------------------------------------------------------------*/

.subHead {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f24e22;
	font-weight: bold;
	line-height: 180%;
}

.smallTypeDark {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 180%;
}

a.smallTypeDark:link, a.smallTypeDark:active, a.smallTypeDark:visited {color: #000000; text-decoration: underline;}

a.smallTypeDark:hover {color: #f24e22; text-decoration: none;}

/*---------------------------------------------------------------------------------------------------------------*/
/*                                              Ecommerce Template                                           */
/*---------------------------------------------------------------------------------------------------------------*/

A.ectlink:link {
color: #ff7e08;
text-decoration: none;
}

A.ectlink:visited {
color: #ff7e08;
text-decoration: none;
}

A.ectlink:active {
color: #ff7e08;
text-decoration: none;
}

A.ectlink:hover {
color: #f24e22;
text-decoration: none;
}

HR {
	border: none 0; 
	border-top: 2px solid #ff8c0e;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
}

P.pagenums {
font-size: 12px;
font-family : Verdana;
}


div.prodname {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff7e08;
	text-align:left;
	font-weight: normal;
}

div.proddescription {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #555555;
	line-height: 185%;
	text-align:left;
}
	
td.prodimage {
	padding: 0px;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
	text-align:left;
}
	
div.prodprice {
font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3386e1;
	font-weight: bold;
	line-height: 185%;	
}	

div.detailname {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff7e08;
	text-align:left;
	font-weight: normal;
}

div.detaildescription {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #555555;
	line-height: 185%;
	text-align:left;

	}
	
div.detailprice {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3386e1;
	font-weight: bold;
	line-height: 185%;
}
	
P.catname {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff7e08;
	text-align:left;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; 
	vertical-align:top;
}

P.catdesc  {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #555555;
	line-height: 185%;
	text-align:left;
}
	
TABLE.cobtbl{
font-size: 12px;
margin-left: 4px;
text-align:left;
} 

TD.cobhl{
font-size: 12px;
}

TD.cobll{
font-size: 12px;

}
TD.thanks{
font-size: 12px;

}

span.printcontent {
font-size: 12px;

}


