/* reset and define default values */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #e4e4e4;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.4em;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
strong {
	font-weight: bold;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-weight: bold;
	margin: 10px 0 5px 0;
}
h4:first-child {
	margin-top: 0;
}
hr {
	border: 0; 
	color: #ccc; 
	background-color: #ccc; 
	height: 1px; 
	margin: 10px 0px 10px 0px; 
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* media */

#player {
	width: 100%;
}
#no_media, #no_media td {
	width: 100%;
	height: 520px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/* page header and footer */

#header {
	padding: 20px 25px 12px 25px;
	text-transform: uppercase;
	background-color: #fff;
}
#header ul, #header li {
	display: inline;
	text-transform: none;
}
#header li {
	margin-left: 6px;
}
a.home:hover {
	text-decoration: none;
}
#footer {
	width: 100%;
	padding: 8px 0px 8px 0px;
	/*background-image: url('../e4-f4.jpg');
	background-repeat: repeat-x;*/
	background-color: #e4e4e4;
	border-top: 1px solid #ccc;
}
#footer a {
	font-weight: normal;
}

/* front page */

#frontpage {
	width: 100%;
}
tr.frontpage_row {
	background-image: url('../graphics/e4-f4.jpg');
	background-repeat: repeat-x;
	background-color: #f4f4f4;
}
td.frontpage_section {
	width: 50%;
	padding: 25px;
	border-top: 1px solid #ccc;
}
td.frontpage_thumb {
	width: 102px;
}
td.frontpage_thumb img {
	width: 70px;
	border: 6px solid #ccc;
	margin-bottom: 6px;
	margin-right: 20px;
}
td.frontpage_thumb p {
	font-size: 9px;
}
td.frontpage_links {
	vertical-align: top;
}
tr.frontpage_exhibitions_row {
	width: 100%;
	display: block;
}
div.frontpage_exhibitions_row span {
	display: table-cell;
	display: inline;
}
td.frontpage_exhibitions_date {
	width: 105px;
}
#frontpage_exhibitions_form {
	margin-top: 12px;
}
#frontpage_exhibitions_form select {
	margin-top: 5px;
	width: 100%;
}
#frontpage_artists li {
	width: 33%;
	float: left;
}
#frontpage_artists_projects {
	width: 100%;
	float: left;
}

/* page layout */

#page {
	width: 100%;
	border-top: 1px solid #ccc;
}
tr.page_row {
	background-image: url('../graphics/e4-f4.jpg');
	background-repeat: repeat-x;
	background-color: #f4f4f4;
}
#menu, #content_text, #content_extras {
	padding: 25px;
}
#menu, #content_extras {
	width: 25%;
}
#menu form {
	margin-top: 5px;
}
#menu select {
	margin-top: 5px;
	width: 100%;
}
#content_text {
	width: 50%;
}
#content_text_subtitle {
	display: block;
	margin-bottom: 10px;
}
#content_text_subtitle p {
	display: inline;
}
#content_text_description {
	display: block;
}
#order td {
	padding: 4px 0px 4px 0px;
}

