/* PAGE BACKGROUND - STYLE */
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f9f9f9;
}
h1 {
	color: #f9f9f9;
    font-size: 2px;
}

img {
	border-style: none;
}



/* PAGE DIVISIONS */
#logo {
	position:absolute;
	width:110px;
	height:70px;
	z-index:1;
	left: 20px;
	top: 80px;
	background-color: #dddddd;
	overflow: hidden;
}
#menu {
	position:absolute;
	width:110px;
	height:280px;
	z-index:1;
	left: 20px;
	top: 150px;
	overflow: auto;
	background-color: #dddddd;
}
#indexflash {
	position:absolute;
	width:582px;
	height:350px;
	z-index:1;
	left: 130px;
	top: 80px;
	overflow: hidden;
	background-color: #f9f9f9;
}
#productimage {
	position:absolute;
	width:350px;
	height:350px;
	z-index:1;
	left: 146px;
	top: 80px;
	overflow: hidden;
	background-color: #f9f9f9;
}
#productinfo {
	position:absolute;
	width:195px;
	height:175px;
	z-index:1;
	left: 512px;
	top: 80px;
	overflow: auto;
	background-color: #f9f9f9;
}
#productthumbnails {
	position:absolute;
	width:195px;
	height:175px;
	z-index:1;
	left: 512px;
	top: 255px;
	background-color: #f9f9f9;
	overflow: hidden;
}
#infotext {
	position:absolute;
	width:380px;
	height:340px;
	z-index:1;
	left: 146px;
	top: 80px;
	overflow: auto;
	background-color: #eeeeee;
	padding-top: 10px;
	padding-right: 32px;
	padding-left: 7px;
}
#infomenu {
	position:absolute;
	width:144px;
	height:340px;
	z-index:1;
	left: 565px;
	top: 80px;
	overflow: auto;
	background-color: #eeeeee;
	padding-top: 10px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}
#bar {
	position:absolute;
	width:2px;
	height:350px;
	z-index:1;
	left: 712px;
	top: 80px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	z-index:100;
}
#notes {
	position:absolute;
	width:150px;
	height:210px;
	z-index:1;
	left: 715px;
	top: 80px;
	overflow: hidden;
	background-color: #f9f9f9;
	padding-left: 5px;
}
#contact {
	position:absolute;
	width:150px;
	height:110px;
	z-index:1;
	left: 715px;
	overflow: hidden;
	background-color: #f9f9f9;
	padding-left: 5px;
	top: 320px;
}



/* NAV MENU - TEXT STYLES */
.textmenu1 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #777777;
	font-stretch: condensed;
}
.textmenu1 a:link, .textmenu1 a:visited, .textmenu1 a:active {
	text-decoration: none;
	color: #ffffff;
}
.textmenu1 a:hover {
	color: #eeeeee;
	text-decoration: none;
}
.textmenu1 a.active {
color: #999999;
}

/* INFO PAGES - DIV LAYERS */
.layers {
position:absolute;
width:380px;
height:340px;
left: 0px;
top: 0px;
background-color: #EEEEEE;
layer-background-color: #EEEEEE;
border: 1px none #000000;
overflow: auto;
padding-top: 10px;
padding-right: 32px;
padding-left: 7px;
}

/* INFO PAGES SUB-MENUS - TEXT STYLE */
.textinfomenu1 {
	font-family: arial;
	font-size: 10px;
	color: #777777;
	font-weight: bold;
	text-transform: uppercase;
	font-stretch: condensed;
}
.textinfomenu1 a:link, .textinfomenu1 a:visited, .textinfomenu1 a:active {
	text-decoration: none;
	color: #AEAEAE;
}
.textinfomenu1 a:hover {
	color: #666666;
	text-decoration: none;
}

/* FF: no dotted blue outlines around image links */
a:focus {
	border:none;
	text-decoration: none;
	outline:none;
}
A.selected:link {
	color: #666666;
	text-decoration: none;
	outline: 0;
}
A.selected:active {
	color: #666666;
	text-decoration: none;
}
A.selected:focus {
	text-decoration: none;
	color: #666666;
}

/* GENERAL TEXT - TEXT STYLES */
.textreg1 {
	font-family: arial;
	font-size: 10px;
	color: #999999;
	font-stretch: condensed;
}
.textreg2 /*same as .textreg1 a:link (for non-links)*/{
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}
.textreg1 a:link {
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}
.textreg1 a:visited {
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}
.textreg1 a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.textreg1 a:active {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.textsmall1 {
	font-family: arial;
	font-size: 8px;
	color: #999999;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
}



/* THUMBNAILS - TABLE */
.textthumbnails1 {
	font-size: 2px;
	text-align: left;
	vertical-align: bottom;
}



/* NOTES - TEXT STYLE & TABLE */
.textnotes1 {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	font-stretch: condensed;
	text-align: left;
	vertical-align: bottom;
}
.textnotes1 a:link {
	text-decoration: none;
	color: #777777;
	font-weight: bold;
}
.textnotes1 a:active {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
.textnotes1 a:visited {
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}
.textnotes1 a:hover {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}



/* CONTACT INFO - TEXT STYLE & TABLE */
.textcontact1 {
	font-family: Arial;
	font-size: 9px;
	color: #999999;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	font-stretch: condensed;
}
.textcontact1 a:link {
	text-decoration: none;
	color: #777777;
	font-weight: bold;
}
.textcontact1 a:visited {
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}
.textcontact1 a:hover {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
.textcontact1 a:active {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
.textname1 {
	font-family: Arial black, arial;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	font-stretch: condensed;
	text-transform: lowercase;
	text-align: left;
	vertical-align: bottom;
}



/* NOTES - TEXT STYLE & TABLE */
.texttitle1 {
	font-family: arial;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
