/*Common styles for Pebble Print*/



* {
	margin: 0px;
	padding: 0px;
}



body {

   font-family: Verdana, Arial, Helvetica;
   background-color:#5a5a5a;
   background-image:url(../skegness-printers/lincolnshire-printers-bg.png);
   background-repeat:no-repeat;
   background-position:top;
   background-position:center;
}



div#pebble-printers-skegness{
width:904px;
height:100%;
margin: 25px auto 5px auto;
}


div#skegness-printers-head {
width:624px;
height:30px;
background-image:url(../skegness-printers/pebble-printers-header.jpg);
padding-left:280px;
padding-top:108px;
}



#printers-menu {
    list-style: none;
    float: left;
}
 

ul#printers-menu li {
    float: left;
    display: inline;
    margin-right: 10px; /*gap between items*/
 }
 

ul#printers-menu li a, ul#printers-menu li a:visited {
    text-decoration: none; /*get rid of the link underline*/
    font-weight: bold; /*change to "bolder" to bold it*/
    color: #95979c; /*change to the colour you want*/
    font-size:11pt;
}


ul#printers-menu li a:hover {
	color: #cddd3e;
	text-decoration:none;
}

ul#printers-menu li.currentpage {    
    color:#CEDE35; 

    font-weight:bold;
    font-size:11pt;
}



div#printers-skegness-lincolnshire-fltp {
width:904px;
height:99px;
}



div#skegness-printers-contents {
float:left;
width:580px;
height:345px;
}

div#skegness-printers-contents2 {
float:left;
width:580px;
height:360px;
}



div#lincolnshire-printers-margin {
 float:left;
 width:63px;
 height:345px;
}

div#lincolnshire-printers-margin2 {
 float:left;
 width:63px;
 height:360px;
 background-color:#232321;
}



div#skegness-printers-text {
float:left;
width:502px;
height:305px;
font-size:10pt;
color:#95979c;
background-image:url(../skegness-printers/skegness-printers-text.jpg);
padding-right:15px;
padding-top:40px;
}



div#skegness-printers-text2 {
float:left;
width:502px;
height:325px;
font-size:10pt;
color:#95979c;
background-image:url(../skegness-printers/skegness-printers-text.jpg);
padding-right:15px;
padding-top:20px;
}

div#skegness-printers-text3 {
float:left;
width:502px;
height:340px;
font-size:10pt;
color:#95979c;
background-image:url(../skegness-printers/skegness-printers-text.jpg);
padding-right:15px;
padding-top:20px;
}



div#pebble-print-flash {
float:right;
width:324px;
height:345px;
}

div#map {
float:right;
width:322px;
height:360px;
border-right:2px solid #ccde3e;
}

div#contact-details {
  float:right;
  width:190px;
  height:100px;
  padding-top:35px;
  padding-right:45px;
  font-size:9pt;
}


div#printers-in-skegness-bottom {
clear:both;
width:904px;
height:35px;
background-image:url(../skegness-printers/skegness-printers-bottom.jpg);
font-size:10pt;
text-align:center;
color:#95979c;
padding-top:40px;
}

.form {width:450px; border:none;}

.style1 {color: #CDDD3E; font-weight: bold;}

.style2 {color: #CCDC3D; font-style: italic;}

.printers-style3 {color: #FFFFFF;	font-weight: bold;}

.style3 {color: #CCDE3E}

.style4 {color: #FEFEFE}

fieldset
{border:none;}


















