﻿*
{
	margin: 0;
	padding: 0;
}

html
{
}

body
{
	background: #c0c0c0 url(images/background.jpg) repeat-x top left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 85%;
	color: black;
}

/* Main page */
#MainPage
{
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}

.TopLeftCorner
{
	background: #ffffff url(images/topleftcorner.gif) no-repeat top left;
	width: 11px;
	height: 11px;
	font-size: 2px;
}

.TopEdge
{
	background: #ffffff url(images/topedge.gif) no-repeat top left;
	width: 782px;
	height: 11px;
	font-size: 2px;
}

.TopRightCorner
{
	background: #ffffff url(images/toprightcorner.gif) no-repeat top left;
	width: 18px;
	height: 11px;
	font-size: 2px;
}

.LeftEdge
{
	background: #ffffff url(images/leftedge.gif) no-repeat top left;
	width: 11px;
	height: 511px;
	font-size: 2px;
}


.RightEdge
{
	background: #ffffff url(images/rightedge.gif) no-repeat top left;
	width: 18px;
	height: 511px;
	font-size: 2px;
}

.PageContent
{
	background-color: White;
	width: 782px;
	height: 511px;
}

.BottomLeftCorner
{
	background: #ffffff url(images/bottomleftcorner.gif) no-repeat top left;
	width: 11px;
	height: 19px;
	font-size: 2px;
}

.BottomEdge
{
	background: #ffffff url(images/bottomedge.gif) no-repeat top left;
	width: 782px;
	height: 19px;
	font-size: 2px;
}

.BottomRightCorner
{
	background: #ffffff url(images/bottomrightcorner.gif) no-repeat top left;
	width: 18px;
	height: 19px;
	font-size: 2px;
}


.FooterBlock
{
	background: #669999 url(images/footerblob.gif) no-repeat top left;
	width: 782px;
	height: 53px;
	clear: both;
	font-weight: bold;
}

.BasePageLinks
{
	font-size: 90%;
	margin-top: 0px;
	padding: 0px !important;
}

.BasePageLinks ul.HorizontalMenu
{
	float: right;
}

.BasePageLinks ul.HorizontalMenu li
{
	padding: 0em 1em 0.5em 1em;
}

.BasePageLinks a
{
	color: Black;
}


/* Layout 01 - Homepage */
.HeaderBlock
{
	background: #669999 url(images/headerblob.gif) no-repeat top left;
	width: 384px;
	height: 70px;
	float: left;
	margin-bottom: 10px;
}

.ShowCaseBlock
{
	background: white;
	width: 386px;
	height: 449px;
	float: right;
	margin-bottom: 6px;
}

.TextBoxBlock
{
	background: #c0c0c0 url(images/textboxblob.gif) no-repeat top left;
	width: 384px;
	height: 370px;
	clear: left;
}

.TextBoxBlock .Scroller
{
	width: 384px;
	height: 358px;
	overflow: auto;
	margin-bottom: 6px;
	margin-top: 6px;
}

/* Layout 02 */
.DetailImageBlock
{
	background: white;
	width: 386px;
	height: 334px;
	float: right;
	margin-bottom: 6px;
	overflow: hidden;
}

.SmallTextBoxBlock
{
	background: #c0c0c0 url(images/smalltextboxblob.jpg) no-repeat top left;
	width: 384px;
	height: 254px;
	clear: left;
}

.SmallTextBoxBlock .Scroller
{
	width: 384px;
	height: 242px;
	overflow: auto;
	margin-bottom: 6px;
	margin-top: 6px;
}

.GalleryBlock
{
	background: #f0f0f0 url(images/galleryblob.gif) no-repeat top left;
	width: 782px;
	height: 106px;
	clear: both;
	margin-bottom: 6px;
}

.GalleryBlock .Scroller
{
	width: 760px;
	height: 103px;
	overflow: auto;
	margin-left: 10px;
}

.GalleryBlock .PreviousButton
{
	display: block;
	float: left;
	width: 32px;
	height: 81px;
	margin-left: 5px;
	margin-top: 10px;
}

.GalleryBlock .NextButton
{
	display: block;
	float: right;
	width: 30px;
	height: 81px;
	margin-right: 5px;
	margin-top: 10px;
}

.GalleryBlock .ImagesContainer
{
	display: block;
	float: left;
	width: 100pc;
	margin: 0px;
}

.GalleryBlock .Thumbnail
{
	margin: 5px;
	margin-top: 4px;
	margin-bottom: 0px;
	height: 75px;
}

a.CategoryButton_Classical
{
	color: #404040;
	clear: both;
	margin-bottom: 3px;
	width: 386px;
	height: 148px;
	display: block;
	background: #ffffff url(images/gallery/categoryclassicaloff.jpg) no-repeat top left;
}

a.CategoryButton_Classical span.Replaced
{
	display: none;
}


a:hover.CategoryButton_Classical
{
	background: #ffffff url(images/gallery/categoryclassical.jpg) no-repeat top left;
}

a.CategoryButton_Contemporary
{
	clear: both;
	margin-bottom: 3px;
	margin-top: 8px;
	width: 386px;
	height: 148px;
	display: block;
	color: #606060;
	background: #ffffff url(images/gallery/categorycontemporaryoff.jpg) no-repeat top left;
}

a.CategoryButton_Contemporary span.Replaced
{
	display: none;
}

a:hover.CategoryButton_Contemporary
{
	background: #ffffff url(images/gallery/categorycontemporary.jpg) no-repeat top left;
}


a.CategoryButton_Fantasia
{
	clear: both;
	margin-bottom: 3px;
	width: 386px;
	height: 148px;
	display: block;
	background: #ffffff url(images/gallery/categoryfantasiaoff.jpg) no-repeat top left;
	color: #606060;
}

a.CategoryButton_Fantasia span.Replaced
{
	display: none;
}

a:hover.CategoryButton_Fantasia
{
	background: #ffffff url(images/gallery/categoryfantasia.jpg) no-repeat top left;
}




/* Standard items */
h1
{
	font-size: 140%;
	font-weight: bold;
	margin: 0.5em;
	display: none;
}

h2
{
	font-size: 120%;
	font-weight: bold;
	margin: 0.5em;
}

h3
{
	font-size: 100%;
	font-weight: bold;
	margin: 0.5em;
}

h4
{
	font-size: 100%;
	text-decoration: underline;
	font-weight: normal;
	margin: 0.5em;
}

p
{
	margin: 0.5em;
	margin-bottom: 1em;
	line-height: 140%;
}

a
{
	text-decoration: underline;
	color: black;
}

ul.HorizontalMenu
{
	margin-left: 5%;
	margin-right: auto;
}

ul.HorizontalMenu li
{
	display: block;
	float: left;
	padding: 1em 1em 0.5em 1em;
	font-size: 110%;
}

ul.Bulletted
{
	margin-left: 3em;
	margin-bottom: 1em;
}
ul.Bulletted li
{
	margin-top: 0.25em;
}

.FormPair
{
	display: block;
	clear: both;
}

.FormPair .Label
{
	display: block;
	float: left;
	width: 100px;
	font-size: 90%;
	margin-left: 5px;
}

input
{
	font-size: 90%;
	font-family: Arial;
}

select
{
	font-size: 90%;
	font-family: Arial;
}

textarea
{
	font-size: 90%;
	font-family: Arial;
}

.Button
{
	font-size: 90%;
	margin-left: 278px;
	margin-top: 3px;
	border: 1px solid #c0c0c0;
}

.ContactDetails
{
	float: right;
	font-size: 150%;
	margin: 3px 5px 0px 0px;
	line-height: normal;
	text-align: right;
}

.ContactDetails .Email
{
	font-size: 80%;
}

.ContactDetails .Email a
{
	text-decoration: none;
}

.ContactDetails .Email a:hover
{
	text-decoration: underline;
}

.Error
{
	color: yellow !important;
	font-weight: bold;
	font-size: 120%;
}

.Address
{
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	font-size: 160%;
	font-weight: bold;
	width: 371px;
	height: 449px;
	background: url(images/mapbox.jpg) no-repeat;
}

p.Quote
{
	width: 50%;
	float: right;
	border: 1px dashed #f0f0f0;
	font-size: 90%;
	padding: 0.5em;
	margin: 0.4em;
	background-color: #f0f0f0;
	color: #505050;
	font-style: italic;
}

.Quote .Source
{
	font-weight: bold;
	font-style: normal;
}