/*
Art Insight CSS
01/05/2007
David Nash
davidnash.com.au
*/

/* Elements */

html {
	background-color: #ebefee;
	color: #000;
	margin: 0px; padding: 0px;
}

body {
	width: 820px;
	margin: 0px auto;
	background: #fff url("../images/logo-watermark.gif") no-repeat 495px 0px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: #09B0E4;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	display: none;
}

input {
	border: 1px solid #0BB0E6;
	font-family: Arial, sans-serif;
}


/* General Classes */

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.lightblue {
	color: #09B0E4;
	background-color: #fff;
}

.midblue {
	color: #0495d4;
	background-color: #fff;
}

.green {
	color: #abad38;
	background-color: #fff;
}

.umber {
	color: #E7761A;
}

.white {
	color: white;
}

.subheading h3, .subheading h4 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0px;
	display: block;
}

.subheading h4 {
	font-weight: normal;
}

.caption {
	font-size: 8pt;
}




/* Structure and Specifics */

#main {
	width: 610px;
	margin-left: 20px;
	float: left;
}

#sidebar {
	width: 190px;
	float: right;
	/*see sidebar.css for the rest*/
}

#bar-visit-top {
	background: #7F7F7F url("../images/top-bar-bg-right.gif") no-repeat right top;
	color: #fff;
	text-transform: uppercase;
	float: left;
	padding-top: 2px;
	height: 18px; /*20px - 2px*/
	width: 600px;
	margin: 20px 0px;
}

#bar-visit-top a {
	color: #fff;
}

#bar-visit-top .left {
	float: left;
	padding-left: 8px;
}

#bar-visit-top .right {
	float: right;
	padding-right: 8px;
}



#introduction .left {
	width: 90px;
	float: left;
	margin-top: 10px;
}

#introduction .left img {
	margin-bottom: 10px;
}

#introduction .right {
	width: 495px;
	margin: 8px 15px 10px 0px;
	float: right;
}

#introduction .right p {
	margin: 0px 0px 1em 0px;
}




#infocus {
	float: left;
}

#infocus .subheading {
	margin: 10px 0px 0px 10px;
}

#infocus .left {
	float: left;
	margin: 10px 0px 0px 10px;
	width: 350px;
}

#infocus .right {
	float: right;
	width: 220px;
	margin: 10px 7px 0px 0px;
}

#infocus p {
	margin: 0em 0em 1em 0em;
}

#infocus .caption {
	margin: 10px 0px;
}




#mediaview {
	float: left;
	margin-top: 25px;
}

#mediaview a {
	color: #09B0E4;
}

#mediaview .sectionIntro {
	width: 75%;
	margin: 0px 0px 0px 10px;
}

#mediaview .left {
	float: left;
	width: 330px;
	margin-left: 10px;
}

#mediaview .right {
	float: right;
	width: 250px;
}

#mediaview .left img {
	margin: 5px 0px 10px 0px;
}

#mediaview .right h4 {
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	width: 70%;
	margin: 0px;
}

#mediaview .right h4.next {
	margin-top: 3em;
}

#mediaview .right .caption {
	margin-top: 3em;
}



#mainCompetition {
	margin-top: 3em;
	float: left;
	position: relative;
}

#mainCompetition #friend2 {
	background-color: #0BB0E6;
	width: 160px;
	height: 160px;
	font-size: 95%;
	position: absolute;
	top: 0px;
	left: 610px;
}

#mainCompetition #friend2 p {
	margin: 10px 20px 0px 10px;
}

#mainCompetition #friend2 a {
	color: #fff;
}
#compframe a {
	color: #6a7318;
	text-decoration: underline;
}
#compframe input {
	border: 1px solid #6a7318;
}
#mainCompetition #friend2 img {
	margin: 10px 0px 0px 10px;
}

#mainCompetition #friend2 a.button {
	width: 149px;
	height: 38px;
	background: url("../images/button-send-friend.gif") 0px 0px;
	float: left;
	margin: 29px 0px 0px 5px;
}

#mainCompetition #friend2 a.button:hover {
	background: url("../images/button-send-friend.gif") 0px -38px;	
}



#topmovers {
	float: left;
	margin-top: 30px;
	position: relative;
}

#topmovers a {
	color: #09B0E4;
}

#topmovers .left {
	width: 330px;
	float: left;
	margin-left: 10px;
}

#topmovers .right {
	position: absolute;
	top: 6em;
	left: 385px;
	width: 390px;
	background: url("../images/shadow-box-bg.gif") right top no-repeat;
}

#topmovers .left h3 {
	display: block;
	font-size: 1em;
	margin-bottom: 0px;
}

#topmovers .left p {
	margin: 0em 0em 1em 0em;
}

#topmovers .right img {
	margin: 35px 35px -10px 0px;
	float: right;
}

#topmovers .right .caption {
	width: 340px;
	float: left;
	margin: 25px 0px 0px 15px;
}



#marketwatch {
	float: left;
	margin-top: 30px;
}

#marketwatch .featureImage {
	margin-top: 7px;
}

#marketwatch h3 {
	display: block;
	color: #ACAC3A;
	background-color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}

#marketwatch .left {
	width: 290px;
	float: left;
}

#marketwatch .right {
	width: 290px;
	float: right;
}

#marketwatch .caption {
	margin-top: 20px;
}



#rentalnews {
	float: left;
	margin-top: 30px;
}

#rentalnews .subheading {
	margin: 10px 0px 0px 10px;
}

#rentalnews .left {
	float: left;
	margin: 10px 0px 0px 10px;
	width: 350px;
}

#rentalnews .right {
	float: right;
	width: 220px;
	margin: 10px 7px 0px 0px;
}

#rentalnews p {
	margin: 0em 0em 1em 0em;
}

#rentalnews .caption {
	margin: 10px 0px;
}



#whatson {
	float: left;
	margin-top: 30px;
}

#whatson #selectWrapper {
	position: relative;
	width: 600px;
	height: 60px;
}

#whatson #selectWrapper #whatson-select {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
}

#whatson #whatson-select select {
	margin-left: 10px;
}

#whatson .left {
	width: 350px;
	float: left;
	margin-left: 10px;
}

#whatson .right {
	width: 220px;
	float: right;
	margin-top: 1.5em;
}

#whatson .left h2 {
	display: block;
	font-size: 1em;
	color: #8F5432;
	font-weight: normal;
	text-transform: uppercase;
}

#whatson .left h3 {
	display: block;
	font-size: 1em;
	margin: 1em 0em 0em 0em;
}

#whatson .left p {
	margin: 0em 0em 1em 0em;
}

#whatson a {
	color: #09B0E4;
}
#whatsonNav{
	margin-top:6px;
}
#whatsonNav a{
	padding:4px 16px;
	margin: 0 2px 0 0;
	background:#8F5432;
	color: #fff; 
}
#whatsonNav a:hover{
	background:#ad7f64;
}	

#gallerytours {
	float: left;
	margin-top: 30px;
}

#feedback {
	float: left;
	margin-top: 10px;
}


#footer {
	float: left;
	width: 600px;
	height: 60px;
	background-color: #074155;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-size: 90%;
}

#footer span {
	display: block;
	margin-top: 23px;
}

#footer a {
	color: #09B0E4;
}

#footer a.white {
	color: white;
}

#bar-visit-bottom {
	background-color: #7F7F7F;
	color: #fff;
	text-transform: uppercase;
	float: left;
	padding-top: 2px;
	height: 18px; /*20px - 2px*/
	width: 600px;
	margin: 10px 0px;
}

#bar-visit-bottom a {
	color: #fff;
}

#bar-visit-bottom .left {
	float: left;
	padding-left: 8px;
}

#bar-visit-bottom .right {
	float: right;
	padding-right: 8px;
}
#galleryframe .button {
	background: url("../images/register-butt.gif");
	width: 151px;
	float:left;
	height: 39px;
	border-width: 0px;
	margin: 3px 6px 0px 0px;
	cursor: pointer;
}
#galleryframe input
{
    border: 1px solid #775e4f;
    }
#galleryframe .button:hover {
	background: url("../images/register-butt.gif") 0px -39px;
}

#feedbackframe .button {
	background: url("../images/feedback-button.gif");
	width: 160px;
	float:left;
	height: 40px;
	border-width: 0px;
	margin: 3px 6px 0px 0px;
	cursor: pointer;
}

#feedbackframe .button:hover {
	background: url("../images/feedback-button.gif") 0px -40px;
}
#compframe .button {
	background: url("../images/comp-butt.gif");
	width: 159px;
	float:left;
	height: 39px;
	border-width: 0px;
	margin: 3px 6px 0px 0px;
	cursor: pointer;
}

#compframe .button:hover {
	background: url("../images/comp-butt.gif") 0px -39px;
}

/* Send to a friend styles */
.hrdSendToAFriend
{
    display:block;
    line-height:2em;
    font-size:1.6em;
    padding:0px;
    margin:0px;
}

.tblSendToAfriend
{
    margin:0px;
    padding:0px;
}

.frmSendToAFriend
{
    height:250px;
}

