@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}


/* end reset */

body	{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
line-height:1.2em;
}


/* Headings
-------------------------------------------------------------- */


h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1	{font-family: Arial, Helvetica, sans-serif;
 font-size:150%; line-height:1.2em;
padding:10px;}

h2	{font-family: Arial, Helvetica, sans-serif;
 font-size:150%; line-height:1.2em;
padding:10px;}

h3, h4	{font-family: Arial, Helvetica, sans-serif;
font-weight:normal;  font-size:120%; 
padding:10px;}

p	{padding:10px}





#container	{
position:relative;
width:960px; height:940px;
margin-right:auto;
margin-left:auto;
}


#content	{
position:relative;
top:160px; left:0;
width:960px; height:800px;
margin-right:auto;
margin-left:auto;
-moz-border-radius:8px; -webkit-border-radius:8px; 

}
/* header styles */


#header	{
position:absolute;
top:30px;left:30px; width:900px; height:140px;
background: url(../images/Dited_logo_exp2.jpg) no-repeat white; 
-moz-border-radius:8px; -webkit-border-radius:8px; 
}

#logo	{
position:absolute;
top:10px;left:30px; width:300px; height:90px;
}



#logo h1 a	{display:block;
width:300px; height:120px; text-indent:-9999px;
}


.highlight	{ font-family: Arial, Helvetica, sans-serif;
font-weight:normal; letter-spacing:0.1em; font-size:120%; padding:4px; display:block;}


/*navigation*/ 

#navcontainer	
						{
						position:absolute;top:40px; left:540px; 
						}
						#navcontainer ul li
						{float:left; padding:10px 1px 10px 1px;
						text-align:center;}

						
						#navcontainer ul li a
						{
						color:#3399CC;
						background:url(../images/home_dot.gif) no-repeat;
						text-decoration: none;
						padding:10px 10px 10px 15px;
						}
						
						#navcontainer ul li a:hover
						{
						background:url(../images/hover_dot.gif) no-repeat #D4A7E5;
						color: #120512; -moz-border-radius:8px; -webkit-border-radius:8px; 
						padding:10px 10px 10px 15px;
						}
						
						#navcontainer ul li a.current	
						{ /*border-bottom:#3399CC 1px solid;*/
						color:#666000;
						}
						
						/* Dropdown menu */

ul.menuVert {
    position: absolute;
    visibility: hidden;
	width:170px;
}


ul#menuSubOne   { 
left: 820px; top:70px; 
z-index:1; 
list-style-type: none;
display: block;
border:1px solid #888888;
box-shadow:2px 2px 4px #888888;
}

ul#menuSubOne li {
background: url(../images/nav_dropdown_sep.gif) left bottom repeat-x #EBEBEB ;
}

ul#menuSubOne li.last_dropdown	{
background: #ebebeb;
}

ul#menuSubOne li a	{
display:block; 
text-decoration:none;
color:#000000;
padding:0.5em;
}						
ul#menuSubOne li a:hover	{
color:#D0D0D0;
background:#5F97C9;
}

/*end nav*/

/* leftcol */

#leftcol	{
position:absolute; top:20px; left:30px;
width:300px;
padding-bottom:20px;
}

#future, #news, #mailinglist, #twitter, #tagline, #slider-wrapper, #headline, #revision, #apply 	{
background:#EBEBEB; 
box-shadow: 2px 2px 4px #888;
-webkit-box-shadow: 2px 2px 4px #888;
-moz-box-shadow: 2px 2px 4px #888;
margin-bottom:20px; 
padding-bottom:10px; 
-moz-border-radius:8px; -webkit-border-radius:8px; 
}


#future	h2	{
	font-size:150%;
}
#twitter a	{
	display:block;
	width:140px;
	height:50px;
	margin:0 auto;
	
}

#tagline	{
line-height:1.4em;
padding:10px 10px 10px 0;
margin-top:20px;
}

#tagline h2	{
color:#76B4B4B; font-size:110%; line-height:1.2em;
padding:10px;}

#future h1 a,#future h2 a 	{color:#0035F5; text-decoration:none;}
#future h1 a:hover, #future h2 a:hover	{color:#416789; text-decoration:underline;}

#future ul	{padding:0 10px;
}
#future ol	{padding:10px 0;}

#future img	{ padding:8px;}

#mailbutton	a {
width:129px;
height:40px;
display:block;
margin:0 auto;
}

#mailbutton	a:link, #mailbutton	a:visited	{
background:url(../images/mailButton.png) top left no-repeat;
}
#mailbutton	a:hover, #mailbutton a:active	{
background:url(../images/mailButton_rollover.png) top left no-repeat;
}


/* rightcol */

#rightcol	{
position:absolute; top:0; left:370px; 
width:540px; margin-bottom:20px; padding:10px;
background:#EBEBEB;
-moz-border-radius:8px; -webkit-border-radius:8px; 
height:560px;
box-shadow: 2px 2px 4px #888;
-webkit-box-shadow: 2px 2px 4px #888;
-moz-box-shadow: 2px 2px 4px #888;
}

/* Home Page */


#main	{
	position:relative;
	float:left;
	left:370px;
	width:570px;

}

#homepics	{

	position:absolute; 	
	top:630px; 
	left:520px; 
	width:580px;
	margin-bottom:20px; 
	padding:20px 0 10px 0;
}

#homepics a		{float:left; padding:0 20px 10px 0; }	
	
#homepics a.colone		{display:block;  height:200px; width:150px;  clear:left; 
background:url(../images/homepageAPRIL2010/colone_b.png) no-repeat top left;}

#homepics a.coltwo		{display:block;  height:200px; width:230px;
background:url(../images/homepageAPRIL2010/coltwo_b.png) no-repeat top left;
margin-left:10px;}

#homepics a.colthree	{display:block;  height:200px; width:150px;
background:url(../images/homepageAPRIL2010/colthree.png) no-repeat top left; }

#homepics a.colthree	{
 	padding-right:0; margin-right:0; margin-left:8px;
	}

#homepics a.picone		{background:url(../images/homepageAPRIL2010/Eloise.png) no-repeat;}
#homepics a.picone:hover	{background:url(../images/homepageAPRIL2010/Eloise_hover.png) no-repeat;}
#homepics a.picsix		{background:url(../images/homepageAPRIL2010/bubble_size/louise.png) no-repeat;}


#homepics a.sprite-Assemblyroom-Sofa{ background-position: 0 0; width: 220px; height: 192px; }
#homepics a.sprite-Assemblyroom-Sofa:hover { background-position: 0 -242px; width: 220px; height: 192px; }
 
#homepics a.sprite-LouNecklace{ background-position: 0 0; width: 150px; height: 188px; } 
#homepics a.sprite-LouNecklace:hover{ background-position: 0 -238px; width: 150px; height: 188px; } 

#homepics a.sprite-SKK_Dog{ background-position: 0 0; width: 152px; height: 190px; } 
#homepics a.sprite-SKK_Dog:hover{ background-position: 0 -240px; width: 152px; height: 190px; } 

#homepics a.sprite-Trolley_Chair{ background-position: 0 -484px; width: 220px; height: 192px; } 
#homepics a.sprite-Trolley_Chair:hover{ background-position: 0 -726px; width: 220px; height: 192px; } 

#homepics a.sprite-cha2{ background-position: 0 -480px; width: 150px; height: 188px; } 
#homepics a.sprite-cha2:hover{ background-position: 0 -718px; width: 150px; height: 188px; } 

#homepics a.sprite-Jahit_spoon{ background-position: 0 -966px; width: 220px; height: 192px; } 
#homepics a.sprite-Jahit_spoon:hover{ background-position: 0 -1210px; width: 220px; height: 192px; } 

#homepics a.sprite-gwb{ background-position: 0 -476px; width: 150px; height: 188px; } 
#homepics a.sprite-gwb:hover{ background-position: 0 -714px; width: 150px; height: 188px; } 

#headline	{
	position:absolute;
	left:370px;
	top:560px;
	width:550px;
	padding-left:30px;
}
#headline p, h1	{
padding:5px 0;
}

#revision	{
position:absolute;
left:370px;
top:180px;
width:580px;
}

#revision img	{
padding:20px 10px 10px 30px;
float:left;
}
/*
#revision p	{
padding-top:20px;
}
*/

#revision p.top_paragraph	{
padding-top:16px;
}

#news	{
padding-top:10px;
}

/*	christmas fair	*/

div.detail h2	{
padding:0;
margin-bottom:10px;
}
div.detail p	{
padding:10px 10px 10px 0;
}

#exhib_list	{
position:absolute; top:0; left:350px; width:250px;
background-color:#ebebeb; 
padding-bottom:20px;
-moz-border-radius:8px; -webkit-border-radius:8px; 
box-shadow: 2px 2px 4px #888;
-webkit-box-shadow: 2px 2px 4px #888;
-moz-box-shadow: 2px 2px 4px #888;

}

#exhib_list a	{
display:block;
line-height:1.2em;
padding-left:10px;
color:#000;
}
#exhib_list a:hover					{
color:#0000FF;
text-decoration:underline;
}

#exhib_list h1	{
padding:11px 0 0 10px;
}


ul#triggers {
float:left;
display:block;
height:440px;
overflow:scroll;
margin:0;
padding:0;
}

ul#triggers li	{
	margin-bottom:3px;
}

#triggers div {
cursor:pointer;
}

#triggers a	{
	text-decoration:none;
}
#zero {
display:none;
position:absolute; left:620px; top:0; width:310px; float:right;
background-color:#ebebeb; -moz-border-radius:8px; -webkit-border-radius:8px; 
padding:10px 10px 10px 20px;
box-shadow: 2px 2px 4px #888;
-webkit-box-shadow: 2px 2px 4px #888;
-moz-box-shadow: 2px 2px 4px #888;

}

#zero h1	{
padding:0; margin:0;
}

h3.choose	{
color:#0000FF;
}
#zero h2	{
padding:0;
margin-bottom:10px;
margin-top:5px;
}

#zero img	{
margin-top:15px;
}
div.detail	{
position:absolute; top:0; left:620px; width:290px;
background-color:#ebebeb; -moz-border-radius:8px; -webkit-border-radius:8px; 
padding:10px 10px 10px 20px;
}
#leftcol	{
top:0;
}

div.exhib_pic	{
position:relative; width:200px; height:200px; border:1px solid #757575;
}
div.sprite_one	{background:url(../images/xmas2010/sprite_one.png) no-repeat top left;}

div.sprite_two	{
   				background: url(../images/xmas2010/sprite_two.png) no-repeat top left;
}

div.sprite_three	{background:url(../images/xmas2010/sprite_three.png) no-repeat top left;}
div.sprite_four	{background:url(../images/xmas2010/sprite_four.png) no-repeat top left;}
div.sprite_five	{background:url(../images/xmas2010/sprite_five.png) no-repeat top left;}


div.sprite-Greenhaus{ background-position: 0 0; width: 169px; height: 200px; } 
div.sprite-Jahit{ background-position: 0 -250px; width: 200px; height: 176px; } 
div.sprite-Morgaine-Alexandra{ background-position: 0 -476px; width: 133px; height: 200px; } 
div.sprite-ReLuxe{ background-position: 0 -726px; width: 160px; height: 200px; } 
div.sprite-Roberta-Giussani-vase{ background-position: 0 -976px; width: 150px; height: 200px; } 
div.sprite-Salim{ background-position: 0 -1226px; width: 133px; height: 200px; } 
div.sprite-Serena-Porrati{ background-position: 0 -1476px; width: 200px; height: 150px; } 
div.sprite-floppy-buddh-{ background-position: 0 -1676px; width: 200px; height: 188px; } 
div.sprite-papervine{ background-position: 0 -1914px; width: 200px; height: 133px; } 
div.sprite-seaside{ background-position: -250px 0; width: 132px; height: 200px; } 

div.sprite-Fairgiftl{ background-position: 0 0; width: 200px; height: 200px; } 
div.sprite-PTES{ background-position: 0 -250px; width: 133px; height: 200px; } 
div.sprite-Plastiki-Build-me-Kit{ background-position: 0 -500px; width: 200px; height: 150px; } 
div.sprite-Shea-Alchemy{ background-position: 0 -700px; width: 134px; height: 200px; } 
div.sprite-Worn-With-Love{ background-position: 0 -950px; width: 133px; height: 200px; } 
div.sprite-cha-cha-cha{ background-position: 0 -1200px; width: 200px; height: 200px; } 

div.gwb	{background:url(../images/xmas2010/Girlwithbeads.png) no-repeat;}
div.reestore	{background:url(../images/xmas2010/Chair.jpg) no-repeat;}
div.seaside	{background:url(../images/xmas2010/seaside.jpg) no-repeat; width:232px; height:200px;}
div.flame	{background:url(../images/xmas2010/flame.jpg) no-repeat; width:200px; height:150px;}
div.Bunideco_pic	{background:url(../images/xmas2010/bunideco.jpg) no-repeat; width200px; height:165px;}
div.garland_pic	{background:url(../images/xmas2010/garland.jpg) no-repeat; width:200px; height:148px;}
div.uncommon	{background:url(../images/xmas2010/unjcommonly.gif) no-repeat; width:200px; height:200px;}
div.velo	{background:url(../images/xmas2010/funky.jpg) no-repeat; width:200px; height:150px;}
div.assembly	{background:url(../images/xmas2010/sofa.jpg) no-repeat; width:200px; height:142px;}


div.sprite-Refab{ background-position: 0 0; width: 182px; height: 200px; } 
div.sprite-eloise{ background-position: 0 -250px; width: 125px; height: 200px; } 
div.sprite-evolve{ background-position: 0 -500px; width: 200px; height: 143px; } 
div.sprite-fairground{ background-position: 0 -693px; width: 200px; height: 133px; } 
div.sprite-greenwood{ background-position: 0 -876px; width: 200px; height: 150px; } 
div.sprite-mamacha{ background-position: 0 -1076px; width: 200px; height: 150px; } 
div.sprite-rawbeauty{ background-position: 0 -1276px; width: 134px; height: 200px; } 
div.sprite-withintent{ background-position: 0 -1710px; width: 200px; height: 196px; } 

div.sprite-just-trade{ background-position: 0 0; width: 200px; height: 200px; } 
div.sprite-linda-white-seaside-sister{ background-position: 0 -250px; width: 200px; height: 200px; } 
div.sprite-po-zu{ background-position: 0 -500px; width: 200px; height: 96px; } 
div.sprite-popupshop{ background-position: 0 -646px; width: 200px; height: 200px; } 
div.sprite-serenaparrotti{ background-position: 0 -896px; width: 200px; height: 134px; } 
div.mwh	{background:url(../images/xmas2010/mwh.png) no-repeat top left; width:154px; height:200px}
div.pants	{background:url(../images/xmas2010/pants.png) no-repeat; width:138px; height:200px;}
div.van	{background:url(../images/xmas2010/van.png) no-repeat; width:200px; height:150px;}
div.still	{background:url(../images/xmas2010/Still.png) no-repeat; width:200px; height:200px;}
div.dalata	{background:url(../images/xmas2010/dalata.jpg) no-repeat; width:175px; height:175px;}

div.sprite-Creative-Waste-Products{ background-position: 0 0; width: 200px; height: 151px; } 
div.sprite-Garland{ background-position: 0 -201px; width: 190px; height: 200px; } 
div.sprite-jigna-Chauhan-1{ background-position: 0 -451px; width: 170px; height: 200px; } 
div.sprite-Urbanupholstery{ background-position: 0 -701px; width: 162px; height: 200px; } 
div.sprite-ginza{ background-position: 0 -951px; width: 200px; height: 191px; } 
div.sprite-mercedes{ background-position: 0 -1192px; width: 200px; height: 185px; } 

/* exhibiting page styles */

#exhibitors_info		{
position:absolute; top:20px; left:30px; width:900px;
margin:20px 0; padding:10px 0;
background-color:#EBEBEB;-moz-border-radius:8px; -webkit-border-radius:8px; overflow:auto;
}

/* recent events styles */

#recent	{	
			position:absolute; top:20px; left:30px;
			width:900px;
}

.recent_entry img	{float:right; margin-left:20px;}

.recent_entry	{
	background-color:#EBEBEB;
	-moz-border-radius:8px; -webkit-border-radius:8px;
	 overflow:auto; 
	 margin:20px 0; 
	padding:10px; 
	box-shadow: 2px 2px 4px #888;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;

}
.recent_entry p	{padding:40px 400px 10px 0;
}

.recent_entry h1	{padding:0}


/* Gallery styles */

#gallery	{position:relative; width:900px; margin:0 auto;
			top:20px;}

#gallery li	{
list-style:none;
display:inline;
padding:2px;
line-height:70px;
}

#gallery li a img {
border:5px solid #fff;
}
#gallery li a:hover img	{
border:5px solid #000;
}



/*footer styles*/

#footer	{ position:absolute; top: 600px; left:30px; width:900px; }


#footer li	{float:right; display:block; width:200px; margin:20px 20px 20px 0;}

				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

	.tTip {width: 200px; cursor: pointer; color: #666; font-weight: bold;}
	.tip {color: #333;}
	
		#cloud2 {top: 168px; left: 460px;}
		#cloud3 {top: 228px; left: 120px;}
		#cloud4 {top: 350px; left: 390px;}
		#cloud5 {top: 370px; left: 80px;}


.tip {
	width: 208px;
	padding-top: 27px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(../images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(../images/tipBtm.png) no-repeat bottom; height: 49px;}

/* --- ERRORS --- */
.error INPUT, .error TEXTAREA, .error SELECT {
	border-width:2px;
	border-style:solid;
	border-color:#ED1C24;
	background:#FFE6E7;
	}
.iferror {
	margin:0;
	display:none;
	}
.error .iferror {
	display:block;
	color:#ED1C24;
	}

.hint { color:#888; }

div.clear	{
clear:left;
}


