@charset "UTF-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFFFCC;
}
body{
	background-color: #333333;
	background-image: url(images/bg-metalgrid.jpg);
	margin-top: 30px;
	background-repeat: repeat;
}
.textGrey {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.textGrey a{
	color: #333333;
} 
.textGrey a:hover{
	color: #FFCC00;
} 
.textGrey a:visited{
	color: #333333;
} 
.textGrey a:active{
	color: #333333;
} 
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.footer a{
	color: #CCCCCC;
} 
.footer a:hover{
	color: #FFCC00;
} 
.footer a:visited{
	color: #CCCCCC;
} 
.footer a:active{
	color: #CCCCCC;
} 

#home .home a{
	display:block;
	width:162px;
	height: 99px;
	background-image: url(images/nav-home-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
.home a {
	display:block;
	width:162px;
	height: 99px;
	background-image: url(images/nav-home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.home a:hover { 
	background-image: url(images/nav-home-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ourcompany .ourcompany a{
	display:block;
	width:172px;
	height: 99px;
	background-image: url(images/nav-ourcompany-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
.ourcompany a {
	display:block;
	width:172px;
	height: 99px;
	background-image: url(images/nav-ourcompany.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ourcompany a:hover { 
	background-image: url(images/nav-ourcompany-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#services .services a{
	display:block;
	width:153px;
	height: 99px;
	background-image: url(images/nav-services-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
.services a {
	display:block;
	width:153px;
	height: 99px;
	background-image: url(images/nav-services.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.services a:hover { 
	background-image: url(images/nav-services-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#projectgallery .projectgallery a{
	display:block;
	width:195px;
	height: 99px;
	background-image: url(images/nav-projectgallery-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
.projectgallery a {
	display:block;
	height:195px;
	height: 99px;
	background-image: url(images/nav-projectgallery.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.projectgallery a:hover { 
	background-image: url(images/nav-projectgallery-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#whatsnew .whatsnew a{
	display:block;
	width:154px;
	height: 99px;
	background-image: url(images/nav-whatsnew-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
.whatsnew a {
	display:block;
	width:154px;
	height: 99px;
	background-image: url(images/nav-whatsnew.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.whatsnew a:hover { 
	background-image: url(images/nav-whatsnew-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#contactus .contactus a{
	display:block;
	width:163px;
	height: 99px;
	background-image: url(images/nav-contactus-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
.subnavleftposition {
	margin-left: -20px;
}
.contactus a {
	display:block;
	width:163px;
	height: 99px;
	background-image: url(images/nav-contactus.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contactus a:hover { 
	background-image: url(images/nav-contactus-over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


.textGold {
	color: #FFCC00;
}
.HeaderGrey {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #333333;
}
.rulelineright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.HeaderGold {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFCC00;
}
.SubHeaderGrey {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
ul {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
.imgborder {
	border: 1px solid #999999;
}
.imgMargin {
	margin-bottom: 20px;
	margin-left: 20px;
}
.textRed {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.textGreysmall {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
}
.textGreysmall a{
	color: #FFCC00;
	text-decoration: none;
} 
.textGreysmall a:hover{
	color: #FFCC00;
	text-decoration: underline;
} 
.textGreysmall a:visited{
	color: #FFCC00;
} 
.textGreysmall a:active{
	color: #FFCC00;
} 
.rulelineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rulelineTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.rulelineBox {
	border: 1px solid #CCCCCC;
}
