body {
	background: #eff8da url('./gfx/bg.png');
	font: normal 11px/16px 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	color: #333;
}

p {
	margin: 10px 0;
}

img {
	border: 0;
}

a {
	color: #690;
	text-decoration: none;
	padding-bottom: 1px;
	background: url('./gfx/dotted.gif') bottom repeat-x;
}

a:hover {
	color: #9c3;
}

a.plain {
	background-image: none;
}

h2 {
	font: normal 20px Arial, Verdana, sans-serif;
	color: #690;
	margin: 5px 0;
}
* html body h2 {
	font: normal 18px Arial, Verdana, sans-serif;
}
h3 {
	color: #666;
	margin: -5px 0 10px 0;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h3.tight {
	color: #454545;
	margin: 20px 0 -10px 0;
	font-weight: bold;
}
h3.tight a {
		font: normal 11px/16px 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
}

div#bottom {
	margin: 0px auto;
	text-align: center;
	line-height: 13px;
	color: #666;
	font-size: 10px;
	padding: 4px 10px;
}

div#container {
	position: absolute;
	width: 839px;
	top: 50%;
	left: 50%;
	margin-left: -420px;
	margin-top: -235px;
}
div#container .iso_link {
	position: absolute;
	top: 41px;
	right: 29px;
	background: none;
}


div#right_bg {
	float: left;
	background:  url('./gfx/bg_right.png') no-repeat;
	width: 30px;
	height: 421px;
}

div#left_bg {
	float: left;
	background:  url('./gfx/bg_left.png') no-repeat;
	width: 30px;
	height: 421px;
}

div#main {
	float: left;
	background: #fff url('./gfx/bg_main.png') bottom repeat-x;
	border-top: 3px solid #dddccc;
	border-bottom: 6px solid #dddccc;
	height: 362px;
	padding: 25px 0;
	width: 779px;
}

div#menu {
	float: left;
	width: 205px;
	margin-left: 10px;
	height: 300px;
	background: url('./gfx/logo.png') bottom no-repeat;
}

div#menu ul {
	background: url('./gfx/bg_menu.png') no-repeat;
	width: 134px;
	height: 185px;
	margin: 0;
	list-style: none;
	padding: 25px 3px;
}

div#menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font: bold 8px verdana, 'Lucida Grande';
	background: url('./gfx/bg_link.png');
	display: block;
	margin: 1px 0 0 0;
	padding: 6px;
}
div#menu ul li a:hover {
	background: #ffc;
	color: #360;
}
* html body div#menu ul {
	padding-top: 40px
}
* html body div#menu ul li a {
	margin-top: -15px;
	padding: 4px 6px;
}

body#home div#menu ul li#m_home a { background: #ffc; color: #360; cursor: default; }
body#line div#menu ul li#m_line a { background: #ffc; color: #360; cursor: default; }
body#quote div#menu ul li#m_quote a { background: #ffc; color: #360; cursor: default; }
body#contact div#menu ul li#m_contact a { background: #ffc; color: #360; cursor: default; }

div#content {
	float: left;
	width: 522px;
	height: 344px;
	background: url('./gfx/bg_content.png') no-repeat;
	border-right: 3px solid #ddd;
	padding: 3px 0 3px 3px;
}

div#scroll {
	float: left;
	width: 20px;
}

div#frame {
	overflow: auto;
	padding: 15px;
	height: 312px;
}
* html body div#frame {
	padding-top: 20px;
	height: 259px;
}
div#frame.home {
	background: url('./gfx/bg_components.png') bottom right no-repeat;
}

span.red {
	color: red;
	font-weight: bold;
}
ul#prod_line {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 475px;
	font-size: 11px;
}
ul#prod_line li {
	line-height: 20px;
	display: block;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	padding: 3px;
	float: left;
	width: 475px;
}
ul#prod_line  li  img {
	margin-right: 10px;
	width: 140px;
	height: 70px;
	float: left;
	border: solid 1px #cccccc;
	clear: both;
	display: block;
	margin-bottom: 15px;
}
.grayB {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
	margin-bottom: 0px;
}

