/*                        CSS RESET
**************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100.01%;
	font-weight: normal;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
textarea {
	overflow: auto;
}
input {
	margin: 0;
	padding: 0;
	border: 0px solid white;
}

/*                        BASE STYLES
**************************************************************/

html	{
	background: url(../images/bg_html.jpg) repeat 0px 0px;
}
body	{
	font: 62.5% Georgia, 'Times New Roman', serif;
	background: url(../images/bg_body.jpg) repeat-x 0px 0px;
}

/*                        PAGE LAYOUT
**************************************************************/

div.wrap	{
	width: 912px;
	margin: 0 auto;
	padding: 0 8px;
}
div.wrap.whbg	{
	background: url(../images/bg_wrap.png) repeat-y 0px 0px;
}
div.inner	{
	min-height: 500px;
}
#header	{
	z-index: 2;
	padding: 0;
	width: 920px;
	position: relative;
	padding-right: 8px;
}
#ban	{
	height: 315px;
	background: #000;
	position: relative;
}
#content, #links	{
	padding-left: 32px;
}
#footer	{
	height: 45px;
	background: #161616;
	padding: 15px 32px 0 32px;
}

/*                         TYPOGRAPHY
**************************************************************/

h2	{
	font-size: 1.3em;
	line-height: 14px;
}
p	{
	font-size: 1.2em;
	line-height: 19px;
}


strong      { font-weight: bold;  }
cite, em    { font-style: italic; }

a:focus,
a:hover     { color: #b31f1f; text-decoration: none; }
a           { color: #b31f1f; text-decoration: none; }

/*                        GLOBAL STYLES
**************************************************************/

a, a:visited, a *, a:visited *, button, label	{
	cursor: pointer;
}
.inv	{
	height: 0;
	display: block;
	overflow: hidden;
}
.clear	{
	clear: both;
}
.bg	{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
span.line	{
	height: 1px;
	display: block;
	overflow: hidden;
}

/*                        HEADER STYLES
**************************************************************/

#header ul	{
	float: left;
	padding-left: 8px;
}
#header li	{
	float: left;
	position: relative;
}
#header li > a, #header li > a:visited	{
	color: #fff;
	float: left;
	height: 23px;
	display: block;
	font-size: 1.3em;
	line-height: 12px;
	padding: 9px 15px 0 15px;
	text-transform: uppercase;
	background: url(../images/bg_criteria_a.png) repeat-x 0px -200px;
}
#header li:hover > a, #header li:hover > a:visited	{
	background: url(../images/bg_criteria_a.png) repeat-x 0px 0px;
}
div.dd	{
	top: 0;
	left: 0;
	width: 273px;
	position: absolute;
	padding: 5px 35px 20px 35px;
	background: url(../images/bg_dropdown.png) no-repeat left bottom;
}
#header li div.dd	{
	margin: 32px 0 0 -9000px;
}
#header li:hover div.dd	{
	margin-left: -19px;
}
div.dd h3 a	{
	color: #fff;
	font-size: 1.5em;
	line-height: 25px;
	font-style: italic;
}
div.dd p	{
	color: #fff;
	font-size: 1.2em;
	line-height: 15px;
	margin-bottom: 15px;
}
div.dd p a, div.dd p a:visited	{
	color: #fff;
	text-decoration: underline;
}
div.dd p a:hover	{
	text-decoration: none;
}
#header > p	{
	clear: right;
	float: right;
	width: 280px;
	color: #4f4f4f;
	font-size: 1em;
	margin-top: 25px;
	line-height: 11px;
	text-align: right;
}
#header > p br	{
	display: none;
}
#header > p small	{
	font-size: 0.8em;
	line-height: 9px;
}
#header > p big	{
	color: #fff;
	display: block;
	font-size: 1.2em;
	line-height: 13px;
	margin-bottom: 3px;
}
#header > p big.phone	{
	padding-bottom: 3px;
	background: url(../images/bg_icon_phone.png) no-repeat 157px top;
}
#header > p a, #header p a:visited	{
	color: #fff;
}
#header > p a:hover	{
	color: #b31f1f;
}
#header a.logo, #header a.logo:visited	{
	clear: left;
	float: left;
	width: 240px;
	height: 111px;
	display: block;
	background: url(../images/bg_logo.png) no-repeat 0px 0px;
}
#header span.clear	{
	height: 8px;
	background: url(../images/bg_top_shadow.png) no-repeat 0px 0px;
}
#header form.search	{
	float: right;
}
form.search	{
	width: 220px;
	padding-top: 15px;
}
form.search fieldset	{
	height: 30px;
	padding-left: 20px;
	background: url(../images/bg_form.png) no-repeat 0px 0px;
}
form.search input	{
	float: left;
	width: 160px;
	padding: 5px;
	margin-top: 1px;
	background: none;
}
form.search button	{
	float: left;
	width: 26px;
	height: 25px;
	border: none;
	outline: none;
	background: none;
	margin: 2px 0 0 2px;
}
form.search button span	{
	width: 26px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}

/*                        BANNER STYLES
**************************************************************/

#ban h2, #ban h3	{
	text-transform: uppercase;
}
#ban h2	{
	margin-bottom: 12px;
}
#ban h3	{
	color: #fff;
	font-size: 2.7em;
	line-height: 20px;
	margin-bottom: 5px;
}
#ban p	{
	color: #fff;
}
#ban p.date	{
	color: #b31f1f;
}
#ban div.col	{
	float: right;
	height: 290px;
	padding: 25px 30px 0 30px;
}

/*                   BANNER [SLIDES] STYLES
**************************************************************/

#ban div.slide	{
	top: 0;
	left: 0;
	width: 690px;
	height: 315px;
	overflow: hidden;
	position: absolute;
}
#ban img	{
	display: block;
}
#ban div.info	{
	top: 0;
	right: 0;
	width: 190px;
	position: absolute;
	margin-right: -350px;
	background: url(../images/bg_ban_info.png) repeat 0px 0px;
}
#ban div.info h2	{
	color: #b31f1f;
}
#ban div.info p	{
	font-size: 1.3em;
	line-height: 20px;
}
#ban div.info p.lm	{
	margin-top: 20px;
	font-size: 1.6em;
	line-height: 18px;
	text-align: right;
}
#ban div.info p.lm a, #ban div.info p.lm a:visited	{
	font-style: italic;
}
#ban div.info a:hover	{
	text-decoration: underline;
}
#ctrls	{
	left: 0;
	bottom: 0;
	position: absolute;
	padding: 0 0 20px 20px;
}
#ctrls li	{
	float: left;
	width: 17px;
	height: 17px;
	cursor: pointer;
	margin-right: 10px;
	background: url(../images/bg_banner_buttons.png) 0px 0px;
}
#ctrls li.active	{
	background: url(../images/bg_banner_buttons.png) 0px -17px;
}

/*                  BANNER [EXHIBITION] STYLES
**************************************************************/

div.exh	{
	width: 162px;
	background: #000;
}
div.exh h2	{
	color: #fff;
	font-size: 1.8em;
}
div.exh p	{
	color: #fff;
	font: 1.1em/15px Helvetica, Arial, sans-serif;
}
div.exh span.line	{
	margin: 14px 0;
	background: url(../images/bg_exh_line.png) repeat-x 0px 0px;
}

/*                      CONTENT STYLES
**************************************************************/

#content h1	{
	height: 50px;
	font-size: 2.2em;
	line-height: 20px;
	padding-top: 32px;
	letter-spacing: 20.5px;
	text-transform: uppercase;
}
#content span.line	{
	margin-right: 32px;
	background: url(../images/bg_line_black.png)
}

/*                      LINKS STYLES
**************************************************************/

#links span.line	{
	margin-right: 32px;
	background: url(../images/bg_line_black.png)
}

/*                       WHO STYLES
**************************************************************/

#who	{
	height: 197px;
	margin: 0 32px -1px 0;
	background: url(../images/bg_line_black.png) repeat-x left bottom;
}
#who h2	{
	padding-top: 20px;
	margin-bottom: 10px;
	background: url(../images/bg_line_black.png) repeat-x 0px 0px;
}
#who p	{
	color: #161616;
	font-size: 1.2em;
}

/*                      DATES STYLES
**************************************************************/

#dates	{
	float: right;
	width: 440px;
	height: 172px;
	padding-top: 25px;
	margin-left: 32px;
	position: relative;
}
#dates img	{
	top: 0;
	left: 0;
	position: absolute;
}
#dates div.info	{
	z-index: 2;
	position: relative;
}
#dates p	{
	color: #fffab0;
	font-size: 1.5em;
	line-height: 15px;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
#dates p.name	{
	color: #fff;
	font-size: 4.2em;
	margin-bottom: 0;
	line-height: 20px;	
}
#dates p.name br	{
	display: none;
}
#dates p.name big	{
	display: block;
	margin-top: -4px;
	font-size: 1.34em;
}

/*                        ART STYLES
**************************************************************/

#art div.col	{
	float: left;
	width: 188px;
	padding: 30px 32px 30px 0;
}
#art span.imgframe	{
	width: 188px;
	height: 137px;
	display: block;
	position: relative;
}
#art img	{
	top: 0;
	left: 0;
	position: absolute;
}
#art h2	{
	margin-bottom: 10px;
	text-transform: uppercase;
}
#art h3	{
	color: #b31f1f;
	font-size: 1.2em;
	line-height: 19px;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}
#art span.line	{
	clear: both;
	background: url(../images/bg_line_black.png) repeat-x 0px 0px;
}
#art li	{
	font-size: 1.2em;
	line-height: 13px;
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(../images/bg_bullet_red.png) no-repeat left center;
}

#art .imgframe span	{
	top: 0;
	left: 0;
	z-index: 2;
	width: 188px;
	height: 137px;
	display: block;
	position: absolute;
	background: url(../images/bg_overlay_188x137.png) no-repeat 0px 0px;
}

#art li a, #art li a:visited	{
	color: #161616;
}
#art li a:hover	{
	text-decoration: underline;
}
form.news	{
	padding: 0;
	width: 188px;
	margin-bottom: 10px;
}
form.news fieldset	{
	padding-left: 10px;
	background: url(../images/bg_form_subscribe.png) no-repeat 0px 0px;
}
form.news input	{
	float: left;
	width: 138px;
	padding: 5px;
	margin-top: 1px;
	background: none;
}

/*                        FOOTER STYLES
**************************************************************/

#footer p	{
	color: #fff;
	float: left;
	padding-top: 4px;
	font-size: 1.1em;
	line-height: 13px;
	text-transform: uppercase;
}
#footer div.counter	{
	float: right;
	margin-top: 3px;
	position: relative;
}
#footer div.counter p	{
	color: #5e5e5e;
	text-align: right;
	padding: 1px 7px 0 0;
}
#footer div.counter span	{
	color: #fff;
	float: left;
	width: 16px;
	height: 23px;
	display: block;
	font-size: 1.8em;
	line-height: 18px;
	padding: 3px 0 0 6px;
	background: url(../images/bg_counter_digit.png) no-repeat 0px 0px;
}
#footer div.counter span.line	{
	top: 0;
	right: 0;
	padding: 0;
	height: 1px;
	width: 132px;
	margin-top: 12px;
	overflow: hidden;
	position: absolute;
	background: #303030;
}

/*************************************************************/
/*                    PRODUCTS PAGE STYLES
**************************************************************/

#bc	{
	padding: 30px 32px;
	background: #161616;
}
#bc h2	{
	color: #b31f1f;
	font-size: 2.5em;
	line-height: 25px;
	margin-bottom: 10px;
	font-variant: small-caps;
}
#bc p	{
	color: #fff;
	font-size: 1.2em;
	line-height: 12px;
}
#bc p.caps	{
	text-transform: uppercase;
}
#bc p span	{
	color: #fff;
	padding: 0 5px;
}
#bc p a, #bc p a:visited	{
	color: #fff;
	text-transform: uppercase;
}
#bc p a:hover	{
	color: #b31f1f;
	text-decoration: none;
}
#bc span.non-active {
	color: #fff;
	text-transform: uppercase;
}

/*                       PRODUCT STYLES
**************************************************************/

#product	{
	padding: 32px 0 32px 32px;
	border-bottom: dotted 1px #000;
}
#product div.pic	{
	float: left;
	width: 408px;
	position: relative;
	padding-right: 32px;
}
#product div.pic span.overlay	{
	top: 0;
	left: 0;
	width: 408px;
	height: 444px;
	display: block;
	position: absolute;
	background: url(../images/bg_overlay_408x444.png) no-repeat 0px 0px;
}
#product div.pic img	{
	display: block;
	margin-bottom: 22px;
}
#product div.thumbs	{
	float: left;
	width: 360px;
	overflow: hidden;
	margin-left: 5px;
}
#product div.thumbs li	{
	float: left;
	padding-right: 5px;
}
#product li span	{
	top: 0;
	left: 0;
	z-index: 2;
	width: 85px;
	height: 85px;
	display: block;
	position: absolute;
	background: url(../images/bg_overlay_85x85.png) no-repeat 0px 0px;
}
#product div.thumbs li a, #product div.thumbs li a:visited	{
	float: left;
	display: block;
	position: relative;
}
#product div.thumbs img	{
	margin-bottom: 0;
}
#product div.thumbs a:hover img	{
	opacity: 0.9;
}
#product span.scroll	{
	float: left;
	width: 21px;
	height: 85px;
	display: block;
}
#product span.scroll.right	{
	float: right;
}
#product span.scroll a, #product span.scroll a:visited	{
	height: 85px;
	display: block;
}
#product a.left, #product a.left:visited	{
	background: url(../images/bg_button_prod_thumb_scroll.png) no-repeat -21px 0px;
}
#product a.left:hover	{
	background: url(../images/bg_button_prod_thumb_scroll.png) no-repeat -21px -85px;
}
#product a.right, #product a.right:visited	{
	background: url(../images/bg_button_prod_thumb_scroll.png) no-repeat 0px 0px;
}
#product a.right:hover	{
	background: url(../images/bg_button_prod_thumb_scroll.png) no-repeat 0px -85px;
}
#product span.scroll a.hid, #product span.scroll a.hid:visited	{
	display: none;
}

/*                     PRODUCT INFO STYLES
**************************************************************/

#product div.info	{
	float: left;
	width: 440px;
	padding-top: 30px;
}
#product div.info h3	{
	font-size: 2.0em;
	line-height: 25px;
	padding-right: 35px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#product div.info h4	{
	color: #8d8d8d;
	font-size: 1.2em;
	line-height: 12px;
	margin-bottom: 30px;
}
#product div.info p	{
	color: #161616;
	margin-bottom: 30px;
	font: 1.1em/19px Arial, Helvetica, sans-serif;
}
#product div.info p.price	{
	height: 25px;
	color: #161616;
	background: #e5e5e5;
	padding: 10px 15px 10px 15px;
	font: 1em/10px Arial, Helvetica, sans-serif;
}
#product p.price span	{
	float: left;
	margin-top: 6px;
	font-size: 1.5em;
	line-height: 15px;
	font-weight: bold;
}
#product p.price a, #product p.price a:visited	{
	color: #fff;
	float: right;
	width: 154px;
	height: 18px;
	display: block;
	font-size: 1.1em;
	padding-top: 7px;
	line-height: 6px;
	text-align: center;
	background: url(../images/bg_price_a.png) no-repeat 0px 0px;
}
#product p.desc	{
	padding-right: 35px;
}
table.tab1	{
	width: 440px;
}
table.tab1 th, table.tab1 td	{
	color: #666;
	height: 24px;
	vertical-align: middle;
	border: solid 1px #fff;
	font: 1.1em/11px Arial, Helvetica, sans-serif;
}
table.tab1 th	{
	width: 90px;
	text-align: right;
	padding-right: 5px;
	background: #e4e4e4;
}
table.tab1 td	{
	padding-left: 5px;
	border-right: none;
	background: #f3f3f3;
}

/*                       RELATED STYLES
**************************************************************/

#related	{
	padding: 32px 0;
	border-bottom: dotted 1px #000;
}
#related div.screen	{
	margin-left: 32px;
}
.js #related div.screen	{
	overflow: hidden;
	position: relative;
}
#related li { height: 210px; }
#related h2	{
	color: #161616;
	font-size: 1.3em;
	line-height: 13px;
	font-weight: bold;
	margin: 0 0 15px 32px;
	text-transform: uppercase;
}
#related h3	{
	color: #b31f1f;
	font-size: 1.2em;
	line-height: 12px;
	padding: 15px 0 0 0;
}

#related div.screen li	{
	float: left;
	width: 188px;
	padding-right: 32px;
}
#related li span	{
	top: 0;
	left: 0;
	z-index: 2;
	width: 188px;
	height: 137px;
	display: block;
	position: absolute;
	background: url(../images/bg_overlay_188x137.png) no-repeat 0px 0px;
}
#related li a, #related li a:visited	{
	display: block;
	position: relative;
}
#related img	{
	display: block;
}
#related li a:hover img	{
	opacity: 0.9;
}
#pages	{
	border-top: solid 1px #d8d8d8;
}
#pages li	{
	float: left;
	margin-top: -1px;
	font: 1.3em/15px Arial, Helvetica, sans-serif;
}
#pages a, #pages a:visited	{
	width: 30px;
	height: 22px;
	display: block;
	color: #898989;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
	background: #e9e9e9;
	border: solid 1px #d8d8d8;
	border-left: none;
}
#pages a:hover	{
	background: #cecece;
}
#pages li a.active, #pages li a.active:visited	{
	color: #000;
	background: #fff;
	border-top-color: #fff;
}

#pagination	{
	border-top: solid 1px #d8d8d8;
}
#pagination li	{
	float: left;
	margin-top: -1px;
	font: 1.3em/15px Arial, Helvetica, sans-serif;
}
#pagination a, #pagination a:visited	{
	width: 30px;
	height: 22px;
	display: block;
	color: #898989;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
	background: #e9e9e9;
	border: solid 1px #d8d8d8;
	border-left: none;
}
#pagination a.first, #pagination a.first:visited, #pagination a.last, #pagination a.last:visited	{
	width: 75px;
	height: 22px;
	display: block;
	color: #898989;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
	background: #e9e9e9;
	border: solid 1px #d8d8d8;
	border-left: none;
}
#pagination a:hover	{
	background: #cecece;
}
#pagination li a.active, #pagination li a.active:visited	{
	color: #000;
	background: #fff;
	border-top-color: #fff;
}


/*************************************************************/
/*                    VIEW PAGE STYLES
**************************************************************/

#view h1.tge	{
	float: left;
	height: 50px;
	font-size: 2.0em;
	line-height: 20px;
	padding-top: 32px;
	text-transform: uppercase;
	margin: 0 20px;
}
#view .pagetitle {
	float: left;
	padding: 40px 20px 0 20px;
	font-size: 18px;
}

/*                   VIEW OPTIONS STYLES
**************************************************************/

#viewopt	{
	float: right;
	padding-top: 13px;
}
#viewopt > li	{
	float: left;
	padding-left: 1px;
	position: relative;
}
#viewopt > li > a, #viewopt > li > a:visited	{
	color: #fff;
	float: left;
	display: block;
	font: bold 1.1em/15px Arial, Helvetica, sans-serif;
	background: url(../images/bg_viewopt_a.png) no-repeat 0px 0px;
}
#viewopt > li > a.active, #viewopt li > a.active:visited, #viewopt li > a.active:hover	{
	background: url(../images/bg_viewopt_a.png) no-repeat 0px -50px;
}
#viewopt > li > a:hover	{
	background: url(../images/bg_viewopt_a.png) no-repeat 0px -25px;
}
#viewopt > li:hover > a.sort, #viewopt > li:hover > a.sort:visited	{
	background: url(../images/bg_viewopt_a.png) no-repeat 0px -75px;
}
#viewopt span	{
	float: left;
	height: 20px;
	display: block;
	font-weight: bold;
	padding: 5px 45px 0 15px;
}
#viewopt a.tview span, #viewopt a.tview:visited span	{
	background: url(../images/bg_viewopt_icons.png) no-repeat right 0px;
}
#viewopt a.tview:hover span	{
	background: url(../images/bg_viewopt_icons.png) no-repeat right -25px;
}
#viewopt a.tview.active:hover span	{
	background: url(../images/bg_viewopt_icons.png) no-repeat right 0px;
}
#viewopt a.lview span, #viewopt a.lview:visited span	{
	background: url(../images/bg_viewopt_icons.png) no-repeat right -50px;
}
#viewopt a.lview:hover span	{
	background: url(../images/bg_viewopt_icons.png) no-repeat right -75px;
}
#viewopt a.lview.active:hover span	{
	background: url(../images/bg_viewopt_icons.png) no-repeat right -50px;
}

#viewopt a.sort span, #viewopt a.sort:visited span	{
	background: url(../images/bg_viewopt_icons.png) no-repeat right -100px;
}
#viewopt li:hover a.sort span, #viewopt li:hover a.sort:visited span	{
	background: url(../images/bg_viewopt_icons.png) no-repeat right -125px;
}
#viewopt li ul	{
	top: 0;
	left: 0;
	width: 162px;
	position: absolute;
	margin: 25px 0 0 -9000px;
	padding: 10px 0 35px 35px;
	background: url(../images/bg_sortby_dd.png) no-repeat left bottom;
}
#viewopt li:hover ul	{
	margin-left: -18px;
}
#viewopt li li	{
	font-size: 1.2em;
	line-height: 20px;
}
#viewopt li li a, #viewopt li li a:visited	{
	color: #fff;
	display: block;
}
#viewopt li li a:hover	{
	text-decoration: underline;
}

/*                    VIEW TAB STYLES
**************************************************************/

#view	{
	padding: 32px 0;
	border-bottom: dotted 1px #000;
	min-height: 500px;
}
#view ul.top	{
	height: 31px;
	margin-bottom: 1px;
	border-bottom: solid 1px #d8d8d8;
}
#view ul.top li	{
	float: left;
}
#view ul.top li > a, #view ul.top li > a:visited	{
	float: left;
	height: 20px;
	display: block;
	color: #898989;
	background: #e9e9e9;
	border: solid 1px #d8d8d8;
	border-left: none;
	font: bold 1.3em/80% Arial, Helvetica, sans-serif;
}
#view ul.top li > a.active, #view ul.top li > a.active:visited	{
	color: #000;
	background: #fff;
	border-bottom: solid 1px #fff;
}
#view #criteria li, #view #criteria li > a.active, #view #criteria li > a.active:visited	{
	color: #000;
	background: #fff;
	border-bottom: solid 1px #f8f8f8;
}
#criteria li	{
	position: relative;
}
#view #criteria li > a, #view #criteria li > a:visited	{
	padding: 10px 35px 0 35px;
	text-transform: uppercase;
	background: #e9e9e9 url(../images/bg_criteria_a.png) no-repeat 0px -300px;
}
#view #criteria li > a.active, #view #criteria li > a.active:visited	{
	background: #F8F8F8;
}
#view #criteria li:hover > a, #view #criteria li:hover > a:visited	{
	color: #fff;
	background: url(../images/bg_criteria_a.png) repeat-x 0px 0px;
}
#criteria li div.dd	{
	z-index: 2;
	margin: 31px 0 0 -9000px;
}
#criteria li:hover div.dd	{
	margin-left: -19px;
}
#view #cats	{
	margin: 0 0 20px 0;
	border-bottom: 1px solid #d8d8d8;
	float: left;
	width: 100%;
	background-color: #F8F8F8;
	min-height: 100px;
}
#view #cats ul { padding: 20px; }
#view #cats ul li { border-bottom: 1px dotted #ebebeb; }
#view #cats .col1 { float: left; width: 200px; }
#view #cats .col2 { float: left; width: 200px; }

#view #cats a:link,
#view #cats a:visited { font-size: 1.2em; padding: 5px 0; display: block; }
#view #cats a:hover { color: #000; }
#view #cats a.active:link,
#view #cats a.active:visited { color: #000; }

#view #alph	{
	margin-bottom: 0;
}
#view #alph a, #view #alph a:visited	{
	width: 29px;
	font-weight: bold;
	padding: 10px 0 0 0;
	text-align: center;
}
#view #alph a:hover	{
	background: #cecece;
}
#view #alph a.active:hover	{
	color: #000;
	background: #fff;
}
#view #alph a.first, #view #alph a.first:visited	{
	width: 131px;
}

/*                    ART LIST STYLES
**************************************************************/

#artlist	{
	clear: both;
	padding: 32px 0 0 32px;
}
#artlist table.tab1	{
	float: right;
	width: 350px;
}
#artlist table.tab1 th	{
	width: 125px;
}
#artlist table.tab1 td	{
	width: 215px;
}
#artlist td strong	{
	color: #272727;
}
#artlist img	{
	display: block;
}
#artlist div.img	{
	position: relative;
}
#artlist div.img span	{
	top: 0;
	left: 0;
	position: absolute;
}

/*                  THUMBNAIL VIEW STYLES
**************************************************************/

#artlist.tview div.artpiece	{
	float: left;
	width: 188px;
	padding: 0 32px 30px 0;
	height: 200px;
	background-color: #fff;
}
#artlist.tview div.img	{
	margin-bottom: 15px;
}
#artlist.tview div.img span	{
	width: 188px;
	height: 137px;
	background: url(../images/bg_overlay_188x137.png) no-repeat 0px 0px;
}
#artlist.tview img.gv	{
	display: none;
}
#artlist.tview h3	{
	color: #b31f1f;
	font-size: 1.1em;
	line-height: 15px;
}
#artlist.tview h3.cuf	{
	display: none;
}
#artlist.tview ul, #artlist.tview table	{
	display: none;
}
#artlist.tview h4 {
	
}
/*                     LIST VIEW STYLES
**************************************************************/

#artlist.lview	{
	padding-left: 0;
}
#artlist.lview div.artpiece	{
	margin-bottom: 30px;
	padding: 0 0 30px 32px;
	border-bottom: solid 1px #d8d8d8;
}
#artlist.lview div.artpiece.last	{
	margin-bottom: 0;
	border-bottom: none;
}
#artlist.lview div.img span	{
	width: 150px;
	height: 100px;
	background: url(../images/bg_overlay_150x100.png) no-repeat 0px 0px;
}
#artlist.lview img	{
	display: none;
}
#artlist.lview img.gv	{
	float: left;
	display: block;
}
#artlist.lview h3	{
	display: none;
	color: #b31f1f;
	font-size: 1.8em;
	line-height: 25px;
	margin-left: 180px;
	font-variant: small-caps;
}
#artlist.lview h3.cuf	{
	display: block;
}
#artlist.lview h4	{
	color: #272727;
	font-size: 1.3em;
	line-height: 16px;
	margin-left: 180px;
	text-transform: uppercase;
}
#artlist.lview ul	{
	margin: 10px 0 0 180px;
}
#artlist.lview li	{
	color: #898989;
	font: bold 1.1em/14px Arial, Helvetica, sans-serif;
}

/*                  ARTISTS VIEW STYLES
**************************************************************/

#artistlist	{
	clear: both;
	padding: 32px 0 0 32px;
}
#artistlist table.alpha-index {
	width: 848px;
	margin: 0 32px 0 0;
}
#artistlist tr.alpha-row	{
	border-top: 1px solid #ccc;
}
#artistlist h1.alpha-letter	{
	float: left;
	padding: 10px 0 20px 40px;	
	font-size: 1.2em;
}
#artistlist ul.alpha-col	{
	float: left;
	padding: 10px 0 20px 0;	
}
#artistlist ul.alpha-col li { margin: 0 0 5px 0; }
#artistlist ul.alpha-col	a {
	font-size: 1.1em;
	padding: 0;
}
#artistlist ul.alpha-col .count	{
	font-size: 10px;
	color: #555;
}

/*                       LOCATION STYLES
**************************************************************/

#locations	{
	padding: 32px;
	border-bottom: dotted 1px #000;
}
#locations div.col-left	{
	float: left;
	width: 408px;
}
#locations div.col-right	{
	float: right;
	width: 408px;
}
#locations img {
	margin: 0 0 20px 0;
}
#locations h2 { color: #B31F1F; font-size: 1.5em; }
#locations h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0 0 20px 0;
}
#locations div.info	{
	margin: 0;
	padding: 0;
	height: 200px;
}
#locations p {
	color:#161616;
	font:1.1em/19px Arial,Helvetica,sans-serif;
	margin-bottom:10px;
}
#locations p.contact {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 1.1em;
	line-height: 120%;
	color: #464646;
}

/*                       EXHIBITIONS STYLES
**************************************************************/
#exhibitions	{
	padding: 32px;
	border-bottom: dotted 1px #000;
}
#exhibitions .entry {
	float: left;
	margin: 0 0 30px 0;
	width: 100%;
}
#exhibitions .entry h2 {
	font-size: 1.4em;
	margin: 30px 0 30px 0;
	border-bottom: 1px solid #bbb;
	padding: 0 0 5px 0;
}
#exhibitions .entry h2 span {
	color: #989898;
}
#exhibitions .entry .info {
	float: right;
	margin: 0;
	width: 290px;
	font:1.0em/19px Arial,Helvetica,sans-serif;
}
#exhibitions .entry .info .dates {
	font-size: 1.1em;
	margin: 0 0 30px 0;
	color: #464646;
}
#exhibitions .entry .grid {
	margin: 0;
	float: left;
	width: 540px;
	background-color: #fff;
}
#exhibitions .entry .thumb {
	float: left;
	margin: 0 2px 20px 0;
	width: 75px;
}
#exhibitions .entry .thumb .last {
	float: left;
	margin: 0 0 20px 0;
	width: 75px;
}
/*                       ABOUT STYLES
**************************************************************/
#about	{
	padding: 32px;
	border-bottom: dotted 1px #000;
}
#about div.col-left	{
	float: left;
	width: 408px;
}
#about div.col-right	{
	float: right;
	width: 408px;
}
#about div.quote	{
	font-size: 1.4em;
	margin: 0 0 20px 0;
}
#about p {
	color:#161616;
	font:1.1em/19px Arial,Helvetica,sans-serif;
	margin-bottom:10px;
}
#about p.contact {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 1.1em;
	line-height: 120%;
	color: #464646;
}

/*                       ABOUT STYLES
**************************************************************/

#contact	{
	padding: 32px;
	border-bottom: dotted 1px #000;
}
#contact div.col-left	{
	float: left;
	width: 408px;
}
#contact div.col-right	{
	float: right;
	width: 408px;
}
#contact p {
	color:#161616;
	font:1.1em/19px Arial,Helvetica,sans-serif;
	margin-bottom:10px;
}
#contact p.field {
	margin: 0 0 10px 0;
}
#contact label {
	display: block;
}
#contact input.text-field {
	border: 1px solid #CDCDCD;
	width: 300px;
	padding: 5px;
	font-size: 1.2em;
	color: #555;
}
#contact textarea {
	border: 1px solid #CDCDCD;
	width: 400px;
	padding: 5px;
	font-family: arial;
	font-size: 1.2em;
	color: #555;
}
#contact button {
	background-color: #282828;
	border: 0;
	padding: 0 20px;
	color: #fff;
	font-size: 1.0em;
	cursor: pointer;
	width: 100px;
	height: 25px;
	text-transform: uppercase;
}
#contact button:hover {
	background-color: #555;
}
