/* Global Styles */

body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#272727;
	}
	
h1 {
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	}

h2 {
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	margin:12px 0 3px 0;
	}

p {
	line-height:14px;
	margin:0 0 6px 0;
/*	max-width: 300px;*/
	}	
	
ul li{
	line-height:14px;
	margin:0 0 6px -12px;
/*	max-width: 300px;*/
	}
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#BB983A;
	}
	
a {
	color:#BB983A;
	text-decoration:none;
	}
	
a:hover {
	color:#996600;
	text-decoration:underline;
	}
	
img {
	border: 0;
	}
	
/* ID Styles */

#content {
	margin: 0 10px 0 0;
	max-width:300px;
	}
#image {
	float:right;
	width:300px;
	margin:10px 0 20px 10px;
	text-align:center;
	}
	
#navigation a {
	font:13px georgia;
	color: #BB983A;
	text-decoration:underline;
	}
	
#navigation a:hover {
	color: #FF9900;
	text-decoration:none;
	}
	
#product body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
#product td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#BB983A;
	}

#product a {
	color:#BB983A;
	text-decoration:none;
	}
	
#product a:hover {
	color:#996600;
	text-decoration:none;
	border-bottom:1px solid #996600;
	}


/* Class Styles */

.breadcrumbs {
	text-transform:lowercase;
	text-align: left;
	}
.pagesetnav {
	text-transform:lowercase;
	text-align: right;
	}

.itemName {
	text-transform:capitalize;
	line-height:11px;
	padding-top:1px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:5px;
	}

.prodName {
	text-transform:capitalize;
	line-height:18px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	}

.prodDesc {
	line-height:16px;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:10px;
	}

.prodSpec {
	font-size:11px;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:10px;
	}

.subhead {
	background-color:#272727;
	font-weight:bold;
	padding-left:3px;
	padding-bottom:3px;
	}

.leftnav {
	line-height: 12px;
	font-size: 10px;
	margin-left:12px;
	}

.footer  {
	font:12px georgia;
	}
	

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 10px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #BB983A;
	font-weight:bold;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #66CC00;
}*/


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
		white-space:nowrap;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
/*#p7TMnav div div {
	margin: 0 0 0 12px;
}*/

/*The Link style for top-level menuitems*/
/*#p7TMnav div a {
	color: #333333;
	font-size: 15px;
	padding: 0;
}
#p7TMnav div a:visited {
	color: #666666;
}
#p7TMnav div a:hover {
	color: #66CC00;
}*/

/*The Link style for second-level menuitems*/
/*#p7TMnav div div a {
	margin-left:12px;
}*/

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div a {
	margin-left:12px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(images/collapsed.gif);
	background-position: 0 50%;
	padding: 0 0 0 12px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(images/expanded.gif);
	background-position: 0 50%;
	padding: 0 0 0 12px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 12px !important;
}

/*rules programatically assigned to page link corresponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	background-repeat: no-repeat;
	background-image:   url(images/active.gif);
	background-position: 0 50%;
	padding: 0 0 0 12px !important;
}
