@charset "utf-8";
/* CSS Document */
/* THESE STYLE REMOVE ALL DEFAULT BROWSER STYLING */
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: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}


/* STRUCTURE AND LAYOUT */

/* --------------------------------------- */
/* ------ HEADING ------------------------ */
/* --------------------------------------- */

BODY
{
	background-color: #F5F5F5;
	padding-top: 20px;		
}

BODY TABLE#main
{
	width: 100%;
}

BODY TABLE#main TD#leftPadding
{
	width: auto;
}

BODY TABLE#main TD#rightPadding
{
	width: auto;
}

BODY TABLE#main TD#middleSection
{
	width: 780px;
	border-left: solid #DFDFDF 1px;
	border-right: solid #DFDFDF 2px;	
	background-color: white;		
}

BODY TABLE#main TD#middleSection TABLE#content
{
	width: 100%;	
	border-bottom: solid 2px #DFDFDF;
	background-attachment: scroll;
	background-image: url(http://www.vinylprinting.co.uk/images/hd_fll.gif);
	background-repeat: repeat-x;
	background-position: left top;			
}

BODY TABLE#main TD#middleSection TABLE TR#headingRow
{
	height: 104px;	
}

BODY TABLE#main TD#middleSection TABLE TR#headingRow TD.headingBackground {
	width: 100%;
	padding-top: 23px;
}

BODY TABLE#main TD#middleSection TABLE TR#headingRow TD TABLE#headingTable {
	width: 100%;
}


BODY TABLE#main TD#middleSection TABLE TR#headingRow TD TABLE#headingTable TR TD#enquiryHeading {
	width: 190px;	
	vertical-align: middle;
	padding-left: 40px;
}


BODY TABLE#main TD#middleSection TABLE TR#headingRow TD TABLE#headingTable TR TD#enquiryHeading TABLE {
	width: 150px;
}


BODY TABLE#main TD#middleSection TABLE TR#headingRow TD TABLE#headingTable TR TD#enquiryHeading TABLE TR TD {
	width: auto;
	text-align: center;
}


BODY TABLE#main TD#middleSection TABLE TR#headingRow TD TABLE#headingTable TR TD#menuHeading {
	width: 550px;
}


/* --------------------------------------- */
/* ------ END HEADING -------------------- */
/* --------------------------------------- */


/* --------------------------------------- */
/* ------ GLOBAL STYLES ------------------ */
/* --------------------------------------- */

BODY
{
	font:12px/16px Arial, helvetica, sans-serif; 
	color:#3C3C3C;	
}

H1
{
	color: #2C2C2C;
}

H2
{
	color: #2C2C2C;
}


H3
{
	color: #2C2C2C;
}


A
{
	text-decoration: none;
	color: black;
	font-weight: bold;	
}


UL LI
{
	background-color: transparent;
	background-image: url(../images/d_arr.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	padding-left: 10px;	
}


A.point
{
	background-color: transparent;
	background-image: url(../images/d_arr.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	padding-left: 10px;	
}


STRONG
{
	font-weight: bold;
}


STRONG.vinylKeywords
{
	color: #BE3FF0;
}

P.bottomParagraph
{
	padding-bottom: 15px;
}

HR 
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-style:solid; 
	border-width:1px 0 0 0;
	border-color:#DFDFDF;
}

/* --------------------------------------- */
/* ------ END GLOBAL STYLES  ------------- */
/* --------------------------------------- */




/* --------------------------------------- */
/* ------ MIDDLE ROW --------------------- */
/* --------------------------------------- */

BODY TABLE#main TD#middleSection TABLE TR#middleRow
{
	height: 400px;	
}


BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain
{
	border-top: solid #DFDFDF 1px;	
}


BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE
{
	height: 400px;	
	width: 100%;
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft
{
	width: 50%;
	padding-top: 10px;
	vertical-align: top;
}


BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainRight UL
{
	padding-left: 15px;
}

/* ------- banners page -------------- */

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#bannerStandPromo
{
	margin-left: 10px;
	width: 100%; 
	border: solid 1px #DFDFDF; 
	height: 260px;
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#bannerStandPromo TR#bannerStandPromoImageRow
{
	height: 220px;
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#bannerStandPromo TR#bannerStandPromoImageRow TD
{
	width: 33%;
	border-right: solid 1px #DFDFDF; 
	text-align: center;
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#bannerStandPromo TR#bannerStandPromoImageRow TD.lastColumn
{
	border-right: none;
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#bannerStandPromo TR#bannerStandPriceRow TD
{
	text-align: center; 
	border-right: solid 1px #DFDFDF; 
	color: #BE3FF0; 
	font-weight: bold; 
	font-style: italic;
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#bannerStandPromo TR#bannerStandPriceRow TD.lastColumn
{
	border-right: none; 
}

/* ------- end banners page----------- */
/* ----------------------------------- */



/* ------- exhibition page ----------- */

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#exhibitionPanelPromo
{
	margin-left: 10px;
	width: 100%; 
	border: solid 1px #DFDFDF; 
	height: 260px;
	margin-bottom: 12px;
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#exhibitionPanelPromo TR TD
{
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #DFDFDF; 
	border-bottom: solid 1px #DFDFDF; 
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#exhibitionPanelPromo TR TD.lastColumn
{
	border-right: none; 
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#exhibitionPanelPromo TR.lastRow TD
{
	border-bottom: none; 
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#exhibitionPanelPromo TR TD.exhibitionPanelPromoText
{
	vertical-align: top;	
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#exhibitionPanelPromo TR TD.exhibitionPanelPromoText P
{
	padding-bottom: 5px;
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainLeft TABLE#exhibitionPanelPromo TR TD UL
{
	padding-top: 10px;
	padding-bottom: 10px;
}

BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowRight TABLE#exhibitionSwatch
{
	width: 225px;
	padding-top: 25px;
	padding-left: 80px;
	border: none;
}


/* ------- exhibition page ----------- */
/* ----------------------------------- */


/* ------- pvc banners page ---------- */

BODY#index TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainRight UL
{
	padding-left: 15px;
}


/* ------- end pvc banners page ------ */
/* ----------------------------------- */


BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainRight
{	
	width: auto;
	vertical-align: top;	
	padding-top: 70px;
	padding-left: 35px;
}



BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainRight IMG
{	
	padding-bottom: 15px;
}


BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainRight P
{	
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 15px;
	width: 310px;
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainRight UL
{	
	padding-bottom: 7px;
}

BODY TABLE#main TD#middleSection TABLE TR#middleRow TD#middleRowMain TABLE TR TD#middleRowMainRight P STRONG
{	
	font-weight: bold;
}


/* --------------------------------------- */
/* ------ END MIDDLE ROW ----------------- */
/* --------------------------------------- */


/* --------------------------------------- */
/* ------ BOTTOM ROW --------------------- */
/* --------------------------------------- */


BODY TABLE#main TD#middleSection TABLE TR#bottomRow
{
}


BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE
{
	border-top: solid 1px #DFDFDF;
	height: 200px;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}


BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD H2
{
	font-weight: bold;
	font-size: 16px;
}


BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD UL
{
	padding-top: 10px;
	padding-left: 2px;
}

BODY#page_VehicleWraps TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD UL
{
	padding-top: 10px;
	padding-left: 0px;
}



BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD UL LI
{
	padding-bottom: 3px;
}


BODY#page_VehicleWraps TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD UL LI A
{
		color:#656565;	
		font-size: 11px;
}



BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD P
{
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 10px;
}


BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD STRONG
{
	font-weight: bold;
}


BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD A
{

}


BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowLeft
{
	width: 33%;	
	background-attachment: scroll;
	background-image: url(http://www.vinylprinting.co.uk/images/1_h_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: solid 1px #DFDFDF;	
	padding-left: 35px;
	padding-top: 7px;	
}


BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowMiddle
{
	width: 33%;
	background-attachment: scroll;
	background-image: url(http://www.vinylprinting.co.uk/images/1_h_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: solid 1px #DFDFDF;
	padding-left: 35px;
	padding-top: 7px;			
}


BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowRight
{
	width: 33%;	
	background-attachment: scroll;
	background-image: url(http://www.vinylprinting.co.uk/images/1_h_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 7px;		
}


BODY TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowRight DIV#examplesSlideshow
{
	padding-left: 2px;
	padding-top: 10px;		
}


/* ------------VINYL GRAPHICS PAGE --------*/

BODY#page_VinylGraphics TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowLeft
{
	width: 50%;	
	background-attachment: scroll;
	background-image: url(http://www.vinylprinting.co.uk/images/1_h_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: solid 1px #DFDFDF;	
	padding-left: 35px;
	padding-top: 7px;	
}


BODY#page_VinylGraphics TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowRight
{
	width: 50%;	
	background-attachment: scroll;
	background-image: url(http://www.vinylprinting.co.uk/images/1_h_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 7px;		
}

BODY#page_VinylGraphics TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowRight TABLE#portfolioGallery
{
	padding-top: 25px;
	width: 300px;
	height: 130px;
	border: none;
}



BODY#page_VinylGraphics TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowRight TABLE#portfolioGallery A
{
	background: none;	
}
/* ------- END VINYL GRAPHICS PAGE ------- */
/* --------------------------------------- */


/* ------------PVC BANNERS PAGE -----------*/

BODY#page_pvcBanners TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowLeft
{
	width: 50%;	
	background-attachment: scroll;
	background-image: url(http://www.vinylprinting.co.uk/images/1_h_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: solid 1px #DFDFDF;	
	padding-left: 35px;
	padding-top: 7px;	
}


BODY#page_pvcBanners TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowRight
{
	width: 50%;	
	background-attachment: scroll;
	background-image: url(http://www.vinylprinting.co.uk/images/1_h_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 7px;		
}

BODY#page_pvcBanners TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowRight TABLE#portfolioGallery
{
	padding-top: 25px;
	width: 300px;
	height: 130px;
	border: none;
}



BODY#page_pvcBanners TABLE#main TD#middleSection TABLE TR#bottomRow TD TABLE TR TD#bottomRowRight TABLE#portfolioGallery A
{
	background: none;	
}
/* ------- END PVC BANNERS PAGE ---------- */
/* --------------------------------------- */



/* --------------------------------------- */
/* ------ END BOTTOM ROW ----------------- */
/* --------------------------------------- */






