/*
-------------------------------------------------------------------------------
Common page elements
-------------------------------------------------------------------------------
*/

body {
	background: #fff url(images/bg-left.gif) repeat-y;
	margin: 0;
	padding: 0;
}

body, table, input, textarea {
	font: normal normal normal 11px Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

html, body, #body {
	min-height: 100%;
	height: 100%; /* Hack for IE5+/Win */
	min-width: 1000px;
	width: 100%;
}

html>body, html>body #body { /* Child selector to hide from IE5+/Win */
	height: auto;
}

#body {
	background: url(images/bg-right.gif) repeat-y right;
	position: absolute;
	top: 0;
	left: 0;
}

#main_content {
	height: auto;
	margin: 30px 210px 50px 210px;
	text-align: justify;
}

acronym {
	border-bottom: none;
}

/*
-------------------------------------------------------------------------------
Header elements
-------------------------------------------------------------------------------
*/

#page_header {
	background-color: #fff;
	position: relative;
	right: 0;
	top: 0;
	height: 94px;
	width: 100%;
	overflow: hidden;
}

#page_header h1 {
	background: url(images/logo4.gif) no-repeat left bottom;
	margin: 0;
	text-indent: -1000px;
	position: absolute;
	left: 15px;
	top: 15px;
	height: 64px;
	width: 100%;
}

#page_header a {
	background: #fff url(images/logo4.gif) no-repeat right bottom;
	text-indent: -10000px;
	position: absolute;
	right: 0;
	top: 0;
	height: 94px;
	width: 400px;
}

/*
-------------------------------------------------------------------------------
Left side column
-------------------------------------------------------------------------------
*/

#left_column {
	background: url(images/axiclamp.png) no-repeat right top;
	float: left;
	margin: 0;
	text-indent: -1000px;
	height: 500px;
	width: 169px;
}

/*
-------------------------------------------------------------------------------
Right side column
-------------------------------------------------------------------------------
*/

#right_column {
	background: url(images/gradient-right.gif) repeat-x;
	position: absolute;
	right: 37px;
	padding: 10px;
	height: 500px;
	width: 120px;
}

#right_column img {
	border: 0;
	padding: 10px 0;
}

#rohs {
	position:absolute;
	bottom: 35px;
	right: 57px;
}

#rohs img {
	border: 0;
}

/*
-------------------------------------------------------------------------------
Text links
-------------------------------------------------------------------------------
*/

#main_content a {
	color: #888;
	text-decoration: none;
}

#main_content a:hover {
	color: #800000;
	text-decoration: underline;
}

/*
-------------------------------------------------------------------------------
Main content
-------------------------------------------------------------------------------
*/

#main_content h2 {
	font-size: 24px;
	margin-bottom: 40px;
}

#main_content dl {
	float: left;
	margin: 0 40px 20px 0;
	width: 360px;
}

#main_content dl dt {
	border-bottom: 1px solid #000;
	cursor: move;
}

#main_content dl dt img {
	position: absolute;
	border: 1px solid #000;
	border-bottom: 0;
}

#main_content dl dt span {
	display: block;
	height: 40px;
	margin-left: 110px;
	padding-top: 33px;
	white-space: nowrap;
	width: 230px;
}

#main_content dl dt b {
	font-size: 16px;
	line-height: 24px;
}

#main_content dl dd {
	height: 100px;
	margin: 0;
	padding: 4px 0 0 110px;
}

#main_content dl dd ul {
	padding: 0 0 0 12px;
}

.dragging {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	filter:alpha(opacity=80);
	opacity: 0.8;
	padding: 10px;
}

/*
-------------------------------------------------------------------------------
Contact form
-------------------------------------------------------------------------------
*/

#form {
	position: absolute;
	overflow: hidden;
	left: 35%;
	bottom: 0;
	height: 30px;
	width: 442px;
}

#form a {
	background: url(images/form-header.png) no-repeat left top;
	display: block;
	height: 30px;
}

#form div {
	background: #fefefe url(images/form-bg.gif) repeat-y left top;
	height: 520px;
}

#form form {
	margin: 0 15px;
}

#form table {
	width: 406px;
}

#form th, #form td {
	padding: 2px 5px;
}

#form input, #form textarea {
	border: 1px solid #bfc3c6;
	padding: 2px;
	width: 100%;
}

#form .focus {
	border-color: #800000;
}

#form textarea {
	height: 60px;
}

#form #submit input {
	background: url(images/form-submit.gif) no-repeat left top;
	border: 0;
	height: 30px;
	width: 90px;
}

#form label {
	background-color: #eaeaea;
	border: 1px solid #bfc3c6;
	border-top: 0;
	float: left;
	font-size: 10px;
	-moz-border-radius: 0 0 6px 6px;
	padding: 2px 4px;
}

/*
-------------------------------------------------------------------------------
Page footer
-------------------------------------------------------------------------------
*/

#page_footer {
	background-color: #800000;
	color: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
}

#page_footer div, #page_footer span {
	background-color: #800000;
	display: block;
	position: absolute;
	top: 0;
}

#page_footer div {
	height: 30px;
	width: 37px;
}

#page_footer div.left {
	background: url(images/footer-corner.gif) no-repeat left top;
	left: 0;
}

#page_footer div.right {
	background: url(images/footer-corner.gif) no-repeat right top;
	right: 0;
}

#page_footer span {
	height: 15px;
}

#page_footer span.left {
	background: url(images/footer-left.gif) no-repeat;
	left: 37px;
	width: 132px;
	text-indent: -1000px;
}

#page_footer span.right {
	background: url(images/footer-right.gif) no-repeat;
	right: 37px;
	width: 140px;
	text-indent: 1000px;
}

#page_footer a, #page_footer b {
	color: #fff;
	font-weight: bold;
	padding: 0 20px;
	text-decoration: none;
}

#page_footer a:hover {
	text-decoration: underline;
}

/*
-------------------------------------------------------------------------------
*/