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

html {
	border: 5px solid #005BAA;
	min-height: 100%;
}
body {
  font-family: 'Arial', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  background: #fff;
  color: #3C3939;
  margin: 0px 30px;
  text-rendering: optimizeLegibility;
}

a {
	color: #000;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
	background: #A2E81A;
}

a.active {
	text-decoration: none;
}

a:hover.active {
	text-decoration: underline;
}

a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}

img {
  outline: 0px;
  border: 0px;
}

h1 {
    font-family: 'Aldrich', sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 9px;
	letter-spacing: 2px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	
	}
h3 {
	font-family: 'Aldrich', sans-serif;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 90px;
	margin: 10px 0px 0px -11px;
}

h3 a:hover {
	border-bottom: 4px solid #000000;
	text-decoration: none;
}

h5 {
	font-family: 'Aldrich', sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 50px;
	margin: 10px 0px 0px -11px;
}

h5 a:hover {
	border-bottom: 2px solid #000000;
	text-decoration: none;
}

h6 {
	font-family: 'Aldrich', sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 10px 0px 0px -11px;
}

h6 a:hover {
	border-bottom: 2px solid #000000;
	text-decoration: none;
}


em {
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
}

strong {
	font-weight: bold;
}


#page {
  margin: 0px auto;
  width: 928px;
}

#header {
	padding-top: 94px;
}

#logo {
	display: block;
	line-height: 18px;
	margin-bottom: 70px;
	background:   url(http://www.bungayschoolofmotoring.co.uk/IMGS/PNGS/logo-new.png) no-repeat;
	height: 70px;
	text-indent: -6000px;
}

#menu {
	overflow: hidden;
	margin-bottom: 30px;
}
#menu li {
	list-style: none;
	float: left;
	margin-right: 26px;
}

#menu li a {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;

}

#menu ol {
	display: none;
}

#content p {
	margin-bottom: 10px;
	max-width: 400px;
}
ol.features {
			font-size: 12px;
			line-height: 18px;
			list-style: none;
			margin: 0;
			padding: 0 0 10px 0;
		}
ol.features li{
			padding: 0 0 5px 0;
		}

#home-images {
	margin-left: 0px;
}
#home-images li {
	list-style: none;
}

#home-video {
	margin-bottom: 45px;
}
#home-video iframe {
	width: 928px;
	height: 522px;
}
#home-text {
	margin: 50px 0px 0px -15px;
	}

.projects {
	width: 960px;
	overflow: hidden;
}
.projects .project {
	position: relative;
	margin-right: 14px;
	margin-bottom: 14px;
	overflow: hidden;
}
.projects img {
	width: 100%;
}
.projects a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.projects .info {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0, .9);
	color: #fff;
	display: none;
}
.projects .info .text {
	position: absolute;
	left: 16px;
	right: 17px;
	bottom: 13px;
	overflow: hidden;
}
.projects .info .text span {
	display: block;
	line-height: 16px;
}
.projects .info .title {
	font-family: Georgia, "Times", serif;
	font-size: 12px;
}
.projects .info .year {
	margin-bottom: 10px;
}


.projects .small,
.projects .large {
	float: left;
}
.projects .small .project {
	width: 300px;
}	
.projects .large .project {
	width: 614px;
}
.projects .full {
	width: 942px;
}

.projects .one {
	height: 180px;
}
.projects .two {
	height: 374px;
}
.projects .three {
	height: 568px;
}
.projects .four {
	height: 762px;
}
.projects .five {
	height: 956px;
}
.projects .six {
	height: 1150px;
}

.columns {
	overflow: hidden;
}
.column-1 {
	float: left;
	width: 454px;
	margin-right: 20px;
}
.column-2 {
	float: left;
	width: 454px;
}


#project-info h1 {
	margin-bottom: 0px;
}
#project-info .year {
	margin-bottom: 10px;
}
#project-info .type {
	margin-bottom: 10px;
}

#project-text {
	margin-bottom: 30px;
}

#project-images {
}
#project-images li {
	list-style: none;
	line-height: 0px;
	margin-bottom: 18px;
}
#project-images {
	margin-bottom: 45px;
}
#project-images img {
	max-width: 928px;
}

#project-video {
	margin-bottom: 45px;
}
#project-video iframe {
	width: 928px;
	height: 522px;
}


#project-overview {
	margin-top: 370px;
	margin-bottom: 35px;
}
#project-overview h2 {
	text-transform: uppercase;
	margin-bottom: 60px;
}


#info-images {
	width: 864px;
	overflow: hidden;
}
#info-images li {
	list-style: none;
	float: left;
	line-height: 0px;
	margin-bottom: 18px;
	margin-right: 20px;
}



#footer {
	margin-top: 130px;
	margin-bottom: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
#footer-logo {
	display: block;
	text-indent: -6000px;
	width: 69px;
	height: 69px;
	background:   url(http://www.bungayschoolofmotoring.co.uk//IMGS/PNGS/sign.png) no-repeat center center;
	margin-bottom: 20px;
	margin-left: -6px;
}


::-moz-selection {
	background: #ff0000;
	color: #fff;
}
::selection {
	background: #ff0000;
	color: #fff;
}

.name {font-weight: bold;
       color: #FF3300;
}

/*-----------------------------tablestuff------------------*/


#mytable {
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 3px 3px 3px;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	background: none;
}

td {
	background: #fff;
	padding: 3px 3px 3px 6px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-top: 0;
	font-family: 'Arial', Helvetica, sans-serif;
}

th.specalt {
	border-top: 0;
	font-family: 'Arial', Helvetica, sans-serif;
	color: #797268;
}

ul.enlarge{
list-style-type:none; /*remove the bullet point*/
margin-left:0;
}
ul.enlarge li{
display:inline-block; /*places the images in a line*/
position: relative;
z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
margin:10px 40px 0 20px;
}
ul.enlarge img{
background-color:#eae9d4;
padding: 6px;
-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
}
ul.enlarge span{
position:absolute;
left: -9999px;
background-color:#eae9d4;
padding: 10px;
font-family: 'Droid Sans', sans-serif;
font-size:.9em;
text-align: center; 
color: #495a62; 
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
}
ul.enlarge li:hover{
z-index: 50;
cursor:pointer;
}
ul.enlarge span img{
padding:2px;
background:#ccc;
}
ul.enlarge li:hover span{ 
top: -300px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
}
ul.enlarge li:hover:nth-child(2) span{
left: -100px; 
}
ul.enlarge li:hover:nth-child(3) span{
left: -200px; 
}
/**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
ul.enlarge img, ul.enlarge span{
behavior: url(pie/PIE.htc); 
}