* {
    margin: 0;
}

html, body {
    height: 100%;
    background-color: #3a3a3a;
    color: #ffffff;
	font-family: Arial, Times New Roman;
	font-size: 12px;

	
}

body
{
		background-image:url('../images/back.gif');
		background-repeat: repeat-x;		
}

.wrapper {
	min-height: 100%;
	height: auto !important;
    height: 100%;  
    margin-bottom: -30px;  
}

.footer {
    height: 30px;
    margin-top: -30px;    
}

.wrappercontent
{
	width: 950px;
	margin: auto;		
}

.footercontent
{		
	width : 900px;	
	margin: auto;	
	text-align: center;		
}

.leftcolumn
{
	width: 150px;
	float: left;	
}

.rightcolumn
{
	width: 750px;
	float: left;		
	margin-left: 30px;	
}

.logo
{
	position: relative;
	left: 20px;
	margin-top: 20px;
	width: 150px;
	border: 0px;
	margin-bottom: 10px;	
}

.logoText
{
	color: #ffffff;
	position:relative;
	top: -10px;
	left: 30px;
	font-style:italic;
}

.repairSpecialists
{
	width: 150px;	
	text-align: right;
	font-size: 12px;
	padding-right: 20px;		
	margin-top: 20px;		
}

.repairLogo
{	
	width: 100px;
	padding-right: 	0px;	
	padding-top: 20px;	
}

h1
{
	font-size: 17px;
	color: #f6ec28;
	margin-bottom: 10px;
}

.menuOptions
{
	width: 150px;	
	text-align: right;
	font-size: 12px;
	padding-right: 20px;	
	margin-bottom: 20px;	
}

.menuHeading
{
	color: #f6ec28;
	display: block;
	text-decoration: none;
	margin-top: 15px;
	font-size: 17px;
}

.menuOption
{
	color: #ffffff;
	display:block;
	text-decoration: none;
}

.menuOption:hover
{
	color: #f6ec28;
}

.banner
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 600px;
	background-color: #000000;
	height: 150px;
	border: 1px solid #ffffff;	
	z-index: 1;
}

.icon
{
	width: 140px;
	text-align: center;
	vertical-align: top;	
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.icon a
{
	color: #ffffff;
}

.icon a:hover
{
	color: #f6ec28;
}

.icon img 
{
	border: 0px;
}

.imagefloat
{
	float: left;
	margin-right: 20px;
}

.section
{
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 20px;
	margin-bottom: 50px;
}

hr 
{
	border: 1px solid #f6ec28;		
}

.link
{	
}

.link a
{
	color: #f6ec28;
	text-decoration: none;
}

.link a:hover
{
	color: #ffffff;
}

.link img
{
	margin-right: 5px;
}

img 
{
	border: 0px;
}

.contact
{
	text-align: right;
	margin-right: 20px;
	margin-top: 5px;
}

a
{
	text-decoration: none;
	color: #ffffff;
	border: 0px;
}

a:hover
{
	border: 0px;
	color: #f6ec28;
}

a:focus
{
	outline: none;
}

.breadcrumb
{
	margin-left:25px;
}

.equipmentlist
{
	border-collapse: collapse;
	width: 300px;
}

.equipmentlist th
{
	border: 1px solid #ffffff;
	padding: 5px;
	text-align: left;
}

.equipmentlist td
{
	border: 1px solid #ffffff;
	padding: 5px;
}

.rightimage
{
	float: left;
	margin-right: 10px;
	border: 1px solid #ffffff;
}

.imagesection
{
	float: left;
	text-align: center;
	width: 200px;
	margin: 10px;
	margin-bottom: 50px;
}

.imagesection img
{
	border: 1px solid #ffffff;
}