@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFC0;
	/*background-image:url(images/bee2.png);*/
	/*background-attachment:fixed;*/
	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: #000000;
}

h1 {
	color:#000000;
	font-size:30px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:red;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 4px;
	font-weight: lighter;
}

#container { 
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) centres the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element (put there for IE6 compatibility). */
} 

#header {
width:100%; /*of container */
margin-top:10px;
height:320px;
background-image:url(images/heading-bg.jpg);
background-repeat:repeat-x;
}

#shop {
float:left;
margin:10px;
}

#logo {
float:left;
margin: 10px;
margin-top:40px;
}

#menu {
float:left;
margin-left:70px;
}

#fixedmenu {
position:relative; /*moves it back to where it would have been so opening times picture sits underneath*/
top:-468px;
left:353px;
z-index:20;
}

ul, li, a {
	padding:0;
	margin:0;
	list-style:none;
	outline:none;
}

#tabnav {
	width:600px;
	margin-top:25px;
}

#tabnav li {
	float:left;
	background-image:url(images/nav-tab-right.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:25px;
	
}
#tabnav li.selected {
	background-image:url(images/nav-tab-right-selected.png);
	position:relative;
	top:-13px;
}

#tabnav li a {
	background-image:url(images/nav-tab-left.png);
	background-repeat:no-repeat;
	padding:20px 25px;
	display:block;
	padding-right:0; 
	color:#0099FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	text-decoration:none;
}
#tabnav li.selected a {
	background-image:url(images/nav-tab-left-selected.png);
}


#tabnav li a:hover {
	color:#005599;
}


#main {
margin:50px;
margin-top:10px;
min-height:300px;
}

.hidden {
display:none;
}

#specialnotice {
border-style:solid;
border-color:#FF0000;
border-width:2px;
text-align:center;
}

#googlemap{
padding:10px;
float:left;
}

#main .firstlocationpara {
padding-top:100px;
}

#main .firstlocationpara, .locationpara {
text-align:center;
font-style:italic;
}


#priceboard {
margin-left:250px;
border:solid;
border-color:#000000;
border-width:20px;
width:340px;
height:440px;
background-image:url(images/peg-bg.jpg);
background-repeat:repeat;
}

#priceboard img {
margin-left:20px;
}

#openingtimes {
position:relative; /*use relative rather than absolute so all moves together as screen is resized */
top:-10px;
left:-100px; /*Moves it closer to shop picture than it really wanted to be*/
z-index:10;
}
.standard1 {
   padding-left:120px;
	width:75%;
}

#goldbar {
position:relative; /*use relative rather than absolute so all moves together as screen is resized */
background-image:url(./images/gold-bar.png);
background-repeat:x;
top:-360px;
left:270px;
height:21px;
width:40px;
z-index:15;
}


.standard1 label {
	color: #CC33CC;
	display:block;
	float:left;	/*put label at left and input to right of label */
	width:250px;
	text-align:right; /*text buts up against input */
	margin-top:10px; /*space lines apart */
	padding-right:5px; /*leave a gap between label and input */
}

.standard1 input, 
.standard1 select,
.standard1 textarea {
	width:50%; /* Try to fill remaining space in fieldset but still shrink if browser reduced */
	display:block; /* Forces it alongside the label */
	border-color:black;
	border-width:1px;
	margin-top:10px; /*space lines apart - must be same as label margin to line things up */
}

.standard1 #submit{ /*just the submit button in form standard1 */
	width:auto; /*make it the size of the text */
	margin-left:150px; /*move inline with input fields */
	margin-bottom:10px;
}

#statusupdateform {
	float:left;
	margin:20px;	
}

#scissors {
	position:absolute;
	top:205px;
	left:395px;
	z-index:200;
}

#footer {
height:75px;
text-align:center;
font-size:small;
background: #FFFFC0;
color:#CCCCCC;
}

#footer a {
color:#00FFFF;
}

.w3c {
margin-left:20px;
float:left;
}

.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;
	
}

