body {
	background-color: #FFFFFF;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#viewcart {
	position: absolute;
	height: 20px;
	width: 388px;
	left: 336px;
	top: 7px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
#viewcart a:link {color: #990000;}
#viewcart a:visited {color: #990000;}
#viewcart a:hover, #footer a:active, #footer a:focus {color: #cc9900;}


#logo {
	position: absolute;
	top: 24px;
	left: 2px;
	width: 243px;
}



#maincontent p {
	margin: 8px 0;
	font-size: 12px;
	line-height: 16px;
}

#maincontent a:link {color: #990000;}
#maincontent a:visited {color: #333333;}
#maincontent a:hover, #footer a:active, #footer a:focus {color: #cc9900;}

#intro p {
	font-size: 12px;
	line-height: 18px;
}

#graphic1 p {
	font-size: 12px;
	line-height: 18px;
}

#graphic2 p {
	font-size: 12px;
	line-height: 18px;
}

#graphic3 p {
	font-size: 12px;
	line-height: 18px;
}

h1 {margin: 0;}


h2 {
	margin: 0px 0 0;
	font-weight: bold;
	font-size: 22px;
	color: #990000;
}

h2 a {
	margin: 0px 0 0;
	font-weight: bold;
	font-size: 22px;
	color: #990000;
	text-decoration: none;
}

h3 {
	font-size: 100%; 
	margin: 0;}
h4 {font-size: 115%; margin: 36px 0 0 0;}


/* 	Link styles for Main Content only
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
/* removed these link specs which clashed with mainlinks specs
#maincontent a:link {color: #990000;}
#maincontent a:visited {color: #333333;}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {color: #CC9900;}*/


/* 	Use a combined selector to assign all properties common to each
	of the trigger DIVs, which are absolutely positioned
	Dreamweaver 'Layers' */
#button1, #button2, #button3, #button4, #button5 {
	position: absolute;
	top: 37px;
	background-color: transparent;
	border: 0;
	width: 51px;
	z-index: 4;
}
/* 	Now use individual selectors for each trigger Layer to assign their unique properties.
	The first button is wider than the rest, so only its width is unique and declared here. */
#button1 {left: 250px; width: 97px;}
#button2 {left: 347px;}
#button3 {left: 444px;}
#button4 {left: 541px;}
#button5 {left: 638px;}


/* 	Link styles for the Trigger Layers

 	Set to block to make link fill up entire layer with medium gray
	background color that shows through the transparent fill of the trigger images */
.trigger a {
	display: block;
	background-color: #ECE09D;
}

/* 	When the trigger images are hovered over, the background color changes to white.
	We don't change text color because the link text is actually the non-transparent
	portion of the trigger image.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
.trigger a:hover, .trigger a:active, .trigger a:focus {
	background-color: #FFFFFF;
}


/* 	The Submenu Layers
 	Use a combined selector to assign all properties common to each
	of the Submenu Layers. */
#submenu1 {
	position: absolute;
	width: 115px;
	top: 90px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	left: 255px;
	z-index: 20;
	visibility: hidden;
}
.submenu p {margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
}

/* 	Submenu Link Styles
 	Use a combined selector for a and a:visited. Set padding in shorthand
	to 1px on top and bottom, 8px right and 12px left.
	
	Set display to block so entire link box, including padding is clickable.
	Set border to 1px solid.
	
	Set border colors in shorthand to Light Gray on top and left - and
	Charcoal Gray on right and bottom. This combination of colors creates
	a raised button-type effect.
	
	Set background color to dark gray, text to medium gray and turn off underlines. */
.submenu a, .submenu a:visited {
	display: block;
	padding: 3px;
	border: 1px solid;
	border-color: #999 #333 #333 #999;
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
}

/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.submenu a:hover, .submenu a:active, .submenu a:focus {
	background-color: #FFCC33;
	color: #333333;
}

.mainlinks {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.mainlinks a:link, .mainlinks a:visited {
	color: #333333;
}

.mainlinks a:hover, .mainlinks a:active {
	color: #990000;
}



/* The footer is a Static DIV set with a substantial top margin to
	separate it from the main content above.
	
	Font size is 75% of the global font size.
	
	Padding top is set to 6px to provide separation between the
	footer contents and the 2px wide dotted border above it. */
	
	

	
#footer {
	margin: 10px 0 0;
	font-size: 10px;
	padding: 10px 0 0;
	border-top: 1px #000000;
	line-height: 12px;
	position: absolute;
	left: 70px;
	width: 600px;
	overflow: visible;
	top: 660px;
	visibility: visible;
	text-align: center;
	height: 40px;
}
/* 	Link styles for Footer Content only
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */

#footer a:link {color: #990000;}
#footer a:visited {color: #333333;}
#footer a:hover, #footer a:active, #footer a:focus {color: #cc9900;}
p {
	font-size: 11px;
	line-height: 15px;
}
.small {
	font-size: 9px;
}
