@charset "utf-8";
/* CSS 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, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
	}
ol, 
ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
	}
:focus {
	outline: 0;
	}
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear: both;
	}
/* End CSS reset */






body {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	}
#bgImg {
	position: absolute;
	z-index: 0;
	}
	#bgImg > img {
		position: absolute;
		visibility: hidden;
		}
	#bgImg #links {
		position: absolute;
		left: 10px;
		bottom: 10px;
		height: 45px;
		z-index: 3;
		color: #8b8075;
		font-size: 10px;
		visibility: hidden;
		}
		#links div {
			display: inline-block;
			padding: 35px 0 0 0;
			}
		#links a {
			color: #8b8075;
			text-decoration: none;
			}
		#links img {
			float: left;
			margin: 0 12px 0 0;
			}	
#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 895px;
	height: 485px;
	margin-left: -448px;
	margin-top: -243px;
	z-index: 1;
	}
	#wrapper > div {
		position: absolute;
		background-color: #fff;
		}
	#mainMenu {
		width: 200px;
		height: 200px;
		overflow: hidden;
		font-size: 12px;
    letter-spacing: 1px;
		}
		#mainMenu ul {
			width: 150px;
			margin: 5px 25px;
			border-top: 1px dotted #8b8075;
			}
			#mainMenu ul li {
				border-bottom: 1px dotted #8b8075;
				padding: 6px 1px 5px 1px;
				}
		#mainMenu a {
			text-decoration: none;
			color: #8b8075;
			text-transform: uppercase;
			}
		#mainMenu a:hover,
		#mainMenu a.active {
			color: #c86e78;
			}
	#mainContent {
		width: 660px;
		height: 485px;
		right: 0px;
		visibility: hidden;
		}
		#contentWrapper {
			position: absolute;
			left: 25px;
			top: 25px;
			width: 610px;
			height: 435px;
			}
		#subMenu {
			position: absolute;
			width: 150px;
			height: 435px;
			overflow: hidden;
			font-size: 11px;
			line-height: 14px;
			}
			#subMenu .newCollection {
				font-size: 12px;
				font-weight: bold;
				padding: 0 0 0 5px;
				}
			#subMenu .countryWrapper,
			#subMenu .continentWrapper,
			#subMenu .pressWrapper {
				padding: 0 0 0 10px;
				}
			#subMenu h2,
			h2.newsTitle {
				width: 150px;
				border-bottom: 1px dotted #8b8075;
				border-top: 1px dotted #8b8075;
				color: #8b8075;
				font-size: 12px;
				letter-spacing: 1px;
				margin: 0 0 20px 0;
				padding: 5px 1px;
				font-weight: normal;
				text-transform: uppercase;
				}
			#subMenu h2 {
				margin: 0 0 10px 0;
				}
			h2.newsTitle {
				width: 100%;
				}
			#subMenu h3 {
				color: #c86e78;
				font-size: 12px;
				letter-spacing: 1px;
				font-weight: normal;
				text-transform: uppercase;
				}
			#subMenu ul {
				width: 150px;
				margin: 5px 0;
				}
			#subMenu ul li {
				padding: 0;
				}
			#subMenu a {
				text-decoration: none;
				color: #8b8075;
				text-transform: uppercase;
				}
			#subMenu a:hover,
			#subMenu a.active {
				color: #c86e78;
				}
			#subThumb {
				position: absolute;
				width: 150px;
				margin: 0;
				padding: 5px 0 0 0;
				border-bottom: 1px dotted #8b8075;
				bottom: 0;
				}	
			.noBorder {
				border-bottom: none!important;
				}
				#subThumb div {
					float: left;
					width: 7px;
					height: 7px;
					background-color: #8b8075;
					margin: 0 0 5px 5px;
					cursor: pointer;
					}
				#subThumb div.active {
					background-color: #c86e78;
					}
				#subThumb #pauseButton {
					float: right;
					background-color: #fff;
					margin-right: 6px;
					background-image: url(/images/chivassoPause.png);
					}
				#subThumb .playButton {
					background-image: url(/images/chivassoPlay.png);
					}
				#subThumb #addressInfo {
					clear: both;
					width: 150px;
					height: inherit;
					color: #8b8075;
					background-color: #fff;
					margin: 0 0 5px 0;
					padding: 0 0 5px 0;
					border-bottom: 1px dotted #8b8075;
					}	
			#content {
				position: absolute;
				left: 175px;
				width: 460px;
				height: 435px;
				font-size: 11px;
				color: #222;
				overflow: auto;
				line-height: normal;
				}
				#bigImage {
					position: absolute;
					width: 435px;
					height: 435px;
					z-index: 1;
					}
					#bigImage > img {
						position: absolute;
						visibility: hidden;
						}
				#content p {
					margin: 0 0 10px 0;
					}
				#content .warning {
					background: url(/images/exclamation.png) no-repeat 0 0;
					padding: 3px 0 0 20px;
					font-size: 11px;
					color: #900;
					height: 30px;
					font-weight: bold;
					}
				#content a {
					color: #8b8075;
					text-decoration: underline;
					}		
				#content a:hover {
					color: #222;
					text-decoration: none;
					}		
				#content .inputContainer {
					clear: both;
					padding: 0 0 3px 0;
					}
					#content .inputContainer > div {
						float: left;
						min-height: 16px;
						} 
				#content input,
				#content textarea,
				#content select {
					font-size: 11px;
					border: 1px solid #8b8075;
					padding: 0px 1px;
					font-family: Arial, Helvetica, sans-serif;
					background-color: #eee;
					}
				#content input[type="checkbox"],
				#content input[type="radio"] {
					border: 0;
					padding: 0;
					margin: 0 5px 0 0;
					background: 0;
					}
	.photoPage {
		clear: both;
		}
		.photoPage .photoFrame { 
			float: left;
			/*border: 1px solid #8b8075;*/
			border:none;
			width: 174px;
			height: 190px;
			margin: 0 0 10px 17px;
			padding: 8px;
			/*text-align: center;*/
			}	
		.photoPage .photoFrame a {
			display: block;
			padding: 5px;
/*			border: 1px solid #fff;
*/			float:left;
			}
		.photoPage .photoFrame a:hover {
			border: 1px solid #8b8075;
			}
		.photoPage .photoFrame label {
			clear: both;
			display: block;
			padding: 5px 0 0 0;
			color: #8b8075;
			line-height: 13px;
			}
	.dealerWrapper {
		height: 12px;
		overflow: hidden;
		}
	.dealerBlock {
		clear: both;
		color: #222;
		width: 400px;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #8b8075;
		}
		.dealerBlock > div {
			float: left;
			width: 200px;
			}
		.dealerBlock h2 {
			padding: 0 0 10px 0;
			margin: 0;
			font-size: 11px;
			font-weight: bold;
			}

