/* CSS Document */
/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; list-style:none }
html { overflow-y: scroll; }

a { outline: none; }
a img { border: none; }
img{ border:none}
a{ text-decoration:none}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

img{
	border:none;
}
body{
    text-align:center;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", tahoma, verdana;
	font-size: 62.5%; /* Resets 1em to 10px */
	background:#053245;
}
#page{
	margin:0 auto;
	padding:45px 0 70px 0;
	text-align:left;
	width:898px;
	position:relative;
}
#wrapper{
	background:#ffffff;
	padding:2px;
}
#lang{
	text-align:right;
	padding-bottom:3px;
}
#lang a{
	color:#8299a2;
	font-family:Verdana, arial, tahoma;
	font-size:1.1em;
	padding-right:10px;
}
#lang a#lastlang{
	padding:0;
}
/*HEADR STYLE*/
#header{
	padding:0;
	background:#a7a7ae;
	height:144px;
	position:relative;
}
#logo a{
	position:absolute;
	top:15px;
	left:10px;
}
#page-name{
	position:absolute;
	top:40px;
	left:10px;
}
#photo{
	position:absolute;
	top:10px;
	right:230px;
}
#suzuki{
	position:absolute;
	top:0;
	right:0;
}
/*CONTAINER STYLE*/
#container{
	background:#ffffff url(../images/container-bg.gif) repeat-x;
	min-height:500px;
	height:auto !important;
	height:500px;
}
#container .inside{
	padding:30px 30px 40px 30px;
	position:relative;
}
#gallery img{
	margin:0 5px 5px 5px;
}
/*FOOTER*/
#footer{
	color:#878790;
	font-size:1.8em;
	text-align:right;
	padding-right:10px;
	padding-bottom:10px;
}

