/*
	Style sheet for The Ship's Photographer
	Last updated: 15/11/2006
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #8f8a72;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #8f8a72;
	width: 100%;
	text-align: center;
	font-size: 75%; 
	}

#wrapper {
	margin:2px auto;
	padding: 0;
	width: 940px;	
	background-color: #fff;
	text-align: left;
	}

td{
	vertical-align: top;
	}


#header {
	height: 80px;
	background:  #8f8a72;
	vertical-align:middle;
	}

#navigation {
	width:768px;
	padding: 2px 0 0 0;
	margin: 0;
	background:#dc88b8;
	/* compensates for IE Win bungling */
	height: 100%;
	}

#sidenavigation {
	width:150px;
	padding: 10px 0 10px 0;
	/* background-image: url('/media/leftnavbg.gif'); */
	/* background-repeat: repeat-y; */
	/* compensates for IE Win bungling */
	height: 100%;
	vertical-align:top;
	
	}

#maincontent	{
	padding: 10px 20px 10px 20px;
	width: 435px;
	height: 380px;
	}

#rightnavigation{
	float: right;
	margin: 0;
	padding: 0;
	width: 180px;
	}

#footer {
	background: #fff;
	}

#cards {
	clear: both;
	width: 768px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	}


.repeat{
	width:520px; 
	background: #8f8a72;
	}

.repeatlight{
	width:520px; 
	/*background: #dc88b8;*/
	border: solid 1px #8f8a72;
	padding:2px;
	border-left:solid 12px #8f8a72;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #8f8a72;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; 
	}
	
.strap {
	color:white;
	margin:0 0 40px 100px;
	font-size:12px;
	}
	
p{
	line-height: 180%;
	text-align: justify;
	}

li {
	padding-bottom:10px;
	list-style-type: square;
	}

#footer p {
	font-size:85%;
	color: #fff;
	text-align: center;
	background: #827c64;
	}

#cards p {
	text-align: center;
	}

.small{
	font-size:85%;
	}

.sectiontitle {
	border-left: solid 12px #dc88b8;
	background: #8f8a72;
	padding: 3px 3px 3px 6px;
	}

.sectiontitle p {
	color: #f0bbd9;
	font-weight: bold;
	}

.red{
	color: #ff0000;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #9c3427;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #827c64;
	background-color: none;
    }


.repeat a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

.repeat a:hover {	
	padding:1px;
	text-decoration:underline;
	color: #fff;
	}
	
#footer a {	
	text-decoration:none;
	padding:1px 3px 1px 3px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:underline;
	padding:1px 3px 1px 3px;
	color: #fff;
	}

.red a {	
	color: #ff0000;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.contentpad{
	padding: 0 15px 10px 0;
	}


.categorycell{
	padding: 10px;
	text-align:center;
	width: 33%;
	}
		

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #f0bbd9;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #8f8a72;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #8f8a72;
	}

.border{
	border:solid 1px #8f8a72;
	}

.center {  
    text-align: center;
    }

.smallpad{
	padding:3px;
	}


.VABR {
	line-height: 70%;
	vertical-align: bottom;
	text-align: right;
	}

.VABL {
	line-height: 70%;
	vertical-align: bottom;
	text-align: left;
	}

.VATR {
	line-height: 70%;
	vertical-align: top;
	text-align: right;
	}

.VATL {
	line-height: 70%;
	vertical-align: top;
	text-align: left;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Tables */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.tableborder {
	border-top: solid 2px #bb9cc6;
	border-right: solid 2px #bb9cc6;
	text-align:center;
	}

.tableborderlight {
	border-top: solid 2px #bb9cc6;
	border-right: solid 2px #bb9cc6;
	text-align:center;
	background-color: #faecfe;
	}

.tableborder2 {
	border-top: solid 2px #bb9cc6;
	font-weight:bold;
	background-color: #faecfe;
	}

.tableborder3 {
	border-right: solid 2px #bb9cc6;
	background-color: white;
	}

.tableborder4 {border-top: solid 2px #bb9cc6;
	text-align:center;
	}

.hidden { 
	visibility:hidden;
	color: #fff; 
    font-size: 0;
	height: 0;
    margin: 0;
	}

.show {
	visibility:visible;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#8f8a72;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; 
	}

.blurred {
	border: #000 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 0 0 5px 5px;
	text-align:center;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 2px 7px 2px 7px;
	text-decoration: none;
	color: #8f8a72;
	font-size:90%;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #8f8a72;
	}

#topnav a:hover {
	color: #fff; 
	}

#customerbreadcrumb {
	width:98%;
	border: solid 1px #dc88b8;
	border-left:solid 12px #dc88b8;
	margin: 0 0 5px 0;
	padding: 0;
	border-collapse: collapse;
	}
#customerbreadcrumb td {
	margin: 0;
	padding: 1px 0 1px 10px;
	font-size:85%;
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

#sidenav{
	padding: 0;
	margin: -10px 0 0 0;
	width: 160px;
	}

#sidenav li {
	list-style: none;
	margin: 2px 4px 0 0;
	color: #8f8a72;
	font-size:110%;
	}

#sidenav li a {
	display: block;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	border-top: solid 1px #dc88b8;
	border-right: solid 1px #dc88b8;
	border-bottom: solid 1px #dc88b8;
	padding: 0 0 1px 0;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; 
	}

#sidenav li.sub {
    font-size:91%;
	list-style: circle;
	list-style-position: outside;
	margin: 0 2px 2px -35px !important;
	margin: 0 2px 2px 6px;
	border: none;
	text-align: left;
	}

#sidenav ul.sub {
	margin: 0px 0 2px 14px;
	}

#sidenav li.subsub {
    font-size:91%;
	list-style: disc;
	list-style-position: outside;
	margin: 2px 0 2px -44px !important;
	margin: 0 0 2px -3px;
	border: none;
	text-align: left;
	color: #8f8a72;
	}

#sidenav ul.subsub {
	margin: 0px 2px 2px -13px;
	}

#sidenav li a:link {
	color: #8f8a72; 
}

#sidenav li a:visited {
	color: #8f8a72; 
	}

#sidenav li a:hover{
	color: #dc88b8;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */