/* artery.com.au
   Substance Pty Limited, 2006 - http://www.substance.com.au/
/////////////////////////////////////////////// */

	html,
	body {
		margin:0;
		padding:0;
		background:#222;
		color:#fff;
		font-size:100%;
		}
	
	body {
		font:normal 75%/1 Helvetica, Arial, sans-serif;
		}
	
	form, input, textarea {
		font:normal 100%/1 Helvetica, Arial, sans-serif;
		}
	
	a:link,
	a:visited {
		color:#ccc;
		text-decoration:underline;
		}
	
	a:hover,
	a:active {
		color:#AF0025;
		}
	
	img {
		border:0;
		}
	
	form {
		margin:0;
		}
	input,
	select {
		border:1px solid #000;
		}
	
	table {
		font:normal 100%/1 Helvetica, Arial, sans-serif;
		}
	
	.clear {
		clear:both;
		}

	.AEx1 { /* Static HTML */
		display:none;
		}
	.AEx2 { /* JS enhanced */
		display:none;
		}
	.AEx3 { /* Flash enhanced */
		display:none;
		}
	.AExHide {
		display:none;
		}
	.hidden {
		display:none;
	}

/* LAYOUT //////////////////////////////////////////// */
	#wrapper:after,
	#navigation:after,
	#content:after,
	#contentheader:after,
	.feature:after,
	.featuredartist:after,
	#explore:after,
	#editor:after
	{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	
	#wrapper {
		margin:0 auto;
		width:732px;
		padding:0 14px;
		border-top:14px solid #000;
		border-bottom:14px solid #000;
		background:#000 url(../img/gui/background.png) top left repeat-y;
		text-align:left;
		}
	
	#navigation {
		float:left;
		width:112px;
		background-color:#DB002E;
		}
		
	#bump {
		padding-left:6px;
		}
		
	#content {
		float:right;
		width:606px;
		margin:0 0 10px 0;
		line-height:1.5;
		}
	#content2 {
		float:right;
		width:606px;
		margin:0 0 10px 0;
		line-height:1.5;
		padding-left:5px
		}
	.home #content {
		background-color:#DB002E;
		}
	#contentfooterholder {
		clear:both;
		margin:0 0 0 122px;
		padding:5px;
		background-color:#111;
		height:40px;
		color:#ccc;
		}
	#contentfooter {
		float:left;
		width:590px;
		padding:0px;
		background-color:#111;
		color:#ccc;
		line-height:1.5;
		}
	#identeart {
		float:right;
		width:126px;
		height:38px;
		padding:0px;
		background-repeat:no-repeat;
		background:#111 url(../img/identeart.gif);
		}
	#identeart a {
		display: block;
		float:right;
		width:126px;
		height:38px;
		padding:0px;
		background-repeat:no-repeat;
		background-image:none;
		text-decoration:none;
		}
	#identeart a span {
		visibility: hidden;
		}
/* NAVIGATION //////////////////////////////////////////// */
	#navigation ul {
		margin:0;
		padding:0;
		list-style:none;
		}
	#navigation li {
		margin:0;
		padding:0;
		}
	#navigation li a:link,
	#navigation li a:visited  {
		display:block;
		margin:7px 9px;
		padding:5px;
		background:#AF0025;
		color:#fff;
		font-weight:bold;
		font-size:11px;
		text-transform:uppercase;
		text-decoration:none;
		}
	#navigation li a:hover  {
		color:#e3a69e;
		text-decoration:none;
		}
	
	#contentfooter a:link,
	#contentfooter a:visited {
		color:#ccc;
		text-decoration:none;
		}
	#contentfooter a:hover,
	#contentfooter a:active {
		color:#fff;
		}

/* SEARCH //////////////////////////////////////////// */
	#search {
		margin:2em 0;
		padding:0;
		}
	#search input {
		width:88px;
		margin:2px 9px;
		padding:2px;
		}
	#search input.button {
		width:94px;
		margin:2px 9px;
		padding:6px 3px;
		font-size:11px;
		font-weight:bold;
		height:28px;
		}
	
	#search .button,
	.button {
		width:94px;
		border:none;
		background:#AF0025;
		color:#fff;
		cursor:pointer;
		}
	
	#search input.button:hover { color:#E3A69E; }

	#editform input,
	#editform textarea {
		padding:2px;
		border:2px solid #555;
		}
	#editform input:hover,
	#editform textarea:hover {
		border-color:#AF0025;
		}
	#editform input:focus,
	#editform textarea:focus {
		border-color:#DB002E;
		background:#ddd;
		}
	.productdescription {
		width:594px;
		}
	.login label {
		display:block;
		float:left;
		width:70px;
	}
/* SLIDESHOW //////////////////////////////////////////// */	
	#artery-slideshow {
		width: 336px;
		float:right;
		border: none;
		display:inline;
		clear:none;
		}
/* SLIDESHOW END //////////////////////////////////////////// */
/* CONTENT //////////////////////////////////////////// */
	#content h1 {
		margin:3px 0 0;
		font-size:1em;
		font-weight:bold;
		text-transform:uppercase;
		}
	#content h2 {
		clear:both;
		margin:0 0 0.5em;
		padding:2em 0 0;
		border-bottom:1px dotted #AF0025;
		color:#AF0025;
		font-size:1em;
		font-weight:bold;
		text-transform:uppercase;
		}
	#content h3 {
		margin:0 0 0.5em;
		padding:2em 0 0;
		color:#fff;
		font-size:1em;
		font-weight:bold;
		text-transform:uppercase;
		}
	#content h3 a:hover {
		color:#fff;
		}
	#content .feature h2 {
		margin:0 0 5px;
		border:none;
		color:#fff;
		}
	#content .alert {
		margin:10px 0;
		padding:5px;
		background:#444;
		color:#fff;
		text-align:center;
		font-weight:bold;
		text-transform:uppercase;
		}
	#contentheader {
		clear:both;
		margin-bottom:10px;
		padding:5px;
		background:#DB002E;
		}
	
	#contentheader2 {
		clear:both;
		height:22px;
		margin-bottom:10px;
		padding:5px;
		background:#DB002E;
		}	
		
	#contentheader h1 {
		float:left;
		}
	#contentheader .utility {
		float:right;
		}

	#contentsubheader {
		clear:both;
		margin-bottom:10px;
		padding:5px;
		background-color:#434343;
		}
	#contentsubheader h1 {
		display:inline;
		margin-right:15px;
		}
	#contentsubheader h5 {
		display:inline;
		margin-right:10px;
		font-size:0.8em;
		font-weight: normal;
		}
	#contentsubheader .utility {
		float:right;
		}

	#content p {
		margin:1em 0 0;
		}
	.homeleft {
		clear:both;
		float:left;
		width:242px;
		margin-right:14px;
		}
	.homeright {
		float:left;
		width:350px;
		height:303px;
		}
	.contactleft {
		float:left;
		width:336px;
		}
	.contactright {
		float:right;
		width:250px;
		margin-left:0px;
		}
	#explore {
		clear:both;
		background-color:#DB002E;
		text-transform:uppercase;
		}
	#explore a {
		display:block;
		padding:5px;
		color:#fff;
		text-decoration:none;
		}
	#explore a:hover,
	#explore a:active {
		color:#fff;
		}
		
	.feature2 {
		padding-bottom:5px;
		padding-top:0px;
		padding-right:5px;
		padding-left:0px;
		margin-left:0px;
		background-color:#000;
		}
		
	.feature {
		width:596px;
		height:228px;
		padding:5px;
		background-color:#111;
		}
	.feature p {
		width:240px;
		}
	.feature img {
		float:right;
		margin-left:20px;
		}
	.featureedit {
		width:240px;
		height:250px;
		padding:5px;
		border:1px dashed #f90;
		background-color:#111;
		color:#eee;
		line-height:1.5;
		}
	.featuredartist .details {
		float:left;
		width:224px;
		margin-right:5px;
		padding:3px;
		}
	.featuredartist .thumbnails {
		clear:none;
		float:left;
		width:110px;
		}
	#content .featuredartist h3 {
		padding:0;
		}
	.featuredartist img {
		float:right;
		}

	.note {
		clear:both;
		padding:1em 0;
		color:#ccc;
		}
	.center {
		text-align:center;
		}
	
	#productdetails {
		display:block;
		float:left;
		width:406px;
		}
	#productdetails th {
		padding:4px 20px 4px 0;
		font-weight:normal;
		text-align:left;
		}
	#productdetails td {
		padding:4px 0;
		font-weight:normal;
		}

	#productoptions {
		float:left;
		width:180px;
		margin:0 0 20px;
		padding:0;
		list-style:none;
		}
	#productoptions li {
		margin:0 0 5px;
		padding:0;
		}
	#productoptions a {
		display:block;
		padding:5px 10px 3px;
		background:#111;	
		text-decoration:none;
		}
	#productoptions a:hover {
		background:#AF0025;
		color:#fff;
		}

	.saleprice {
		color:#db002e;
		padding-left: 40px;
		}

	.salepricelabel {
		font-weight: normal;
		}

/* PAGINATION //////////////////////////////////////////// */
	.pagination {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		}

	.pagination li {
		position:relative;
		float:left;
		margin:0;
		padding:0;
		}

	.pagination span,
	.pagination a {
		display:block;
		margin:0;
		padding:2px 5px 0px;
		font-weight:bold;
		}
		
	/* Artists pagination */
	#artistSelect .pagination span,
	#artistSelect .pagination a {
		border:1px solid #666;
		}
		
	#artistSelect .pagination a:hover  {
		color:#fff;
		}
	#artistSelect .pagination span {
		color:#999;
		}
	#artistSelect .pagination span.inactive {
		color:#666;
		}
	#artistSelect .pagination li.active span {
		color:#fff;
		background-color:#AF0025;
		}

	/*Artists Navigation*/
	#artistNav a {
		float: right;
		border:1px solid #666;
		margin:0 2px;
		padding:2px 5px 2px;
		font-weight:bold;
		}
		
	#artistNav a:hover  {
		color:#fff;
		}

	/* Paintings pagination */
	#contentheader .pagination span,
	#contentheader .pagination a {
		border:1px solid #900;
		color:#fff;
		}
	#contentheader .pagination a:hover  {
		background-color:#AF0025;
		}
	#contentheader .pagination li {
		margin-left:5px;
		}
	#contentheader .pagination span {
		color:#AF0025;
		}
	#contentheader .pagination span.inactive {
		color:#AF0025;
		}
	#contentheader .pagination li.active span {
		color:#fff;
		background-color:#000;
		}

/* Table //////////////////////////////////////////// */
	table {
		width:100%;
		}
	th,
	td {
		margin:0;
		padding:4px;
		}

	.list tr:hover {
		background-color:#333;
		}
	.list tr:hover a {
		color:#fff;
		}
	.list th {
		padding:6px;
		background-color:#AF0025;
		}
	.list td {
		padding:0;
		}
	.list td a {
		display:block;
		padding:6px;
		border-bottom:1px solid #333;
		}
	
/* ARTISTS ///////////////////////////////////////////// */
	#artistSelect {
		float:left;
		width:200px;
		}
	#artistSelect input {
		width:100px;
		padding:2px;
		border:1px solid #000;
		}
	#artistSelect ul {
		margin:0;
		padding:0;
		list-style:none;
		}
	#artistSelect li {
		padding:0.25em;
		color:#ccc;
		}
	#artistSelect .alt {
		background-color:#111;
		}
	#artistSelect .hover {
		background-color:#AF0025;
		color:#fff !important;
		cursor:pointer;
		}
	#artistSelect .selected {
		color:#AF0025;
		font-weight:bold;
		}
	
	#artistDetail,
	#artistIntro {
		float:left;
		width:380px;
		margin-left:24px;
		}
	#artistDetail h3 {
		margin:0;
		padding:0;
		}
	#artistDetail h4 {
		margin:0;
		border-bottom:1px dotted #fff;
		}

/* THUMBNAILS //////////////////////////////////////////// */
	.thumbnails {
		clear:both;
		margin:0 -14px 0 0;
		padding:0;
		list-style:none;
		}

	.thumbnails li {
		position:relative;
		float:left;
		margin:0;
		padding:0;
		}

	.thumbnails a {
		display:block;
		width:110px;
		height:110px;
		margin:0 5px 5px 0;
		background:#666 url(../img/gui/holder_t.jpg) no-repeat;
		border:3px solid #000;
		}
	.thumbnails a:hover,
	.thumbnails a:active {
		border:3px solid #AF0025;
		}

	.thumbnails .status {
		position:absolute;
		top:3px;
		left:3px;
		}

	#subContact fieldset {
		border:0;
		margin:0;
		padding:0;
	}
	#subContact label {
		display:block;
		margin:10px 0;
		padding:2px 0;
	}
	#subContact input.text,
	#subContact textarea {
		width:328px;
		font:12px/12px 'courier new',courier,monospace;
		color:#333;
		padding:3px;
		margin:1px 0;
		border:1px solid #ccc;
	}
	#subContact label.error {
		background-color:#DB002E;
		font-weight:bold;
	}
	#subContact .error input,
	#subContact .error textarea {
		border-color:#f00;
	}	
	#subContact input.submit {
		padding:2px 5px;
		font:bold 12px/12px verdana,arial,sans-serif;
	}

	.massedit-choice
	{
		display: block;
		margin:0 0 30px 0px;
	}

	.radio-div
	{
		float: left;
		margin:0;

	}

	.radio-div label
	{

		display: block;
		text-align: center;

		background: rgb(45,145,156);
		font:12px/12px 'courier new',courier,monospace;
	}

	.massedit-thumbnails {
		clear:both;
		margin:0 -14px 0 0;
		padding:0;
		list-style:none;
		}

	.massedit-thumbnails li {
		position:relative;
		float:left;
		margin:0;
		padding:0;
		border:3px solid #fff;
		}

	.massedit-thumbnails a {
		display:block;
		width:110px;
		height:110px;
		margin:0 5px 5px 0;
		background:#666 url(../img/gui/holder_t.jpg) no-repeat;
		border:3px solid #000;
		}
	.massedit-thumbnails a:hover,
	.massedit-thumbnails a:active {
		border:3px solid #AF0025;
		}

	.massedit-thumbnails .status {
		position:absolute;
		top:33px;
		left:3px;
		}

	
/* POPUPS //////////////////////////////////////////// */
	#paintingpopup {
		border: 10px solid #000;
		position:absolute;
		display: none;
		background: #000;
		}

	#popupimage {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

	#popuptext {
		width: auto;
		color:#ccc;
		margin-bottom: 0px;
		padding-bottom: 0px;
		}

	#paintingpopup p.popupprice {
		font-size: 150%;
		margin-top: 2px;
		margin-bottom: 0;
		padding-right: 30px;
		padding-bottom: 0;
		text-align: right;
		color:#fff;
		}
	#paintingpopup p.popupsaleprice {
		margin-top: 2px;
		font-size: 150%;
		padding-right: 30px;
		padding-bottom: 0;
		text-align: right;
		color:#db002e;
		}



/*Jquery UI slider*/
/* slider widget */

#pricerangediv {
	float:left;
	margin: 0 10px 20px 10px;
}

#sizerangediv {
	float:left;
	margin: 0 10px 20px 10px;
}


.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	border: 1px solid #dddddd;
	height: .8em;
	position: relative;
}
.ui-slider-handle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	top: -3px;
	width: 1.2em;
	height: 1.2em;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #d3d3d3;
}
.ui-slider-handle:hover {
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
}
.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	height: .8em;
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	position: absolute;
	border: 1px solid #d3d3d3;
	border-left: 0;
	border-right: 0;
	top: -1px;
	z-index: 1;
	opacity:.7;
	filter:Alpha(Opacity=70);
}


.ui-slider-tooltip {
	display: none;
}
.ui-slider-handle-active .ui-slider-tooltip {
	display: none;
	position: relative;
	top: -25px;
	text-align: center;
	padding: .2em;
	font-size: .9em;
	width: 8em;
	margin-left: -4em;
	text-decoration: none !important;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-slider ol, .ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}
.ui-slider dt {
	top: 1.5em;
	position: absolute;
	padding-top: .2em;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	height: .7em;
	/*color: #999;*/
}
.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
}
.ui-slider li, .ui-slider dd {
	position: absolute;
	overflow: visible;
	/*color: #666;*/
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	display: none;
}
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
	display: block;
}

.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: .8em;
	top: -1.3em;
}
.ui-slider li span.ui-component-content, .ui-slider dd span.ui-component-content {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top: 0;
	border-bottom: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
	display: none;
}

/*---------------- Page Descriptions -----------------*/

#artery_description {
	display:none;
}

/*---------------- Front Page Count -----------------*/

#frontpage_count {
	width:132px;
	text-align:right;
	float:right;
	padding-right:2px;
	text-transform:uppercase;
}

#frontpage_count h1 span.fp_count a, #frontpage_count h1 span.fp_count a:link, #frontpage_count h1 span.fp_count a:active, #frontpage_count h1 span.fp_count a:visited {
	color:#fff;
	text-decoration:none;
}

#frontpage_count h1 span.fp_count a:hover {
	color:#fff;
}

.mac.safari #frontpage_count, .mac.webkit #frontpage_count, .mac.ff2 #frontpage_count, .mac.ff3 #frontpage_count, .mac.ff3_5 #frontpage_count, .mac.gecko #frontpage_count, .mac.chrome #frontpage_count {
	width:132px;
	text-align:right;
	float:right;
	padding-right:7px;
	text-transform:uppercase;
}

/*---------------- Newsletter Sign UP Form -----------------*/

#signup_news_form {
	width:250px;
	height:193px;
	margin:20px 0px 0px 0px;
	padding:0;
}

#signup_news_form form {
	width:250px;
	margin:0;
	padding:0;
	float:left;
}

#signup_news_form select {
	margin-bottom:5px;
}

.webkit #signup_news_form {
	margin:20px 0px 0px;
}

#newsletter_heading {
	width:94px;
	background:#000000;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}

#newsletter_heading p {
	color:#FFFFFF;
	text-align:center;
	margin:0;
	padding: 3px 0px;
}

span.label,span.spacer,span.multiple span {width:94px;float:left;} 
span.multiple {float:left;} 
span.button input {
	padding-left:0px;
	background:#AF0025;
	color:#ffffff;
	border:none;
	text-align:center;
	cursor:pointer;
	padding:6px 3px;
	width:94px;
	font-size:11px;
	font-weight:bold;
	height:28px;
}

span.button input:hover {
color:#E3A69E;
}

div.clear {clear:both;padding-top:5px;}

input.signup_news, select.signup_news {
	width:220px;
	margin-bottom:5px;
	padding:3px;
	font-size:14px;
}

input.signup_news2 {
	width:86px;
	margin-bottom:5px;
	padding:3px;
	font-size:14px;
}

#subscribe_btn {
	width:92px;
	height:27px;
	margin:125px auto 0px;
	background:#FFFFFF;
	border:solid 1px #AF0025;
}

.webkit #subscribe_btn {
	margin:125px auto 0px;
}

.mac.webkit #subscribe_btn, .mac.ff2 #subscribe_btn, .mac.ff3 #subscribe_btn, .mac.ff3_5 #subscribe_btn, .mac.gecko #subscribe_btn, .mac.chrome #subscribe_btn {
	margin:125px auto 0px;
}

/*.mac.safari #subscribe_btn {
	margin:156px auto 0px;
}*/

#subscribe_btn p {
	color:#FFFFFF;
	text-align:center;
	line-height:26px;
	margin:0;
	padding:0;
}

#subscribe_btn p a, #subscribe_btn p a:link, #subscribe_btn p a:active, #subscribe_btn p a:visited {
	color:#AF0025;
	background:#FFFFFF;
	text-align:center;
	line-height:28px;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	height:27px;
	text-decoration:none;
	display:block;
}

#subscribe_btn p a:hover {
	color:#FFFFFF;
	background:#AF0025;
}

/*---------------- Newsletter Archive -----------------*/

img.newsletter_archive_header {
	
}

div.newsletter_archive_header ul {
	margin:0;
	padding:0;
	list-style:none;
}

div.newsletter_archive_header li {
	width:520px;
	height:80px;
	background:#111 url(../img/newsletter_icon.gif) 20px 10px no-repeat;
	margin:10px 0;
	padding:0 0 0 86px;
	font-size:14px;
	font-weight:normal;
	line-height:80px;
	color:#ccc;
}

div.newsletter_archive_header li a, div.newsletter_archive_header li a:link, div.newsletter_archive_header li a:active, div.newsletter_archive_header li a:visited {
	font-size:16px;
	font-weight:normal;
	line-height:80px;
	color:#fff;
	text-decoration:none;
	padding-right:5px;
}

div.newsletter_archive_header li a:hover {
	color:#af0025;
}

/*---------------- Front page Newsletter Bar -----------------*/

#explore_archive {
	width:604px;
	height:27px;
	clear:both;
	background-color:#FFF;
	border:solid 1px #000;
}

#explore_archive p {
	font-size:11px;
	line-height:28px;
	color:#AF0025;
	padding:0;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	float:left;
}


#explore_archive span.cm p {
	margin:0px;
	text-align:left;
}

#explore_archive p.first {
	width:90px;
	margin:0px;
	text-align:center;
}

#explore_archive p.archive {
	width:346px;
	margin:0;
	text-align:left;
	float:right;
}

#explore_archive a, #explore_archive a:link, #explore_archive a:visited {
	font-size:11px;
	font-weight:bold;
	line-height:28px;
	color:#AF0025;
	padding:0;
	margin:0;
	text-decoration:none;
	text-transform:uppercase;
}
#explore_archive a:hover,
#explore_archive a:active {
	text-decoration:underline;
}

/*--------------------- artery-slideshow_aboutus --------------------------------*/

#artery-slideshow_aboutus {
	width:606px;
	height:404px;
}
