html { min-height: 100%; margin-bottom: 1px; }

/* 
Yamaha main navigation is positioned 10px too far to the right in design cafe
Due to the 10px padding of the #mainDiv 
*/

#css_menu{margin-left:-10px;}

h1 {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	font-size: 11px;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
}

p {
	margin-top:0px;
	}

img {
	border:none;
	margin:0px;
}

body
	{
	margin-top:10px;
	margin-left:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #cacaca;
	}
	

#mainDiv {
	top:10x;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	width: 720px; 
	height: auto;
	display: block;
}

#footer {
	clear:left;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	background-color:#cacaca;
	width:740px;
	height:22px;
	font-size:9px;
	font-weight:bold;
	color:#666666;
	text-align: left;
	vertical-align:bottom;
	top:-5px;  /* why? */
	}
	
#preloadImages {
	position:absolute;
	top:-1000px;
	height:0px;
	}

#header
	{
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	position: relative;
	width: 100%;
	height: 78px;
	visibility: visible;
	}
	
	
#subHeader {
	height:81px;
	text-align:left;
	display: block; 
	width: 720px; 
	top: 98px; 
	z-index: 10;
	position: absolute;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/topGradient.gif);
	background-repeat:repeat-x;
	}

#cafeLogo {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/designCafe.gif);
	background-repeat:no-repeat;
	width:211px;
	height:78px;
}

#navcontainer {
	top:31px;
	left:0px;
	height:auto;
	width: auto;
	position:absolute;
	z-index:10;
}
#navcontainer ul {
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	margin:0px;
	padding:0px;
}

#navcontainer ul li { 
	width:auto;
	float:left;
	margin-right:1px;
	}

#navcontainer a
{
	display:block;
	margin: 0px;
	color: #666666;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right:0px;
	background-position:top;
	background-repeat:repeat-x;
	width: 95px;
	height: 100%;
}

#navcontainer a:hover, #navcontainer .selected a {
	color:#cc0000;
	}
	
#navcontainer  .home {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/home.jpg);
}
#navcontainer  a.home:hover, #navcontainer .selected a.home {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/home-over.jpg);
}

#navcontainer  .about {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/about.jpg);
}
#navcontainer  a.about:hover, #navcontainer .selected a.about {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/about-over.jpg);
}

#navcontainer  .opinion {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/opinion.jpg);
}
#navcontainer  a.opinion:hover, #navcontainer .selected a.opinion {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/opinion-over.jpg);
}

#navcontainer  .inside {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/inside.jpg);
}
#navcontainer  a.inside:hover, #navcontainer .selected a.inside {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/inside-over.jpg);
}

#navcontainer  .archive {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/archive.jpg);

}
#navcontainer a.archive:hover, #navcontainer .selected a.archive {
background-image:url(http://css.yamaha-motor-europe.com/designcafe/archive-over.jpg);
}


/*-------- END define the colors of the menu ----------*/

/* BEGIN page layout */

#page {
	width:auto;
	height:auto;
}

#content {
	text-align:left;
	float:left;
	padding-top: 82px !important;
	width:520px;
	height:auto;
}

#rightCol {
	float:left;
	width:200px;
	padding-top:82px;
	}

/* END page layout */

	
/* BEGIN elements in rightCol */
	
#rightCol select{
	width:150px;
	font-size:11px;
	}
	
#languageSelector {
	width:100%;
	height:20px;
	float:right;
	position:relative;
	text-align:right;
	margin-top:219px;
}

#searchSelector {
	width:100%;
	height:20px;
	float:right;
	position:relative;
	text-align:right;
	margin-top:12px;
}

#teaser1 {
	padding:10px;
	width:134px;
	float:right;
	position:relative;
	margin-top:39px;
	text-align:right;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/articleGradient1.gif);
	background-repeat:no-repeat;
	background-position:right top;
	min-height: 152px;
	height:auto !important;
	height: 152px;
}

#rightCol h1 {
	font-size:16px;
	font-weight:bold;
	color:#cc0000;
	padding-bottom:10px;
	}

#rightCol h2 {
	font-size:11px;
	color:#cc0000;
	font-weight:bold;
}

#rightCol p {
	font-size:11px;
	}
	

#rightCol a  {
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/readMoreArrow.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	padding-right:7px;
	display:block;
}	

#rightCol a:hover {
	text-decoration:underline;
	}

/* Classes for poll results */
ol.pollresults { width: 140px; list-style: none; margin: 0; padding: 0;text-align: left; }
ol.pollresults li { margin-bottom:4px; }
ol.pollresults span { display: block; _height: 1%; border-left: 0px solid #cc0000; padding-left: 2px; }
	
/* all browsers except IE6 will render the minimal height, IE6 takes the 'height' value always */

.teaser {
	padding:10px;
	width:134px;
	float:right;
	position:relative;
	margin-top:20px;
	text-align:right;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/articleGradient1.gif);
	background-repeat:no-repeat;
	background-position:right top;
	min-height: 152px;
	height:auto !important;
	height: 152px;
}

.teaserSmall {
	padding:10px;
	width:134px;
	float:right;
	position:relative;
	margin-top:20px;
	text-align:right;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/articleGradient2.gif);
	background-repeat:no-repeat;
	background-position:right top;
	min-height: 71px;
	height:auto !important;
	height: 71px;
}


/* END elements in rightCol section */

/* BEGIN elements in content section */

#content p {
	font-size:11px;
	color:#000000;
	line-height:14px;
}

#content p.date{
	font-size: 10px;
	color: #757575;
	margin-top:0px;
	margin-bottom:7px;
	line-height:10px;
	font-weight:normal;
	letter-spacing:0.5px;
	}
	
#content1 {
	width:100%;
	height:86px;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	overflow:hidden;
	}

#content1 img {
	margin-top:-4px;
}
.articleFeatured {
	width:100%;
	height:201px;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:16px;
	}
	
.articleLatest {
	width:100%;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	margin-top:30px;
	padding-bottom:2px;
	}
		
#content .introduction {
	color:#666666;
	font-size:11px;
	font-style:italic;
	margin-top:10px;
}

#readMoreStories {
	width:520px;
	text-align:right;
	position:relative;
	float:left;
	margin-top:15px;
	height:16px;
}

#innerFooter {
	width:100%;
	height:22px;
	clear:both;
	text-align:right;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/footerSquares.gif);
	background-position: 0px 1px;
	background-repeat:no-repeat;
}
/* END elements in content section */


#footer .footerSeparator {
	width:26px;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/footerSeparator.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

.articleFeatured .image {
	width:245px;
	height:160px;
	float:left;
	overflow:hidden;
}

.articleFeatured .image img{
	display:block;
}

.articleFeatured .text {
	width:250px;
	float:right;
}

.articleFeatured h2 {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}

.articleFeatured .readMore {
	width:200px;
	float:right;
	margin-top:10px;
	text-align:right;
}

.readMore a, #readMoreStories a {
	font-size:11px;
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/readMoreArrow.gif);
	background-position: right 5px;
	background-repeat:no-repeat;
	padding-right: 8px;
}

.articleLatest .image {
	width:160px;
	float:right;
}

.articleLatest img{
	display:block;
}


.articleLatest .image-gradient{
	background-image:url(http://css.yamaha-motor-europe.com/image-gradient.gif);
	background-position: left top;
	background-repeat:repeat-x;
	height:37px;
	width:160px;
}
.articleLatest .image-gradient img{
	display:block;
}
.articleLatest .text {
	width:340px;
	float:left;
}

.articleLatest .readMore {
	width:340px;
	float:left;
	margin-top:10px;
	text-align:right;
}

.options {
	font-size:11px;
	line-height:29px;
	text-align:left;
}

.options .submit {
	margin-top:10px;
}

.option {
	padding-left:14px;
	position:relative;
	top:-4px;
}	

.optionsGradient {
	font-size:11px;
	line-height:20px;
	text-align:left;
}


.optionsGradient .option {
	padding-left:7px;	
}

#pageSelector {
	width:100%;
	height:18px;
	float:left;
	padding-top:1px;
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/doubleDots.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#pageSelector a {
	font-size:11px;
	font-weight:bold;
	color:#cc0000;
	text-decoration:none;
	position:relative;
}

#pageSelector a:hover {
	text-decoration:underline;
	}

#pageSelector .previous {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/readLessArrow.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left: 7px;
	padding-right: 10px;
	}
	
#pageSelector .next {
	background-image:url(http://css.yamaha-motor-europe.com/designcafe/readMoreArrow.gif);
	background-position:right 4px;
	background-repeat:no-repeat;
	padding-right: 7px;
	padding-left: 10px;
}

#navcontainer #nav,#navcontainer #nav ul {
	float: left;
	z-index:100;
	list-style: none;
	background: #fff;
	font-weight: normal;
	padding:2px 0 0 0;
	margin: 0;
}


#navcontainer #nav a 
{
display: block;
color: #707070;
font-size:11px;
text-decoration: none;
}

#navcontainer #nav li {
	float: left;
	padding: 0;
}

#navcontainer #nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 157px;
	font-weight: normal;
	margin: 0;
	background: #E3E3E1;
}


#navcontainer #nav li ul a {
	width: 157px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#navcontainer #nav li ul ul {
	margin: -25px 0 0 157px;
}

#navcontainer #nav li:hover ul ul,#navcontainer #nav li:hover ul ul ul,#navcontainer #nav li.sfhover ul ul,#navcontainer #nav li.sfhover ul ul ul {
	left: -999em;
}

#navcontainer #nav li:hover ul,#navcontainer #nav li li:hover ul,#navcontainer #nav li li li:hover ul,#navcontainer #nav li.sfhover ul,#navcontainer #nav li li.sfhover ul,#navcontainer #nav li li li.sfhover ul {
	left: auto;
}

#navcontainer #nav li li a:hover,#navcontainer #nav li li a.sfhover {
	color: #FFF;
}
#navcontainer #nav li :hover,#navcontainer #nav li.sfhover {
	color: #E00B15;
}

#navcontainer #nav li li:hover,#navcontainer #nav li li.sfhover {
	width: 157px;
	background: #E00B15;
}

/* Support for the "iehover-fix.js" */

#navcontainer ul.nav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
    /* This is the line which makes sure the iFrame is over the dropdowns */
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html #navcontainer ul.nav li { z-index: 201; }


/* THIS SHOULD BE REMOVED ONCE ENHANCEMENTS ARE PUT LIVE / REINDER: 04/11/2008 */
#articleFeatured 				{width:100%; height:201px; background-image:url(http://css.yamaha-motor-europe.com/designcafe/dots.gif); background-repeat:repeat-x; background-position:bottom; margin-top:16px; }
#articleLatest 					{width:100%; background-image:url(http://css.yamaha-motor-europe.com/designcafe/dots.gif); background-repeat:repeat-x; background-position:bottom; float:left; margin-top:30px; padding-bottom:2px; }
#articleFeatured .image 		{width:245px; height:160px; float:left; overflow:hidden; }
#articleFeatured .image img		{display:block; }
#articleFeatured .text 			{width:250px; float:right; }
#articleFeatured h2 			{font-size: 14px;  color: #000000; font-weight:bold; margin-top:0px; margin-bottom:0px; }
#articleFeatured .readMore 		{width:200px; float:right; margin-top:10px; text-align:right; }
#articleLatest .image 			{width:160px; float:right; }
#articleLatest img				{display:block; }
#articleLatest .image-gradient	{background-image:url(http://css.yamaha-motor-europe.com/image-gradient.gif); background-position: left top; background-repeat:repeat-x; height:37px; width:160px; }
#articleLatest .image-gradient img {	display:block;}
#articleLatest .text 			{width:340px; float:left; }
#articleLatest .readMore 		{width:340px; float:left; margin-top:10px; text-align:right; }
