@charset "UTF-8";
/* CSS Document */

body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
}

a:link, a:visited  {
	color:#000;
	text-decoration:none;
}

a:hover, a:active {
	color:#000;
	text-decoration:underline;
}

*:focus {
	outline:none;
}

div#wrap {
	position:relative;
	margin-top:50px;
	left:50%;
	margin-left:-450px;
	width:900px;
	height:416px;
	overflow:visible;
}

div#photoWrap {
	position:relative;
	top:0;
	left:0;
	width:520px;
	height:416px;
	background:#fff;
	float:left;
	overflow:visible;
}

div#photoBox {
	position:relative;
	top:0;
	left:0;
	width:520px;
	height:416px;
	background:#fff;
	float:left;
	overflow:visible;
}

img#logo {
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:50px;
	z-index:2;
	border:0;
	cursor:pointer;
}

img#capicoia {
	position:absolute;
	top:0;
	left:28px;
	width:111px;
	height:40px;
	z-index:2;
	border:0;
}

img#corner {
	position:absolute;
	top:0;
	left:510px;
	width:10px;
	height:10px;
	z-index:2;
}

div#history {
	position:absolute;
	top:0;
	right:0;
	width:150px;
	height:346px;
	border-left:1px solid #000;
	vertical-align:bottom;
	overflow:hidden;
}

	div#historyText {
		position:absolute;
		bottom:0;
		left:0;
		width:140px;
		height:auto;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.5em;
		margin-left:10px;
	}

	div#historyText a:link, div#historyText a:visited {
		text-decoration:none;
		color:#000;
	}

	div#historyText a:hover, div#historyText a:active {
		text-decoration:underline;
		color:#000;
	}
		
div#info {
	position:relative;
	float:right;
	margin-top:10px;
	width:200px;
	text-align:right;
	font-size:0.6em;
}

div#prodWrap {
	position:absolute;
	float:left;
	width:228px;
	vertical-align:bottom;
	bottom:66px;
	right:150px;
}

div#prodContent {
	position:relative;
	float:left;
	width:206px;
	padding:0 10px 0 10px;
	height:auto;
	vertical-align:bottom;
	overflow:hidden;
	text-align:right;
	font-size:0.6em;
	line-height:11px;
	margin-bottom:5px;
}

div#prodThumbsWrap {
	position:relative;
	float:left;
	width:210px;
	bottom:0;
	margin-top:5px;
	overflow:hidden;
}

div#arrowLeft {
	position:relative;
	float:left;
	width:7px;
	top:5px;
	height:18px;
	margin-right:1px;
	background:url(../img/arrow_left.png) no-repeat -7px 0;
	visibility:hidden;
}

div#arrowLeft.hover {
	background:url(../img/arrow_left.png) no-repeat 0 0;
	cursor:pointer;
}

div#arrowRight {
	position:relative;
	float:left;
	width:7px;
	top:5px;
	height:18px;
	background:url(../img/arrow_right.png) no-repeat -7px 0;
}

div#arrowRight.hover {
	background:url(../img/arrow_right.png) no-repeat 0 0;
	cursor:pointer;
}

div#prodThumbs {
	position:relative;
	float:left;
	width:1000px;
	display:table;	
}

img.slide {
	position:absolute;
}

/*-------------------------------------------------------------------- NAVIGATION */

div#menuArea{
	position:relative;
	width:900px;
	height:20px;
	left:50%;
	margin-top:10px;
	border-top:1px solid #000;
	margin-left:-450px;
}

	img.menuImg {
		border:0;
		height:20px;
	}
	
	div#menuArea ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	div#menuArea li {
		height:20px;
		line-height:20px;
		display:block;
		float:left;
		padding:0px;
		margin-right:54px;
	}
	
	div#menuArea li.over, div#menuArea li:focus {
		height:20px;
		line-height:20px;
		background:url(../img/selector_over.gif) repeat-x top;
		cursor:pointer;
	}	
	
	div#menuArea li.on {
		height:17px;
		line-height:17px;
		background:url(../img/selector.gif) repeat-x top;
		cursor:default;
		padding:0;
	}	
	
/*-------------------------------------------------------------------- NAVIGATION - SUBMENU */
	
div#subMenu {
	position:relative;
	width:209px;
	height:348px;
	float:left;
	padding:0;
	margin-left:10px;
}

	div#subMenu ul {
		margin:0;
		list-style:none;
		position:relative;
		width:200px;
		height:auto;
		padding:10px 10px 10px 0;
		font-size:0.6em;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-align:right;
	}
	
	div#subMenu li {
		height:13px;
		line-height:13px;
		margin-bottom:3px;
		display:block;
		float:left;
		padding:0;
		clear:both;
		width:209px;
		text-align:right;
	}

	div#subMenu li.over {
		width:209px;
		cursor:pointer;
	}
	
	div#subMenu li.on {
		width:199px;
		padding:0 5px 0 5px;
		color:#ff0000;
		background:#000;
	}

	div#subMenu li#imon {
		width:209px;
		color:#ff0000;
	}
	
	div#subMenu span.left {
/*		color:#999; */
		color:#777;
		text-transform:lowercase;
	}
	
	div#subMenu ul a {
/*		background:#000; */
		background:#dfdfdf;
		padding:0px 5px;
	}

	div#subMenu ul a:link, div#subMenu ul a:visited {
		color:#000;
		text-decoration:none;
	}

	div#subMenu ul a:hover, div#subMenu ul a:active, div#subMenu ul a:focus {
		color:#ff0000; 
		width:199px;
		display:block;
		text-decoration:none;
	}	

	p.simpleText {
		margin:0;
		list-style:none;
		position:relative;
		text-align:right;
		width:205px;
		height:auto;
		padding:10px 10px 0 0;
		font-size:0.6em;
		font-family:Arial, Helvetica, sans-serif;
	}
	
/*-------------------------------------------------------------------- NAVIGATION - THUMBNAILS */

img.thumb {
	width:27px;
	height:16px;
	border:1px solid #000;
	margin-right:1px;
}

img.mainThumb {
	border:0;
	cursor:pointer;
}