* html img, * html div {
	behavior: url(css/iepngfix.htc);
}

/* -- Wrappers & Backgrounds -- */

body {
	background-color: #ddd;	
	color: #555;
	margin: 0;
	padding: 0;
	text-align:center;
	font: 70% "Trebuchet MS", Verdana, Arial, sans-serif;
}

img {
   border: none;
}

#outer {
   background-color: #FFF;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}

#outer img.logo {
	position: absolute;
	top: 26px;
	right: 0;
	z-index: 0;	 /* For drop down navigation to display correctly. */
}

.wrapper {
/*   position: relative; */
   text-align:left;
	width: 965px;
	margin: 0 auto 0 auto;
	padding: 0 18px 0 15px;
}

#inner {
	background-color: #FFF;
	padding: 0;
}

/* -- General Text & Background Styling -- */

#banner {
   position: relative;
	color: #fff;
	height: 75px;
	width: 100%;
	background-color: #454545;
	z-index: 10; /* For drop down navigation to display correctly. */
}

#logo {
   position: absolute;
	left: 0;
	top: 20px;
}

.bold {
	font-weight: bold;
}

p.small a {
   font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #999;
}

.clear {
	clear: both;
}

/* -- Page Column Styles -- */
#content {
	width: 965px;
	margin-top: 15px;
	padding-bottom: 10px;
	color: #555;
}

#content a {
   color: #555;
}

#content a:hover {
  color: #abca02;
}

#content.home {
   margin-top: 45px;
}

#content.home .col_center h1 {
   line-height: 1.3em;
	font-size: 130%;
	color: #444;
	margin-top: 0;
}

#content.home .col_center h2 {
   line-height: 1.3em;
	font-size: 110%;
	color: #444;
}

#content.home .col_center a {
   text-decoration: none;
}

#content_left {
	float: left;
	width: 220px;
	margin-bottom: 6em;
}

#content_right {
	float: right;
	width: 720px;
	margin: 0px 0 20px 25px;
	padding: 0;
	background-color: #FFF;
}

#content_right .visual {
   float: right;
	margin: -10px 0 0 30px;
	width: 350px;
	height: 350px;
	background-color: #fff;
}

#content_right .visual img.alone {
   margin-top: -30px;
}

.right {
   float: right;
}

#content_right p {
   line-height: 1.4em;
}

.col_center {
   float: left;
   width: 455px;
}

.col_center h2 {
	color: #333;
	font-size: 160%;
	margin-top: 0;
}

.col_center h3 {
	color: #333;
	font-size: 110%;
	margin-top: 0;
}

.col_center ul {
   margin-left: 0;
	padding-left: 15px;
}

.col_center li {
   padding: 2px 0;
	margin-bottom: 2px;
	line-height: 1.4em;
}

.col_center.thin {
   width: 325px;   
}

.homeblog {
   float: right;
	margin-top: 0;
	padding: 0 0px 0 20px;
	width: 210px;
	border-left: 1px solid #ddd;
}

.homeblog h3 {
    color: #545454;
	 margin: 15px 0 7px 0;
	 font-size: 100%;
}

.homeblog a {
    text-decoration: none;
}

.homeblog h3.top {
   margin-top: 0;
}

.homeblog p {
    color: #9b9b9b;
	 line-height: 1.2em;
}

.homeblog p.top {
    margin-top: 0;
}

.summary {
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}

/*.summary h3 {
   margin: 15px 0 7px 0;
}

#content .summary a {
   text-decoration: none;
}    
#content .summary a.more {
   color: #9b9b9b;	
}

#content .summary a:hover {
   color: #444;
}*/


.address {
   font-size: 100%;
}

#content_right div.article {
   border-top: 1px solid #ccc;
	clear: both;
	padding-top: 5px;
	padding-bottom: 15px;  
}

#content_right .article .text {
   float: left;
	width: 350px;
	margin-bottom: 10px;
	padding-right: 10px;
}

.text h3 a {
   padding-top: 15px;
}

.text ul li {
   padding-bottom: 3px;
}

#content_right .article .images {
   float: right;
	margin: 10px 0 0 10px;
	width: 320px;
	background-color: #fff;
}

/*- Info Block -*/
#info_block {
   width: 200px;
   background-color: #777;
	margin-top: 3px;
   padding: 18px 0 18px 0;
   color: #FFF;
	text-align: center;
}

#info_block h2 {
   font-weight: normal;
	font-size: 150%;
	margin-bottom: 10px;
	margin-top: 0;
	color: #FFF;
}

#info_block p {
   margin: 0;
	padding: 0;
}

#info_block p a {
   text-decoration: none;
	color: #fff;
	font-size: 110%;
}

#info_block h5 {
   text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.8em;
}

/* Home Page Thumb Portfolio */
#thumbfolio {
   width: 965px;
	height: 125px;
	z-index: 0;
}

/* -- Footer -- */

#footer {
	width: 100%;
   background-color: #454545;   
	height: 25px;
}

#footer div.credits {
    width: 980px;
	 text-align: left;   
	 margin: 0 auto 0 auto;
}

#footer p {
	font-size: 85%;
	color: #FFF;
	margin-top: 0;
	padding: 7px 0 0 14px;
}

#footer p a {
	text-decoration: none;
	font-weight: bold;
	color: #afafaf;
	margin-top: 0;
	padding-top: 0;
}

/* JQUERY Cycle Slideshow CSS */

#slideshow { position: relative; width: 350px; margin: 0; }

#slideshow slides img {
    width: 350px;
	 height: auto;
}
#controls { z-index: 1000; position: absolute; top: 345px; left: 0; display: none;
    background-color: #FFF; margin: 0; padding: 6px; 
    width: 338px; text-align: center; 
}

#controls a {
    color: #FFF;
	 text-decoration: none;
}

#controls span { margin: 0 5px }

/* -- Contact Form -- */

form {
   background-color: #ddd;
	padding: 15px;
}

.address {
	padding-bottom: 1em;
}

.address h2 {
	font-size: 100%;
	font-weight:normal;
	font-style:italic;
	margin: 0;
	padding:0;
}

#enquiry {
	padding-top: 1.6em;
}

#enquiry label,  #subForm label {
	float:left;
	width: 60px;
	font-weight:normal;
	margin-top: 2px;
}

#enquiry .text,  #subForm .text {
	width: 200px;
	border: 1px solid #aaa;
}

#enquiry div, #subForm div {
	padding-bottom: 0.6em;
}

#enquiry .submit,  #subForm .submit {
	font-size: 85%;
	color: #6c6c6c;
	padding-top: 0;
}

/*.contact {
	padding: 2em 0 2em 0;
}*/

.extras {
	width: 300px;
	margin-top: 30px;
}

.extras p {
    font-size: 110%;
}

.extras h2 {
	font-size: 100%;
	color: #555;
	padding-top: 0.5em;
	/*text-transform: uppercase;*/
}

.extras ul {
	margin: 0;
	padding: 0 1em 1em 0;
	list-style:none;
	font-size: 85%;
	line-height:1.8em;
}

.social ul {
   list-style-type: none;
   padding: 25px 14px;
	margin: 0;
}

.social li {
   float: left;
}

.social img {
   padding-right: 8px;
}

.social li a {
   text-decoration: none;
}




