/* Css Style Sheet version 3.4 - edturtle.co.uk */
/* by Edward Turtle */


/* Imports */

@import "menu.css";

/* General */

* {
	padding:0;margin:0;
}

html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-image: url(images/back.jpg);
	background-color: #ffff99;
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	color: #666666;
	text-align:left;
}

h1 {
	font: bold 36px "Lucida Grande", Palatino Linotype, Book Antiqua, Palatino, Times New Roman, serif;
	text-align:left;
	padding: 24px 0 15px 12px;
	color:#3272AA;
	position: relative;
}

h1 span {
	background: url(images/textgrad.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}

h2 {
	font: bold 32px/20px Georgia, Serif;
	color:#3272AA;
}

h3 {
	font: 32px Georgia, Serif;
	color:#3272AA;
}

a {
	font-weight: bold; 
	outline: none;
}

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

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

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

a img {
	border: none; 
}

form {
	display:inline; 
}

p {
	font:13px verdana, sans-serif;
	color:#333;
	text-align:left;
	margin: 0 12px 16px 12px;
}

ul.list {
	font:13px verdana, sans-serif;
	color:#333;
	text-align:left;
	margin: 0 0 16px 30px;
}

.price {
	font: bold 36px Palatino Linotype, Book Antiqua, Palatino, Times New Roman, serif;
	list-style:none;
	padding: 10px 0 0 0;
}

/* CLASSes */

#banner {
	background:#060 url(images/gradm2acc.png) center center repeat-x;
	width:100%;
}

#banner a {
	font:13px/30px Tahoma, Verdana, Geneva, sans-serif;
	color:#FFF;
	margin:10px 0;
	font-weight:normal;

}
#banner a:hover {text-decoration:underline;}

table.main {
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin:0 auto;
	padding:0;
	width: 910px;
	border:1px solid #060;
	background-color: #FFF;
	border-spacing: 0;
	border-collapse: separate;
	behavior: url(scripts/ie-css3.htc);
}

table.main td {
	border-width:0;
	padding:0;
	margin:0;
}

.smallleft {
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:60%;
	color: #666666;
}

.normaleft {
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:70%;
	color: #666666;
}

.normajust {
	font-family:Verdana, sans-serif;
	font-style:normal;
        text-align:justify;
	font-size:80%;
	color: #000;
}

DIV.links {
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:90%;
	color: #666666;
}


DIV.title {
	 font-family:Verdana, sans-serif;
	 font-weight:bold;
	 font-style:normal;
	 font-size:90%;
	 color:#030;
	}

/* ICONS */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.gif) no-repeat center right;
}


#flickrdiv {
	background-color:#000;
	width:510px;
	color:#FFF;
	border:1px solid #CCC;
	font: 1.0em verdana, sans-serif;
	line-height:35px;
}
#flickrthumb {
	padding:5px;
	margin:0;
}
#flickrthumb img {
	border:1px solid #000;
}
#flickrthumb img:hover {
	border:1px solid #CCC;
}




