/* CSS Document */
	body {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		margin:0px;
		padding:0px;
		background-color:#FFF;
		color:#666;
	}
	
	.container {
		text-align:center;
		clear:both;
		margin-bottom:20px;
	}
	
	a {
		color:#333;
		text-decoration:none;
	}
	
	a:hover {
		color:#666;
	}
	
	p {
		margin:0px;
		padding:0px;
		margin-bottom:20px;
		line-height:1.5em;
	}
	
/* Header element */
	.header {
		width:980px;
		margin:0 auto;
		height:55px;
		clear:both;
		margin-bottom:5px;
		margin-top:30px;
		text-align:left;
	}
	
	.header .logo {
		width:290px;
		float:left;
		margin-right:20px;
	}
	
	.header .navigation {
		float:left;
		width:570px;
		font-weight:bold;
	}
	
	.header .navigation ul {
		margin:0px;
		padding:0px;
		margin-top:15px;
	}
	
	.header .navigation li {
		list-style-type:none;
		float:left;
	}
	
	.header .navigation li a {
		padding:5px 0px;
		display:block;
		color:#999;
		text-align:left;
		font-size:1.1em;
		text-decoration:none;
		margin-right:38px;
	}
	
	.header .navigation li a.basket_full {
		margin-right:21px;
	}
	
	.header .navigation li a:hover {
		color:#666;
	}
	
	.header .navigation li a.selected {
		color:#333;
		text-indent:0px;
	}
	
	.header .navigation li a.selected img {
		border:0px;
	}
	
/* Dotted line breaker */
	.breaker {
		width:100%;
		margin:5px 0px;
		clear:both;
		background-image:url(../../images/bg_dash.gif);
		background-position:center;
		height:5px;
		/*border-top:1px dashed #666;
		border-bottom:1px dashed #666;*/
	}
	
/* Main content */
	.main_content {
		width:980px;
		margin:0 auto;
		clear:both;
		margin-top:70px;
		margin-bottom:20px;
		text-align:left;
	}
	
	.main_content .left_holder {
		width:290px;
		float:left;
		margin-right:20px;
		font-weight:bold;
		font-size:1.8em;
	}
	
	.main_content .full_width {
		float:left;
		width:550px;
		clear:right;
	}
	
	.main_content .text_holder {
		float:left;
		width:370px;
		margin-right:35px;
	}
	
	.main_content .wider {
		width:410px;
		margin-right:25px;
	}
	
	.main_content .text_holder ul {
		margin-top:10px;
		margin-bottom:15px;
	}
	
	.main_content .text_holder li {
		margin-bottom:10px;
		line-height:1.5em;
	}
	
	.main_content .right_holder {
		float:left;
		width:150px;
		clear:right;
		padding-bottom:20px;
	}
	
	.main_content .right_holder img {
		padding:1px;
		border:1px solid #CCC;
	}
	
	.main_content .right_holder img.no_border {
		border:0px;
		padding-top:60px;
	}
	
	.main_content .right_holder img.arrow {
		border:0px;
	}
	
	.main_content .center {
		text-align:center;
	}
	
	.main_content .is_link {
		width:119px;
		text-align:right;
	}
	
	.main_content .is_link a {
		color:#333;
		text-decoration:none;
	}
	
	.main_content .is_link a:hover {
		color:#666;
	}
	
/* Extra main nav items */
	.main_content .text_holder .info_holder {
		clear:both;
		margin-bottom:20px;
		line-height:1.5em;
		height:20px;
	}
	
	.main_content .text_holder .info_holder .left, .main_content .text_holder .info_holder .right {
		width:50%;
		float:left;
	}
	
	.main_content .text_holder .left, .main_content .text_holder .right {
		width:50%;
		float:left;
		line-height:1.5em;
		margin-bottom:15px;
	}
	
	.main_content .text_holder .info_holder .right {
		clear:right;
	}
	
	.main_content .text_holder h5 {
		color:#333;
		font-size:1.0em;
		margin-top:0x;
		margin-bottom:20px;
		clear:both;
	}
	
	.main_content .text_holder .info_holder .left strong {
		color:#333;
	}
		

/* Left navigation & items */
	.main_content .left_holder .brand_navigation {
		margin-top:40px;
	}
	
	.main_content .left_holder .reduce_top {
		margin-top:10px;
	}
	
	.main_content .left_holder .brand_navigation h4 {
		margin-top:0px;
		margin-bottom:20px;
		color:#666;
		font-size:0.61em;
	}
	
	.main_content .left_holder .brand_navigation h4.sub_heading {
		margin-top:35px;
		font-size:0.61em;
		margin-left:13px;
	}

	.main_content .left_holder .brand_navigation ul {
		margin:0px;
		padding:0px;
		clear:both;
		height:35px;
		margin-left:13px;
		margin-top:20px;
	}
	
	.main_content .left_holder .brand_navigation li {
		list-style-type:none;
		float:left;
	}
	
	.main_content .left_holder .brand_navigation li a {
		text-decoration:none;
		color:#333;
		display:block;
		font-size:0.61em;
		text-align:left;
		height:35px;
		background-image:url(../../images/select_image.gif);
		background-position:bottom center;
		background-repeat:no-repeat;
	}
	
	.main_content .left_holder .brand_navigation li a img {
		border:0px;
	}
	
	.main_content .left_holder .brand_navigation .brand_image {
		margin-left:8px;
	}
	
	.main_content .left_holder .brand_navigation li a.selected {
		color:#666;
		background-image:url(../../images/selected_image.gif);
		background-position:bottom center;
		background-repeat:no-repeat;
	}
	
	.main_content .left_holder .brand_navigation li a:hover {
		color:#666;
	}
	
	.main_content .two_thirds {
		width:620px;
		margin-right:30px;
		float:left;
		font-weight:bold;
		font-size:1.8em;
	}
	
/* Brand image scroller */
	.main_content .mood_board {
		height:628px;
		width:860px;
		overflow:auto;
		clear:both;
	}
	
/* New brand layer */
#mood_board {
		/*background-image:url(../../images/fade_bg.png);
		background-repeat:repeat;*/
		background-color:#FFFFFF;
		position:fixed;
		top:0;
		left:0;
		z-index:240;
		width:100%;
		height:100%;
	}
	
	#mood_board .board_full {
		width:870px;
		background-color:#FFFFFF;
		/*border:1px solid #666;*/
		margin:0 auto;
		margin-top:25px;
		padding:10px;
	}
	
	#mood_board .board_full .board_title {
		margin-top:10px;
		margin-bottom:10px;
	}
	
	#mood_board .board_full .board_title .left {
		float:left;
		width:70%;
		padding:5px;
	}
	
	#mood_board .board_full .board_title .right {
		float:right;
		width:25%;
		padding:5px;
		clear:right;
		text-align:right;
		padding-top:9px;
	}
	
	#mood_board .board_full .board_title .right img {
		border:0px;
	}
	
	#mood_board .board_full .mood_board_image {
		height:628px;
		width:860px;
		overflow:auto;
		clear:both;
		margin:0 auto;
		margin-bottom:10px;
	}
	
/* Footer */
	.footer {
		width:980px;
		margin:0 auto;
		clear:both;
		padding-top:20px;
		font-size:0.9em;
		padding-bottom:40px;
	}
	
	.footer a {
		color:#333;
	}
	
	.footer a:hover {
		color:#666;
	}

/* 20091002 - New flags and language switch */
.country {
	float:left;
	clear:right;
	margin-top:0px;
	font-size:0.85em;
	font-style:italic;
	width:80px;
}

.country a {
	text-decoration:none;
	color:#999;
	float:left;
	display:block;
	margin-bottom:5px;
}

.country a:hover {
	color:#666;
}

.country a img {
	border:0px;
	margin-left:3px;
}
	

