@charset "UTF-8";
/* CSS Document */

/*
    ------------
    Project by:			Kiosk
    Author:				Jim Savage
    Start date:			05/10/2007
    ------------
    COLOUR SPEC:
    dark blue:			00283c
	dark orange:		f68724
	orange:				fbaa19
	grey: 				737878
	background color    0e1818 <---New  Colour 
    ------------
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #737878;
	font-size: 1em;
	/* background: #00283c url(../../images/backTile.gif) repeat-x; */
	background: #0e1818;
}

a:link, a:visited, a:hover{
	color: #f68724;
	text-decoration: none;
}

a:hover{
	color: #fbaa19;
}

div#fixedWidth{
	/*centre VERT & HOZ*/
	width: 779px;
	height: 600px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	margin-top: -300px;
}

div#content, div#contentBox{
	height: 532px;
}

div#contentBoxHome, div#contentBoxCommissions, div#contentBoxArtwork{
	padding: 30px;
	height: 472px;
}

div#contentBoxHome, div#contentBoxCommissions {
	border-top: #737878 solid 1px;
	border-left: #737878 solid 1px;
	border-right: #737878 solid 1px;
	border-bottom: #737878 solid 1px;
}

div#contentBoxHome{
	background: #0e1818 url(../../images/home-pic.jpg) no-repeat 300px 15px;s
}

div#contentBoxHome a{
	float: right;
	display:block;
	width: auto;
	height: 148px;
	font-weight: bold;
	margin-top: 112px;
	
}


div#contentBoxHome a img{

	border: #737878 solid 1px;
	vertical-align: middle;
	margin-left: 10px;
}

div#contentBoxHome a:hover img{
	border: #f68724 solid 1px;
}

div#contentBoxArtwork{
 padding: 0px;
 height: 472px;
 }

div#contentBoxArtwork a{
	
	
	
}



div#contentBoxArtwork a img{
	
}

div#contentBoxArtwork a:hover img{
	
}

div#contentBoxCommissions{
	background: #0e1818;
}

div#contentBoxArtwork{
	background: #0e1818;
}

div#contentBoxCommissions img.genPic{
	float: left;
	padding-right: 30px;
}

div#contentBoxCommissions div#left{
	float: left;
}

div#contentBoxCommissions div#right{
	float: left;

}

div#right{
	width:350px;

}

div#contentBoxCommissions div#right ul{
	margin: 0;
	padding-left: 1em;
}

div#footer{
	/* background: #737878; */
	height: 50px;
	color: #f68724;
	text-align: right;
	border-bottom: #737878 solid 1px;
	border-left: #737878 solid 1px;
	border-right: #737878 solid 1px;
}

div#footer ul {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	padding-top: 16px;
}

div#footer ul li{
	display: inline;
	padding-right: 20px;
}

h2{
	padding: 0;
	margin: 0;
	font-size: 2em;
}

h3{
	padding: 0;
	margin: 0;
	color: #f68724;
	font-size: 2em;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
	padding: 0;
	margin: 0;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h3, .sIFR-hasFlash h2{
	visibility: hidden;
	letter-spacing: -6px;
}
