/*-------------------- GENERIC RESETS --------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
	text-align:left;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*-------------------- GENERIC STYLES --------------------*/
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	}	
#outer-wrapper {
	margin:0 auto;
	width:100%;  
	overflow: auto;
	overflow:hidden;
}
#divide-wrapper-top {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat;
}
.centre-wrapper {
	margin:0 auto;
	width:1000px;
	text-align:left;
}

/*-------------------- TEXT STYLES --------------------*/
div {
	font-family: "proxima-nova-condensed-n3","proxima-nova-condensed","Arial";
	font-weight: 300;
	font-size: 17px;
	color:#908e8e;
}
.text1 {
    font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";
    font-weight: 400;
	font-size: 21px;
	color: #bababa;
}
.text2 {
	font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";
    font-weight: 400;
	font-size: 25px;
	color: #85f740;
	line-height:27px;
}
.text3 {
    font-family: "proxima-nova-condensed-n3","proxima-nova-condensed","Arial";
    font-weight: 300;
	font-size: 23px;
	color: #FFF;
	line-height:27px;
}
h1 {
	font-family: "proxima-nova-condensed-n3","proxima-nova-condensed","Arial";
	font-weight: 300;
	letter-spacing:-1px;
	font-size: 35px;
	color: #FFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	line-height:27px;
}
h2 {
	font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";
	font-weight: 400;
	font-size: 25px;
	color: #85f740;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	line-height:27px;
}
a  {
   font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";
   font-weight: 400;
   font-size: 25px;
   font-weight: normal;
   color: #85f740;
   text-decoration:none;	
}
a:hover {
	color: #CCC;
	text-decoration: none;	
}
.link2 {
	font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";
	font-weight: 400;
	font-size: 25px;
	font-weight: normal;
	color: #85f740;
	line-height:27px;
}
.link2:hover {
	color: #666;
	text-decoration: none;
}
/*-------------------- NAV --------------------*/

#nav {
   margin: 0;
   padding: 0;
   height: 1em; 
}
#nav li {
   list-style: none;
   float: left; 
}
#nav li a {
   font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";
   font-weight: 400;
   color: #999;
   font-size: 18px;
   display: block;
   padding: 3px 7px;
   text-decoration: none; 
}
#nav li a:hover {
	color: #85f740;
}
#nav li ul {
   display: none; 
   width: 11.5em;
   background-color: #69f;
}
/*-------------------- PAGE STYLES --------------------*/

#top-container {
	width:1000px;
	float:left;
}
#nav-container {
	width:1000px;
	height:39px;
	padding-top:12px;
	background-image: url(../images/nav-bg.png);
	background-repeat:repeat;
}
#content-container {
	width:1000px;
	float:left;	
}
.centre-container {
	width:1000px;
	height:101px;
    float:left;
	text-align:center;
	padding-top:40px;
	background-image: url(../images/title-bg-home.png);
	background-repeat: no-repeat;	
}
.centre-container-repair {
	width:1000px;
	height:101px;
    float:left;
	text-align:center;
	padding-top:40px;
	background-image: url(../images/title-bg-repair.png);
	background-repeat: no-repeat;	
}
.centre-container-service {
	width:1000px;
	height:101px;
    float:left;
	text-align:center;
	padding-top:40px;
	background-image: url(../images/title-bg-site-service.png);
	background-repeat: no-repeat;	
}
.centre-container-markets {
	width:1000px;
	height:101px;
    float:left;
	text-align:center;
	padding-top:40px;
	background-image: url(../images/title-bg-market-sectors.png);
	background-repeat: no-repeat;	
}
.centre-container-products {
	width:1000px;
	height:101px;
    float:left;
	text-align:center;
	padding-top:40px;
	background-image: url(../images/title-bg-products.png);
	background-repeat: no-repeat;	
}
.centre-container-contact {
	width:1000px;
	height:101px;
    float:left;
	text-align:center;
	padding-top:40px;
	background-image: url(../images/title-bg-contact.png);
	background-repeat: no-repeat;	
}
.centre-container-about {
	width:1000px;
	height:101px;
    float:left;
	text-align:center;
	padding-top:40px;
	background-image: url(../images/title-bg-about.png);
	background-repeat: no-repeat;	
}
.centre-container2 {
	width:1000px;
    float:left;
	text-align:center;
	padding-top:30px;
	line-height:20px;	
}
.centre-container3 {
	width:1000px;
    float:left;
	text-align:center;	
}
.bar-divide {
	width:1000px;
    float:left;
	height:4px;
	margin-top:60px;
	margin-bottom:60px;
	background-image: url(../images/bar-divide.png);
	background-repeat: no-repeat;	
}
.centre-container-logos {
	width:1000px;
    float:left;
	padding-bottom:50px;
	text-align:center;	
}
.left-container {
	width:480px;
	padding-right:20px;
    float:left;
	line-height:20px;	
}
.left-container-manufacturers {
	width:960px;
	padding-right:20px;
	padding-left:20px;	
    float:left;
	line-height:20px;	
}
.right-container-2 {
	width:480px;
	float:right;
	line-height:20px;
	padding-bottom:20px;
	padding-left:20px;
}
.right-container-2 a  {
	/*   font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";*/
   font-weight: 400;
	font-size: 18px;
	font-weight: normal;
	color: #908e8e;
	line-height:27px;
}
.right-container-2 a:hover {
	color: #85f740;
	text-decoration: none;
}
.line {
	width:403px;
	height:1px;
	background:#c8c8c8;
	margin-top:20px;
	margin-bottom:20px;
	float: left;	
}
.line2 {
	width:536px;
	height:11px;
	margin-top:20px;
	margin-bottom:20px;
	background-image: url(../images/line-bg.gif);
	background-repeat: repeat;
	float: left;
}
.table {
	padding-right:20px;
	margin-bottom:20px;
	float:left;
}
/*-------------------- FOOTER --------------------*/
#footer-container {	
	background-image: url(../images/footer-bg-tiled.jpg);
	background-repeat: repeat;	
}
#footer-centre {	
	margin:0 auto;
	width:1000px;
	height:250px;	
}
#footer-bottom {	
	width:1000px;
	height:250px;
}
.footer-bottom-1 {	
	float:left;
	margin-top:20px;
	padding-right:20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c1c1c1;
    font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";
    font-weight: 400;
    font-size: 16px;
	color:#767676;	
}
.footer-bottom-1 a  {
    font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";
    font-weight: 400;
    font-size: 16px;
	color:#767676;
	text-decoration: none;	
}
.footer-bottom-1 a:hover {
	color:#fff;
	text-decoration: none;
	color:#85f740;	
}
.footer-bottom-2 {	
	float:left;
	margin-top:20px;
	padding-right:20px;
	padding-left:20px;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c1c1c1;
    font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";
    font-weight: 400;
    font-size: 16px;
	color:#767676;	
}
.footer-bottom-2 li a  {
    font-family: "proxima-nova-condensed-n4","proxima-nova-condensed","Arial";
    font-weight: 400;
    font-size: 16px;
	color:#767676;
	text-decoration: none;	
}
.footer-bottom-2 li a:hover {
	text-decoration: none;
	color:#85f740;	
}
.footer-bottom-3 {	
	float:left;
	margin-top:20px;
	padding-left:20px;
    font-family: "Arial";
    font-weight: 400;
    font-size: 10px;	
}
.footer-bottom-4 {	
	float:right;
	margin-top:20px;	
}
.clear {
	clear:both;
}
