/* CSS Document */

@font-face {
    font-family: 'EuroTechnicExtendedBold';
    src: url('type/eurotechnicextendedbold-webfont.eot');
    src: url('type/eurotechnicextendedbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/eurotechnicextendedbold-webfont.woff') format('woff'),
         url('type/eurotechnicextendedbold-webfont.ttf') format('truetype'),
         url('type/eurotechnicextendedbold-webfont.svg#EuroTechnicExtendedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:22px;
}

#main-container {
	background-image:url(../images/content-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px 0px 20px 0px;
	width:100%;
}

/**************************************************************
		header
***************************************************************/
#header {
	background-image:url(../images/header-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:131px;
	text-align:center;
}
#header-content {
	width:998px;
	text-align:center;
	margin:0px auto 0px auto;
}
#header-image {
	float:left;
}
#header-text p {
	float:right;
	font-weight:bold;
	font-family:"EuroTechnicExtendedBold", Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:30px;
	padding: 30px 50px 0px 0px;
	width:500px;
}
/**************************************************************
		banner
***************************************************************/
#banner {	
	background-image:url(../images/banner-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	margin:0px;
	padding:0px;
	height:350px;
	text-align:center;
}
#banner-content {
	width:998px;
	margin:0px auto 0px auto;
}

#telephone {
	font-weight:bold;
	font-family:"EuroTechnicExtendedBold", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:26px;
	line-height:30px;
	padding: 10px 124px 0px 0px;
	margin:0px;
	color:#ffffff;
	text-align:right;
}
#banner-table  {
	text-align:center;
	margin:0px 70px 0px 70px;
	padding-top:52px;
}
.banner-image-border {
	border:1px solid #ffffff;
}
/**************************************************************
		navigation
***************************************************************/
#navigation {
	width:213px;
}

#navigation ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navigation ul li{
	list-style-type:none;
	background-image:url(../images/nav_separator.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:9px 0px 9px 0px;
	line-height:18px;
}
#navigation ul li.last{
	background-image:none;
}
#navigation ul li a:hover,
body#index a#indexnav,
body#aboutus a#aboutusnav,
body#automatedspraysystems a#automatedspraysystemsnav,
body#powdercoatingspareparts a#powdercoatingsparepartsnav,
body#workexamples a#workexamplesnav,
body#servicing a#servicingnav,
body#contactus a#contactusnav
{
	background-image:url(../images/bullet.png);	
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
	padding-left:20px;
	display:block;
}
#navigation ul li a, #navigation ul li a:visited{
	background-image:none;
	text-decoration:none;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
	padding-left:20px;
	display:block;
}

#spraymation-box {
	text-align:center;
	font-family:"EuroTechnicExtendedBold", Arial, Helvetica, sans-serif;
	width:150px;
	color:#666666;
	font-weight:bold;
	margin:0px auto 0px auto;
}
#spraymation-box p, #spraymation-box h2 {
	padding:1px;
	margin:0px;
	font-family:"EuroTechnicExtendedBold", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}
#spraymation-box h2 {
	color:#0099CC;
}
#spraymation-box p a {
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	padding-top:3px;
	
}



/**************************************************************
		content
***************************************************************/

#content-area {
	width:775px;
	float:right;
	padding:0px;
	margin:0px;
}

h1 {
	color:#0099CC;
	font-size:20px;
	font-style:italic;
	line-height:26px;
	padding-bottom:3px;
	margin-bottom:0px;
	padding-top:5px;
	margin-top:0px;
	
}
h2 {
	color:#009DE0;
	font-family:"EuroTechnicExtendedBold", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
}
h3 {
	color:#009DE0;
	font-family:"EuroTechnicExtendedBold", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	padding:0px;
	margin:0px;
}

p {
	padding:3px 0px 3px 0px;
	margin:0px;
}

#main-container a {
	color:#000000;
	font-weight:bold;
	background-image:url(../images/link-arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	text-decoration:none;
}
#main-container a:hover {
	text-decoration:underline;
}
#main-container a.nolink {
	color:#000000;
	font-weight:bold;
	background-image:none;
	padding-right:0px;
	text-decoration:none;
	border:0px;
}


#main-container img {
	padding:1px;
	border: 1px solid #009DE0;
	margin:3px;
}
#main-container img.noborder {
	padding:1px;
	border: 0px;
	margin:3px;
}

.border-panel{
	background-image:url(/images/border-bg.png);
	background-repeat:repeat-y;
	background-position:center;
	width:12px;
	margin-right:3px;
}

/**************************************************************
		footer
***************************************************************/
#footer {
	background-color:#009DE0;
}

#footer-container {
	width:998px;
	margin:0px auto 0px auto;
	color:#ffffff;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	padding:19px 0px 29px 0px;
}

#footer-container a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer-container a:hover {
	text-decoration:underline;
}
#footer-container #swc a {
	float:right;
	color:#000000;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	padding-top:80px;
}