/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  03: 2Col_Fixed_Full_Width_Header_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .85em;
	color: #79271f;
	background: url(../images/layout/page_bg.gif) repeat;
	margin: 0px;
	padding: 0;
}
#masthead {
	background-color: #e9e2ba;
	height: 30px;
	padding: 0px;
	margin: 0 0 26px 0;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/layout/wrapper_bg.jpg);
	background-repeat: repeat;
}
#column_bottom {
	background: url(../images/layout/footer.jpg) repeat;
	height: 30px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 743px;
	background-image: url(../images/layout/page_bottom_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: left;
}
#inside_right {
	width: 713px;
	float: left;
	padding: 15px;	
}
#inside_right .content {
	font-size: 1em;
	line-height: 1.65em;
}
#left {
	width: 157px;
	background: url(../images/layout/left_bg.jpg) repeat;
	float: left;
}
#right .content {
	padding: 0;
	margin: 0 auto;		
}
#left .content {
	padding: 0;
	font-size: 1em;
}
#masthead .content {
}
#footer .content {
	padding: 5px 12px;
}
#footer {
	width: 900px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #fbf7e6;
	clear: both;
}
#right a:link {
	color: #3F5109;
}
#right a:visited {
	color: #585858;
}
#right a:hover {
	color: #566F0B;
}
#footer a:link {color: #fbf7e6; text-decoration: underline;}
#footer a:visited {color: #fbf7e6; text-decoration: underline;}
#footer a:hover {color: #fbf7e6; text-decoration: underline;}
h1 {
	font-size: 1em;
	margin: 0;
	font-weight: bold;
}
h2 {
	font-size: 0.9em;
	color: #938C17;
	margin: 0;
	font-weight: bold;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 0;
}
img.floatRight {
	float: right;
	margin-left: 26px;
	border-color: #666666;
}
img.floatLeft {
	float: left;
	margin-right: 26px;
	border-color: #666666;
}
#row {
	float:left;
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
}
#column1 {
	float: left;
	width: 25%;
  }
#column2 {
	float: left;
	width: 25%;
  }
#column3 {
	float: left;
	width: 25%;
  }
#column4 {
	float: left;
	width: 25%;
  }
#column_double {
	float: left;
	width: 50%;
  }
.small_text {
	font-size: .8em;
	line-height: 1.1em;
}
#column1_3col {
	float: left;
	width: 33%;
  }
#column2_3col {
	float: left;
	width: 33%;
  }
#column3_3col {
	float: left;
	width: 33%;
  }
/*popup images*/
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -535px;
left: -180px; /*position where enlarged image should offset horizontally */

}
.colour_charts {
	width: 150px;
	height: 70px;
	margin: 0 auto;
}
img.paddingleft {
	margin-left: 80px;
	float:left;
}
.menu_bottom {
	width: 157px;
	float: right;
	background-image: url(../images/layout/menu_bg.jpg);
	background-repeat: repeat;
}
.menu_bottom img {
	padding-right: 9px;
}