/* top level style */

body {
	background: #fff url(img/bkgrdgradient.gif) top center repeat-y;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Times New Roman, serif;
}

#page {
	width: 948px;
	height: 800px;
	margin: 0 auto;
	padding: 0;
	}

#masthead {
	width: 948px;
	height: 128px;
	position: relative;
	margin: 0px;
	background: url(img/masthead.jpg) top left no-repeat;
	}

#content {
	width: 948px;
	height: 615px;
	position: relative;
	margin: 0px;
	background: url(img/background-frenchtop.jpg) top left no-repeat;
	}
	
#footer {
	position: relative;
	width: 948px;
	height: 57px;
	background: #000;
	padding: 0;
	}

/* page contents */

#textareabg {
	position: absolute;
	width: 490px;
	height: 445px;
	margin: 15px 0 15px 15px;
	background: #000;
	opacity: 0.9;
	}

#scrollbar_container {
	position: relative;
	margin: 22px 0 22px 18px;
	width: 487px;
	height: 431px;
	}

#scrollbar_track {  
	position:absolute;  
	top:0;  
	right:2px;  
	height:100%;  
	width:8px;  
	background-color:transparent;  
	cursor:move;  
	} 

#scrollbar_handle {  
	width:8px;  
	background-color:#fff;  
	cursor:move;  
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	opacity:0.5;  
	-moz-opacity:0.5;  
	} 
	
#textarea {
	width: 460px;
	height: 430px;
	margin: 12px;
	padding: 0;
	overflow: hidden;
	}

#textarea h3 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 12px 0 5px 0;
	}

#textarea p, #textarea ol {
	color: white;
	font-size: 14px;
	line-height: 1.25em;
	margin: 7px 0;
	}

#textarea a, #textarea a:active, #textarea a:visited {
	color: #ccc;
	text-decoration: underline;
	}
	
#textarea a:hover {
	color: #fff;
	text-decoration: underline;
	}

ol {
	list-style: decimal;
	}

ol li {
	margin: 0;
	}

img.h2 {
	margin-left: -6px;
	}

/* tables */

.key {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: right;
	}

.value {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	}

.formlabel {
	display: block;
	float: left;
	width: 120px;
	padding: 0 6px;
	text-align: right;
	}

input, textarea {
	width: 280px;
	}

#showstuffhere h3 {
	width: 404px;
	height: 24px;
	padding: 3px;
	font-size: 18px;
	line-height: 18px;
	margin: -2px 0 6px 0;
	background: #999;
	color: #000;
	font: Georgia, "Times New Roman", Times, serif italic;
	}

#showstuffhere h4 {
	width: 404px;
	padding: 6px 3px;
	margin-top: 6px;
	background: #333;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#showstuffhere a, #showstuffhere a:visited, #showstuffhere a:active {
	color: #cff;
	text-decoration: none;
	}
	
#showstuffhere a:hover {
	text-decoration: underline;
	color: white;
	}

#colorchart {
	width: 404px;
	border-collapse: separate;
	border-spacing: 5px 8px;
	border: none;
	}

.colorname {
	display: block;
	width: 132px;
	background-color: black;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: white;
	}

.finishname {
	display: block;
	width: 180px;
	background-color: black;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: white;
	}

#imgarea {
	position: absolute;
	top: 149px;
	right: 15px;
	padding: 0;

	}

#rangepic {
	position: absolute;
	top: -36px;
	right: -16px;
	}

#cooktop {
	position: absolute;
	top: 320px;
	right: 0;
	}

/* range lineup */

#topranges {
	width: 948px;
	height: 129px;
	margin: 0px;
	padding: 0px;
	}

#topranges img {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	}

/* footer */

#menu {
	position: relative;
	width: 1000px;
	margin-left: -20px;
	height: 19px;
	}

#menu li {
	position: relative;
	list-style: none;
	float: left;
	padding: 4px 0 0 0;
	margin: 0;
	border-right: 3px double #ccc;
	}

#menu img {
	float: left;
	margin: 0;
	}

a img {
	border: 0;
	}	

#menu .submenu {
	position: absolute;
	width: 120px;
	list-style: none;
	height: auto;
	bottom: 0;
	right: 3px;
	opacity: .9;
	}
	
#menu .submenu li {
	display: block;
	width: 104px;
	height: 19px;
	margin: 1px 18px 0 0;
	background: #eee;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 6px 0 6px;
	}
	
#menu a, #menu a:hover, #menu a:visited {
	color: black;
	text-decoration: none;
	}
#menu a:hover {
	text-decoration: underline;
	}