body 
{
	background-color:White;
	font-family: calibri,helvetica,arial,verdana;
	font-size: 10pt;
	margin:0px;
	padding:0px;
	color: #555555;
}
a:link
{
	color: black;
}
a:visited	
{
	color: #555555;
}
a:hover		
{
	color: #ca187d;
}

p
{
  margin: 0px;
}

h1
{
	font-size: 14pt;
	font-family: calibri,helvetica,arial,verdana;
	color:Gray;
}

h2
{
	font-size: 12pt;
	font-family: calibri,helvetica,arial,verdana;
	color:Gray;
}

h3
{
	font-size: 10pt;
	font-family: calibri,helvetica,arial,verdana;
	font-weight:bold;
	color:Gray;
}

.edit_box
{
	position:relative;
	background-color:White;
	border: solid 1px #3D7BAD;
	left:0px;right:0px;
	height:100px;
	margin-bottom:4px;
	margin-top:4px;
}

#banner_bg
{
	position:relative;
	width: 100%;
	margin: 0 auto;
	text-align:left;
}


#page
{
	position:relative;
	width: 800px;
	margin: 0 auto;
	text-align:left;
}

#banner
{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:210px;
}

#bannertopstrip
{
	background-color: #7D7D7D;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:10px;
}

#bannercapleft
{
	background-image: url(/images/banner_cap_left.png);
	position:absolute;
	top:20px;
	left:0px;
	width:50%;
	height:190px;
}

#bannercapright
{
	background-image: url(/images/banner_cap_right.png);
	position:absolute;
	top:20px;
	right:0px;
	width:50%;
	height:190px;
}

#banner2ndstrip
{
	background-color: #5A5A56;
	position:absolute;
	top:10px;
	left:0px;
	right:0px;
	height:10px;
}

#bannerfade
{
	color: #808080;
	background-image:url(/images/bannerfade.png);
	position:absolute;
	top:20px;
	left:0px;
	right:0px;
	height: 120px;
}

#bannerlogo
{
	position:absolute;
	left:3px;
	top:22px;
	width:76px;
	height:117px;
	background-image:url(/images/bannerlogo.png);
}

#banneraddress
{
	position:absolute;
	top:28px;
	right:20px;
	width:140px;
	height:75px;
	color:White;
	font-size:10pt;
	font-family: calibri,helvetica,arial,verdana;
	text-align:right;
	line-height:15px;
}

#banneropeningtimes
{
	position:absolute;
	top:8px;
	right:20px;
	width:410px;
	height:25px;
	color:White;
	font-size:10pt;
	font-family: calibri,helvetica,arial,verdana;
	text-align:right;
	font-size: 8pt;
}


#menubar
{
	position:absolute;
	left:0px;
	top:140px;
	right:0px;
	height:32px;
	background-color:white;
}

#menubartopfade
{
	background-image:url(/images/bannerfade2.png);
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:3px;
}

#menubarlogo
{
	background-image:url(/images/bannerlogo2.png);
	position:absolute;
	left:7px;
	top:4px;
	width:73px;
	height:19px;
	cursor: pointer;
}

#menuitems
{
	position:absolute;
	top:6px;
	left:140px;
	right:0px;
	height:14px;
}

.menuitem
{
	position:relative;
	float:left;
	color:#747474;
	margin-right:28px;
	letter-spacing:1pt;
	font-size:10pt;
	cursor:pointer;
	text-decoration:none;
	display:block;
}

.menuitem:hover
{
	color:Black;
}


.menuitem_select
{
	position:relative;
	float:left;
	color: #ca187d;
	margin-right:28px;
	letter-spacing:1pt;
	font-size:10pt;
	cursor:pointer;
}

#menubarbottomfade
{
	background-image:url(/images/bannerfade3.png);
	position:absolute;
	left:0px;
	top:25px;
	right:0px;
	height:7px;
}


#bannerbottomfade
{
	background-image:url(/images/bannerfade4.png);
	position:absolute;
	left:0px;
	top:171px;
	right:0px;
	height:39px;
}

#content
{
	position:absolute;
	top:220px;
	left:0px;
	right:0px;
	bottom:0px;
}

#home_menu
{
	position:absolute;
	background-color: #a9abae;
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-x;
	top:165px;
	left:12px;
}
#artist_menu
{
	position:absolute;
	background-color: #a9abae;
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-x;
	top:165px;
	left:125px;
}
#exhib_menu
{
	position:absolute;
	background-color: #a9abae;
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-x;
	top:165px;
	left:205px;
}
#art_fair_menu
{
	position:absolute;
	background-color: #a9abae;
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-x;
	top:165px;
	left:294px;
}
#business_menu
{
	position:absolute;
	background-color: #a9abae;
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-x;
	top:165px;
	left:390px;
}
#services_menu
{
	position:absolute;
	background-color: #a9abae;
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-x;
	top:165px;
	left:550px;
}

.menu_item
{
	height:19px;
	padding: 2px 8px 2px 8px;
	cursor:pointer;
	color: #555555;
}

.menu_item:hover
{
	color: black;
}

.menu_item_select
{
	height:19px;
	padding: 2px 8px 2px 8px;
	cursor:pointer;
	color: #ca187d;
}

#sub_types
{
	position:relative;
	height:20px;
	text-align:center;
}

.sub_type_item
{
	margin:2px 20px 2px 20px;
	font-size:11pt;
	color:Gray;
	cursor:pointer;
}

.sub_type_item:hover
{
	margin:2px 20px 2px 20px;
	font-size:11pt;
	color:black;
}

.sub_type_item_select
{
	margin:2px 20px 2px 20px;
	font-size:11pt;
	color:#ca187d;
	cursor:pointer;
}

#type_content
{
	position:absolute;
	top:30px;
	left:80px;
	width:640px;
	height:500px;
	overflow:hidden;
}

#type_left_arrow
{
	position:absolute;
	top:250px;
	left:50px;
	background-image:url(/images/left_arrow.png);
	width:15px;
	height:22px;
	cursor:pointer;
}

#type_right_arrow
{
	position:absolute;
	background-image:url(/images/right_arrow.png);
	top:250px;
	right:50px;
	width:14px;
	height:22px;
	cursor:pointer;
}

.piece
{
	position:relative;
	float:left;
	width:128px;
	height:128px;
	margin:15px;
	cursor:pointer;
}

.piece_section
{
	float:left;
	width:640px;
	height:500px;
}

.piece_inner
{
	background-color: #EEF3FA;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	color:gray;
	text-align:center;
	vertical-align:middle;
	padding:50px 4px 4px 4px;
	font-size:8pt;
	filter: alpha (opacity=0);
	opacity: .0;
	
}

#artist_main_image_details
{
	position:absolute;
	top:50px;
	left:0px;
	width:92px;
	height:350px;
	text-align:right;
	vertical-align:bottom;
}

#artist_main_image_view
{
	position:absolute;
	top:50px;
	left:100px;
	width:325px;
	height:350px;
	text-align:right;
}
#artist_biog
{
	position:absolute;
	top:50px;
	right:50px;
	width:300px;
	height:350px;
	text-align:left;
	overflow:auto;
}
#artist_image_browse
{
	position:absolute;
	top:420px;
	width:400px;
	left:50px;
	height:100px;
	text-align:left;
	overflow:hidden;
}
.artist_title
{
	font-size:12pt;
	color: #ca187d;
	padding-bottom:20px;
}
.artist_sub_title
{
	font-size:10pt;
	color: black;
	padding-bottom:10px;
}
.artist_biog_sect
{
	font-size:9pt;
	color: gray;
	padding-bottom:10px;
}
.artist_image_small_thumb
{
	width: 0.6em;
	height: 0.6em;
	background-repeat:no-repeat;
}
#artist_left_arrow
{
	position:absolute;
	top:455px;
	left:20px;
	background-image:url(/images/left_arrow.png);
	width:15px;
	height:22px;
	cursor:pointer;
}

#artist_right_arrow
{
	position:absolute;
	background-image:url(/images/right_arrow.png);
	top:455px;
	left:450px;
	width:14px;
	height:22px;
	cursor:pointer;
}
.artist_piece
{
	position:relative;
	float:left;
	width:75px;
	height:75px;
	margin:10px;
	cursor:pointer;
}

.artist_piece_section
{
	float:left;
	width:400px;
	height:100px;
}

#exhibs_left_arrow
{
	position:absolute;
	left:350px;
	top:20px;
	width:16px;
	height:20px;
	background-image:url(/images/left_arrow_sml.png);
	cursor:pointer;
}
#exhibs_right_arrow
{
	position:absolute;
	right:350px;
	top:20px;
	width:16px;
	height:20px;
	background-image:url(/images/right_arrow_sml.png);
	cursor:pointer;
}
#year
{
	position:absolute;
	left:385px;
	top:20px;
	width:40px;
	height:18px;
	color: #ca187d;
	font-size:12pt;
}
#exhib_year_browse
{
	position:absolute;
	left:50px;
	right:50px;
	top:60px;
}
.exhibs_item
{
	position:relative;
	width:345px;
	height:130px;
	float:left;
	cursor:pointer;
}
.exhib_item_img
{
	position:relative;
	width:100px;
	height:100px;
	float:left;
	margin: 16px;
}	

.exhib_item_text
{
	position:relative;
	margin: 16px;
	height:100px;
	vertical-align:bottom;
}

#exhib_content
{
	position:absolute;
	top:80px;
	left:80px;
	width:640px;
	height:500px;
	overflow:hidden;
}

#exhib_title
{
	position:absolute;
	left:200px;
	right:200px;
	height:60px;
	top:10px;
	text-align:center;
}

.enquiry_label
{
	width:400px;
	text-align:right;
	vertical-align:top;
}

.enquiry_field
{
	width:350px;
	text-align:left;
	vertical-align:top;
}
.artist_index_item
{
	text-align:center;
	cursor:pointer;
}
.artist_index_item:hover
{
	color: #ca187d;
}
#artist_index_title
{
	margin:32px;
	text-align:center;
	font-size:11pt;
}
#artist_index_holder
{
	font-size:11pt;
}







#exhib_main_image_details
{
	position:absolute;
	top:50px;
	left:0px;
	width:92px;
	height:350px;
	text-align:right;
	vertical-align:bottom;
}

#exhib_main_image_view
{
	position:absolute;
	top:50px;
	left:100px;
	width:325px;
	height:350px;
	text-align:right;
}
#exhib_biog
{
	position:absolute;
	top:50px;
	right:50px;
	width:300px;
	height:350px;
	text-align:left;
	overflow:auto;
}
#exhib_image_browse
{
	position:absolute;
	top:420px;
	width:400px;
	left:50px;
	height:100px;
	text-align:left;
	overflow:hidden;
}
.exhib_title
{
	font-size:12pt;
	color: #ca187d;
	padding-bottom:20px;
}
.exhib_sub_title
{
	font-size:10pt;
	color: black;
	padding-bottom:10px;
}
.exhib_biog_sect
{
	font-size:9pt;
	color: gray;
	padding-bottom:10px;
}
.exhib_image_small_thumb
{
	width: 0.6em;
	height: 0.6em;
	background-repeat:no-repeat;
}
#exhib_left_arrow
{
	position:absolute;
	top:455px;
	left:20px;
	background-image:url(/images/left_arrow.png);
	width:15px;
	height:22px;
	cursor:pointer;
}

#exhib_right_arrow
{
	position:absolute;
	background-image:url(/images/right_arrow.png);
	top:455px;
	left:450px;
	width:14px;
	height:22px;
	cursor:pointer;
}
.exhib_piece
{
	position:relative;
	float:left;
	width:75px;
	height:75px;
	margin:10px;
	cursor:pointer;
}

.exhib_piece_section
{
	float:left;
	width:400px;
	height:100px;
}

.go_back
{
	position:absolute;
	top:4px;
	left:4px;
	width:80px;
	height:20px;
	border:solid 1px green;
}

.go_back:hover
{
	color: #ca187d;
}
