/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	font-size: 11px;
	font-family: Arial, "Trebuchet MS", Verdana, sans serif;
	background: #fff;
}



.scroll {

    height: 311px;
	overflow-y: scroll;

}

.scroll-hori {
    height: 360px;
	overflow-x: scroll;
	overflow-y: hidden;
	background: #FFF;
	float: left;
	clear: right;
	width: 100%;
	display: inline;
	padding-left: 10px;
}

.scroll-hori img {
	padding: 10px 20px 10px 0;
}


.brand-content {
	/*padding: 24px 0px 0 0;*/
	font-size: 11px;
	width: 399px;
	float: right;
	height: auto;
}


#brand-hero {
	width: 420px;
	float: left;
	height: auto;
	padding-bottom: 10px;
	height: 500px;
}

#brand-hero img {
	/*padding: 3px;*/
	/*border: 1px solid #b1b1b1;*/
}

#inner {
	
	
}


#outer{
	height:99.9%;
	min-height:100%;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	width: 848px;
	
}

.topmenu {
	text-decoration: none;
	float: left;
	width: 848px;
	height: 50px;
}



/* mac hide  \*/
* html #outer{
	width: 848px;
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/


.header{
	width:848px;
	height: 130px;
	z-index:74;
	text-decoration: none;
}



#ajaxmenu{
	width:848px;
	height:20px;
	z-index:65;
	color: #666;
	font-size: 12px;

}
#logo {
	top: 33px;
	left:0px;
	position:absolute;
	width:145px;
	height:35px;
	text-indent: -5000px;
	z-index:300;
	background:  url(../magali/images/magLogo.gif) no-repeat left top;
	color: #FFF;
	text-decoration: none;
}


#anouck-logo {
	top: 180px;
	left:600px;
	position:absolute;
	width:190px;
	height:27px;
	background:  url(../magali/images/anouck-logo.gif) no-repeat left top;
	
}


html > body #logo { top:36px;} 





/* mac hide \*/
* html #outer, * html #header {width:848px}
/* end hide*/

.footer {
	clear: left;
	color: #C8BEC1;
	height:17px;
	font-size: 8px;
        text-transform:uppercase;
	padding-top: 5px;
	/*background:  url(../magali/images/footer.gif) repeat-x;*/
	width:848px;
	height: 20px;
}


.footer a {
	text-decoration: none;
	color: #C8BEC1;
	margin-bottom: 3px;
}




html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */




.sub-title {
	width: 322px;
	/*padding-bottom: 16px;*/
}


h1.a {
	color: #33FF00;
}

h1.title {
 	text-indent: -5000px;
	padding: 0;
	margin-top: -30px;
}



html>body  h1.title {
 	text-indent: -5000px;
	visibility: hidden;
	margin-top: -20px;
}

#gallery-content {
	height: 460px;
}

#content h2 {
	font-size: 18px;
	color: #303d73;
	line-height: 24px;
	position: relative;
}

#content h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bolder;
	color: #666666;
	text-transform: uppercase;
}


#content p {
	/*color: #3a3a3a;*/
color:#BBBBBD;
}

#content p a {
	color: #E53C28;
}

#content p a:hover {
		color: #E53C28;
		background: #FFF;
}





img {
	border: 0;
}

#content ul li{

	list-style-image: url(../magali/images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;

}

#content a, #sidebar a
{
    color: #E53C28;
}

.stock td {
	padding: 3px;
}



/* home page flash \*/

#flash-home {
position:	absolute;
top: -1000px;
left: -5000px;
}








/* new sliding preview gallery \*/


	#previewPane{
		
		margin-bottom:10px;	
		text-align:center;
		float: left;
		position:relative;
		
		/* CSS HACK */
		height: 364px;	/* IE 5.x */
		height/* */:/**/364px;	/* Other browsers */
		height: /**/364px;
				
	}
	#previewPane img{
		line-height:364px;
		padding: 3px;
		border:1px solid #CCCCCC;
	}
	
	#galleryContainer{
		
		height:188px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		width: 570px;
		top: 100px;
		left: 20px;
		/* CSS HACK */
		height: 188px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/188px;	/* Other browsers */
		height: /**/188px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding-left: 26px;
		/*background-color: #FFF;*/
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding-right: 26px;
		/*background-color: #FFF;*/
		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:3px;
		filter: alpha(opacity=100);
		opacity: 0.99;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:60px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#largeImageCaption {
	margin-top: 10px;
	}
	
	#theImages .imageCaption{
		display:none;
	}

.collTitle {
font-size: 8.5px;
color: #6E6E70;
font-family:Arial;
}
.collDesc {
font-size: 8.5px;
color: #C8BEC1;
font-family:Arial;
}
