@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #FDFDFD;
}
/* TopLevel Menu */
#top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	background-color: #fdfdfd;
	height: 54px;
}
#top #icons {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 15px;
	font-size: 12px;
	color: #898989;
}
#top #icons a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#top #icons a:hover {
	font-size: 12px;
	color: #3f55ff;
	text-decoration: none;
}
#top #icons .collection {
	padding-right: 40px;
	background-image: url(../images/Iconbrush.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
}
#top #icons .newsletter {
	padding-right: 35px;
	background-image: url(../images/Iconbook.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
}
#top #icons form {
	width: 145px;
	display: inline;
	padding-left: 5px;
	padding-top: 5px;
}
#top #icons img {
	vertical-align: middle;
}
#top #icons a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top #icons input {
	background-color: #f6f6f6;
	border: 1px solid #dedede;
	margin-right: 1px;
	font-size: 11px;
	color: #333333;
	padding: 2px;
}
#wrapper {
	background-color: #FFFFFF;
}

/* Start Main Header */
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	height: 80px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header h1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* MainMenu get rid of the bullets and margin */
#menu ul {margin:0; padding:0; list-style-type:none;}
/* MainMenu make the list horizontal */
#menu li {float:left;}
/* MainMenu - Adding the initial images */
#menu li.list1 {
	background:transparent url(../images/artists.png);
	width: 75px;
}
#menu li.list1active {
	background:transparent url(../images/artistsOver.png);
	width: 75px;
}
#menu li.list2 {
	background:transparent url(../images/art-consultants.png);
	width: 154px;
}
#menu li.list2active {
	background:transparent url(../images/art-consultantsOver.png);
	width: 154px;
}
#menu li.list3 {
	background:transparent url(../images/projects.png);
	width: 94px;
}
#menu li.list3active {
	background:transparent url(../images/projectsOver.png);
	width: 94px;
}
#menu li.list4 {
	background:transparent url(../images/news.png);
	width: 75px;
}
#menu li.list4active {
	background:transparent url(../images/newsOver.png);
	width: 75px;
}
#menu li.list5 {
	background:transparent url(../images/gallery.png);
	width: 76px;
}
#menu li.list5active {
	background:transparent url(../images/galleryOver.png);
	width: 76px;
}
/* MainMenu - General link styling */
#menu a {
	display:block;
	width:83px;
	height:0;
	padding-top:70px;
	color:#000;
	overflow:hidden;
}
/* MainMenu hack for older versions of IE with incorrect box model */
* html #menu a:link, * html #menu a:visited {height:128px; he\ight:0;}
/* MainMenu - Separating the images */
#menu li {float:left; margin-right:1px;}
/* MainMenu - Adding the hover images */
#menu a#item1 {
	background:transparent url(../images/artistsOver.png) -130px -90px no-repeat;
	width: 75px;
}
#menu a#item2 {
	background:transparent url(../images/art-consultantsOver.png) -130px -90px no-repeat;
	width: 154px;
}
#menu a#item3 {
	background:transparent url(../images/projectsOver.png) -130px -90px no-repeat;
	width: 94px;
}
#menu a#item4 {
	background:transparent url(../images/newsOver.png) -130px -90px no-repeat;
	width: 75px;
}
#menu a#item5 {
	background:transparent url(../images/galleryOver.png) -130px -90px no-repeat;
	width: 76px;
}
/* MainMenu - Adding the :hover style */
#menu a#item1:hover {background-position:0 0; z-index:50;}
#menu a#item2:hover {background-position:0 0; z-index:50;}
#menu a#item3:hover {
	background-position:0 0;
	z-index:50;
}
#menu a#item4:hover {background-position:0 0; z-index:50;}
#menu a#item5:hover {background-position:0 0; z-index:50;}
* html #menu a:hover {height:128px; he\ight:0;}
/* MainMenu - Clearing the float */
#menu {
	display:block;
	width:482px;
	height:70px;
	float: right;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#wrapper #content #left {

}
#wrapper #content #left2 #infoBox label {
	display: block;
	margin-bottom: 10px;
}
#name {
	margin-left: 50px;
}


#telephone {
	margin-left: 20px;
}

#enquiry {
	margin-left: 7px;
}
#checkbox {
	margin-left: 15px;
}
#wrapper #content #right2 #gallery iframe {
	border: 1px solid #DEDEDE;
}




#wrapper #content #left2 {
	width: 615px;
}
#wrapper #content #left2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #content #left #featuredwork {
	background-color: #f9f9f9;
	border: 1px solid #dedede;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#content #left p {
	line-height: 18px;
}

#wrapper #content #left #featuredwork img {
	border: 1px solid #dedede;
	margin-left: 18px;
}
#infoBox h2 {
	font-size: 16px;
	font-family: "Microsoft Sans Serif";
}
#infoBox p {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
#infoBox2 p {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
#wrapper #content #infoBox a {
	color: #000000;
	text-decoration: underline;
}

#infoBox .grey {
	color: #898989;
}


#wrapper #content #right {
	float: right;
	width: 238px;
}
#wrapper #content #right2 {
	float: right;
	width: 325px;
}
#wrapper #content #right2 #infoBox2 {
	background-color: #FDFDFD;
	border: 1px solid #DEDEDE;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#wrapper #content #right2 #infoBox2 #details {
	line-height: 24px;
}
#wrapper #content #right2 #infoBox2 #details h2 {
	font-size: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	margin-top: 0px;
}
#wrapper #content #right2 #infoBox2 #details ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #content #right2 #infoBox2 #details li {
	width: 130px;
	float: left;
	padding-right: 10px;
	line-height: 14px;
	margin-bottom: 5px;
}
#wrapper #content #right2 #infoBox2 #details li a {
	color: #898989;
	font-size: 10px;
	text-decoration: none;
	line-height: 12px;
}
#wrapper #content #right2 #infoBox2 #details li a:hover {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	line-height: 12px;
}

#wrapper #content #right2 #infoBox2 .title {
	margin-right: 25px;
	color: #898989;
}
#wrapper #content #right2 #infoBox2 .artist {
	margin-right: 19px;
	color: #898989;
}
#wrapper #content #right2 #infoBox2 .status {
	color: #898989;
	margin-right: 11px;
}
#wrapper #content #right2 #infoBox2 .size {
	color: #898989;
	margin-right: 25px;
}
#wrapper #content #right2 #infoBox2 .price {
	color: #898989;
	margin-right: 20px;
}
#wrapper #content #right2 #infoBox2 #description h2 {
	font-size: 12px;
}
#wrapper #content #right2 #infoBox2 #description {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	margin-top: 15px;
	clear: both;
}


#wrapper #content #right2 #buttons ul {
	list-style-type: none;
	width: 141px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #content #right2 #buttons li a {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

#wrapper #content #right2 #buttons li a:hover {
	background-image: url(../images/buttonOver.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
#wrapper #content #left2 #controls {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 560px;
	height: 20px;
}
#wrapper #content #left2 #controls img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #content #left2 #controls .left {
	float: left;
}
#wrapper #content #left2 #controls .right {
	float: right;
}

#wrapper #content #left2 #controls #directions {
	margin-right: 25px;
	margin-left: 25px;
	height: 20px;
	border: 1px solid #DEDEDE;
	background-color: #f9f9f9;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#wrapper #content #left2 #controls #directions .next {
	margin-left: 185px;
}
#wrapper #content #left2 #controls #directions .viewall {
	margin-left: 170px;
}


#wrapper #content #left2 #controls #directions a {
	color: #898989;
	text-decoration: none;
}
#wrapper #content #left2 #controls #directions a:hover {
	color: #333333;
	text-decoration: none;
}









#wrapper #content #right #gallery {
	background-color: #F9F9F9;
	border: 1px solid #DEDEDE;
	padding: 18px;
}
#wrapper #content #right #gallery img {
	border: 1px solid #DEDEDE;
}

#wrapper #content #row {
	float: left;
	margin-bottom: 20px;
}
#wrapper #content #row img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}

#wrapper #content #row a {
	color: #898989;
	text-decoration: none;
}
#wrapper #content #row .title {
	width: 130px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#wrapper #content #row a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	}
#wrapper #content #row #artist1 {
	width: 300px;
	background-color: #FDFDFD;
	border: 1px solid #DEDEDE;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 12px;
	margin-bottom: 15px;
}
#wrapper #content #row #artist1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}
#wrapper #content #row #artist2 {
	width: 300px;
	background-color: #FDFDFD;
	border: 1px solid #DEDEDE;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 12px;
	margin-bottom: 15px;
}
#wrapper #content #row #artist2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}
#wrapper #content #row #artist3 {
	width: 300px;
	background-color: #FDFDFD;
	border: 1px solid #DEDEDE;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
}
#wrapper #content #row #artist3 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}

#footer {
	background-color: #FDFDFD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#footer #quicklinks {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	color: #898989;
}
#footer #quicklinks a {
	color: #898989;
	text-decoration: none;
}
#footer #quicklinks a:hover {
	color: #333333;
	text-decoration: none;
}
#footer #quicklinks .copyright {
	margin-left: 170px;
}
#footer #quicklinks .rss {
	margin-left: 170px;
}
#footer #quicklinks .rss img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: -18px;
	margin-left: 5px;
}
#clear {
	clear: both;
	height: 12px;
}
.smallprint {
	font-size: 10px;
}

#content .narrowcolumn, #content .widecolumn {
	float:left;
	width:710px;
}

#sidebar {
	float:right;
	width:200px;
	background-color: #fdfdfd;
	border: 1px solid #dedede;
	margin-left: 30px;
}

#sidebar ul {
 list-style: none;
 list-style-type: none;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.entry p {
	line-height: 18px;
}
#left a {
	text-decoration: underline;
}


#recent-posts ul { list-style: decimal; margin-left: 20px; }

.post a, .post a:active, .post a:hover, .post a:visited, #sidebar a, #sidebar a:active, #sidebar a:hover, #sidebar a:visited, .commentlist a, .commentlist a:active, .commentlist a:hover, .commentlist a:visited {
	color: #000000;
	text-decoration: underline;
}
.post a:hover, #sidebar a:hover, .commentlist a:hover {
	text-decoration: none;
	color: #999999;
}
#content #sidebar ul {
	margin: 0px;
	padding: 0px;
}
#content #sidebar h2 {
	font-size: 12px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	color: #000000;
	text-align: left;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content #sidebar li a {
	color: #898989;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
	padding: 0px;
}
#content #sidebar li a:hover {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
	padding: 0px;
}
#content .backlink a {
	display: block;
	color: #cc0000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#content .backlink a:hover {
	color: #333333;
}
#content .forwardlink a {
	color: #cc0000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/forwrd.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	display: block;
	width: auto;
	text-align: right;
}
#content .forwardlink a:hover {
	color: #333333;
}
#content #content h2 a {
	color: #000000;
	font-size: 14px;
}
#content #content h2, #content #content h3{
	color: #000000;
	font-size: 14px;
}
#content #content #commentform #comment {
	width: 710px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content #content #commentform a {
	color: #000000;
	text-decoration: underline;
}
#content #content #commentform a:hover {
	text-decoration: none;
	color: #999999;
}#content #content ol {
	margin: 0px;
	list-style-type: none;
	border: 1px solid #999999;
	padding: 0px;
}
#content #content li {
	background-color: #F4F4F4;
	padding: 10px;
	margin: 0px;
}
#content #sidebar #twitter-tools {
	padding-bottom: 0px;
}

#content #sidebar #twitter-tools li {
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content #sidebar #twitter-tools .aktt_tweets a {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
#content #sidebar #twitter-tools .aktt_tweets .aktt_more_updates {
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#top #icons .btn {
 padding: 0px;
 border: 0px;
 line-height: 20px;
 vertical-align: middle;
}
