/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	/*background-color: #2c3815 ;*/
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
}
#masthead {
	background-image: url(../images-design/header2.png);
	background-repeat:no-repeat;
	color: #bc9b6a;
	padding: 0px;
	margin: 0;
	height: 70px;
}
#wrapper {
	background-image: url(../images-design/wrapper.gif);
	background-repeat:no-repeat;
	display:block;
    height:590px;
    left:50%;
    margin-left:-480px;
    margin-top:-295px;
    position:absolute;
    top:50%;
    width:960px;
}
#column_wrapper {
	/*background-image: url(img/clm02_middle.png);
	background-repeat: repeat-y;*/
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 749px;
	height: 449px;
	margin: 1px 0px 0px 0px;
	padding-left: 1px;
	background-image:url(../images-design/right2.jpg);
	background-repeat:no-repeat;
	float: left;
}
#left {
	background-image:url(../images-design/menu-bg-pink.jpg);
	background-repeat: no-repeat;
	margin: 1px 0px 0px 21px; /*was 11px*/
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	width: 188px;
	height: 448px;
	float: left;
}
#left .content {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .contentgallery {
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#associates {
    overflow: auto;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #ffffff;
	padding: 0px;
	margin: 0;
	height: 100px;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	/*margin: 6px 0 12px 0;*/
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	line-height: 45px;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ff0000;
}
#left a:hover {
	color: #ffffff;
	text-decoration: none;
}
#left a:active {
	color: #ffffff;
	text-decoration: none;
}
#left a:link {
	color: #ffffff;
	text-decoration: none;
}
#left a:visited {
	color: #ffffff;
}
#center a:link {
	color: #ffffff;
	text-decoration: none;
}
#center a:visited {
	color: #ffffff;
	text-decoration: none;
}
#center a:hover {
	color: #ff0000;
	text-decoration: none;
}
#right a:link {
	color: #ff0000;
	text-decoration: none;
}
#right a:visited {
	color: #ffffff;
	text-decoration: none;
}
#right a:hover {
	color: #ffffff;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	display:block;
	width:164px;
/*	color: #ffffff;
	/*border-left: 6px solid #086584;
	background-image:url(../images-design/menucolour.png);
	background-repeat:repeat;*/
    /*padding: 0 0 0 6px;*/
    padding: 0 0 0 24px; /*left was 24px changed for ie6*/
	/*margin-left: 16px;*/
	text-decoration: none;
	font-weight: bold;
}
#wrapper .menulist a:hover {
	display:block;
	width:164px;
	color: #ffffff;
	/*border-color: #bc9b6a;*/
    background-image:url(../images-design/menuhover.png);
	background-repeat:repeat;
}
#footer a:link {
    color: #ff0000;
	text-decoration: none;
}
#footer a:visited {
     color: #ff0000;
	 text-decoration: none;
}
#footer a:hover {
     color: #ffffff;
	 text-decoration: none;
}
.p7uberlink {
	display: block;
	width: 164px;
	color: #ffffff;
	font-weight: bold !important;
	letter-spacing: .15em;
	text-transform: uppercase;
	/*border-color: #bc9b6a !important;*/
    background-image: url(../images-design/menuextra.png);
	background-repeat: repeat;
}
#details {
	margin: 0px;
	padding: 0px;
	background-image:url(../images-design/bg-details.png);
	border: #5e7b98;
	border-width: 1px;
	border-style: solid;
}
#contentstats {
    width: 100%;
	margin: 0;
	padding: 0;
	font-size: 65%;
}
#app001 {
   font-size: 10px;
   }
.home {
	color: #ffffff;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 0 24px;
}
h2 {
	font-size: 1.6em;
	margin: 15px 0 0 24px;
	color: #ffffff;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 24px;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 24px;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
	}
#left .content p {
	margin: 12px 12px 0 12px;
}
html, body{
scrollbar-face-color:#550606;
scrollbar-base-color:#818181;
scrollbar-arrow-color:#2c3815 ;
scrollbar-track-color:#270000;
scrollbar-shadow-color:#818181;
scrollbar-highlight-color:#373737;
scrollbar-3dlight-color:#373737;
scrollbar-darkshadow-Color:#2c3815 ;
}   	
td.thumbnails { 
text-align: center;
vertical-align: middle;
padding: 6px;
}
#imageviewer  {
    height: 448px;
	width: 448px;
	margin-right: 80px;
	float:right;
}
#thumbs  {
   /*width: 150px;*/
   height: 448px;
	margin: 0;
	padding: 15px 0px 0px 0px;
	float: left;
}
