* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #eeeeee;
	font: 90% Arial, sans-serif;
	behavior: url(behaviours/csshover2.htc);
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: orange;
}

h1 {
	font-size: 140%;
	color: #2C376D;
}

h2 {
	font-size: 120%;
	color: #2C376D;
}
	
h3 {
	font-size: 100%;
	color: #2C376D;
}

p {
	font-size: 90%;
	color: #2C376D;
}

#container {
	width: 840px;
	min-height: 650px;
	*height: 650px;
	margin: 10px auto;
	border: solid 1px #546292;
	background: url(../images/rot-logo-tint.jpg) 120px 340px no-repeat;
	background-color: white;
}

#container.products {
	height: 700px;
}

#banner {
	width: 840px;
}

#banner img {
	float: left;
}

/* Menu */
#sidebar {
	float: left;
	width: 142px;
	height: 450px;
}

/* CSS menu styling */
.menu {
	width: 142px;
	height: 300px;
	background: url(../images/menubg.jpg);
	position: relative;
	z-index: 1000;
}

.menu table {
	position: absolute;
	border-collapse:collapse; 
	top: 0;
	left: 0;
	z-index: 100;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
}

.menu ul li {
	float: left;
	position: relative;
	width: 122px;
}

.menu ul li.sub {
	background: url(../images/menu_arrow.gif) no-repeat 100px;
}

.menu ul li a {
	display: block;
	width: 112px;
	color: #fff;
	font-size: 70%;
	height: 22px;
	line-height: 21px;
	text-align: left;
}

.menu a:hover {
	background:0;
}

/* Level 2 */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 110px;
	background-color: #2C376D;
	border: 1px solid #fff;
	padding: 0;
}

.menu ul ul li {
	width: 200px;
}

.menu ul ul li.sub {
	background: url(../images/menu_arrow.gif) no-repeat 180px;
}

.menu ul ul li a {
	height: 23px;
	line-hight: 22px;
	width: 200px;
	color: #fff;
	text-align: left;
	padding-left: 5px;
}

* html .menu ul ul li a {
	font-size: 100%;
}

.menu ul ul li a:hover {
	color: #000;
	background-color: yellow;
}

.menu ul :hover ul{
	visibility:visible;
}

.menu ul :hover ul ul {
	visibility: hidden;
}

.menu ul ul :hover ul {
	visibility: visible;
}

/* Level 3 */
.menu ul ul ul li a {
	width: 250px;
}

* html .menu ul ul ul li a {
	font-size: 100%;
}

.menu ul ul ul {
	left: 190px;
	width: 250px;
}

.menu ul ul ul li {
	width: 250px;
}
/* End menu styling */

/* Content */

#content {
	float: right;
	width: 695px;
}	

#content a {
	color: black;
}

#content a:hover {
	color: orange;
}

#content h1 {
	padding-bottom: 20px;
}

#rightcolumn {
	float: left;
	width: 190px;
}

#rightcolumn ul {
	list-style-type: none;
	margin-top: 90px;
	margin-left: 30px;

}

#rightcolumn li {
	font-family: arial,helvetica,sans-serif;
	font-size: 85%;
	padding-bottom: 10px;
}

/* link icons */
#links {
	color:black;
	float:left;
	padding:30px;
	padding-top: 40px;
}

#links p {
	padding-bottom: 15px;
}

#links a {
	color: #666;
	font-size: 80%;
	font-family: arial,helvetica,verdana,sans-serif;
	padding-left: 20px;
}

a.pdf {
	background: url('../images/pdf.gif') no-repeat left top;
}

a.print {
	background: url('../images/print.gif') no-repeat left top;
}

a.text {
	background: url('../images/text.gif') no-repeat left top;
}

a.gif, a.jpg {
	background: url('../images/text.gif') no-repeat left top;
}

/* Categories */
.categorylist {
	width: 450px;
	height: 380px;
}

.categorylist ul {
	list-style-type: none;
}

.categorylist li {
	width: 410px;
	height: auto;
	*height: 145px;
	border: solid 1px;
	margin-left: 30px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	font-size: 90%;
}

.categorylist ul > li {
	height: auto;
}

.categorylist li img {
	float: right;
}

.categorylist li p {
	float: left;
	padding-left: 10px;
}

.categorybanner {
	width:100%;
	height:30px;
	background: url(../images/categorybg.jpg) no-repeat;
}

#content .categorybanner a {
	color: #fff;
	font-size: 100%;
	padding-left: 10px;
	line-height: 30px;
	display: block;
}

div > .categorylist {
	height: auto;
}

li > .subcategory {
	height: auto;
}

#content .subcategory ul {
	width: 230px;
	padding-left: 10px;
	margin-left: 5px;
}

#content .subcategory ul li {
	width: 100%;
	height: auto;
	border: none;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#content .subcategory li a {
	color: black;
}

#content .subcategory li a:hover {
	color: orange;
}

/* Resource List */
#resource-list {
	margin-left: 40px;
}

#resource-list h2 {
	padding-top: 10px;
	padding-left: 20px;
	font-size: 110%;
}

#resource-list ul {
	padding-top: 15px;
	padding-bottom: 20px;
	list-style-type: none;
}

#resource-list li {
	padding:2px;
	padding-left:25px;
}

#resource-list li.htm {
	background: url(../images/htm.gif) no-repeat 0 50%;
}

#resource-list li.doc {
	background: url(../images/doc.gif) no-repeat 0 50%;
}

#resource-list li.pdf {
	background: url(../images/pdf.gif) no-repeat 0 50%;
}

#resource-list a:hover {
	color: orange;
text-decoration: underline;
}

/* Product page styles */
#productName {
	width: 100%;
	height: 45px;
}

#productName h1 {
	padding: 20px;
	padding-top: 30px;
}

#productInfo {
	width: 100%;
	height: 300px;
}

#productText {
}

#productText h2 {
	padding-top: 10px;
	padding-left: 20px;
}

#productText p {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#productText ul {
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 20px;
}

#productText li {
	font-size: 90%;
	color: #2C376D;
	padding-bottom: 5px;
}

#productImage {
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}

#download a:hover {
	background-color: #F2F3F8;
	color: black;
}

#exlist {
}

#exlist ul {
	list-style-type: none;
	padding-top: 10px;
}

#exlist li {
	padding-left: 10px;
	padding-bottom: 10px;
}

.ex {
	margin-top: 10px;
	margin-left: 50px;
}

.ex p {
	padding-top: 5px;
}

#text {
	float: left;
	padding-left: 20px;
	padding-top: 40px;
	width: 650px;
}

#text p {
	margin-bottom: 10px;
}

/* Tables */
.form {
	margin-top: 20px;
	margin-bottom: 15px;
	width: 600px;
}

.form fieldset {
	margin-left: auto;
	width: 550px;
}

.form legend {
	font-size: 100%;
	font-weight: bold;
	color: #2C376D;
}

.row {
	font-size: 90%;
	height: 25px;
}

.row span.label {
	width: 245px;
	float: left;
	text-align: right;
	padding-top:2px;
}

.row span.widget {
	width: 300px;
	float: right;
	text-align: left;
	margin-bottom: 2px;
}

.row span.widget input {
	width: 150px;
}

#quote {
	*height: 600px;
}

#quote h1 {
	margin-left: 20px;
	margin-top: 40px;
}

#quote h2 {
	margin-left: 20px;
}

#quote p {
	margin-left: 20px;
	padding-right: 20px;
}

#quote h3 {
	margin-left: 20px;
	margin-top: 10px;
}

input {
	background-color: #f2f3f8;
}

input.button {
	background-color: #2c376d;
	color: white;
	border: none;
}

select {
	background-color: #f2f3f8;
}

object {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
}

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

#b2link {
	width: 840px;
	margin: 0 auto;
	text-align: right;
}

#b2link a {
	color: #009;
	text-decoration: none;
	font-size: 10px;
}