@charset "UTF-8";
/* 
	Main CSS document for Superyacht Art Agency www.superyachtart.com
	Andy Clayton June 2009
	Classes and then Element IDs are in alphabetical order below
*/

/* Override HTML base classes */
body {
	font:75% Helvetica, Verdana, Arial, Sans-serif; 
	text-align:center; /* required for centering the page in IE */
	background:url("../images/backgroundblk.gif") repeat;
	margin:0;
}
a:link, a:visited {
	text-decoration:none;
	color:#eee;
}
a:hover {
	text-decoration:underline;
	color:#f09;
}
a:active, a:focus { /* Remove annoying thin line around link images */
	outline: 0;
}

/* SYA classes */
.centered {
	text-align:center;
}
.clearboth {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.hide {
	display:none;
}
.imagecode {
	font:1.6em Arial, Helvetica, sans-serif bolder;
	padding-left:10px;
}
.login {
	float:right;
	padding:179px 0 0 0;
}
.moredetails {
	font-family:1.6em Helvetica, Arial, sans-serif bold;
	padding:0 0 20px 0;
	background:url("../images/hrdots.gif") no-repeat bottom;
	clear:both;
}
.moredetails a:link, .moredetails a:active, .moredetails a:visited {
	color:#b9287b;
	text-decoration:none;
}
.moredetails a:hover {
	color:#b9287b;
	text-decoration:underline;
}
.newsitem {
	padding:0 0 10px 0;
}
.newsitem h2 {
	font-family:2.3em Helvetica, Arial, sans-serif bold;
	color:#b9287b;
	text-align:left;
	margin:0;
}
.newsitem img {
	float:right;
	padding:0 0 0 25px;
}
.padbottom50 {
	padding-bottom:50px;
}
.padleft15 {
	padding-left:15px;
}
.proposalheading {
	clear:both;
	font:0.95em Arial, Helvetica, sans-serif bold;
	text-align:left;
	background:url("../images/hrdots.gif") no-repeat bottom;
	padding:35px 10px 10px 0;
	overflow:hidden;
}
.proposallink, .proposallink3 {
	font:0.95em Arial, Helvetica, sans-serif bold White;
	text-align:left;
	background:url("../images/hrdots.gif") no-repeat bottom;
	float:left;
	padding:20px 10px 10px 0;
	overflow:hidden;
	cursor:pointer;
}
.proposallink3 {
	padding-right:60px;
	cursor:pointer;
}
.syabutton1 {
	border:1px;
	border-color: #000 #000 #000 #000;
	padding:4px;
	font: 0.9em Arial, Helvetica, sans-serif bold;
}

/* SYA elements */
#container {
	margin:0 auto;
}
#content {
	position:relative;
	max-width:1000px;
	margin:0 auto;
	color:#eee;
}
#contentpanel {
	position:absolute;
	display:block;
	top:260px;
	left:535px;
	width:460px;
	margin:0 auto;
	z-index:1;
}
#contentpanel p {
	font-family:1.8em Helvetica, Arial, sans-serif;
	text-align:justify;
	line-height:2.2em;
	color:White;
	margin: 0 0 2px 0; /* third attr is the spacing between paragraphs */
}
#contentpanel p.important {
	color:#f00;
}
#contentpanel p.instruction {
	text-align:left;
	color:Black;
	font-weight:bold;
	font-size:0.9em;
	padding-top:20px;
}
#contentpanel img {
	border:0;
}
#contentpanelTEXTVERSION_UNUSED h1 {
	font-family:2.7em Helvetica, Arial, sans-serif bold;
	text-align:left;
	background:url("../images/hrdots.gif") no-repeat bottom;
	overflow:hidden;
	padding-bottom:20px;  
}
#contentpanel h1 {
	/* Set the background style for this element in the relevant page */
	overflow:hidden;
	padding-bottom:20px;
	text-indent: -3000px; /* Get rid of the text from screen */
}
#contentpanel p.selectedclient, #contentpanel p.proposalheading {
	color:#b9287b;
}
#contentpanel .floatleft {
	padding-top:8px;
}
#contentpanel.floatright {
	min-width:150px;
}
#contentpanel.floatright p {
	font-size:0.95em;
}
#dots {
	max-width:995px;
	min-width:700px;
	height:20px;
	background:url(../images/hrdots.gif) repeat-x center left;
	clear:both;
}
#footer {
	clear:both;
	/* padding:100px 0 0 0; */
	padding:0;
	font-size:0.8em;
	margin-top:100px;
	margin-left:-525px;
	display:block;
	z-index:1;
}
#generallinks {
	text-align:left;
	z-index:10;
}
#imagescategories {
	display:none;
	padding:3px 0 0 40px;
}
#imagescategories a:link, #imagescategories a:visited, #imagescategories a:active {
	font-size:16px;
	font-weight:bolder;
	color:#777;
	text-decoration:none;
}
#imagescategories a:hover {
	color:#b9287b;
	text-decoration:none;
}
#loadingAnim {
	padding:8px 0 0 15px;
}
#lightbox {
	cursor:pointer;
}
#loginstatus {
	height:1.2em;
	font:0.9em Arial, Helvetica, sans-serif bold;
	color:#f03;
}
#logo {
	float:left;
	padding:50px 400px 0 0;
}
#mainlinks {
	text-align:left;
	z-index:10;
}
#morenews1, #morenews2 {
	display:none;
}
#panelUNUSED {  
    width:375px;  
    position:relative;  
    top:1px;  
    height:0px;  
    margin-left:auto;  
    margin-right:auto;  
    z-index:10;  
    overflow:hidden;  
    text-align:left;  
}  
#panel_contents_loginUNUSED, #panel_contents_logoffUNUSED {  
    background:White;  
    filter:alpha(opacity=85);  
    -moz-opacity:0.85;  
    -khtml-opacity:0.85;  
    opacity:0.85;  
    height:100%;  
    width:354px;  
    position: absolute;  
    z-index: -1;
	color:Black;
	font:1em Arial, Helvetica, sans-serif bold;
	padding:10px;  
}
#panel_contents_login, #panel_contents_logoff {  
	font:1em Arial, Helvetica, sans-serif bold;
	padding:10px;
}
#panel_contents_login a:link, #panel_contents_login a:visited, #panel_contents_login a:active, 
#panel_contents_logoff a:link, #panel_contents_logoff a:visited, #panel_contents_logoff a:active {
	text-decoration:none;
	color:Black;
	font-size:0.85em;
}
#panel_contents_login a:hover, #panel_contents_logoff a:hover {
	text-decoration:underline;
	color:#f09;
}
#poweredby {
	clear:both;
	margin-top:100px;
	margin-left:-525px;
	display:block;
	width:103px;
	height:71px;
	background:url(../images/poweredbyblk.gif) no-repeat;
	cursor:pointer;
}
#searchform img {
	vertical-align:text-top;
	padding: 0 10px 10px 0;
}
#searchresults {
	width:454px;
	text-align:center;
}
#toppanel {  
    position:absolute;  
    top:211px;  
    width:350px;  
    z-index:25;  
    text-align:center;  
    margin-left:auto;  
    margin-right:auto;  
}  
#showlogin, #whitepackage, #pinkpackage, #blackpackage, .yachtnotes {
	cursor:pointer;
}
#wrapperUNUSED {  
    margin-left:620px; /* For Mozilla/Webkit this value is better as 620px. For IE use 420px and substitute in header directive --sigh-- */  
    margin-right:auto;  
    width:400px;  
    text-align:center;  
}