/* CONAX BUFFALO STYLESHEET */
/* JAN 2008 */

/* -- Global Styles --*/

* {
	margin:0;
	padding:0;
}

html {
	/*min-width:950px;*/
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background:#EEEFF0 url(../css/bg.gif) repeat-x;
	color: #000000;
}

/* -- TAG Replacements --*/
a {
	cursor: hand;
}

a:link {
	color:#354167;
}
a:visited {
	color:#003399;
	text-decoration: none;
}
a:hover, #footer a:hover {
	color:#CC6600;
}
table {
	font-size:11px;
}
img {
	border: 0px;
}
label {
	width:95px;
	text-align:left;
	display: block;
	float: left;
	padding: 0px 5px 0px 0px;
}
/* -- Tage Replacement h1-h6 --*/

h1, h2 {
	color:#CC6600;
	font-size: 20px;
}
h3, table h3 {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#003399;
	margin: 0px;
	padding: 0px;
}

h4 {
	color:#666666;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h5 {
	color:#666666;
	font-size: 12px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
h6 {
	color:#666666;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 10px 0;
}
#container {
	background:#fff;
	text-align:left;
	margin:0 auto;
	padding:0;
}
/* -- Top Orange Bar --*/


#topbar {
	background-color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	height: 20px;
	text-align: right;
	position: relative;
	float: left;
	width: 100%;
}

#topbar a {
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	margin: 2px 5px;
}
#topbar a:hover {
	color: #333;
	text-decoration: none;
}
/* -- Logo  --*/

#logobar {
	width: 100%;
	height: 75px;
	position: relative;
	background-color:#fff;
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/elements/topshadow.jpg);
}
#container #navbarwrap {
	width: 100%;
	background-color: #CCCCCC;
	float: left;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-image: url(../images/bg_navbar.gif);
}
/* -- START Top Navigation  --*/
/* -- Phase 2 -- move this to secondary css -- */
#navbar {
	background-image:url(../images/bg_navbar.gif);
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
}
#navbar a {
}
#nav, #nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	padding: 10px 15px;
	border-right: 1px solid #ccc;
	color: #333333;
	text-decoration: none;
	z-index: 9;
}
#nav li {
	float: left;
	position: relative;
	z-index: 10;
}
#nav li a {
}
#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC6600;
	background-image: url(../images/bg_navbar_hl.gif);
}
#nav li ul {
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	background: #fc6;
	z-index: 10;
}
#nav li li {
	float: left;
	z-index: 11;
}
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	z-index: 12;
}
/* -- end Top Navigation -- */

/* -- Main Area white bg -- */
#main {
	width:100%;
	background-color:#fff;
	padding: 18px 0px 0px 0px;
}
/* -- Left Hand Tree Menu  --*/
#LeftNav {
	margin: 0px;
	float:left;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 175px;
	padding: 0px;
}
#LeftNav a {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}
#LeftNav .productsub {
	margin: 0 0 8px 0;
	padding: 0px;
}
#LeftNav .blue {
	background-color: #003399;
}
#LeftNav .orange {
	background-color:#FF6600;
}
/* -- Content Area -- */
#content {
	z-index: -1;
}
#content p {
	margin: 0px 0px 15px 0px;
}
#indexcenter, #indexright {
}
#indexcenter {
	float: left;
	margin: 0px;
	width: 706px;
}
#indexcenter #sg {
	height: 204px;
	background-image: url(../images/index_compression_seal_fitting.jpg);
	z-index: 1;
	position: relative;
}
#indexcenter #ts {
	height: 217px;
	background-image: url(../images/index_temperature_sensor.jpg);
	margin: 5px 0 0 0;
}
#indexright {
	float: left;
	position: relative;
	padding: 0 0 0 10px;
}
#indexright .newsbox {
	height: 38px;
	width: 200px;
	margin: 0 0 5px 0;
	background-image: url(../images/elements/newsbox.jpg);
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
#indexright .box {
	margin: 0 0 5px 0;
	padding: 5px;
	width: 210px;
	height: 79px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/elements/index_rightbox.jpg);
}
#indexright    .box     h3, #indexright   .box  a,  .newsbox  h3 {
	color: #333333;
	margin: 0px;
	text-decoration: none;
}
#indexright .box  p {
	padding: 0px;
	margin: 0px;
}


#indexbottombar {
	width: 100%;
	clear: both;
	text-align: center;
}
#indexbottombar  .bottombox {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	padding: 5px 10px;
	width: 291px;
	border-right: 1px solid #ccc;
}
#indexbottombar .bottombox strong {
	font-weight: bold;
	color: #38487E;
	font-size: 16px;
}
#indexbottombar .bottombox img {
	float: left;
	padding: 0 5px 0 0;
}



/* -- SubCenter --*/


#subcenter {
	width: 540px;
	float: left;
	position: relative;
	padding: 0px 15px 0px 20px;
}
#subcenter em {
	font-style: italic;
	color: #3366FF;
}
#subcenter table {
	border: 1px solid #ccc;
	font-size: 0.95em;
}
#subcenter table td {
	border-bottom: 1px solid #ccc;
}
/*
#subcenter li {
list-style: square url(../images/arrow.gif) outside;
}
*/

#subcenter ul {
	margin: 10px 15px;
}
#subcenter ul li {
	list-style-type: square;
	list-style-type: disc;
	list-style-image: url(../img/elements/bullet_grey_square.jpg);
	padding: 3px 0px;
}
#subcenter ol {
	margin: 5px 0 0 20px;
	padding: 0px;
}
#subcenter ol li {
	list-style-image: none;
	list-style-type: decimal;
	/*line-height: 18px;*/
	margin-bottom: 5px;
}
#subright {
	width: 160px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
	border-left: 1px dotted #ccc;
	font-size: 11px;
	text-align: left;
}

#subright ul, #subright ol{
	margin: 0px 15px;
	}
#subfull {
	width: 605px;
	float: left;
	margin: 0px 5px 5px 10px;
	position: relative;
}
/* --  literature selector -- */
#litselect {
}
#litselect table {
	width: 100%;
	vertical-align: top;
	background-color: #fff;
}
#litselect th, #litselect td {
	padding: 2px;
}
#litselect th {
	background-color:#CC6600;
	color:#fff;
}
#litselect td {
	width: 25%;
	text-align:center;
	vertical-align:top;
}
#litselect table td img {
	border: 1px solid #333;
	margin: 2px;
}
#litselect p {
	text-align:left;
	margin-left: 10px;
}
#litselect table td p img {
	border: none;
	padding-right: 2px;
	vertical-align:middle;
}
/* -- content area index page news box --*/
#newsbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin: 0px 0px 4px;
	border: 1px solid #999999;
	position: relative;
	width: 290px;
}
#newsbox_large {
	background-image: url(../img/ouroffices_bg.png);
	width: 200px;
	height: 242px;
	padding: 10px;
}

#newsbox strong {
	font-size: 1.1em;
	color:#003366;
}
#newsbox ul {
	margin: 5px 0px 2px 18px;
	padding: 0px;
	line-height: 1.3em;
}
#newsbox li {
	list-style-image: url(../images/arrow.gif);
}
#industrybox {
	padding: 10px;
	width: 198px;
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
}
#industrybox ul li {
	display: block;
	height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	line-height: 22px;
}
.grey {
	/*padding: 8px;*/
	background-color:#EFEFEF;
	padding: 0px;
	vertical-align: middle;
	text-decoration: none;
	width: 306px;
}
.white {
	padding: 7px;
	background-color:#fff;
}
/* -- footer --*/
#footer {
	text-align:center;
	height:50px;
	margin:0 auto;
	color:#fff;
	background-color: #003399;
	padding-top: 10px;
	font-size: 1em;
}
#footer a {
	color: #fff;
}
#footerspacer {
	text-align: center;
	padding: 0px;
	/*clear: both;*/
font-size: .7em;
	color: #333;
	width: 100px;
}
/*
#logobar form {
	font-size: 10px;
	text-align: right;
	vertical-align: bottom;
	float: left;
	clear: left;
	height: 20px;
	width: 235px;
	position: absolute;
	top: 38px;
	right: 16px;
}
*/


/* shared styles */
#container, #footer {
	width: 950px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
.button {
	font-size: 10px;
}
.field {
	border: 1px solid #999999;
	font-size: 10px;
	background-color: #E6E6E6;
	padding-left: 10px;
}
.smallfont {
	font-size: 0.9em;
	color: #666;
}
.imgrightpad {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Misc fixes */
.clear {
	clear: both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
.note {
	color: #0A246A;
	font-weight: bold;
}
/* LeftNav class for index page  --*/

.leftnavinner {
	padding: 10px;
	width: 180px;
	float: left;
	text-decoration: none;
}
.leftnavinner a {
	text-decoration: none;
	font-weight: bold;
}
.leftnavinner li {
	padding: 2px 0;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
/* --LeftNav class for index page --*/

.leftnavinner ul {
	margin: 0px;
	padding: 0px;
}
.indexleftnavpadding {
	margin: 2px 0 0 0;
}
.indexbuttonwrap {
	float: right;
	padding: 140px 10px 0 0;
}
#imagebox {
	float: right;
	width: 180px;
	font-size: 10px;
	border: 1px solid #EEEEEE;
	padding: 1px 1px 1px 3px;
	text-align: left;
	margin: 0px 0px 0px 5px;
}
#sgintrolist {
	clear: both;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #ccc;
}
#sgintrolist img {
	width: 170px;
	height: 55px;
	float: left;
}
#sgintrotitle {
	width: 100%;
	color: #000033;
	background-color:#EBEBEB;
	padding: 3px 1px;
	font-weight: bold;
	text-transform: capitalize;
}
#subright .largenav {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
#searchbox {
	float: right;
	width: 220px;
	padding: 3px 5px;
}
#searchbox input {
	height: 18px;
}
/* -- Local CSS for minisite-- */

#senicastbg {
	background-image: url(../images/sub_top_a.jpg);
	width: 450px;
	height: 20px;
	padding-top: 50px;
	vertical-align: bottom;
}
#senicastbg a {
	font-size: 11px;
	background-color: #FFF;
	vertical-align: middle;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	text-align: center;
	display: block;
	float: left;
	padding: 2px;
	border-right: 1px solid #ccc;
	text-decoration: none;
}
.conaxlogo {
	/*background-image: url(../images/conaxlogo_2005.gif);*/
	float: left;
	width: 700px;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #996600;
	padding: 10px 15px;
}
.iso9000 {
	float:right;
	height:70px;
	width:100px;
	display:block;
	background-image: url(../images/iso9001_small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



/* index page only style */

.powergen, .oilgas, .semi, .featured, .indexautoclave {
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 200px;
	height: 69px;
	padding: 5px;
	display:block;
}

.powergen {
	background-image: url(../images/index_powergen.jpg);
}
.oilgas {
	background-image: url(../images/index_oil_gas.jpg);
}
.semi {
	background-image: url(../images/index_semi.jpg);
}

.featured {
background:url(http://www.conaxbuffalo.com/products/img/sealing_glands/pgs_thumb.jpg) no-repeat 60px 30px;
}
.indexautoclave {
	background-image: url(../images/index_autoclave.jpg);	
}

span.languageblocks {
	width: 120px;
	float: left;
}
#sgselection li {
}
#sgselection {
	float: left;
	width: 550px;
	padding: 5px 0px 0px 15px;
	overflow: hidden;
}

.imageleft {
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin: 0px 10px 10px 0;
}
.hline {
	border-bottom: 1px solid #ccc;
	clear: both;
	padding: 5px 0px;
	height: 75px;
}
img.img120 {
	width: 120px;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
}
.index_maplink {
	display: block;
	height: 125px;
	width: 100%;
	float: left;
	clear: both;
}
table.contact {
	width: 475px;
	font-size: 12px;
	
}
table.contact td {
	padding-top: 1px;
	padding-bottom: 3px;
}
.required_field {
	color: #0A246A;
	font-weight: bold;
	font-size: 12px;
}
.optional_field {
	color: #0A246A;
	font-weight: normal;
	font-size: 12px;
}
.input_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #000000;
}
#content .teaserblock {
	font-size: 11px;
	padding: 10px 0;
	height: 130px;
}
#content .teaserblock ul li {
	padding: 0px;
	list-style-position: outside;
	margin: 0px;
	list-style-type: disc;
	list-style-image: url(../img/elements/bullet_grey_square.jpg);
}
#content .teaserblock ul {
	margin: 0 0 0 15px;
}


#content .teaserblock img {
	float: left;
	width: 150px;
	height: 100px;
	margin: 3px 10px 3px 0;
	display: block;
}
#content .teaserblock h4 {
	color: #000;
	background-color: #F90;
	padding: 5px;
	font-weight: normal;
}
#content #subcenter h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

