/* CSS Document */
html {
	background:url(images/main_background2.jpg) repeat-x;
	background-color:#000000;
}
body {
	width:954px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
    color: #ffffff;
}
a img{border: none;}
a:link, a:visited{color: #e9e5e2; text-decoration: none; font-weight: bold;}
a:hover{ color: #ffffff; text-decoration: underline;}
h1{
    font-weight: normal;
    font-size: 20px;
}
h2{
    font-weight: bold;
    font-size: 17px;
}
h3{
    text-align: center;
    color: #cf0000;   
}
.clear {clear: both;}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}

.button{
    color: #ffffff;
    background: #404040;
    border: solid 1px #000000;
    padding: 2px;
}
.button:hover{color: #000000; text-decoration:underline;}

li {list-style-type:square;}

/**************** header.php ******************/
#header{
    background: url(images/header.jpg);
    width: 954px;
    height: 196px;
}
#topNav{
    height: 22px;
    text-align: right;
    padding: 5px 85px 0 0;
}
#topNav a {
    margin: 8px;
    font-weight: normal;
    font-size:13px;
    letter-spacing: 1px;
}
#logo{
    padding: 8px 0 0 85px;
    height: 124px;
}
#mainNav{
    text-align: center;
    padding: 3px 0 0 0;
}
#mainNav a{
    font-size: 14px;
    margin: 3px;
}

#mainContent{
    width: 780px;
    margin: auto;
    padding: 10px 10px;
}
/*********************************************/


/**************** footer.php ******************/
#boxes{
    width: 822px;
    margin: auto;
}
div.box, div.IE6box{
    float: left;
    width: 224px;
    height: 151px;
    margin: 0 6px;
    padding: 15px 18px;
}
div.box{background: url(images/boxesBG.png) top left no-repeat;}
/*the IE6box is to use a transparent gif instead of png 
only when client is using IE6*/
div.IE6box{background: url(images/boxesBG.gif) top left no-repeat;}
h2.boxHeader{
    display: inline;
    margin-bottom: 0px;
    margin-left: 5px;
    background: url(images/arrow.gif) right no-repeat;
    padding-right: 15px;
}
div.box p, div.IE6box p{
    margin-top: 2px;
    font-size: 12px;
    color: #c0c0c0;
}
div.box img{
    padding-left: 5px;
    margin-top: 15px;
}
#footerInfo{
    margin: auto;
	clear: both;
	width: 780px;
    text-align: center;
    color: #535152;
    margin-bottom: 20px;
}
#footerInfo p{margin: 3px 0px;}
#footerInfo a:link, #footerInfo a:visited{color: #808080;} 
#footerInfo p.left{
    float: left; 
    width: 50%;
    text-align: left;
    font-size: 9px;
}
#footerInfo p.right{
    float: right; 
    text-align: right;
    font-size: 9px;
}

/*********************************************/


/************ facilities.php *****************/
#machines div.left{
    float: right;
    width: 400px;
}
#machines div.right{
    float: right;
}
#supportEquip{clear: both;}
#supportEquip div.left{
    float: left;
    text-align: center;
    margin-top: -10px;
}
#supportEquip div.right{
    float: left;
    width: 430px;
	text-align: left;
}
img.top{
    float: right;
    margin-top: -30px;
}
p.facilities{
    float: left;
    width: 470px;
    margin: 10px 0px 85px 0px;
    padding-right: 20px;
    text-align: justify;
}
/*********************************************/

/************** services.php *****************/
#servicesLeft{
    width: 485px; 
    float: left;
    text-align: justify;
    margin-right: 20px;
}
#servicesRight{
    float: right;
    width: 213px;
    background: url(images/metalBG.gif);
    border-top: solid 2px #242223;
    border-bottom: solid 2px #242223;
    padding: 0px 22px 0px 25px;
    margin-top: -30px;
    margin-bottom: 20px;
	//padding-top: 10px;
	text-align: justify;
}
/*********************************************/

/************** quality.php *****************/
#qualityLeft{
    width: 485px; 
    float: left;
    text-align: justify;
	margin: 0 20px 20px 0;
}
#qualityRight{
    float: right;
    width: 213px;
    background: url(images/metalBG.gif);
    border-top: solid 2px #242223;
    border-bottom: solid 2px #242223;
    padding: 0px 22px 0px 25px;
	//padding-top: 10px; /*for IE*/
    margin-top: 17px;
}
#qualityRight ul{
    margin-left: -20px;
	//margin-left: 10px; /*for IE*/
}
/*********************************************/

/*************** contact.php *****************/
#CFormLeft{
    float: left;
    width: 220px;
    margin: 15px 60px 0 0px;
    background: url(images/metalBG.gif);
    border-top: solid 2px #242223;
    border-bottom: solid 2px #242223;
    padding-left: 40px;
	//padding: 15px 0 15px 40px; /*for IE*/
}
#CFormRight{
    float: right;
    margin-bottom: 20px;
}
#CForm{
    margin: auto;
    width: 400px;

}
#CForm div{
    margin-bottom: 5px;
}
#CForm label{
   width: 200px;
   float: left;
   text-align: right;
   padding-right: 5px;
}
#CForm input {
   width: 140px;
}
#CForm select{
   width: 142px;
   //width: 143px; /*for IE*/
}
.required{
   color: #cf0000;
   letter-spacing: 1px;
   font-weight: bold;
}
#CForm textarea{
	width: 315px;
	height: 80px;
    margin: 3px 0 3px 30px;
}
#submit input {
    width: 55px;
}
#submit{
    margin: auto;
    text-align: center;
}
#CForm .inputclass{
    color: #131313;
    background: #f2f2f2;
    border: solid 1px #000000;
}
.error{
	background: #4C4A4B;
}
/*********************************************/