@charset "utf-8";
/* CSS Document */

/* LAYOUT - DON'T CHANGE */
*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
}

body{
	line-height: 1.3em;
	background-color: #000000;
}

#outerContainer{
	position: relative;
	background-image: url(images/layout/outer.png);
	background-repeat: repeat-x;
}

#container{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#navigation{
	height: 62px;
	width: 990px;
	position: relative;
}

#banner{
	height: 204px;
	position: relative;
}

#contentContainer{
	width: 990px;
	background-image: url(images/layout/content.png);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	color: #efefef;
}

#popupOuterContainer{
	position: relative;
	background-image: url(images/layout/content.png);
	background-repeat: repeat-x;
	height: 100%;
}

#popupContainer{
	width: 830px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#popupInner{
	width: 790px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	position: relative;
	color: #ffffff;
	text-align: center;
}

#popupFooter{
	position: relative;
	height: 20;
	padding: 5px 0px 5px 0px;
	margin-top: 15px;
	font-size: .82em;
	vertical-align: middle;
	text-align: center;
	border-top: 1px;
	border-top-color: #464646;
	border-top-style: solid;
	background-color: #000e17;
	color: #47a8c8;
	width: 830px;
}

#popupFooter a{
	font-size: 1.1em;
	text-decoration: none;
}

#footer{
	position: relative;
	height: 20;
	width: 990px;
	padding: 5px 0px 5px 0px;
	font-size: .82em;
	vertical-align: middle;
	text-align: center;
	border-top: 1px;
	border-top-color: #464646;
	border-top-style: solid;
	background-color: #000e17;
	color: #47a8c8;
}

#dragonFly{
	color: #627731;
}

#dragonFly a{
	color: #627731;
}

#dragonFly a:hover{
	color: #627731;
}

#footer a{
	font-size: 1.1em;
	text-decoration: none;
}

#innerContent{
	width: 950px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

#largeRightContentLeft{
	position: relative;
	width: 360px;
	text-align: left;
	text-align: left;
	padding-left: 30px;
	padding-right: 20px;
	background: none;
}

#largeRightContentRight{
	width: 530px;
	text-align: left;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	padding-right: 30px;
	padding-top: 20px;
	background: none;
	height: 100%;
}

#largeLeftContentLeft{
	position: relative;
	width: 530px;
	text-align: left;
	text-align: left;
	padding-left: 30px;
	padding-right: 20px;
	background: none;
}

#largeLeftContentRight{
	width: 360px;
	text-align: left;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	padding-right: 30px;
	padding-top: 20px;
	background: none;
	height: 100%;
}

#greyBarLeft{
	border-left: #757474 1px solid;
	padding-left: 30px;
}

#tableHeaders h1{
	display: inline-block;
}

.contentImageCenter{
	display: block;
	margin-left: auto;
    margin-right: auto;
	background: none;
}

table{
	border: none;
	background: none;
}

td{
	width: 310px;
	vertical-align: top;
}

.oneItemTable td{
	width: auto;
}

.oneItemTable{
	width: 940px;
}

.clear{
	height: 0px;
	line-height: 0px;
	clear: both;
}

.historyTable td{
	width: auto;
	padding-right: 7px;
	color: #EFEFEF;
}

.historyText{
	color: #9CF !important;
}

input{
	border: #47a8c8 1px solid;
	padding: 4px;
}

textarea{
	border: #47a8c8 1px solid;
	padding: 4px;
}

.cursor{
	cursor: pointer;
}

/* JQUERY DROP DOWN LIST STYLES */

#jsddm{
	margin: 0;
	padding: 0;
}
	
#jsddm li{	
	float: left;
	list-style: none;
	z-index: 1000;
}
		
#jsddm li ul{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
}
		
#jsddm li ul li{	
	float: none;
	display: list-item;
	padding-left: 33px;
	padding-top: 4px;
	background-image: url(images/layout/dropdown.png);
	background-repeat: repeat-x;
	height: 24px;
	width: 160px;
	border-top: #757474 1px solid;
}
		
#jsddm li ul li a{
	color: #ecebeb;
	text-decoration: none;
}
		
#jsddm li ul li a:hover{
	color: #8fb6c6;
	text-decoration: none;
}

ul {
	padding-left: 30px;	
}

.imgPaddingBottom{
	padding-bottom: 5px;
}

/* END JQUERY DROP DOWN LIST STYLES */

/* END LAYOUT - DON'T CHANGE */


/* EDITABLE SECION, COLOURS ETC */

a {
	color: #046fac;
	text-decoration: none;
}

a:hover {
	color: #8fb6c6;
	text-decoration: none;
}

p {
	margin-bottom: 14px;
}

h1 {
	color: #9cddff;
	font-size: 1.2em;
	margin-bottom: 14px;
}

h2 {
	color: #9cddff;
	font-size: 1.1em;
	margin-bottom: 5px;
}

h2 a {
	color: #9cddff;
}

h2 a:hover {
	color: #9cddff;
}

h3 {
	color: #F90; 
	font-weight: bold
}

.outletsStyle1{
	padding-top: 5px;
}

hr {
	background-color:#464646;
	color:#d4d4d4;
	height:1px;
	border:0px;
}

img{
	background-color: #000;
	border: none;
}

.cookieCrumbs{
	color: #9cddff;
	font-size: 1em;
	margin-top: -10px;
	margin-bottom: 14px;
}

.imageLink{
	font-size: 0.9em;
	margin-top: -4px;
}

.imageLink a{
	font-size: 0.9em;
}

.paintingName{
	font-weight: bold;
	color: #046fac;
}

.sold{
	color: #F00;
	font-weight: bold;
}
