* {
	margin: 0px;
	padding: 0px;
}

body 
{
	padding:  10px 0px 2px;
	background: url('../images/background.jpg') #5f92d2 repeat-x 0% 0%;
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #bfd8f6;
}

span {
	display: none;
}

img {
	border: none;
}



p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

input{
	padding-left: 2px;
	margin-top: 2px;
	background-color: #eff3f7;
	border: 1px solid #3d6290;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight:bold
}



select 
{
	padding-left: 2px;
	margin-top: 2px;
	background-color: #eff3f7;
	border: 1px solid #3d6290;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight:bold
}


textarea 
{
	padding-left: 2px;
	margin-top: 2px;
	background-color: #eff3f7;
	border: 1px solid #3d6290;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight:bold
}


#container {
	margin: 0px auto;
	width: 768px;
}


/* Page Header */

#header_container {
	margin-bottom: 12px;
	border: 1px solid #fff;
	background: url('../images/header_background.jpg') repeat-x 0px 0px;
}


#page_header { 
	width: 766px;
	height: 170px;
	overflow: hidden;
	background: url('../images/cogs.jpg') no-repeat 16px 20px;
}


/* Page Header : Company Name & Logo */

#header_company {
	margin-top: 20px;
	width: 585px;
	height: 35px;
	float: left;
	
	text-align: left;
}



/* Page Header : Welcome Note */


#header_welcome {
	padding-left: 150px;
	padding-top: 10px;
	float: left;
	text-align: justify;
}

#header_welcome h3 {
	padding: 3px 0px 0px;
	font-size: 20px;
	text-align:  left;
}

#header_welcome h1 {
	padding: 3px 0px 0px 0px;
	font-size: 30px;
}

#header_welcome p {
	margin-top: 7px;
}

#header_welcome #welcome_text {
	width: 550px;
	font-size: 14px;
	font-weight:bolder;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:  left;
}

/* Page Header : Menu */

#header_menu {
	padding-top: 5px;
	padding-right:5px;
	font-size: 10px;
	float:  none;
}

#header_menu li
{
    margin-bottom: 2px;
    width: 145px;
    border: 1px solid #dee8f5;
    text-align: center;
    clear: both;
    float: none;
    list-style-type: none;
}

#header_menu li a {
	display: block;
	width: 145px;
	height: 20px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 10px;
}

#header_menu li a span {
	display: block;
	padding-top: 4px;
	padding-left: 1px;
}

#header_menu li a:hover {
	color: #fff;
	background-color: #2e4a6c;
}

.Buttonlink
{
	padding-top: 2px;
	padding-left: 1px;

		
	
}


 .Buttonlink a 
 {
	 border: 1px solid #dee8f5;
	display: block;
	width: 80px;
	height: 15px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 12px;
	text-align:center;
	padding-top:2px;
	margin-bottom:3px;
}

.Buttonlink  a:hover {
	color: #fff;
	background-color: #2e4a6c;
}
/* Left Sidebar */

#left_sidebar {
	width: 170px;
	float: left;
}



#ContactBox {
	padding:      2px  8px    0px 8px;
    border: 1px solid #fff;
	background-color: #537caf;
	color: #f1f5f9;
	font-weight: bold;
	text-align: center;
	height:169px;
	
}


#ContactBox h4 {
	padding: 6px 3px 6px 3px;
	font-size: 15px;	
	font-weight:  bold;
	
}





/* Left Sidebar : Latest News */

#MenuBox 
{
    border: 1px solid #fff;
	background-color: #537caf;
	padding:   5px 5px 5px  10px;
	margin-bottom: 10px;
	text-align: left;
	height: 160px;
}

#MenuBox h2 {
	width: 76px;
	height: 19px;
	background: url('../images/news_title.gif') no-repeat 0px 0px;
}

#MenuBox h4 {
	padding-top: 6px;
	font-size: 10px;	
	font-weight: bold;
	
}

#MenuBox p {
	margin-top: 5px;
	margin-bottom: 6px;
	line-height: 12px;
}





#maincontent_container {
	border-top : 1px solid #d5dfec;
	border-left : 1px solid #d5dfec;
	border-right : 1px solid #d5dfec;
	border-bottom : 1px solid #d5dfec;
	float: right;
	text-align: left;
	background-color: #537caf;
}

#maincontent ul
{
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 20px;
   
  
}


#maincontent  li
{
  
}


#maincontent {
	margin: 7px 16px 2px 16px;
	width: 555px; 
	Height: 345px;
	/*overflow: hidden */
}

#maincontent_top {
	margin-bottom: 11px;
	width: 561px;
	background: url('../images/maincontent_verticaldiv.gif') repeat-y 310px 5px;
}


/* How We Started */

#started_container {
	width: 313px;
	float: left;
}

#started {
	padding-top: 2px;
	width: 294px;
}

#started h2 {
	width: 96px;
	height: 14px;
	background: url('../images/started_title.gif') no-repeat 0px 0px;
}


/* Repairing */

#right_container {
	width: 247px;
	float: left;
	text-align: left;
}

#repairing {
	margin-left: auto;
	margin-right: 1px;
	padding-bottom: 5px;
	width: 231px;
	float: right;
}

#repairing h2 {
	width: 125px;
	height: 19px;
	background: url('../images/repairing_title.gif') no-repeat 0px 4px;
}

#repairing p {
	margin-top: 6px;
}




#offer_container
{
    margin:  5px  6px 5px  5px;
    padding:   2px 8px  5px 10px ;
	background-color: #436da1;
    float: right; 
    width: 300px;
    border: 1px solid #fff;
}

#offer_container H2
{
  text-align:center;
  font-size: 18px;
  font-weight:bold;
  
}






/* Featured Products */

#equipmentImages
{
	border: 1px solid #fff;
	background-color: #436da1;
	float: left;
	padding:  10px 5px 10px  5px;
}



#equipmentImages h2 {
	width: 111px;
	height: 20px;
}

#equipmentImages img {
	
	padding:  0px 2px 0px 0px;
}



/* Page Footer */

#page_footer
{
    margin:  9px  0px 0px 0px ;
    padding:  1px 5px 5px 5px;
    background: url(  '../images/header_background.jpg' ) repeat-x 0px 0px;
    width: 758px;
    height: 50px;
    border: 1px solid #fff;
   overflow: hidden;
   /*text-align: left;*/
   
    float: left;
    font-size: 11px;
    position: static;
}

#page_footer_left
{
    text-align: left;
    float: left;
}

#page_footer_right
{
    float: right;
    text-align: right;
      font-size:  small
}



#page_footer_center
{
    float: left;
    text-align: center;
    width:400px;
    font-size: 40px;
    padding-top:  0px
}

#Contact_left
{
    float: left;
    text-align: left;
    width: 390px;
   
    
   
}
#Contact_right
{
    float: left;
    text-align: left;
    width:100px;
  
   
}

#Calculator_container
{
 float: left;
 
}



    
#LinkHide
{
    visibility:hidden;
}

#AlphaLetter
{
    text-align: left;
    visibility: visible;
    font-weight: bold;
}



.eqpdetails
{
   padding:  0px 10px 0px 10px;
   Height:320px;
   
}


.SupplierContent
{
   padding:   0px 5px 0px 0px;
   
   
   height: 330px ;
   Width: 552px;
   
}

.EmailLabel
{
		font-size: 12px;
		float:left;
		width:120px;
		display: inline;
		position: static;
		float:left;
}

.txtEmail
{
	width:142px;
}


.TxtMessage
{
	width: 250px;
	
}

.GenUL
{
	list-style-type: disc;
}
.GenUL li
{
	padding-top: 9px;
	font-weight: bold;
	font-size: 12px;
}

#howtolist
{
	list-style-type: decimal;
	
}


#howtolist li
{
	padding-top: 9px;
	font-weight: bold;
	font-size: 16px;
}

