/* CSS Document */

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eeeeff;
	color: #000;
}

#Wrapper1 {
	margin: 0;
	padding: 0;
	background: url(../layout_images/left_bg.gif) repeat-y;
}

#Wrapper2 {
	margin: 0;
	padding: 0;
	background: url(../layout_images/right_bg.gif) repeat-y right top;
}

body>#Wrapper {
	height: auto;
	/*min-height: 100%;*/
}

#Header {
	background: url(../layout_images/header_bg.gif) repeat;
	width: 100%;
	/*height: 148px;*/
}

#Header h1 {
	position: absolute;
	margin: 20px 0 0 10px;
	width: 211px;
	height: 96px;
	overflow: hidden;
	background: url(../layout_images/rpm_logo.gif) no-repeat;
}

#Header div#h1 {
	position: absolute;
	margin: 20px 0 0 10px;
	width: 211px;
	height: 96px;
	overflow: hidden;
	background: url(../layout_images/rpm_logo.gif) no-repeat;
}

#Header h1 a {
	display: block;
	height: 0;
	padding-top: 96px;
	overflow: hidden;
}

#Header div#h1 a {
	display: block;
	height: 0;
	padding-top: 96px;
	overflow: hidden;
}

#Header h2 {
	height: 0;
	margin: 0 170px 0 225px;
	padding-top: 81px;
	background: url(../layout_images/industrial_rubber_products.gif) bottom center no-repeat;
	text-align: center;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	/*color: #5661a1;*/
}

#Header>h2 {
	margin-right: 30px;
}

#Header div#h2 {
	height: 0;
	margin: 0 170px 0 225px;
	padding-top: 81px;
	background: url(../layout_images/industrial_rubber_products.gif) bottom center no-repeat;
	text-align: center;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	/*color: #5661a1;*/
}

#Header>div#h2 {
	margin-right: 30px;
}
	

#Header #TopNav {
	/*width: 100%;*/
	margin-top: 42px;
	background: url(../layout_images/nav_bar_top.gif) repeat-x;
	line-height: 24px;
}

#Header #TopNav ul {
	background: url(../layout_images/nav_bar_bottom.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-left: 55px;
}

#Header #TopNav ul li {
	display: inline;
}

#Header #TopNav ul li a, #Header #TopNav ul li a:link, #Header #TopNav ul li a:visited, #Header #TopNav ul li a:focus,
 #Header #TopNav ul li a:hover, #Header #TopNav ul li a:active {
	font-weight: bold;
	color: #EEF;
	font-size: 12px;
	border-left: 1px #EEF solid;
	border-right: 1px #EEF solid;
	padding: 0 10px;
	text-transform: lowercase;
}

#Header #TopNav ul li a:link, #Header #TopNav ul li a:visited {
	text-decoration: none;
}

#Header #TopNav ul li a:focus, #Header #TopNav ul li a:hover {
	text-decoration: underline;
}

#Header #TopNav ul li a:active {
	text-decoration: none;
}

#Header #TopNav ul li.SkipNav {
	position: absolute;
	margin-top: -1000px;
}

#Header form {
	width: 128px;
	float: right;
	/*height: 82px;*/
	overflow: hidden;
	border: 1px solid #EEF;
	margin-top: 20px;
	margin-right: 5px;
}

#Header>form {
	margin-right: 10px;
}

#Header form fieldset {
	border: 0;
	margin: 0;
	padding: 5px 5px 0 5px;
	background: #EEF;
	color: #5661a1
}

#Header form p {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #EEF;
}

#Header form br {
	display: none;
}

#Header form fieldset label {
	display: block;
	margin-bottom: 5px;
}

#Header form fieldset span {
	float: left;
	font-weight: bold;
	width: 37px;
}

#Header form fieldset label input {
	width: 75px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	border: 1px solid #5661a1;
	background: #EEF;
}

#Header form div.button input {
	background: #5661a1;
	border: 0;
	padding-left: 5px;
	width: 128px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #EEF;
}

#LeftNav {
	float: left;
	width: 205px;
}

#LeftNav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 20px 10px;
	padding: 0;
}

#LeftNav ul li {
	background: url(../layout_images/link_line.gif) right bottom no-repeat;
	text-align: right;
	padding: 0 10px;
	margin-bottom: 0px;
}

#LeftNav ul li a, #LeftNav ul li a:link, #LeftNav ul li a:visited, #LeftNav ul li a:focus, #LeftNav ul li a:hover, #LeftNav ul li a:active {
	display: block;
	padding: 10px 0 3px 0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	/*color: #EEF;*/
	text-decoration: none;
}

#LeftNav li a:link, #LeftNav li a:visited {
	color: #EEF;
}

#LeftNav li a:focus, #LeftNav li a:hover {
	color: #acc
}

#LeftNav li a:active {
	color: #EEF;
}

#RightNav {
	float: right;
	clear: right;
	width: 150px;
}

#RightNav p {
	color: #EEF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 10px 0;
}

#RightNav ul {
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#RightNav ul li {
	width: 130px;
	text-align: center;
	padding: 0;
	margin: 5px 0;
	background: url(../layout_images/button_top.gif) no-repeat;
}

#RightNav ul li span {
	display: block;
	background: url(../layout_images/button_bottom.gif) bottom center no-repeat;
}

#RightNav ul li a {
	display: block;
	padding: 6px 5px 8px 5px;
	color: #EEF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#BottomNav {
	clear: both;
	background: url(../layout_images/nav_bar_top.gif) repeat-x;
}

#BottomNav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 5px 20px 5px 75px;
	background: url(../layout_images/nav_bar_bottom.gif) repeat-x bottom center;
	text-align: center;
}

#BottomNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 14px;
	white-space: nowrap;
}

#BottomNav ul li a, #BottomNav ul li a:link, #BottomNav ul li a:visited, #BottomNav ul li a:focus, #BottomNav ul li a:hover, #BottomNav ul li a:active {
	font-size: 10px;
	font-weight: bold;
	padding: 0 10px;
	border-right: 1px solid #EEF;
	border-left: 1px solid #EEF;
	color: #EEF;
}

#BottomNav ul li a:link, #BottomNav ul li a:visited {
	text-decoration: none;
}

#BottomNav ul li a:focus, #BottomNav ul li a:hover {
	text-decoration: underline;
}

#BottomNav ul li a:active {
	text-decoration: none;
}

#Content {
	margin: 20px 170px 20px 225px;
	/*height: 100px;*/
	/*border: 1px solid #000;*/
	width: 99%;
}

#Wrapper2>#Content {
	width: auto;
}

#Content ul {
	margin-left: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5661a1;
	font-size: 16px;
	font-weight: bold;
}

/* Override x2cms content table size
	to prevent table drop in IE due to floats */
/*table#idContentTbl {
	height: auto;
	width: inherit;
	/*margin: 0 auto;*/
/*}

