/*
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -->
    Alfred Groves & Sons Ltd Stylesheet    
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -->
*/

*{
    margin: 0;
    padding: 0;
}
img{
    border: 0;
}
a
{
    outline: none;
}
body{
    font: 100%/1.4em "Georgia", "Times New Roman", serif;
    background: #fff url( /i/bg.png ) repeat-x 0 0;
    padding: 5px 0 15px 0;
    color: #292929;
}
body#enter{
	font-size: 1.2em;
	padding-top: 110px;
}
body#enter div{
 	background: url( /i/intro.jpg ) no-repeat center top;
 	height: 20px;
    padding: 315px 0 0 0;
    text-align: center;
}
@media all and (min-width: 0px){
    body {
        font-size: 1.1em !important;
    }
}
#wrap{
    position: relative;
    background: url( /i/logo.png ) no-repeat 0 0;
    width: 713px;
    margin: 0 0 0 13px;
}
#content{
    height: 400px;
    min-height: 400px;
    padding: 17px 127px 15px 195px;
    text-align: left;
    position: relative;
    background: url( /i/line.gif ) repeat-y 602px 0;
}
html>body #content{
    height: auto;
}
#left{
    position: absolute;
    left: 0;
    top: 70px;
    width: 180px; 
}
#left ul{
    background: url( /i/uline.gif ) repeat-x left top;
    padding: 1px 0 0 0;
}
#left li{
    list-style: none;
}
#left li a{
    display: block;
    width: 176px;
    padding: 6px 2px;
    background: url( /i/uline.gif ) repeat-x left bottom;
    text-decoration: none;
    color: #333;
}
#left li a:hover, #left li.on a{
    background: #bccf9b url( /i/uline.gif ) repeat-x left bottom;
    color: #000;
}
/* -^ THE LINKS -- */
a,a:link,a:active,a:visited{
    color: #384830;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #000;
}
/* -$ THE LINKS -- */

/* -^ RIGHT LINK SET -- */
#right{
    position: absolute;
    right: 0;
    top: 0;
    width: 112px;
    margin: 20px 0 0 0;
    text-align: center;
}
#right ul{
    height: 37px;
    width: 86px;
    margin: 0 auto;
    background: url( /i/rightbg.gif ) no-repeat 0 0;
}
#right li{
    height: 37px;
    width: 86px;
    list-style: none;
    position: relative;
}
#right a{
    display: block;
    height: 37px;
    width: 86px;
    float: left;
    position: relative;
    text-decoration: none;
    text-indent: -9999px;
}
li#r1 a:hover{
    background: url( /i/rightbg.gif ) no-repeat -86px 0;
}
#header{
    margin: 0 0 0 180px;
    padding: 0 0 0 3px;
    height: 171px;
    width: 530px;
    background: url(/i/headerbg.gif) no-repeat 0 bottom;   
}

/* -^ NAVIGATION -- */
#mainnav{
    height: 167px;
    width: 526px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
}
#mainnav ul{
    background: url(/i/navbg.gif) no-repeat 0 0;
    height: 58px;
    width: 526px;
    position: relative; 
}
#mainnav li{
    height: 58px;
    list-style: none;
    float: left;
    position: relative;
    margin-right: 3px;
}
#mainnav a{
    height: 58px;
    display: block;
    float: left;
    text-indent: -9999px;
    text-decoration: none;
	overflow: hidden;
}
li#homeli a{
    width: 99px;
}
li#historyli a{
    width: 116px;
}
li#recent-projectsli a{
    width: 190px;
}
li#contactli a{
    width: 112px;
}
li#contactli{
    margin-right: 0;
}
#home li#homeli a, li#homeli a:hover{
    background: url(/i/navbg.gif) no-repeat 0 -58px;
}
#history li#historyli a, li#historyli a:hover{
    background: url(/i/navbg.gif) no-repeat -102px -58px;
}
#recent-projects li#recent-projectsli a, li#recent-projectsli a:hover{
    background: url(/i/navbg.gif) no-repeat -221px -58px;
}
#contact li#contactli a, li#contactli a:hover{
    background: url(/i/navbg.gif) no-repeat -414px -58px;
}
/* -$ NAVIGATION -- */

/* -^ PROJECTS -- */
#photobox{
    margin: 15px 0;
}
#photobox li{
    list-style: none;
    float: right;
	clear: right;
    margin: 10px;
}
#photobox li img{
    padding: 2px;
    border: 1px solid #aaa;
	float: left;
}
#photobox li a:hover img{
    border: 1px solid #002820;
}
/* -$ PROJECTS -- */

#header h1{
    display: none;
}
h2{
    font-size: 1.4em;
    font-style: italic;
    margin-bottom: 20px;
    text-align: left;
    font-weight: normal;
	color: #002820;
}
h2 span{
    padding-bottom: 1px;
    background: url(/i/uline.gif) repeat-x left bottom;
}
h3{
	font-size: 1.1em;
	font-weight: normal;
	margin: 13px 0;
	color: #002820;
}
#contact fieldset{
	padding: 20px;
	border: 1px solid #666;
	margin-bottom: 10px;
}
#contact input, #contact textarea{
	display: block;
	border: 1px solid #aaa;
	padding: 3px;
}
#contact_submit{
	border: none;
	padding: none;
}
#contact_message{
	width: 342px;
	height: 150px;
}
* html #contact legend{
	margin-bottom: 15px;
}
* html #contact fieldset{
	margin-top: -19px;
}
span.number{
	font: 1em "Times New Roman";
	font-style: italic;
}
#content p{
    margin-bottom: 15px;
}
#footer{
    padding: 10px 10px 10px 205px;
    border-top: 1px solid #002820;
    border-bottom: 1px solid #002820;
}
.clear{
	clear: both;
}
.project-summary li{
	list-style: none;
	margin-bottom: 15px;
}
.project-summary li span{
	font-style: italic;
}
#shopui{
	list-style: none;
	padding: 0 0 5px 0;
}
#shopui li{
	margin: 0 0 10px 0;
}
#main{

}
#main, #main p, #main ul li{
	background: #fff;
}

/*^ qTip */
div#qTip {
  padding: 5px 10px;
  border: 1px solid #002820;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #fff;
  position: absolute;
  z-index: 1000;
}
/*$ qTip */

/*^ Lightbox */
#lightbox{
	background: #fff;
	padding: 15px;
	border: 1px solid #002820;
}
html>body #lightbox{
	padding-bottom: 10px;
}
#lightboxDetails, #lightboxCaption, #keyboardMsg{
	display: none;
}	
#closeButton{ 
	top: 1px; 
	right: 1px;
}
#lightbox img{ 
	border: none; 
	clear: both;
} 
#overlay img{ 
	border: none; 
}
ul.inset{
	margin-bottom: 15px;
}
ul.inset li{
	margin-left: 30px;
}
/*$ Lightbox */
