/*Main template--------------------------------------------------------------------------------------------------------------*/

#printicon {
	float: right;
}
.pathway {
	font-size: 12px;
	font-style:italic;
	color:#000000;
}
.moduletable_path {
	margin-left:10px;
	margin-bottom:15px;
}

.broch, .click{
	visibility:hidden;
}

#brochure{
	margin-bottom:12px;
	margin-top:-25px;
	border: 2px solid black;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #999999;
	behavior: url(/tf/templates/red_valve/css/csshover.htc);
}
#left {
	width: 174px;
	float: left;
	background-image: url(../images/left_back.gif);
	background-repeat: repeat-y;
}
#bodyback {
	background-color: #FFFFFF;
}


#container {
	width: 805px;
	margin: 0px auto;
	background-image: url(../images/shadow.gif);
	padding: 0px 15px;
}
#header {
	background-color: #000000;
	height: 85px;
}
#search {
	float: right;
	width: 210px;
	height: 60px;
	background-image: url(../images/search_back.gif);
	background-repeat: no-repeat;
	margin: 12px 10px 0px 0px;
	padding: 0px 0px 0px 20px;
}
#search form {
	margin: 0px;
}
#mod_search_searchword {
	background-image: url(../images/search_field.gif);
	border:0px;
	width: 161px;
	background-repeat: no-repeat;
	font-size: 12px;
	height: 16px;
	margin: 0px;
	padding: 5px 0px 0px 4px;
}
#searchtitle {
	margin: 5px 0px 0px;
	color: #355EA2;
	font-weight: bold;
}


#logo {
	float: left;
	margin-left: 20px;
}
#photostrip {
	height: 118px;
}
#body {
	padding: 0px 20px;
	margin-left: 174px;
	background-repeat: no-repeat;
}
.backsmall {
	background-image: url(../images/bullet_back_small.gif);
}
.backlarge {
	background-image: url(../images/bullet_back.gif);
}
#leftinner {
	padding: 0px 14px 10px;
	font-size: 10px;
	background-image: url(../images/left_round.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer {
	background-image: url(../images/footer_back.gif);
	height: 25px;
}
#footer p {
	float: left;
	color: #FFFFFF;
	margin: 3px 0px 0px;
}
#bottomlogo img {
	margin-left: 10px;
	clear: both;
}
#bottomlogo {
	clear: both;
	margin-top: 20px;
}
#brochure {
	margin-left: 20px;
}



#footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


/*End Main template--------------------------------------------------------------------------------------------------------------*/

/*Main navigation--------------------------------------------------------------------------------------------------------------*/

.subgray {
	background-color:#D5D5D5;
}
#navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	float: left;
}
.newsitem p {
	margin: 0px 0px 4px;
}

#navigation li {
	margin: 0px 5px 0px 0px;
	position: relative;
	float: left;
}
#navigation a {
	height: 19px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 6px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
}
#navigation a:hover {
	color: #355EA2;
	background-image: url(../images/nav_over.gif);
	background-repeat: repeat-x;
}
#navigation ul li:hover ul {
	visibility:visible;
}
#homephoto {
	float: right;
	padding-left:10px;
}
#navigation {
	background-image: url(../images/nav_back.gif);
	background-repeat: no-repeat;
	height: 23px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navigation ul li ul {
	visibility:hidden;
	position: absolute;
	background-color: #f4f4f4;
	margin: 22px 0px 0px;
	padding: 0px;
	width: 180px;
	left: 0px;
	top: 0px;
	border: 2px solid #355EA2;
	z-index: 100;
}

#navigation ul li ul li {
	margin: 0px;
}
#navigation ul li ul li a {
	font-size: 10px;
	color: #666666;
	width: 170px;
	padding: 3px 0px 3px 10px;
	height: 100%;
}
#navigation ul li ul li a:hover {
	background-color: #666666;
	background-image: none;
	color: #FFFFFF;
}

#leftbottom {
	background-image: url(../images/left_bottom.gif);
	background-repeat: no-repeat;
	height: 91px;
	padding: 0px 10px 0px 8px;
	background-position: bottom;
}
#leftbottom a {
	display: block;
	height: 23px;
	padding: 12px 0px 0px 35px;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
#phone {
	background-image: url(../images/phone_icon.png);
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tf/templates/red_valve/images/phone_icon.png', sizingMethod='crop');
	_background: none;
}
#magnify {
	background-image: url(../images/magnify_icon.png);
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tf/templates/red_valve/images/magnify_icon.png', sizingMethod='crop');
	_background: none;
}
#arrows {
	background-image: url(../images/uparrow_icon.png);
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tf/templates/red_valve/images/uparrow_icon.png', sizingMethod='crop');
	_background: none;
}
#grad_top {
	background-image: url(../images/grad_top.gif);
	height: 30px;
	margin: 0px 0px 0px 174px;
	background-position: -5px 0px;
}
#photostrip {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/*End Main navigation--------------------------------------------------------------------------------------------------------------*/

/*Sub navigation--------------------------------------------------------------------------------------------------------------*/

.moduletable_sub ul{
	margin: 10px 0px;
	padding: 0px;
	list-style-type:none;
}
.moduletable_sub ul li{
	border-bottom: 1px dashed #FFFFFF;
	padding: 4px 0px;
}
.moduletable_sub a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
.moduletable_sub a:hover{
	color:#FFFFFF;
}
#container .sitemap li.active a{
	color:#3b64a8;
}



/*End Sub navigation--------------------------------------------------------------------------------------------------------------*/

#searchbutton {
	margin: 0px;
	padding: 0px;
}
#searchelp {
	margin: 0px;
	font-size: 10px;
}
#searchelp a {
	text-decoration: none;
	font-style: italic;
	color: #666666;
}
#bodytitle {
	color: #355EA2;
	font-weight: bold;
	font-size: 25px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 9px;
}
#body .bodytitlesmall {
	color: #000000;
	font-style: italic;
	font-size: 12px;
	margin: 0px 0px 20px 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#body .bodytitlesmall a {
	font-weight:bold;
	color: #000000;
}
#mainbullet {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 15px 0px 30px 9px;
	padding: 0px;
	list-style-type: none;
}
#mainbullet li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 32px;
	height: 25px;
}
.gradheader {
	background-image: url(../images/blue_grad.gif);
	background-repeat: repeat-x;
	height: 21px;
	margin: 0px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 3px 0px 0px;
}
#body .subhead {
	font-size: 14px;
	font-weight: bold;
	color: #355EA2;
	text-transform: capitalize;
	margin: 0px 0px 8px;
}
#body p {
	color: #666666;
	margin: 0px 0px 8px;
}
.broch {
	color: #355EA2;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px;
}
#left .click {
	font-size: 9px;
	color: #000000;
	margin: 0px 0px 10px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Begin Latest News Panel------------------------------------------------------------------------------------------*/

.newsitem .newsub {
	margin: 0px;
	padding-left: 30px;
}
.newsitem .click {
	padding-left: 30px;
	margin: 0px 0px 5px;
}
.newsitem {
	background-image: url(../images/rss_logo.gif);
	background-repeat: no-repeat;
}
.newsitem .latestnews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
}
.newsitem p {
	color: #666666;
}

/*End Latest News Panel------------------------------------------------------------------------------------------*/

#leftinner hr {
	color: #D6D6D6; 
	background-color: #D6D6D6;
	border: 1px dashed #FFFFFF;
	border-style: none none dashed;
}
.test {
	background-color: #3333CC;
}
#navigation .test2 {
	background-color: #00CC66;
}

/*Product Navigation ------------------------------------------------------------------------------------------*/

.prodicons {
	margin-bottom: 10px;
}
.prodicons td {
	text-align: center;
	vertical-align: bottom;
	font-style: italic;
	color: #999999;
}
.prodicons .red {
	color: #355EA2;
	font-weight: bold;
	font-size: 12px;
}
.buttonbar {
	width: 100%;
	background-color: #E6E6E6;
	margin: 20px 0px 10px;
}
.buttonbar td {
	padding: 4px;
}

.buttonbar a {
	background-image: url(../images/button_arrow.gif);
	background-repeat: no-repeat;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 3px;
}

/*End Product Navigation ------------------------------------------------------------------------------------------*/

/*Product Detail ------------------------------------------------------------------------------------------*/

.download {
	background-image: url(../images/download_icon.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 15px 45px;
	font-weight: bold;
}
.clrt {
	clear:right;
}
.divider {
	border-top: 1px dotted #999999;
	height: 20px;
	background-image: url(../images/divide_grad.gif);
}
.contentheading{
	display:none;
}
.detailbullet {
	color: #666666;
	margin: 0px 0px 8px;
	padding: 0px;
	list-style-type: none;
}
.detailbullet a {
	color: #000000;
	font-weight: bold;
}

.detailbullet li {
	background-image: url(../images/small_red_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}
.detailbullet li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.detailbullet li ul li {
	background-image: none;
	font-style:italic;
}
#detailphoto {
	float: right;
}
#specsbox {
	float: right;
	clear: right;
	background-color: #E3E3E3;
	width: 192px;
	text-align: left;
	margin: 0px 0px 15px 25px;
}
#boxtop {
	background-image: url(../images/detail_box_top.gif);
	height: 16px;
	width: 193px;
}
#boxbottom {
	background-image: url(../images/detail_box_bottom.gif);
	height: 16px;
	width: 193px;
}
.detailspecs {
	margin: 0px 0px 0px 9px;
	width: 175px;
	padding: 0px;
	list-style-type: none;
}
.detailspecs a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.detailspecs li {
	background-image: url(../images/detail_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.detailspecs li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.detailspecs li ul li {
	background-image: url(../images/small_red_bullet.gif);
	margin: 4px 0px 0px;
	padding: 0px 0px 0px 8px;
	background-position: 0px 4px;
}
.detailspecs li ul a {
	color: #666666;
	font-size: 11px;
	font-style: italic;
}
/*End Product Detail ------------------------------------------------------------------------------------------*/

/*Special Projects Gallery ------------------------------------------------------------------------------------------*/

#viewer {
	margin-top: 30px;
	border: 2px solid #CCCCCC;
	padding: 3px;
}
#viewer p {
	padding: 3px;
}
#special_table {
	border: 1px solid #999999;
	width: 550px;
	padding: 15px;
}
#special_table ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#special_table li {
	background-image: url(../images/red_list_arrow.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 4px;
	padding-left: 15px;
}
#photo_icon {
	background-image: url(../images/photo_icon.gif);
	background-repeat: no-repeat;
	padding-top: 14px;
	height: 30px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #355EA2;
	text-transform: capitalize;
}
#article_icon {
	background-image: url(../images/article_icon.gif);
	background-repeat: no-repeat;
	padding-top: 14px;
	height: 30px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #355EA2;
	text-transform: capitalize;
}

/*End Special Projects Gallery ------------------------------------------------------------------------------------------*/


/*Industries Served -----------------------------------------------------------------------------------------------------*/

.industry_select {
	margin: 15px 0px;
	padding: 0px;
	list-style-type: none;
}
.industry_select li {
	background-image: url(../images/red_list_arrow.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 4px;
	padding-left: 15px;
}

/*End Industries Served -----------------------------------------------------------------------------------------------------*/


/*Rep Locator ------------------------------------------------------------------------------------------*/

.map, .list {
	margin-top: 30px;
	display: block;
}

.map_hide, .list_hide {
	display: none;
}

#list {
	width: 175px;
	float: left;
}
#output {
	width: 380px;
	float: left;
}

#list ul {
	
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#list ul li {
	font-size: 12px;
	width: 152px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #000000;
}

#list ul li span{
	width: 140px;
	padding: 4px 5px 3px 5px;
	margin: 0px;
	border: 1px solid #000000;
	border-top: none;
	color: #FFFFFF;
	display: block;
}

#list ul li .country_1{
	background-color: #727272;
}

#list ul li .country_2{
	background-color: #919191;
}

#list ul li:hover span, #list ul li.over span{
	background-color: #355EA2;
}

#list ul li ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	display: none;
}

#list ul li:hover ul, #list ul li.over ul{
	display: block;
}

#list ul li ul li {
	font-size: 11px;
	width: 130px;
	padding: 4px 5px 3px 5px;
	margin: 0px;
	border: 1px solid #000000;
	border-top: none;
}

#list ul li ul li:hover {
	background-color: #e78577;
}

#list ul li ul .state_1{
	background-color: #FFFFFF;
}

#list ul li ul .state_2{
	background-color: #CCCCCC;
}

#list ul li span a{
	color: #FFFFFF;
	text-decoration: none;
}

#list ul li ul li a{
	color: #000000;
	text-decoration: none;
}

#output h2{
	color: #355EA2;
	font-size: 15px;
}

#output p{
	padding: 8px;
	border: 1px dotted #999999;
	background-color:#F4F4F4;
	font-size: 12px;
}

/* End Rep Locator ------------------------------------------------------------------------------------------*/

/* Static Pages ------------------------------------------------------------------------------------------*/

#body a {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

#body a:hover {
	color:#000000;
	text-decoration:underline;
}

/* End Static Pages ------------------------------------------------------------------------------------------*/

/* Industries Page */

#multipage a
{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;

}
#multipage a:hover
{
color: #355EA2;
}

/*End*/

/*Form Validation------------------------------------------------------------------------------------------------*/

div .errorMessage {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #CC3333;
	margin: 0 0 1em 0;
	padding: .5em;
	background-color: #ffdfdf;
	border: 1px dotted #de9292;
}
.focus { 
background-color: #fefbc8; 
}
.error { 
background-color: #ffb7b2; 
}
codeblock {
	border: 1px solid #DADADA;
}

/*Form Validation End------------------------------------------------------------------------------------------------*/

/*Form Pages --------------------------------------------------------------------------------------------------------*/

.formtable input {
	font-size: 12px;
	width: 50px;
}
.formtable select {
	font-size: 12px;
}
.formtable textarea {
	font-size: 12px;
}
.min_max {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.download {
	background-image: url(../images/download_icon.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 15px 45px;
	font-weight: bold;
}
.boxgray {
	background-color: #CCCCCC;
	margin-bottom: 8px;
	width: 200px;
}
.formtable table td {
	text-align: right;
}
.comptable td {
	text-align: right;
}
.comptable input {
	font-size: 12px;
}
.contactable td {
	text-align: right;
}
.contactable input {
	font-size: 12px;
}
.contactable textarea {
	font-size: 12px;
}
/*End Form Pages --------------------------------------------------------------------------------------------------------*/

#chinese_swf{
	margin: 50px auto;
	width:480px;
	text-align:center;
}

