/* Global styles  & Reset*/  
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot{   
    margin:0;   
    padding:0;   
    border:none;   
    outline:0;   
}   
html,body{   
    height:100%;   
}   
html {
	overflow-y:scroll;
}
body{   
    font-family: "Century Gothic", Helvetica, Arial, sans-serif !important;
    font-size:12px;   
	background:#000;
	color:#DDD;
} 
:focus{   
    outline:none;   
}   
hr{   
    border:1px solid #000;   
}   
table{   
    font-size:12px;   
    border-collapse:collapse;   
    border-spacing:0;   
}     
p{   
    margin-bottom:10px;   
} 
a {
	color:#DDD;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:none;
} 
#Info ul,ol{   
    margin:5px 0 10px 25px;   
}   
/* CMS styles  */  
#Name{   
    font-size:16px;
	font-weight:normal;   
    margin-bottom:10px;   
	display:block;
}   
#Info{   
    display:block;   
}

.border_red {
	border:1px solid #a10d0a;
}
/* Intro */

#introcontainer {
	height:330px;
	width:100%;
	position:absolute;
	top:50%;
	margin:-175px 0 0 0;	
	text-align:center;
}
	#flashcontent {
		margin:0 auto;
	}
	#skip {
		margin:10px 0 0 0;
	}

/* Page styles */
#container {
	width:980px;
	margin:0 auto;
	padding:0 0 145px 0; /* The height of the footer */
	overflow:hidden;
}
	#yamaha {
		width:980px;
		margin:0 auto;
		position:fixed;
		top:60px;
		z-index:95;
	}
	#yamaha h1{
		width:405px;
		height:90px;
		background:url(../images/logo_yamaha.png) left bottom no-repeat;
		text-indent:-9999px;
		position:relative;
		z-index:60;
	}
	#header {
		width:100%;
		height:150px;
		float:left;
		position:relative;
		z-index:90;
	}
		h1#logo {
			width:380px;
			height:20px;
			position:absolute;
			right:0;
			bottom:7px;
			text-indent:-9999px;
			background:url(../images/logo_schiettecatte.png) bottom left no-repeat;
		}
	#content {
		width:560px;
		padding:25px 0 0 0;
		float:right;
		color:#ddd;
		line-height:18px;
		text-align:justify;
		overflow:hidden;
		position:relative;
		z-index:10;
	}
		#newsletter {
			margin:30px 0;
			position:relative;
		}
#footer {
	width:100%;
	height:144px;
	border-top:1px solid #484848;
	background:url(../images/background_footer.jpg) bottom left repeat-x;
	position:fixed;
	left:0; bottom:0;
	z-index:90;
}
	#nav {
		width:980px;
		margin:0 auto;
		position:relative;
	}
		#background {
			width:600px;
			height:410px;
			position:absolute;
			top:-411px;
			right:570px;
			z-index:0;
			background-position:bottom right;
			background-repeat: no-repeat;
		}
		.background01 {
			background-image:url(../images/background01.jpg);
		}
		.background02 {
			background-image:url(../images/background02.jpg);
		}
		.background03 {
			background-image:url(../images/background03.jpg);
		}
		.background04 {
			background-image:url(../images/background04.jpg);
		}
		.background05 {
			background-image:url(../images/background05.jpg);
		}
		.background06 {
			background-image:url(../images/background06.jpg);
		}		
		.background07 {
			background-image:url(../images/background07.jpg);
		}		
		
		#nav ul {
			list-style:none;
			font-size:15px;
		}
		ul#mainnav {
			float:right;
			width:100%;
			height:114px;
			background:#000;
		}
			ul#mainnav li {
				float:left;
				height:82px;
				margin:16px 0;
				position:relative;
				border-left:1px solid #484848;
			}	
			ul#mainnav li.last {
				width:138px;
				border-right:1px solid #484848;
			}	
				ul#mainnav li.active a {
					background:url(../images/background_nav_active.jpg) bottom right no-repeat;
				}			
				ul#mainnav li a {
					display:block;
					width:139px;
					height:114px;
					position:relative;
					top:-16px;
					text-decoration:none;
					cursor:pointer;
				}			
				ul#mainnav li a:hover {
					background:url(../images/background_nav_hover.jpg) bottom right no-repeat;
				}	
				
					ul#mainnav li a span {
						display:block;
						width:100px;
						height:50px;
						position:absolute;
						bottom:0; right:20px;
						line-height:50px;
						text-align:right;
						color:#ddd;
						cursor:pointer;
					}	
					ul#mainnav li a:hover span {
						color:#afafaf;
					}				
		ul#subnav {
			width:420px;
			float:right;
		}
			ul#subnav li {
				float:left;
			}			
			ul#subnav li.last a {
				width:118px;
				border-right:1px solid #000;
			}						
				ul#subnav li a {
					display:block;
					width:119px;
					height:30px;
					border-left:1px solid #000;
					padding:0 20px 0 0;
					color:#000;
					font-weight:bold;
					line-height:30px;
					text-align:right;
					text-decoration:none;
				}
				ul#subnav li a:hover {
					font-weight:normal;
					color:#fff;
				}						

/* GetlistBloc Styling */

#BTNBack {
	display:none;
}
#PublishDate {
	font-style:italic;
	display:block;
	margin:-5px 0 20px 0;
}
.none {
	display:none !important;
}

/* Safari / Firefox fancyness */

::selection {
	background: #a10d0a; /* Safari */
	}
::-moz-selection {
	background: #a10d0a; /* Firefox */
}

/* Newsletter */
#newsletter #field1field, #BtnSubscribeN2 {
	position:absolute;
	left:0;
}
#BtnSubscribeN2 {
	bottom:0;
}

/* Gallery 3.0 */

.Gallery3GalerieTitreTexte {font-family:Verdana;font-size:10px;color:#DDDDDD;font-weight:bold;}   
.Gallery3GalerieCheminLiens {font-family:Verdana;font-size:10px;color:#666666;text-decoration:underline;font-weight:bold;}   
.Gallery3GalerieCheminLiens:hover {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;}   
.Gallery3GalerieCheminTexte {font-family:Verdana;font-size:10px;color:#666666;text-decoration:none;font-weight:bold;}   
.Gallery3GaleriePageEnCours {font-family:Verdana;font-size:10px;color:#DDDDDD;font-weight:bold;}   
.Gallery3RepertoireTitre {font-family:Verdana;font-size:9px;color:#666666;font-weight:bold;}   
.Gallery3FichierTexte {font-family:Verdana;font-size:10px;color:#ffffff;}   
.Gallery3PhotoTexte {background:#FFFFFF;font-family:Verdana;font-size:10px;color:#666666;} 

/* Automod */

table.brd {
	text-align:left !important;
}
table.brd table, table.brd table tr, table.brd table tr td {
	border:none !important;
}
table.brd td {
	border:1px solid #484848;
	border-collapse:collapse;
}

#content center table {
	float:right;
}
