/*-----------------------------------------------------------------------------
Main style sheet for www.denison.co.uk

author:    Andrew Scrivener
email:     andrew@denison.co.uk
website:   http://www.denison.co.uk
-----------------------------------------------------------------------------*/


/*--------------------- General ---------------------*/


/* Remove padding and margin */
* 
{
 margin: 0;
 padding: 0;
}


body 
{
 font-size: 12px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 background-color: #F3F3F3;
 text-align: center;
 color: #666;
 margin: 0;
}


div.wrapper
{
 width: 881px;
 position: relative;
 background-color: #FFF;
 text-align: left;
 margin-top: 0;
 margin-left: auto;
 margin-right: auto;
 padding: 0 ;
}


div.header
{
 width: 881px;
 height: 53px;
 position: relative;
 background-color: #323232;
 background-image: url(../assets/general/header_bg.jpg);
 background-repeat: repeat-x;
 background-position: 0 0;
 padding: 0;
}


div.subContent1
{
 width: 138px; /* 161px Total */
 padding: 34px 2px 70px 21px;
 float: left;
 position: relative;
}


div.mainContent
{
 width: 468px; /* 481px Total */
 padding: 80px 7px 70px 6px;
 float: left;
 position: relative;
}


div.subContent2
{
 width: 191px; /* 239px Total */
 padding: 84px 23px 70px 25px;
 float: left;
 position: relative;
}


div.footer
{
 color: #51575D;
 position: relative;
}


ul#legal
{
 font-size: 10px;
 margin-top: 13px;
}        


ul#legal li
{
 display: inline;
 list-style: none;
 background-image: none;
 padding-left: 0;
} 


ul#legal li a:link,
ul#legal li a:visited
{
 color: #666;
 text-decoration: none;
}


ul#legal li a:hover,
ul#legal li a:active
{
 color: #333;
 text-decoration: none;
} 


div.footer ul#legal li.first 
{
 margin-left: 0;
 margin-right: 540px;
}


/* Class for clearing floats */
.clear 
{
  clear: both;
}


.emphasise
{
 font-weight: bold;
}


.italicise
{
 font-style: italic;
}


img.portrait
{
 padding: 0 0 0 32px;
}


div.testimonial
{
 font-style: italic;
 background-color: #E7EDAD;
 padding: 15px;
 
}


div.testimonial p
{
 margin-bottom: 5px;
}


div.testimonial cite.occupation,
div.testimonial cite.company
{
 display: block;
 color: #333;
}


cite
{
 font-size: 11px;
 font-style: normal;
 color: #333;
}


p 
{
 line-height: 130%;
 margin-bottom: 30px;
}


p.bottom
{
 margin-bottom: 0;
}


h1
{
 font-size: 24px;
 font-weight: normal;
 margin-bottom: 15px;
}


h2
{
 font-size: 15px;
 font-weight: normal;
 margin-bottom: 15px;
}


h3
{ 
 font-size: 18px;
 font-weight: normal;
 color: #CADB2A;
}


h4
{
 font-size: 12px;
 font-weight: bold;
 color: #333;
 margin-bottom: 3px;
}


ul
{
 margin-bottom: 1em;
}


ul li
{
 list-style: none;
 background-image: url(../assets/general/bullet.gif);
 background-repeat: no-repeat;
 background-position: 0 4px;
 padding-left: 17px;
 margin-bottom: 10px;
}


a:link
{
 color: #CADB2A;
 text-decoration: none;
}


a:visited
{
 color: #CADB2A;
 text-decoration: none;
}


a:hover
{
 color: #333;
 text-decoration: none;
}


a:active
{
 color: #333;
 text-decoration: none;
}


ul.contact li
{
 background-image: none;
 padding-left: 0;
 line-height: 120%;
}


/*--------------------- Main Navigation Bar -------------------*/

ul#navigation
{
 position: relative;
 top: 15px;
 font-weight: normal;
 display: inline;
 margin: 0 0 0 40px;
}


ul#navigation li
{
 list-style: none;
 display: inline;
 margin-right: 20px;
 background-image: url(../assets/general/nav_bullet.gif);
 background-repeat: no-repeat;
 background-position: 0 4px;
 padding-left: 15px;
}


ul#navigation li a:link
{
 color: #FFF;
 text-decoration: none;
}


ul#navigation li a:visited
{
 color: #FFF;
 text-decoration: none;
}


ul#navigation li a:hover
{
 color: #CADB2A;
 text-decoration: none;
}


ul#navigation li a:active
{
 color: #CADB2A;
 text-decoration: none;
}

/*--------------------- Specific Styles -------------------*/

div.header p#telephone
{
 color: #FFF;
 display: inline;
 position: relative;
 top: 15px;
 left: 70px;
}


div.header h3#number
{
 display: inline;
 margin-left: 5px;
 position: relative;
 top: 15px;
 left: 70px;
}


div.subContent2 img,
div.subContent2 div.testimonial
{
 margin-bottom: 30px;
}


cite.occupation,
cite.company
{
 color: #CADB2C;
}

/*--------------------- Home Page Specific Styles -------------------*/

body#homePage div.mainContent
{ 
 padding-top: 80px;
}


img#signature
{
 position: relative;
 left: 50px;
}


body#homePage cite
{
 display: block;
}



/*--------------------- Key Info Page Specific Styles -------------------*/


body#keyInfoPage div.subContent2 img,
body#servicesPage div.subContent2 img,
body#keyInfoPage div.subContent2 div.testimonial,
body#servicesPage div.subContent2 div.testimonial
{
 margin-bottom: 40px;
}


/*--------------------- Key Info Page Specific Styles -------------------*/

body#servicesPage div.mainContent h2
{
 margin-top: 30px;
}




/*--------------------------- jQuery lightBox plugin - Gallery style --------------------------*/

#galleryPage .mainContent
{
 width: 720px; /* 720px */
 padding: 80px 0 70px 0;
}

#gallery 
{
 background-color: #FFF;
 padding: 0;
 width: 720px;
}


#gallery ul 
{ 
 list-style: none; 
 margin: 0;
 padding: 0;
}
		

#gallery ul li 
{ 
 background-image: none;
 padding: 0;
 display: inline; 
 margin-right: 6px;
}
		

#gallery ul img 
{
 border: 2px solid #333;
 border-width: 2px;
}
		

#gallery ul a:hover img 
{
 border: 2px solid #CBDB29;
 border-width: 2px;
 color: #FFF;
}


#gallery ul a:hover 
{ 
 color: #FFF; 
}


