@charset "UTF-8";


  * { 
    margin: 0; 
    padding: 0;
  }
  body {
	font-family: 'Lucida Grande',Arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../GIFs/BG1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
  }
  p,
  ul,
  ol {
	margin-bottom: 18px;
	color: #FFFFFF;
  }
  ul {
  }
  h1 {
	color: #CCCCCC;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 36px;
  }
  h2 {
	color: #999999;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: normal;
	margin-bottom: 9px;
	margin-top: 9px;
  }
  h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #D9E021;
  }
    h4 {
	font-size: 18px;
	line-height: 18px;
	color: #CCCCCC;
	font-weight: normal;
	text-transform: uppercase;
  }
    h5 {
	font-size: 12px;
	color: #999999;
	text-transform: capitalize;
	font-weight: normal;
	margin: 10px;
	text-align: left;
  }
      h6 {
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-left: 10px;
  }
  .left { 
    float: left; 
    margin: 0 18px 18px 0; 
  }
  .right { 
    float: right; 
    margin: 0 0 18px 18px; 
  }
  .callout {
	font-size: 11px;
	color: #a39c8d;
	border: 1px solid #ddd;
	background: #f1f2e7;
	padding: 8px 10px;
	margin-bottom: 18px;
  }
  .callout :last-child { 
    margin-bottom: 0; 
  }
  .callout h4 { 
    font-size: 11px; 
    line-height: 18px; 
  }
  .column { 
    float: left; 
    width: 65%;
  }
  .sidebar {
    width: 25%;
    font-size: 11px;
    color: #a39c8d;
  }
  #content {
    margin: 36px 36px 36px 72px;
    min-width: 40em;
    max-width: 60em;
    _width: 50em;
  }
  #biopic {
	width: 145px;
	float: left;
	padding: 5px;
	margin: 0px 10px;
	height: 145px;
	background-image: url(../GIFs/BioPic.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CCCCCC;
  }
  
#Header {
	clear: both;
	height: 100px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../PNGs/Header1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MasterContainer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#MasterContentBG {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

#MainContentArea {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	background-image: url(../GIFs/BodyBG2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#SubNav {
	clear: both;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	padding: 5px;
	position: relative;
}
#Footer {
	clear: both;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	height: 2px;
}
#LHSide {
	float: left;
	width: 175px;
	clear: left;
	position: relative;
	text-align: justify;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	line-height: 26px;
}
#RHSide {
	width: 620px;
	text-align: justify;
	font-size: 11px;
	padding: 10px;
	float: left;
	position: relative;
}

#FullArea {
	width: 820px;
	text-align: justify;
	font-size: 11px;
	padding: 10px;
	float: left;
	position: relative;
}


/*  Nav Menu */
#menu {
	width: 840px;
	clear: both;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-transform: capitalize;
	height: 28px;
}

#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	height: 20px;
}
#menu a, #nav strong, #nav span {
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#menu a {
	float:none;
}
#menu li {
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#menu a:hover {
	text-decoration:underline;
	float: left;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../GIFs/HoverNavBarBG1.gif);
	background-repeat: repeat-x;
	background-position: center top;
}  

#menu a.current,#menu a.current:link,#menu a.current:visited,#menu a.current:hover
{
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(../GIFs/CurrentNavBarBG1.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#menu .padding { padding: 5px 0 0 10px; font-weight: bold; }


/*  QuickLinks Menu */

#Quicklinks {
	width: 325px;
	clear: right;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-transform: capitalize;
	height: 28px;
	float: right;
}

#Quicklinks ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	height: 20px;
	float: right;
}
#Quicklinks a, #Quicklinks strong, #Quicklinks span {
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#Quicklinks a {
	float:none;
}
#Quicklinks li {
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#Quicklinks a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../GIFs/HoverNavBarBG2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}  

#Quicklinks a.current,#Quicklinks a.current:link,#Quicklinks a.current:visited,#Quicklinks a.current:hover
{
	color: #FFFFFF;
	background-color: #333333;
}

#Quicklinks .padding { padding: 5px 0 0 10px; font-weight: bold; }

/*  Strapline Menu */

#Strapline {
	width: 450px;
	clear: left;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 40px;
	height: 28px;
	float: left;
	color: #999999;
}

#Strapline ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	height: 20px;
	float: left;
	width: 495px;
}
#Strapline a, #Strapline strong, #Strapline span {
	display:block;
	text-decoration:none;
	color: #666666;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#Strapline a {
	float:none;
}
#Strapline li {
	margin:0px;
	padding:0px;
	float: left;
}
#Strapline a:hover {
	text-decoration:underline;
	color: #333333;
}  

#Strapline a.current,#Strapline a.current:link,#Strapline a.current:visited,#Strapline a.current:hover
{
	color: #FFFFFF;
	background-color: #333333;
}

#Strapline .padding { padding: 5px 0 0 10px; font-weight: bold; }

/*  Footer Menu */

#FooterContainer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../PNGs/FooterBG1.png);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

a.footer:link {
	color: #CCCC00;
	text-decoration: none;
}     /* unvisited link */
a.footer:visited {
	color: #CCCC00;
	text-decoration: none;
}  /* visited link */
a.footer:hover {
	color: #FF0099;
	text-decoration: underline;
}   /* mouse over link */
a.footer:active {
	color: #CCCC00;
	text-decoration: none;
}   /* selected link */



a.Cloud1:link {
	color: #FFFFFF;
	text-decoration: none;
}     /* unvisited link */
a.Cloud1:visited {
	color: #FFFFFF;
	text-decoration: none;
}  /* visited link */
a.Cloud1:hover {
	color: #FF0099;
	text-decoration: underline;
}   /* mouse over link */
a.Cloud1:active {
	color: #FFFFFF;
	text-decoration: none;
}   /* selected link */



a.Cloud2:link {
	color: #FF0066;
	text-decoration: none;
}     /* unvisited link */
a.Cloud2:visited {
	colr: #99FF00;
	text-decoration: none;
	color: #FFFFFF;
}  /* visited link */
a.Cloud2:hover {
	color: #FFFFFF;
	text-decoration: underline;
}   /* mouse over link */
a.Cloud2:active {
	color: #FF0066;
	text-decoration: none;
}   /* selected link */



/*  Main Content */

#HeaderContainer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#TopHeader {
	clear: both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 28px;
	position: relative;
}
#MasterNav {
	clear: both;
	width: 860px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 28px;
	background-image: url(../GIFs/NavBG1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
}
#QuickLinksContainer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../GIFs/QuickLinks.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#SlideShow {
	clear: both;
	height: 200px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	position: relative;
}
#MediaContentArea {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
}
#MediaContentArea {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	clear: both;
	height: 120px;
}
#CostCalculator {
	position: relative;
	margin: 0px;
	width: 160px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 10px;
}
#QuickLinksContainer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
}
#QuicksRHSide {
	float: right;
	width: 620px;
	padding: 10px;
	position: relative;
}
#QuicksLHSide {
	float: left;
	width: 175px;
	position: relative;
	padding: 10px;
}
#RHSide2 {
	float: right;
	width: 175px;
	clear: right;
	position: relative;
	text-align: justify;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

/* FORM
---------------------------------------------------------------------------------------------------------------------------------------------------*/
form{
	position: relative;
	clear: both;
}

.form{
	background-color: #FFFFFF;
	line-height: 18px;
	width: 175px;
	font-size: 12px;
	clear: both;
}

textarea, .formgenerell input, input.formgenerell {
	border: 1px solid #666666;
	width: 270px;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 18px;
	margin-left: 0px;
	line-height: 18px;
	height: 20px;
	color: #FFFFFF;
	background-color: #000000;
}

.formbutton {
	background-color: #000000;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FF0066;
	border: 1px solid #999999;
	width: 580px;
	margin-bottom: 18px;
	clear: both;
	margin-top: 0px;
	height: 30px;
}
.FormJumpMenu {
	background-color: #FF3366;
	line-height: 18px;
	width: 235px;
	clear: both;
	margin-bottom: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#RHPic {
	width: 605px;
	padding: 5px;
	margin: 0px auto 5px;
	height: 145px;
	background-image: url(../GIFs/RHPic.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CCCCCC;
	position: relative;
}
#GeoMapPic {
	width: 605px;
	padding: 5px;
	margin: 0px auto 5px;
	height: 145px;
	background-image: url(../GIFs/GeoMap1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CCCCCC;
	position: relative;
}
#my_slideshow {
	clear: both;
	height: 200px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	position: relative;
	background-color: #000000;
}
#FormContainer {
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	position: relative;
	clear: both;
	background-color: #333333;
}
#FormLHSide {
	clear: left;
	float: left;
	width: 290px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
}
#FormRHSide {
	clear: right;
	float: right;
	width: 290px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
.FormMessageArea {
	background-color: #000000;
	line-height: 18px;
	width: 270px;
	clear: both;
	margin-bottom: 18px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	height: 265px;
	border: 1px solid #666666;
	color: #FFFFFF;
}
#FormSubmitArea {
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
	margin-bottom: 18px;
	position: relative;
	clear: both;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	width: 580px;
}
.PortfolioBoxes {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/GalleryTemp.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.PortfolioVehicleLiveries {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/VehicleLiveries.gif);
	background-position: center center;
}

.PortfolioArtBoards {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/ArtBoards.gif);
	background-position: center center;
}

.PortfolioChromasign {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/Chromasign.gif);
	background-position: center center;
}

.PortfolioGarmentPrinting {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/Garment-Printing.gif);
	background-position: center center;
}

.PortfolioVehicleWraps {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/VehicleWraps.gif);
	background-position: center center;
}

.PortfolioShopFacias {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/ShopFacias.gif);
	background-position: center center;
}

.PortfolioCarGraphics {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/CarGraphics.gif);
	background-position: center center;
}

.PortfolioCanvasPrints {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/CanvasPrints.gif);
	background-position: center center;
}

.PortfolioDiabond {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/Diabond.gif);
	background-position: center center;
}

.PortfolioRollerBanners {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/RollerBanners.gif);
	background-position: center center;
}

.PortfolioFlagsBunting {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/FlagsBunting.gif);
	background-position: center center;
}

.PortfolioCorex {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/CorexSigns.gif);
	background-position: center center;
}

.PortfolioContravision {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/Contravision.gif);
	background-position: center center;
}

.PortfolioWindowEtch {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/WindowEtch.gif);
	background-position: center center;
}

.PortfolioWheelCovers {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/WheelCovers.gif);
	background-position: center center;
}

.PortfolioVinylLettering {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/VinylLettering.gif);
	background-position: center center;
}

.PortfolioMiniGraphics {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/MiniGraphics.gif);
	background-position: center center;
}

.PortfolioMagneticSigns {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/MagneticSigns.gif);
	background-position: center center;
}

.PortfolioTopSigns {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/TopSigns.gif);
	background-position: center center;
}

.PortfolioFoamexSigns {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/FoamexSigns.gif);
	background-position: center center;
}

.PortfolioPerspexSigns {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/PerspexSigns.gif);
	background-position: center center;
}

.PortfolioFramedSigns {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/FramedSigns.gif);
	background-position: center center;
}

.PortfolioAluminiumSigns {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/AluminiumSigns.gif);
	background-position: center center;
}

.PortfolioABoards {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/ABoards.gif);
	background-position: center center;
}

.PortfolioBusinessCards {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/BusinessCards.gif);
	background-position: center center;
}

.PortfolioLeaflets {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/Leaflets.gif);
	background-position: center center;
}

.PortfolioExhibitionDisplays {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/ExhibitionDisplays.gif);
	background-position: center center;
}

.PortfolioLegalNumberPlates {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/LegalNumberPlates.gif);
	background-position: center center;
}

.PortfolioFlatCutLetters {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/FlatCutLetters.gif);
	background-position: center center;
}

.PortfolioMetalLettering {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/MetalLettering.gif);
	background-position: center center;
}

.PortfolioEngravedPlaques {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/EngravedPlaques.gif);
	background-position: center center;
}

.PortfolioNamePlates {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/NamePlates.gif);
	background-position: center center;
}

.PortfolioAluminiumTrays {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/AluminiumTrays.gif);
	background-position: center center;
}

.PortfolioMeshBanners {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/MeshBanners.gif);
	background-position: center center;
}

.PortfolioPVCBanners {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/PVCBanners.gif);
	background-position: center center;
}

.PortfolioHouseNames {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/HouseNames.gif);
	background-position: center center;
}

.PortfolioSunstrips {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/Sunstrips.gif);
	background-position: center center;
}

.PortfolioDigitalVinylGraphics {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/DigitalVinylGraphics.gif);
	background-position: center center;
}

.PortfolioMouldedLettering {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/MouldedLettering.gif);
	background-position: center center;
}

.PortfolioComplimentSlips {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/ComplimentSlips.gif);
	background-position: center center;
}

.PortfolioLetterheads {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/Letterheads.gif);
	background-position: center center;
}

.PortfolioLabelsStickers {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/LabelsStickers.gif);
	background-position: center center;
}

.PortfolioBannerPostMounts {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/BannerPostMounts.gif);
	background-position: center center;
}

.PortfolioWallArt {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/WallArt.gif);
	background-position: center center;
}

.PortfolioSafetySigns {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/SafetySigns.gif);
	background-position: center center;
}

.PortfolioCarbonWrap {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/CarbonWrap.gif);
	background-position: center center;
}

.PortfolioIronHangings {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/IronHangings.gif);
	background-position: center center;
}

.PortfolioProjectingSigns {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/ProjectingSigns.gif);
	background-position: center center;
}

.PortfolioPromotional {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/Promotional.gif);
	background-position: center center;
}

.PortfolioBannerStands {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/BannerStands.gif);
	background-position: center center;
}

.PortfolioPosters {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/Posters.gif);
	background-position: center center;
}

.PortfolioDirectorySigns {
	height: 125px;
	width: 125px;
	float: left;
	position: relative;
	margin: 10px;
	border: 1px solid #333333;
	background-image: url(../GIFs/Services/DirectorySigns.gif);
	background-position: center center;
}

.PortfolioText {
	height: 40px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 85px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../GIFs/TextBG1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.WelcomeText {
	color: #CCCCCC;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 18px;
}
