@charset "UTF-8";
/* CSS Document */
/* Main positioning classes and ids are commented; positioning of the main navigation bar is controlled by the ../images/main_navigation.gif.css file */


#noscript{ 
	position:absolute; 
	margin:-10px;
	padding:1em;
	height:100%;
	width:100%;
	z-index:20;
	display:block;
	overflow:hidden;
	background-color:#FFF
}


#copyright{
	position:absolute;
	margin:0;
	padding:0;
	height:10px;
	width:216px;
	top:635px;
	left:900px;
	background-image:url(../images/mimmo_siviglia_copyright.png);
	background-repeat:no-repeat;
	text-indent:-9000px;
}

#copyright_gallery{
	position:absolute;
	margin:0;
	padding:0;
	height:8px;
	width:216px;
	top:700px;
	left:65px;
	z-index:100;
	background-image:url(../images/mimmo_siviglia_copyright.png);
	background-repeat:no-repeat;
	text-indent:-9000px;
}


#loadingmessage{
	height: 50px; width:100px; margin-top:350px; margin-left:auto; margin-right:auto; font-size: 12px; font-family:Helvetica, sans-serif; color:#FFF; background-color:#000;}



#logo {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:300px;
	height:50px;
	z-index:0;
	left: 740px;
	top: 40px;
}


body, html {
	height:100%;
	width: 100%;
}

body {						/*controls background color of the whole page*/
	background: #000;
	overflow:hidden;
	margin:0px;
	padding:0px;
}



#background {			/*controls positioning of theme picture and center white space, holds repeating background.gif for white space*/
	position:absolute;
	top:125px;
	left:0px;
	width:100%;
	height:500px;
	z-index:0;
	background: url(../images/background.jpg);
	margin:0;
	padding:0;
}

.theme_pic{
	position:absolute;
	top:0px;
	left:0px;
	width:420px;
	height:500px;
	padding:0px;
	margin:0px;
	border:none;
	display:inline;
	z-index:3;

}

.theme_pic_h{
	position:absolute;
	top:0px;
	left:0px;
	width:1320px;
	height:500px;
	padding:0px;
	margin:0px;
	border:none;
	display:inline;
	z-index:2;
}



	#theme_pic_home{background-image:url(../images/theme_pic_home_2.jpg)}
	#theme_pic_about{background-image:url(../images/theme_pic_about.jpg)}
	#theme_pic_creations{background-image:url(../images/theme_pic_creations.jpg)}
	#theme_pic_shirts{background-image:url(../images/theme_pic_shirts.jpg)}
	#theme_pic_fabrics{background-image:url(../images/theme_pic_fabrics.jpg)}
	#theme_pic_process{background-image:url(../images/theme_pic_process.jpg)}
	#theme_pic_collars{background-image:url(../images/theme_pic_collars.jpg)}
	#theme_pic_cuffs{background-image:url(../images/theme_pic_cuffs.jpg)}
	#theme_pic_details{background-image:url(../images/theme_pic_details.jpg)}
	#theme_pic_refurbishing{background-image:url(../images/theme_pic_refurbishing.jpg)}
	#theme_pic_care{background-image:url(../images/theme_pic_care.jpg)}
	#theme_pic_press{background-image:url(../images/theme_pic_press.jpg)}
	#theme_pic_links{background-image:url(../images/theme_pic_links.jpg)}
	#theme_pic_contact{background-image:url(../images/theme_pic_contact.jpg)}
	#theme_pic_map{background-image:url(../images/theme_pic_map.jpg)}
	#theme_pic_message{background-image:url(../images/theme_pic_message.jpg)}
	#theme_pic_appointment{background-image:url(../images/theme_pic_appointment.jpg)}
	#theme_pic_trips{background-image:url(../images/theme_pic_trips.jpg)}
	#theme_pic_location{background-image:url(../images/theme_pic_location.jpg)}
	
	#theme_pic_riva_voile{background-image:url(../images/theme_pic_riva_voile.jpg)}
	#theme_pic_riva_popeline{background-image:url(../images/theme_pic_riva_popeline.jpg)}
	#theme_pic_riva_twill{background-image:url(../images/theme_pic_riva_twill.jpg)}
	#theme_pic_riva_oxford{background-image:url(../images/theme_pic_riva_oxford.jpg)}
	#theme_pic_riva_etamine{background-image:url(../images/theme_pic_riva_etamine.jpg)}
	#theme_pic_riva_filafil{background-image:url(../images/theme_pic_riva_filafil.jpg)}
	#theme_pic_riva_linen{background-image:url(../images/theme_pic_riva_linen.jpg)}
	
	
	
	#home_animation{
	background-image:url(../images/theme_pic_home_1.jpg);
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:1185px;
	height:500px;
	padding:0px;
	margin:0px;
	border:none;
	z-index:4;}
	
#ajaxloader {
	position:absolute;
	top:0px;
	left:0px;
	width:420px;
	height:500px;
	background-color:#DFDFDF;
	padding:0px;
	margin:0px;
	border:none;
	background:url(../images/ajax-loader.gif) 50% 50% no-repeat;
	z-index:1;
	}

.contentpane { 			/*controls positioning of the content text box*/
	position:absolute;
	overflow:auto;
	width:560px;
	height:265px;
	z-index:1;
	left: 475px;
	top: 160px;
	padding:0.5em;
	margin:0;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}


.contentpane_contact { /*controls positioning of the content text box on the contact pages*/
	position:absolute;
	overflow:hidden;
	width:560px;
	height:325px;
	z-index:1;
	left: 475px;
	top: 145px;
	padding:0.1em;
	margin:0;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

#frame { /*controls positioning of the google map*/
	position:absolute;
	overflow:auto;
	width:560px;
	height:325px;
	z-index:1;
	left: 475px;
	top: 155px;
	padding:0.5em;
	margin:0;
}


p {font-size: 12px;
	line-height: 140%;
	font-family: Helvetica, sans-serif;
	color: #111;
	margin-bottom:10px;
	margin-top:10px;
}

p a{
	text-decoration:none;
	color: #333;
}

p a:hover{
	color:#999;
}
 
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
} 
 

h4 {font-size: 12px;
	font-family: Helvetica, sans-serif;
	line-height: 19px;
	font-family: Helvetica;
	color: #111;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

h4 a{text-decoration:none;
color: #333;
}

h4 a:hover{
	color:#999;
}

h5 {font-size: 12px;
	line-height: 17px;
	font-family: Helvetica, sans-serif;
	color: #111;
	text-align:center;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0px;
}

h5 a{text-decoration:none;
color: #333;
}

h5 a:hover{
	color:#999;
}


h6 {font-size: 12px;
	line-height: 16px;
	font-family: Helvetica, sans-serif;;
	color: #111;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:20px;
}

h7 {font-size: 24px;
	line-height: 28px;
	font-family: Helvetica, sans-serif;;
	color: #111;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
}

h8 {font-size: 24px;
	line-height: 28px;
	font-family: Helvetica, sans-serif;;
	color: #111;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	text-align:left;
}



#first_paragraph p:first-letter {
	text-shadow:0px 1px 0px #FFF;
	color:#333;
	font-size:4em;
	top:-0.1em;
	float:left;
	margin-top:0.1em;
	margin-left:0em;
	margin-right:0.15em;
	margin-bottom:0.05em;
	padding:0;
}


.fwdback{				/*controls positioning of the fwd/back buttons  for the text box*/
	position:absolute;
	width:15px;
	height:20px;
	z-index:30;
	left: 1000px;
	top: 400px;
	
	
}

.fwdback #forward_button1 {
	position:absolute;
	width:15px;
	height:20px;
	z-index:3;
	left: 26px;
	top: 0px;
}

.fwdback #forward_button2 {
	position:absolute;
	width:15px;
	height:20px;
	z-index:3;
	left: 26px;
	top: 0px;
}

.fwdback #back_button2 {
	position:absolute;
	width:15px;
	height:20px;
	z-index:3;
	left: 0px;
	top: 0px;
}

.fwdback #back_button3 {
	position:absolute;
	width:15px;
	height:20px;
	z-index:3;
	left: 0px;
	top: 0px;
}

.fwdback #forward_button1 a, .fwdback #back_button3 a, .fwdback #forward_button2 a, .fwdback #back_button2 a{
	color:#900;
	text-shadow:0px 1px 0px #FFF;
	font-size: 1.1em;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}


.fwdback #forward_button1 a:hover, .fwdback #forward_button2 a:hover, .fwdback #back_button2 a:hover, .fwdback #back_button3 a:hover {
	color:#999;
	text-shadow:0px 1px 0px #FFF;
	font-size: 1.1em;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	background:none;
}



#bottom_nav{				/*controls positioning of the botton navigation bar together with the gallery buttons*/
	height: 175px;
	position:absolute;
	top:425px;
	left:480px;
	width:560px;
	padding:0;
	margin:0;
	z-index:20;
	
}

#gallery_slit {
	position:absolute;
	top:70px;
	left:0;
	z-index:99;
	margin:0;
	padding:0;
}
	
.gallery_button {
	position:absolute;
	margin:0;
	left:0;
	z-index:2;
	top:30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
}

.gallery_button li{
	position:absolute;
	top:0;
	width:80px;
	height:100px;
	margin-top:30px;
	z-index:1;
	cursor:pointer;
	list-style:none;	
}



.gallery_button li a:link, .gallery_button a:visited {
	outline: none; -moz-outline-style: none;
	position:absolute;
	width:80px;
	height:100px;
	text-indent: -9000px;
	overflow: hidden;
	z-index:1;
	
}

.position1 {
	left: 3px;
	background-image:url(../images/swatch1.png);
	background-repeat:no-repeat;
}
.position2 {
	left: 83px;
	background-image:url(../images/swatch2.png);
	background-repeat:no-repeat;
}
.position3 {
	left: 163px;
	background-image:url(../images/swatch3.png);
	background-repeat:no-repeat;
}
.position4 {
	left: 243px;
	background-image:url(../images/swatch4.png);
	background-repeat:no-repeat;
}
.position5 {
	left: 323px;
	background-image:url(../images/swatch5.png);
	background-repeat:no-repeat;
}
.position6 {
	left: 398px;
	background-image:url(../images/swatch6.png);
	background-repeat:no-repeat;
}


.gallery_label {
	z-index:50;
}

.gallery_label li {
	position:absolute;
	width:80px;
	height:20px;
	top: -17px;
	margin-top:0px;
	z-index:50;
	text-indent: -9000px;
	background-image:url(../images/gallery_label.gif);
	background-repeat:no-repeat;
	list-style:none;
}



.label1 {
	left: 1px;
}
.label2 {
	left: 81px;
}
.label3 {
	left: 161px;
}
.label4 {
	left: 241px;
}
.label5 {
	left: 321px;
}
.label6 {
	left: 396px;
}

#label_riva {
	background-image:url(../images/gallery_label_riva.gif);
}
#label_sictess {
	background-image:url(../images/gallery_label_sictess.gif);
}




#top_nav{				/*controls positioning of the navigation bar on top of picture rack*/
	height: 30px;
	position:absolute;
	top:145px;
	left:512px;
	width:338px;
	padding:0;
	margin:0;
	z-index:1;
	
}

#side_nav{				/*controls positioning of the navigation bar on left side of picture rack*/
	height: 358px;
	position:absolute;
	top:164px;
	left:443px;
	width:30px;
	padding:0;
	margin:0;
	z-index:1;
	
}



#back_button{
	position:relative;
	width:15px;
	height:25px;
	z-index:30;
}


#back_button_parent_7{
	position:absolute;
	width:15px;
	height:25px;
	z-index:30;
	left: 1050px;
	top: 535px;
}

#back_button_parent_6{
	position:absolute;
	width:15px;
	height:25px;
	z-index:30;
	left: 975px;
	top: 535px;
}



#back_button_gallery{
	position:absolute;
	top:635px;
	left:70px;
	width:15px;
	height:25px;
	z-index:10;
	margin:0;
	padding:0;
}


 #back_button_gallery a {
	 color:#FFF;
	text-shadow:0px 1px 0px #333;
	font-size: 1.6em;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	-moz-outline-style: none;
	 
 }



#back_button_parent_7 a, #back_button_parent_6 a, #back_button a{
	color:#333;
	text-shadow:0px 1px 0px #FFF;
	font-size: 1.6em;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	-moz-outline-style: none;
}


#back_button_parent_7 a:hover, #back_button_parent_6 a:hover, #back_button_gallery a:hover, #back_button a:hover{
	color:#999;
	text-shadow:0px 1px 0px #FFF;
	font-size: 1.6em;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	background:none;
	
}



#tabs {
	position:absolute;
	width:620px;
	z-index:3;
	left: 470px;
	top: 165px;
	font-family:helvetica;
	font-size:12px;
	
}


#tabs-1, #tabs-2 {
	height:355px;
	
}



.accordion {
	position:absolute;
	height:100%;
	width:100%;
	z-index:3;
	left: 0px;
	top:auto; 

}


#flashcontent {					/*simpleviewer gallery container*/
	position: absolute;
	z-index:0;
	margin:0;
	padding:0;
	height: 650px;
	width: 1100px;
	left: 40px;
	top: 125px;	
}


.iframe_page > form{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #111;
	margin: 0px;
}

textarea {
	max-height:100px;
	max-width:400px;
    overflow-x:  hidden;
    overflow-y:  scroll;
    overflow:    -moz-scrollbars-vertical; 
   }

input, textarea{
	font-size:12px;
	font-family:Helvetica, sans-serif;
}

.red {
	color: #F00;
}


.inline_article{
	display:none; 
	background-color:#F6F6F6;
}


.article_content{
	margin:0;
	padding:20px;
	background-color:#F6F6F6;
}


#z-index-fix{
	z-index:100;
	position:relative;
	
}
















