/* Marian Rixon Styling */

body
{
	font-size: 11px;
	font-family: Verdana , Helvetica, Arial, Sans-Serif;
	color: #4e5f7c;
	background-color: #a6afbf;
	margin: 0px;
	padding: 0px;
}

#main 
{
	position: absolute;
	left: 50%;
	top: 50%;
}

#content {
	position: absolute;
	width: 900px;
	height: 496px;
	left: -446px;
	top: -243px; 
	background-color: #cfd8e9;
}

#menu 
{ 
	width: 900px; 
	height: 50px; 
	background-color: #cfd8e9;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1; 
	background-image: url(images/gradient_title_text_with_frog.jpg); 
	background-position: 7px 0px;
	background-repeat: no-repeat; 
}

#menu p 
{  
	color: #4e5f7c;
	text-align: right; 
	font-size: 11px;
	line-height: 53px;
	margin: 5px 3px 0px 0px;
	padding: 0px;
}
#menu a 
{  
	color: #4e5f7c;
	margin: 0px 5px;
	font-weight: bold !important; 
	text-decoration: none;
}
#menu a:hover 
{ 
	color: #8f97a4;
}

#maincontent_home 
{ 
	width: 250px; 
	height: 405px; 
	background-color:#cfd8e9;
	position: absolute; 
	top: 50px; 
	left: 610px; 
	z-index: 20; 
	padding: 20px; 
	overflow: auto;
	border-top: 1px dashed #a6afbf; 
}

#maincontent_home h1 
{
	background-image: url(images/home_text.jpg);
	background-position: top center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 15px;
	width: 53px; 
	height: 15px;
}

#maincontent_home h1 span 
{
	display: none;
}

#maincontent_paintings 
{ 
	width: 860px; 
	height: 406px; 
	background-color:#cfd8e9;
	position: absolute; 
	top: 50px; 
	left: 0px; 
	z-index: 20; 
	padding: 20px; 
	overflow: auto;
	border-top: 1px dashed #a6afbf;
}

#maincontent_paintings h1 
{
	background-image: url(images/paintings_text.jpg);
	background-position: top center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 15px;
	width: 95px; 
	height: 15px;
}

#maincontent_paintings h1 span 
{
	display: none;
}

#maincontent_exhibitions 
{ 
	width: 250px; 
	height: 405px; 
	background-color:#cfd8e9;
	position: absolute; 
	top: 50px; 
	left: 610px; 
	z-index: 20; 
	padding: 20px; 
	overflow: auto;
	border-top: 1px dashed #a6afbf; 
}

#maincontent_exhibitions h1 
{
	background-image: url(images/exhibitions_text.jpg);
	background-position: top center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 15px;
	width: 111px; 
	height: 15px;
}

#maincontent_exhibitions h1 span 
{
	display: none;
}

#maincontent_contact 
{ 
	width: 250px; 
	height: 405px; 
	background-color:#cfd8e9;
	position: absolute; 
	top: 50px; 
	left: 610px; 
	z-index: 20; 
	padding: 20px; 
	overflow: auto;
	border-top: 1px dashed #a6afbf; 
}

#maincontent_contact h1 
{
	background-image: url(images/contact_text.jpg);
	background-position: top center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 15px;
	width: 89px; 
	height: 15px;
}

#maincontent_contact h1 span 
{
	display: none;
}

a
{
	color: #4e5f7c;
	font-weight: bold; 
	text-decoration: none;
}

p.shop_header
{
	padding-top: 20px;
}

a:hover 
{
	color: #8f97a4;
}

.image
{
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #8f97a4;
}

.divider
{
	padding-top: 10px;
}

.copyright
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.slideshow
{
	/*margin-top: 50px;*/
	/*border: 1px solid #ff0000;*/
	top: 50px;
} 

/* Custom Menus innit */

.skin0
{
position: absolute;
left: 43.5%;
top: 50%;
width: 165px;
border: 1px solid black;
background-color: menu;
color: #000000;
line-height: 20px;
cursor: default;
z-index: 100;
visibility: hidden;
}

.menuitems
{
padding: 5px 10px;
}




