@charset "utf-8";
/* CSS Document */

h1 {
	color:#6e1c52;
	font:22px "trebuchet ms"; 
}

.imageLink {
	border:1px #6e1c52 solid;
}

.imageLink:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);		
}

.clear {
	clear:both;
	height:0px;
	padding:0px;
	margin:0px;
	font-size:0px;
	line-height:0px;
}

img {
	border:0px;
	outline:0px;
}

a {
	outline:0px;
}

input.buttonMedium {
	border:0px;
	width:116px;
	height:26px;
	background-image:url("/site/images/button-medium.png");
}

input.button {
	border:none;
	width:206px;
	height:28px;
	outline:none;
	font: bold 12px arial;
	text-align:left;
	padding-left:6px;
	color:#fff;
	background-image:url("/site/images/button-medium-bg.png");
	background-repeat:no-repeat;
	cursor:pointer;
}

/* start: products list */
.products {
	width:100%;
	overflow:hidden;
}

.products .product {
	width:120px;
	border:1px #d2d1d1 solid;
	width:247px;
	float:left;
	height:194px;
	text-align:center;
	padding:5px;
	margin:3px 4px 0px 0px;
}

.products .product:hover {
	border:1px #adadad solid;
}

.products .product a {
	color:#6a023c;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size:11px;	
}

.products .productLarge {
	width:120px;
	border:1px #d2d1d1 solid;
	width:247px;
	float:left;
	height:194px;
	text-align:center;
	padding:5px;
	margin:3px 4px 0px 0px;
}
/* end: products list */

#header {
	position:relative;
}

#header div#locales {
	position:absolute;
	left:140px;
	top:75px;
	width:160px;
}

#header img#logoCalais {
	position:absolute;
	left:310px;
	top:55px;
}

#content {
	width:750px;
	margin:0px auto;
	font:12px arial;
	color:#444;
}

body .content {
	border:1px #77083d solid;
	background-color:#fff;
	padding:10px;
	width:730px;
	color:#333;	
}

.content a {
	color:#77083d;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}


#footerSEO, #footerSEO a  {
	font:11px arial;
	color:#333;
}

#footerSEO a {
	text-decoration:none;
}
