
* { /* Reset the margins so IE doesnt barf all over with Box Model problems */
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	line-height:18px;
}

a{
	text-decoration:none;
	color:#333333;
}

a:hover{
	color:#006699;
	text-decoration:underline;
}

#container { 
	width: 1000px;
	background: #FFFFFF;
	margin: 0px auto;   /* the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
}

#inner {
	background: white;
	color: black;
	margin-bottom: 10px;
}

#masthead{
	padding: 0px 0px 0px 0px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	line-height:18px;
	margin: 0px;
}

#masthead #nav{
	width:1000px;
	background-color:#F3F3F3;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#cac9ce;
	font-size:8px;
	border: 1px solid #cccccc;
}

#masthead #nav a{
	color:#006699;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	line-height:23px;
	margin: 10px;
}

#masthead #nav a:hover{
	color:#cc0000;
	text-decoration:underline;
}

#masthead #nav ul.topnav li{
	display:inline;
	border-right:#CCCCCC solid 1px;
	margin-left:0px;
	margin-right:0px;
}

#masthead img{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

/****************************************/

#blue{
	background:#FFFFFF;
	line-height:18px;
	color:#006699;
	padding: 10px 0px 10px 10px;
	font: 11px Arial, Helvetica, sans-serif;
}

#blue a{
	color:#006699;
	font-weight:bold;
	text-decoration:underline;
	text-indent:5px;
}

#blue a:hover{
	text-decoration:underline;
	color:#cc0000;
}

#blue h1{
	color:#333333;
	font-weight:bold;
	font-size:16px;
}


/****************************************/

#nolinklist ul, li{
	color:#CCCCCC;
	list-style:decimal inside;
	font-weight:normal;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	line-height:20px;
}

#list{
	float:left;
	background-color:#F2F3F7;
	padding: 10px;
	border:solid #CACBCD 1px;
	width: 390px;
	margin: 0px;
}

#list h1{
	color:#cc0000;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	line-height:24px;
	font-weight:bold;
}

#list ul, li{
	color:#CCCCCC;
	list-style:decimal inside;
	font-weight:bold;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	line-height:20px;
}

#list a{
	color:#006699;
	text-decoration:none;
	line-height:18px;
	font-weight:bold;
	font-size:12px;
}

#list li a:hover{
	color:#006699;
	text-decoration:underline;
}

#list img{
	margin-top:5px;
}

/****************************************/

#body {
	float: right;
	width: 580px;
	margin: 0px;
}

#body h1{
	color:#cc0000;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	line-height:28px;
	font-weight:bold;
}

#body h2 {
	font-size:12px;
	line-height:18px;
}

#body h2 a{
	font-size:12px;
	line-height:18px;
	text-decoration:underline;
}

#body h2 a:hover{
	text-decoration:none;
}


#body strong {
	color:#333333;
}

#body #rightlink {
	text-align:right;
}

#body #rightlink a{
	text-align:right;
	color:#006699;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}

#body #rightlink a:hover{
	text-decoration:underline;
}

/****************************************/

#body #listwhite{
	background-color:#FFFFFF;
	padding: 10px;
	float:left;
	width:310px;
	border:solid #CACBCD 1px;
}

#body #listwhite h2{
	font-weight:normal;
}

/****************************************/

#body #listwhite2{
	float:right;
	background-color:#FFFFFF;
	padding: 10px;
	border:solid #CACBCD 1px;
	width: 220px;
}

#body #listwhite2 h3{
	color:#333333;
	font-size:16px;
	font:Arial, Helvetica, sans-serif;
	margin:0px;
	line-height:24px;
}


/****************************************/

#footer{
}


#footer h5{ 
	/*background-color:#F3F3F3;*/
	font: 12px Arial, Helvetica, sans-serif;
	color:#006699;
	font-weight:bold;
	text-decoration:none;
	border-top: 1px solid #cccccc;
	padding-top:6px;
}

.addtopspace {
	margin-top: 10px;

}


/****************************************/

#threecoltable {
	margin: 0px;
	padding: 10px;
	color:#333333;
}

#threecoltable td{
	margin: 0px;
	padding: 0px;
	vertical-align:top;	
	background-color:#FFFFFF;
	color:#333333;
}

#threecoltable h1{
	color:#cc0000;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	line-height:24px;
	font-weight:bold;
}

#threecoltable h3{
	color:#333333;
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:bold;
	padding:3px;
	border: 1px solid #cccccc;
	background-color:#eeeeee;
	margin:0px;
}

#threecoltable h3 a{
	color:#006699;
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:bold;
}

#threecoltable h3 a:hover{
	text-decoration:underline;
}

#threecoltable h3 img{
	float:none;
	vertical-align:middle;
}


#threecoltable h5{
	color:#333333;
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
}

#threecoltable .normal{
	padding: 10px;
	border:solid #CACBCD 1px;
	background-color:#F2F3F7;
}


#threecoltable ul, li{
	color:#999999;
	list-style-type:square;
	list-style-position:outside;
	margin-left:10px;
	margin-right:10px;
	line-height:20px;
}

#threecoltable ul, li a{
	color:#006699;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

#threecoltable li a:hover{
	color:#cc0000;
	text-decoration:underline;
}

#threecoltable img{
	float:right;
	margin:0px;
}

/****************************************/

#plist{
	float:left;
	background-color:#FFFFFF;
	padding: 10px;
	width: 650px;
	margin: 0px;
}

#plist h1{
	color:#cc0000;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	line-height:24px;
	font-weight:bold;
}

#plist a{
	color:#006699;
	text-decoration:none;
	line-height:18px;
	font-weight:bold;
	font-size:12px;
}

#plist li a:hover{
	color:#006699;
	text-decoration:underline;
}


#plist #inside td{
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333333;
	font-size:12px;
	border:solid #CACBCD 1px;
	padding:5px;
}

/****************************************/

/******    Company profile & contact us  **************/

#cbody {
	float: none;
	width: 1000px;
	margin: 0px;
}

#cbody h1{
	color:#cc0000;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	line-height:28px;
	font-weight:bold;
}

#cbody h2 {
	font-size:12px;
	line-height:18px;
}

#cbody strong {
	color:#333333;
}

#body #rightlink {
	text-align:right;
}

#cbody #rightlink a{
	text-align:right;
	color:#006699;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}

#cbody #rightlink a:hover{
	text-decoration:underline;
}

/****************************************/

#cbody #listwhite{
	background-color:#FFFFFF;
	padding: 10px;
	float:left;
	width:700px;
	border:solid #CACBCD 1px;
}

#cbody #listwhite h2{
	font-weight:normal;
}

#cbody #listwhite a{
	font-weight:normal;
	text-decoration:underline;
}

#cbody #listwhite a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#cc0000;
}

#cbody #listwhite a:visited{
	font-weight:normal;
	text-decoration:underline;
	color:#333333;
}


#cbody #listwhite2{
	float:right;
	background-color:#FFFFFF;
	padding: 10px;
	border:solid #CACBCD 1px;
	width: 220px;
}

#cbody #listwhite2 h3{
	color:#333333;
	font-size:16px;
	font:Arial, Helvetica, sans-serif;
	margin:0px;
	line-height:24px;
}

#cbody #listwhite3{
	float:right;
	background-color:#FFFFFF;
	width: 260px;
}

#cbody #listwhite3 h3{
	color:#333333;
	font-size:16px;
	font:Arial, Helvetica, sans-serif;
	margin:0px;
	line-height:24px;
}



/****************************************/

#psidebar{
	float:right;
	background-color:#F2F3F7;
	padding: 10px;
	border:solid #CACBCD 1px;
	width: 300px;
	margin: 0px;
}

#psidebar h1{
	color:#cc0000;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	line-height:24px;
	font-weight:bold;
}

#psidebar h2{
	color:#006699;
	text-decoration:none;
	line-height:18px;
	font-weight:bold;
	font-size:12px;
}

#psidebar h3{
	color:#333333;
	text-decoration:none;
	line-height:18px;
	font-weight:normal;
	font-size:12px;
}

#psidebar a{
	color:#006699;
	text-decoration:none;
	line-height:18px;
	font-weight:bold;
	font-size:12px;
}

#psidebar a:hover{
	color:#006699;
	text-decoration:underline;
}

#psidebar img{
	margin-top:5px;
}

/****************************************/


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    line-height: 0px;
}

/*  sIFR ELEMENTS
----------------------------------------------------------------------------- 
*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	visibility: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 30px;
	padding: 0px;
	margin: 0px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 30px;
	padding: 0px;
	margin: 0px;
}

/* special */
.radiusbutt {
	padding-left: 10px;
	background: url(file:///C|/Documents%20and%20Settings/Ophilia/Desktop/photo/images/arrow.gif) no-repeat left;
	margin-bottom: 5px;
}
.radiusbuttright {
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(file:///C|/Documents%20and%20Settings/Ophilia/Desktop/photo/images/arrow.gif) no-repeat left;
	float: right;

}

.onlyright {
	float: right;
	padding-left: 15px;
	margin-bottom: 5px;
}

.radiusbuttleft {
	padding-left: 10px;
	margin-bottom: 5px;
	background: url(file:///C|/Documents%20and%20Settings/Ophilia/Desktop/photo/images/arrow.gif) no-repeat left;
	float: left;
}

/***************************************/

#body #butterflyvalves {
	background-color:#FFFFFF;
	padding: 10px;
	float:left;
	width:310px;
	border:solid #CACBCD 1px;
}

#body #butterflyvalves h2{
	font-weight:normal;
}

#cbody #butterflyvalves{
	background-color:#FFFFFF;
	padding: 10px;
	float:left;
	width:700px;
	border:solid #CACBCD 1px;
}

#cbody #butterflyvalves h2{
	font-weight:normal;
}

#cbody #butterflyvalves a{
	font-weight:normal;
	text-decoration:underline;
	color:#006699;
}

#cbody #butterflyvalves a:hover{
	font-weight:normal;
	text-decoration:none;
	color:#cc0000;
}

