* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #bcbec0;
	background-color: #000;
	background-repeat: repeat;
	min-width: 400px;
}
a {
	color:#000000;
}
a:hover {
	color:#303030;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #bcbeco;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #87cefa;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bcbeco;
	border-left-color: #bcbeco;
} 
#header {
	background: #DDDDDD url(../images/header2021new.jpg) left top no-repeat;
	height:232px;
	border-bottom:2px solid #800020;
	border-bottom-color:  #000 ;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#666666;
	margin-left:30px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2d0102; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color:#87cefa;
	background-color: #87cefa;
	border-right: 2px solid #c97608;
	border-right-color:   	#000 ; /* Border on the right of the menu */
	border-bottom: 2px solid  #000;/* Border around the left menu bar */
}
#mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#bcbeco;
	background-color: #87cefa;
}
#mainContent .pic {
	float:right;
	margin:0 0 10px 10px;
	min-width: 210px;
	min-height: 750px;
} 
#footer { 
	background:url(../images/backgroundFooter.jpg) left top repeat-x;
	height:93px;
	text-align:center;
	color:#FFFFFF;
	margin-top:2px;
}
#footer p {
	padding:25px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
ul#sliding-navigation {
	list-style: none;
	font-size: 14px;
	padding: 0;
	background-color: 	#87cefa;
}
ul#sliding-navigation li.sliding-element a {
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
	background-color: #000000;
}
ul#sliding-navigation li.sliding-element a {
	color: #fff;
	background:#790503;
	border-left: 6px solid #EDFF00;
	text-decoration: none;
	background-color: #0089B9;
	border-right: 6px solid #fff;
	border-color: #FFFFFF;
}
ul#sliding-navigation li.sliding-element a:hover {
	color: #fff;
	background-color: #87cefa;
}
ul#sliding-navigation li.active a {
	color: #fff;
	font-weight:normal;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFF99;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: inherit;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 10px;
	left: 700px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
.style100 {
	color: black;
	font-weight: bold;
	text-decoration: underline;
    text-decoration-color: #0089B9;
}
.style610e{
	margin-top: 30px;
	margin-left: px;
	margin-right: 5px;
	
}
.style610r {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 0px;
}
.style620{
	margin-left: 0px;
	margin-top: 10px;
}

.style6201{
	margin-left: -3px;
	margin-top: 223px;
}

.style621{
	margin-right: -20px;
	margin-top: 10px;
}
.style622{
	margin-left: 10px;
	margin-top: 10px;
}
.style625L{
	margin-left: -7px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.style625R{
	margin-right: -10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.style625M{
	margin-top: 20px;
	margin-left: 20px;
}
.ShadowsIntoLight{
	font-family: 'Shadows Into Light', cursive;
	font-size: 17px;
	Text-align: center;
	color: white;
	/* <link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet"> */
}
.style626{
	margin-right: -15px;
	margin-top: -305px;
}
.style627{
	margin-right: px;
	margin-top: px;
}
.style628{
	margin-right: 150px;
	margin-top: -305px;
}
.style629{
	margin-left: -215px;
	margin-top: 20px;
}
.style6292{
	margin-left: -45px;
	margin-top: 20px;
}
.style632L{
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.style632R{
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.VarelaRound3	{
	font-size: 25px;
	font-family: 'Varela Round', sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	color: white;
	
}
.SpinnerPrices {
	Margin-left: 165px;
	margin-top: 20px;
}
.BottlePrices {
	Margin-left: 12px;
	margin-top: 20px;
}
.ColourPrices {
	margin-left: 53px;
	margin-top: 20px;
}
.PVCPrices {
	margin-left: 133px;
	margin-top: 20px;
}
.GlitterPrices {
	margin-left: 13px;
	margin-top:20px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	margin-top: 20px;
}
.styleservice{
	margin-top: 40px;
	margin-bottom: px;
	margin-right: -10px;
}
.styleservice1{
	margin-top: 10px;
	margin-bottom: -10px;
}
.style613{
	margin-top: 15px;
	margin-left: -2px;
}
.style634 {
	font-size: 25px;
	text-align: center;
	margin: 10px;
	font-family: Evogria, Arial;
	color: white;
}
.style631{
	margin-top: 20px;
	margin-left: 220px;
}
.style6311{
	margin-top: 20px;
	margin-left: 260px;
}
.Wording1{
	color: white;
}
.style632LL{
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
}
.style632RR{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.VarelaRound10	{
	font-size: 40px;
	font-family: 'Varela Round', sans-serif;
	color: red;
	text-align: center;
	text-indent: italic;
	font-weight: bold;
	text-shadow: 2px 5px 5px white;
	margin-top: 20px;
	margin-bottom: 10px;
	
	/* <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet"> */
}
.VarelaRound11	{
	font-size: 50px;
	font-family: 'Varela Round', sans-serif;
	color: red;
	text-align: center;
	text-indent: italic;
	font-weight: bold;
	text-shadow: 2px 5px 5px black;
	margin-top: 20px;
	margin-bottom: 10px;
	
	/* <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet"> */
}
.BB {
	margin-top: -30px;
	margin-right: -20px;
}
.style611{
	margin-right: 0px;
	margin-top: 20px;
	margin-left: 5px;
	
}
.style612{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 0px;
}
.SportNav1{
	margin-top: 30px;
	margin-right: 170px;
	margin-left: 97px;
	margin-bottom: 20px;
}
.SportNav2{
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.SportNav3{
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.style613R{
	margin-top: 15px;
	margin-left: 21px;
}
.style13 {
	color: black;
    
}

u {
  text-decoration: underline;
  text-decoration-color: white;
}
.style1333 {
	color: black;
    font-size: 15px;
}
.style6341 {
	font-size: 20px;
	text-align: center;
	margin: 10px;
	font-family: Evogria, Arial;
	color: black;
}

.style1334 {
	color: black;
    font-size: 20px;
}


</style>

/*end main menu*/
