
/************ HTML tag styles **************/

body{
	font-family: Arial,sans-serif;
	color: #660000;
	margin: 0px;
	padding: 0px;
	background-color:#ffcc99;
}

a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 160%;
 font-weight:lighter;
	color: #990000;
}

h2{
 font-size: 120%;
	color: #990000;
}

h3{
 font-size: 110%;
	color: #990000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/************ Layout Divs *************/

#masthead{
	margin: 0;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color:#cc9966;
}

#navBar{
	margin: 0 82% 0 0;
	padding: 0px;
	background-color:#cc9966;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}



/************ Component Divs **********/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/* #pageName styles */

#pageName{
	padding: 0px 0px 10px 10px;
}


/* #globalNav styles */

#globalNav{
color: #990000;
padding: 0px 0px 0px 10px
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/* .feature styles */

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin:  0px 5px 5px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature1{
	padding: 10px 0px 10px 10px;
	margin:  0px 0px 5px 0px;
	font-size: 90%;
}

.feature1 h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature1 img{
	float: left;
	padding: 0px 10px 10px 0px;
	margin:  10px 5px 5px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */
.feature2{
	padding: 10px 0px 10px 10px;
	font-size: 90%;
}

.feature2 h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature2 img{
	float: right;
	padding: 0px 0px 10px 10px;
	margin:  10px 0px 5px 5px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/****************/

/* .story styles */

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/* #siteInfo styles */

#siteInfo{

	clear: both;
	border-top: 1px solid #990000; /* #330066;*/
	font-size: 75%;
	color:  #990000;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/* #navBar link styles */

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #cc9966;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/* #sectionLinks styles */

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px  0     30px      0;
/*	border-bottom: 2px solid #cccccc;*/
	border-top: 1px solid #990000;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #ffcc99; /* #ffcc99;  #cc9966; #ccccff;*/
}

#sectionLinks a:link{
	padding: 3px 0px 3px 10px;
	/*border-top: 1px solid #cccccc;*/
	border-bottom: 1px solid #ffcc99; /* #ffcc99;  #cc9966; #ccccff;*/
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
/*	border-top: 1px solid #ffcc99; /*#ccccff;*/
	border-bottom: 1px solid #ffcc99; /*#ccccff;*/
	padding: 3px 0px 3px 10px;
}

#sectionLinks a:hover{
/*	border-top: 1px solid #ffcc66; */
	border-bottom: 1px solid #660000;
	color: #ffffff;
	background-color: #cc6633;
	padding: 3px 0px 3px 10px;
}


/* .relatedLinks styles */

.relatedLinks{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-top: 1px solid #990000;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}



#tabnav {
	background: #cc9966;
/*	border-bottom: 1px solid #990000;*/
	margin: 1em 0 0;
	padding: 0.6em 0 0;
	font-size: 75%; /*80%;*/
	font-weight: bold;
}
#tabnav ul, #tabnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tabnav ul {
	padding: 5px 0 5px;
	text-align: center;
}
#tabnav ul li {
	display: inline;
	margin-right: -2px;
}
#tabnav ul li a {
	background: url(images/tableft.gif) no-repeat left top;
	color: #cccccc;
	text-decoration: none;
	padding: 5px 0;
}
/* ie mac hack */
/*\*//*/
#tabnav ul li a {
    display: inline-block;
    white-space: nowrap;
    width: 1px;
}
#tabnav ul {
    padding-bottom: 0;
    margin-bottom: -1px;
}
/**/

/* ie hack */
/* moved to iehack.css for ie7
* html #tabnav ul li a {
	padding: 0;
}
*/



#tabnav ul li span {
	background: url(images/tabright.gif) no-repeat right top;
	padding: 5px 10px 5px 5px;
	margin: 4px 0 4px 4px;
}
#tabnav ul li a:hover span {
	color: #ffffff;
	text-decoration: underline;
	background-position: 100% -75px;
}
#tabnav ul li a:hover {
	background-position: 0 -75px;
}
#tabnav #current a {
	color: #990000;
	background-position: 0 -150px;
}
#tabnav #current a span {
	background-position: 100% -150px;
}

.dimensions{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	color: #990000;
}

.price{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
    font-weight: bold;
	color: #990000;
}
.fineprint{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	color: #990000;
}

.img-shadow {
  float: top left;
  background: url(images/shadow.gif) no-repeat top left;
  }

.img-shadow img {
  position: top left;
  margin: 0px 10px 12px 0px;
  }

.thicken{
 font-weight: bold;
}


