/*
First do the AI default styles
*/

/* In strict mode, the viewport is auto - as much as needed so change it */

html, body {
	height: 100%;
}

/* Default page and font stuff */

body {
	padding: 0;
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	text-align: center;
}

body, p, td, ol, ul, li, dl, dt, dd, blockquote, h1, h2, h3, h4, div {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

textarea, pre, tt, code, kbd, samp {
	font-family: monospace;
	font-size: 12px;
}

/* Default alignment */

p, td, ol, ul, li, dl, dt, dd, blockquote, div {
	text-align: left;
	font-weight: normal;
}

td {
	vertical-align: top;
}

li {
	vertical-align: middle;
	line-height: 1.2em;
}

/* Heading styles */

h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

/* White space rules */

h1, h2, h3, h4, p, ul, ol, blockquote, hr, .para, .form, table.gallery, .nav, .mag {
	padding: 0;
	margin: 0;
	margin-bottom: 0.6em;
}

li {
	padding: 0;
	margin: 0;
	margin-bottom: 0.4em;
}

p + h2, ul + h2, table + h2, div + h2, blockquote + h2, hr + h2 {
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

p + h3, ul + h3, table + h3, div + h3, blockquote + h3, hr + h3 {
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

p + h4, ul + h4, table + h4, div + h4, blockquote + h4, hr + h4 {
	margin-top: 1.2em;
	margin-bottom: 0.2em;
}

ul, ol, dd {
	margin-left: 2em;
}

blockquote {
	font-style: italic;
	margin-left: 1em;
	margin-right: 1em;
}

span.author {
	font-style: italic;
	font-size: 90%;
	font-weight: bold;
}

/* Other misc stuff */

hr {
	height: 1px;
	border: none;
	color: #000000;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #C73212;
}

a:hover {
	text-decoration: underline;
	color: #C73212;
}

a:link.current, a:visited.current, a:active.current {
	text-decoration: none;
	color: #C73212;
}

a:hover.current {
	text-decoration: underline;
	color: #C73212;
}

/* Some default useful classes */

.highlight {
	color: #FF0000;
}

div.img-right, div.img-left, div.img-center, .img {
	margin-bottom: 0.8em;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.img {
	padding-left: 10px;
	padding-right: 10px;
}

div.img-right {
	float: right;
	clear: right;
	margin-left: 10px;
}

div.img-right img, div.img-left img, div.img-center .img {
	margin-bottom: 0.4em;
}

div.img-left {
	float: left;
	clear: left;
	margin-right: 10px;
}

div.img-center {
	margin-left: auto;
	margin-right: auto;
}

table.form {
	margin-bottom: 0.3em;
}

table.form td {
	padding: 0 0.5em 0.5em 0;
}

input, select, textarea, div.button {
	border-color: #CBC9BB;
	background: #FFFFFF;
	color: #2D2D2D;
	border-width: 1px;
	border-style: solid;
}

input, textarea {
	padding-left: 3px;
	padding-right: 3px;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border-color: #CBC9BB;
	background: #D8C88A;
	color: #C73212;
	font-weight: normal;
	margin-right: 10px;
}

.nav {
	font-size: 11px;
}

.inline {
	display: inline;
	vertical-align: bottom;
}

img.fixpng {
	behavior: url("/fixpng.htc");
}

/*
Now do the site specific styles
*/

html, body {
	height: auto;
}

/* Customise the colours */

body {
	background-color: #FFFFFF;
}

body, p, td, ol, ul, li, dl, dt, dd, blockquote, h1, h2, h3, h4, div {
	color: #ABAAAA;
}

p {
	line-height: 20px;
}

h1, h2, h3, h4 {
	color: #ABAAAA;
}

h1 {
	font-size: 14px;
}

h1.str-None {
	display: none;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
	font-style: italic;
}

h4 {
	font-size: 10px;
	font-style: italic;
}

blockquote {
	font-style: italic;
}

a:link, a:visited, a:active {
	color: #ABAAAA;
	text-decoration: underline;
}

a:hover {
	color: #D7CAD7;
	text-decoration: underline;
}

.highlight {
	color: #FF33FF;
}

input, select, textarea, div.button {
	border-color: #1B1C20;
	background: #F0F0F0;
	color: #1B1C20;
}

input.button /* , input[type="button"], input[type="submit"], input[type="reset"] */ {
	border-color: #1B1C20;
	background: #616161;
	color: #FFFFFF;
	font-weight: bold;
}

table.form tr {
	height: 2em;
}

div.form {
	width: 341px;
	margin-top: 25px;
}

table.form td.tdl {
	white-space: nowrap;
}

/* Page layout styles */

#str-Logo, #str-Frame, #str-Footer, #str-Email {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -397px;
}

#str-Logo {
	top: 48px;
}

#str-Frame {
	top: 124px;
	border: 1px solid #D8DADC;
}

#str-Swirls {
	width: 792px;
	height: 458px;
	background-image: url("/templates/esills/images/main/swirls.png");
	background-repeat: no-repeat;
}

#str-Footer {
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	color: #BFBFBE;
	width: 792px;
	text-align: center;
	top: 600px;
}

#str-Footer a:link, #str-Footer a:visited, #str-Footer a:active {
	color: #BFBFBE;
	text-decoration: none;
	font-weight: bold;
}

#str-Footer a:hover {
	color: #BFBFBE;
	text-decoration: underline;
}

#str-Email {
	top: 107px;
	width: 794px;
	text-align: right;
	font-family: "Futura Bk BT", Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
}

#str-Email a:link, #str-Email a:visited, #str-Email a:active {
	text-decoration: none;
	color: #D7CAD7;
}

#str-Email a:hover {
	text-decoration: none;
	color: #D7CAD7;
}

#str-Menu {
	position: absolute;
	left: 10px;
	top: 11px;
}

#str-Menu div {
	line-height: 1px;
}

#str-Menu img {
	/* Make the images block elements so we don't get random whitespace around them in FF in strict mode */
	display: block;
}

div.str-MenuItem {
	margin: 0 0 3px 0;
	width: 100px;
}

img.str-MenuBullet {
	margin: 0 5px 0 0;
	float: left;
}

#mnu-home.str-MenuItem, #mnu-gallery.str-MenuItem, #mnu-sessions.str-MenuItem, #mnu-about.str-MenuItem, #mnu-contact.str-MenuItem, #mnu-albums.str-MenuItem, #mnu-main.str-MenuItem, #mnu-admin.str-MenuItem, #mnu-galladm.str-MenuItem {
	margin: 0 0 14px 0;
}

#mnu-contact.str-MenuItem {
	margin-bottom: 12px;
}

#mnu-albumes.str-MenuItem {
	border-top: 1px solid #D8DADC;
	padding-top: 12px;
}

#str-Content {
	position: absolute;
	left: 160px;
	top: 47px;
	height: 375px;
	width: 600px;
	padding-right: 15px;
	overflow: auto;
	text-align: right;
}

#str-Admin {
	padding: 0 82px 0 186px;
}

/* Content styles */

/* General content styles */

#str-ContentImgLeft, #str-ContentImgRight, #str-ContentTxtLeft, #str-ContentTxtRight {
	position: absolute;
	border: 1px solid #D8DADC;
}

#str-ContentImgLeft img, #str-ContentImgRight img {
	display: block;
}

#str-ContentImgLeft, #str-ContentImgRight {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#str-ContentImgLeft, #str-ContentTxtLeft {
	left: 186px;
}

#str-ContentImgRight, #str-ContentTxtRight {
	right: 82px;
}

#str-ContentTxtLeft, #str-ContentTxtRight {
	height: 323px;
	overflow: hidden;
}

#str-ContentTxtLeft {
	width: 201px;
}

#str-ContentTxtLeftScroll {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 16px;
	width: 169px;
	clip: rect(0px, 201px, 323px, 0px);
}

#str-ContentTxtRight {
	width: 273px;
}

#str-ContentTxtRightScroll {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 16px;
	width: 241px;
	clip: rect(0px, 273px, 291px, 0px);
}

#str-ContentNavLeft, #str-ContentNavRight {
	position: absolute;
	width: 12px;
}

#str-ContentNavLeft {
	left: 165px;
}

#str-ContentNavRight {
	right: 366px;
}

#str-ContentNavLeft img, #str-ContentNavRight img {
	display: block;
}

#str-ContentScroll {
	height: 291px;
	background-color: #F7F7F7;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 6px 2px 6px 2px;
}

/* Home Page */

#str-HomeImg, #str-HomeOvl {
	position: absolute;
	right: 82px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#str-HomeOvl {
	top: 285px;
}

/* Gallery Nav page */

#str-GallNavImg, #str-GallNavTxt {
	position: absolute;
	left: 186px;
	width: 524px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#str-GallNavImg img, #str-GallNavTxt img {
	vertical-align: bottom;
}

#str-GallNavImg img.str-GallNavPad, #str-GallNavTxt img.str-GallNavPad {
	margin: 0 1px 0 1px;
}

/* Gallery page */

#str-GallSidePanelCont {
	position: absolute;
	top: 120px;
	left: 19px;
	overflow: hidden;
	height: 205px;
	width: 152px;
}

#str-GallSidePanel {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	clip: rect(0px, 152px, 205px, 0px);
}

#str-GallSidePanel td {
	padding: 0 0 7px 0;
}

#str-GallSidePanel .str-GallThumb img {
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}

#str-GallSidePanel .str-GallThumbCurr img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#str-GallSidePanel td.gall {
	padding-left: 7px;
	padding-right: 7px;
}

div.str-GallPreview {
	position: absolute;
	top: -60px;
	left: 186px;
	width: 525px;
	height: 385px;
	text-align: center;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

div.str-GallPreviewOff {
	display: none;
}

#str-GallNav {
	position: absolute;
	top: 313px;
	right: 32px;
}

#str-GallThumbNav {
	position: absolute;
	top: 100px;
	left: 73px;
}

#str-GallNav img, #str-GallThumbNav img {
	margin: 0 5px 0 5px;
}

/* Gallery admin page */

#str-GallAdmin img {
	vertical-align: bottom;
}

#str-GallAdmin div {
	text-align: center;
	width: 60px;
	margin-bottom: 6px;
}

ul {
	text-transform: uppercase;
}

li {
	list-style: square;
}