/*-- Eric Meyer's reset CSS --*/
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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus{ outline: 0; }
body{line-height: 1; color: black; background: white; font-size: 100%/1.5; /* Modification by David Siegfried - text resizable throughout 1.2em = 12px */ }
ol, ul{ list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table{ border-collapse: separate; border-spacing: 0; }
caption, th, td{ text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after{ content: ""; }
blockquote, q{ quotes: "" ""; }
/* for email addresses : inside the span type the email address backwards */
span.codedirection{direction:rtl; unicode-bidi:bidi-override;}
.clear{	clear: both; }
.strong{ font-weight: bold;}
.alignright{ float: right; margin: 0 0 10px 10px}
.alignleft{ float: left; margin: 0 10px 10px 0}

/*-- typography --*/
p, .section li, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0px 0px 8px 0px;
	color: #666666;
}
em{
	font-style: italic;
}
#padding{
	padding: 0 20px;
}
.red{
	color: red;
}
.center{
	text-align: center;
}
.addToCart{
	background: transparent url('../images/add_to_cart1.jpg') no-repeat 0 0;
	display: block;
	height: 26px;
	width: 100px;
}
h1{
	width: 0;
	height: 0;
	overflow: hidden;
	text-indent: 9999px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .5em;
	color: #666666;
	text-align: center;
}
.section td{
	font-size: 1em;
}
.section td label{
	font-size: .7em;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}
ul, ol {
	margin-bottom: 8px;
}
strong{
	font-weight: bold;
}
.content a, .content a:visited,
.section a, .section a:visited{
	color: #666666;
}
.content a:hover, .content a:focus,
.section a:hover, .section a:focus{
	color: #666666;
	text-decoration: none;
}
.footer a, .footer a:visited  {
	color: #9492A8;
}
.footer a:hover, .footer a:focus {
	text-decoration: none;
	color: #9492A8;
}
/*-- layout --*/
.wrapper#home{
	border-right: 1px dashed #C4C2DE;
	border-left: 1px dashed #C4C2DE;
	border-bottom: 1px dashed #C4C2DE;
	width: 880px;
}
.wrapper{
	margin: 0 auto;
	width: 704px;
}
	/*-- header --*/
	.header{
		position: relative;
		text-align: center;
		margin: 0 auto;
		/* width: 698px; */
		width: 704px;
	}
	.nav#homenav{
		background: transparent url('../images/home_Ibulb.jpg') no-repeat 0 0;
		height: 608px;
		margin-left: -5px;
		padding-left: 0px;
		width: 700px
	}
	.nav#homenav{
		
	}
	.header .lightbulb{
		position: absolute;
		background: transparent url('../images/home_Ibulb_off.jpg') no-repeat 0 0;
		display: block;
		height: 135px;
		left: 175px;
		top: 280px;
		width: 122px;
		z-index: 15;
	}
	.header .lightbulb:focus, .header .lightbulb:hover{
		background: transparent url('../images/home_Ibulb_on.jpg') no-repeat 0 0;
	}
	.nav{
		font-family: arial, sans-serif;
		background: transparent url('../images/bellapamella.gif') no-repeat -50px 0;
		padding-top: 40px;
		text-align: center;
		width: 700px;
		height: 100px;
	}
	.nav li{
		display: block;
		position: relative;
		float: left;
		background-color: transparent;
	}
	.nav li a, .nav li a:visited{
		background: transparent url('../images/button_grey.png') no-repeat top center;
		display: block;
		color: #333;
		float: left;
		/* font-size: .7em; */
		font-size: .63em;
		font-weight: bold;
		height: 60px;
		letter-spacing: 3px;
		margin-left: 54px;
		margin-top: 20px;
		padding-top: 55px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		width: 80px;
		position: relative;
		left: 5px;
	}
	.nav li a:hover, .nav li a:focus{
		background: transparent url('../images/button_green.png') no-repeat top center;		
	}
	.nav ul{
		margin-left: 0px;
		background-color: transparent;
	}
	.nav li.first a {
		margin-left: 0;
		margin-right: 10px;
		width: 40px;
		position: relative;
		left: 6px;
	}
	.nav li.last a{
		margin-left: 66px;
		width: 40px;
	}
	.has-sub{
		
	}
	.nav .subMenu{
		background-color: #fff;
		border: 1px solid #C4C2DE;
		padding: 10px;
		position: absolute;
		top: 86px;
		left: 45px;
		z-index: 100;
		width: 150px;
		text-align: left;
	}
	.nav .submenu li{
		display: block;
		text-align: left;
	}
	.nav .subMenu li a, .nav .subMenu li a:visited{
		background: transparent;
		display: block;
		color: #333;
		/* font-size: .7em; */
		font-size: .63em;
		letter-spacing: 3px;
		margin: 5px 0;
		padding: 0;
		text-decoration: none;
		text-transform: uppercase;
		text-align: left;
		width: 150px;
		margin-bottom: 1px;
		padding: 5px 1px;
		height: auto;
	}
	.nav .subMenu li a:hover, .nav .subMenu li a:focus{
		background-color: #C4C2DE;
	}
	.nav li{
		background: transparent;
	}
	/*-- section --*/
	.section{
		border-bottom: 1px dashed #C4C2DE;
		clear: both;
	}
	.section#home{
		padding: 0 30px;
	}
	.section#page{
		border: 1px dashed #C4C2DE;
		padding: 0 20px;
	}
	table{
		margin: 0 auto;
	}
	th{
		font-weight: bold;
		width: 150px;
	}
	td, th{
		text-align: center;
		padding: 5px 0;
	}
	/*-- home --*/
	#home.section{
		text-align: center;
	}
	.section h2{
		margin: 35px 0 15px 0;
	}
	#home .article{
		width: 100%;
	}
	.product-list-home{
		margin: 7px auto;
	}
	.product-list-home li{
		color: #666666;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .7em;
		float: left;
		padding-left: 3px;
	}
	.product-list-home img{
		margin-bottom: 5px;
	}
	/*-- products --*/
	.section#products{
		border: 1px dashed #C4C2DE;
	}
	.products-index-left, .products-index-right, .products-index-middle{
		padding: 0px;
	}
	.products-index-left, .products-index-right{
		float: left;
		width: 206px;
	}
	.products-index-middle{
		border-right: 1px dashed #C4C2DE;
		border-left: 1px dashed #C4C2DE;
		float: left;
		width: 288px;
		padding-bottom: 25px;
	}
	.products-index-left .article, .products-index-right .article,
	.products-index-middle .article{
		border-bottom: 1px dashed #C4C2DE;
		padding-bottom: 20px;
	}
	.products-left{
		text-align: center;
		width: 205px;
		float: left;
		padding-top: 2px;
	}
	.products-middle{
		border-right: 1px dashed #C4C2DE;
		border-left: 1px dashed #C4C2DE;
		float: left;
		padding: 0 15px 25px 15px;
		width: 258px;
	}
		.products-middle h4{
			color:#666666;
			font-family:Verdana,Arial,Helvetica,sans-serif;
			font-size:0.8em;
			font-weight:bold;
		}
		.products-middle .caption{
			display: block;
			text-align: center;
			width: 60px;
		}
			.products-middle .caption a{
				color:#666666;
				font-size: .8em;
				text-align: center;
			}
	.products-right{
		padding-top: 2px;
		text-align: center;
		float: left;
		width: 205px;
	}
	.img_group, .article ul.img_group{
		text-align: center;
		clear: both;
		margin-left: 0;
	}
	.img_group li{
		display: inline;
		padding: 0 2px 0 0;
		
	}
	.img_group li img{
		margin-bottom: 5px;
	}
	.img_group li a img, .img_group li a img:visited{
		border: 2px solid #fff;
	}
	.img_group li a img:hover, .img_group li a img:focus{
		border: 2px solid #C4C2DE;
	}
	.hgroup{
		clear: both;
		text-align: center;
		margin: 20px 0;
	}
	.hgroup h3{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size:0.65em;
		text-transform: uppercase;
		letter-spacing:0.4em;
		color: #666666;
		text-align: center;
	}
	.addToCart, .addToCart:visited{
		background: transparent url('../images/add_to_cart1.jpg') no-repeat 0 0;
		display: block;
		height: 26px;
		overflow: hidden;
		text-indent: -9999px;
		width: 100px;
	}
	.addToCart:hover, .addToCart:focus{
		background: transparent url('../images/add_to_cart2.jpg') no-repeat 0 0;
	}
	/*-- fabrics --*/
	.left{
		float: left;
	}
	.section#fabrics{
		padding: 5px;
		border: 1px dashed #C4C2DE;
	}
	.section#fabrics .article{
		display: block;
		float: left;
		padding: 25px 0 0 10px;
		width: 465px;
	}
	.section#fabrics .article h2{
		padding-bottom: 10px;
	}
	.section#fabrics .article-right{
		float: right;
		margin-bottom: 10px;
		padding: 15px 10px;
		width: 170px;
	}
	.article ul{
		list-style-type: disc;
		margin-left: 25px;
	}
	.article ul.product-list-home{
		list-style-type: none;
		margin-left: 0;
	}
	.article-right h2{
		margin-bottom: 10px;
		text-align: center;
	}
	.img_group a img{
		border: 2px solid #fff;
	}
	.img_group a img:hover{
		border: 2px solid #c4c2de;
	}
	/*-- about --*/
	#about{
		display: block; 
		width: 420px; 
		float: left; 
		border-right: 1px dashed #C4C2DE; 
		border-bottom: 0; 
		padding-right: 20px;
	}
	.contact-form{
		text-align: left;
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	#about table label, #about table input, #about table textarea{
		text-align: left;
		width: 80%;
	}
	#about table td{
		text-align: left;
		padding-left: 20px;
	}
	#about table .submit{
		text-align: center;
		width: 80px;
	}
	.contact-form table{
		background-color:#dee0ed;
		margin-left: -10px;
		width: 400px;
	}
	.page{
		border: 1px dashed #C4C2DE; 
		padding: 0 0 10px 25px;
	}
	/*-- footer --*/
	.footer{
		border-bottom: 1px dashed #C4C2DE;
		border-right: 1px dashed #C4C2DE;
		border-left: 1px dashed #C4C2DE;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #9492A8;
		text-align: center;
		padding: 5px;
		line-height: 1.6em;
	}
	.footer#home{
		border-right: 0;
		border-left: 0;
		border-bottom: 0;
	}
	.footer p li.facebook a{
		font-size: 4.6em;
	}
	.footer form{
		display: inline;
	}
	.topfooter li{
		display: inline;
		padding-left: 20px;
		padding-bottom: 10px;
	}
	.twitter{
		margin-left: 100px;
		background: transparent url("../media/images/social-media/twitter_bug.jpg") no-repeat 0 0;
	}
	.facebook{
		background: transparent url("../media/images/social-media/fb_bug.jpg") no-repeat 0 0;
	}
/*--aside--*/
.aside-left{
	width: 206px;
	float: left;
	border-right: 1px dashed #C4C2DE;
	margin: 0;
	padding: 0;
}
.aside-left a img{
	margin: 2px 2px 0 0;
}
.aside-right{
	float: right;
	height: 100%;
	width: 220px;
	margin: 0;
	padding: 0;
	padding-top: 50px;
}
.aside-right img{
	margin: 0 auto;
}
/*-- extras --*/
.specialbox-home {
	background-color: #EAE9F3;
	border: 1px dashed #C4C2DE;
	padding: 10px;
	margin-bottom:10px;
}
.specialbox-home a, .specialbox-home a:visited{
	display: block;
	background-color: #fff;
	padding: 2px;
}
	.specialbox-home a:hover, .specialbox-home a:focus{
		background-color: #C4C2DE;
	}
.specialbox {
	background-color: #EAE9F3;
	border: 1px dashed #C4C2DE;
	padding: 10px;
	margin-bottom:10px;
}
/*-- Press Specific --*/
div.quickLinks{
	width: 695px;
}
#press{
	border: 1px dashed #C4C2DE;
}
#press ul{
	text-align: left;
	list-style-type: none;
	margin-left: 0;
	padding-left: 60px;
}
ul.quickLinks{
	display: block;
	margin-top: 15px;
	list-style-type: none;
	float: left;
	text-align: left;
	margin-right: 45px;
}
ul.quickLinks li a, ul.quickLinks li a:visited, ul.resources li a, ul.resources li a:visited,  ul.socialize li a, ul.socialize li a:visited,ul.logos li a, ul.logos li a:visited, #press a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 1.2em;
	margin: 0px 0px 8px;
	padding: 0px;
	color: #666666;
	line-height: 1.5em;
	text-decoration: underline;
	padding: 0;
}
#press ul.logos li a img{
	display: inline;
	padding: 0;
	width: 200px;
	text-decoration: none;
	margin: 10px 0 -5px 0;
}
ul.quickLinks li a:hover, ul.quickLinks li a:target, ul.resources li a:hover, ul.resources li a:target, ul.socialize li a:hover, ul.socialize li a:target, ul.logos li a:hover, ul.logos li a:target{
	text-decoration: none;
}
#press h2, #press .pressRelease h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 20px 0px 10px 0px;
	padding: 0 0 0 40px;
	color: #666666;
	line-height: 1.0em;
	font-weight: normal;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: left;
}
#press h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 10px 0px 8px;
	padding: 0 0 0 40px;
	color: #666666;
	line-height: 1.0em;
	font-weight: normal;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: left;
}
#press h2#pressweb{
	clear: both;
}
#press p{
	line-height: 1.6em;
	padding: 0 40px 0 40px;
	text-align: left;
}
#pressweb{
	clear: left;
}
#press .socialize li{
	list-style-type: none;
	padding-left: 15px;
}
#video{
	clear: left;
}
.videoText{
	
}
#press #mediarelations{
	clear: left;
}
#bio li p{
	font-size: 1.0em;
}
#press a img{
	text-align: left;
}
.gallery{
	margin-left: 20px;
}
.socialize{
	clear: left;
}
#press p.small{
	font-size: .6em;
}
#press ul.logos{
	margin: 0;
	padding-left: 40px;
}
#press ul.logos img{
	border: 1px solid #000;
}
#press ul.logos p{
	font-size: 1.2em;
	padding-left: 0;
	text-decoration: underline;
}
ul.bios{
	font-size: inherit;
}
ul.bios li{
	padding-left: 0px;
	margin-left: 0px;
	clear: both;
}
#press ul.bios img.floatLeft{
	float: left;
	clear: left;
	margin: 0 15px 20px -20px;
}
#press .gallery{
	clear: both;
}
#titles a{
	display: block;
	float: left;
	width: 104px;
}
#press .gallery a{
	text-decoration: none;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .7em;
	margin: 0 12px;
}
#press .gallery a img, ul.bios a img{
	border: 2px solid #fff;
}
#press .gallery a img:hover, ul.bios a img:hover{
	border: 2px solid #C4C2DE;
}
span.codedirection {
	direction:rtl;
	unicode-bidi: bidi-override;
}
#press ul.socialize{
	margin-left: 40px;
	padding-left: 0;
	margin-bottom: 20px;	
}
ul.socialize li.facebook{
	list-style: square inside url(images/social-media/fb_bug.jpg);
	width: 50%;
}
ul.socialize li.twitter{
	list-style: square inside url(images/social-media/twitter_bug.jpg);
}
ul.socialize li{
	float: left;
	margin-left: 0;
}
ul.socialize li a{
	vertical-align: top;
}
#press a img{
	text-decoration: none;
}
.pressRelease{
	margin: 25px 0;
	line-height: 1.2em;
	padding-right: 15px;
}
#press .pressRelease p.center, #press h2.center, #press h3.center {
	text-align: center;
}
.bold{
	font-weight: bold;
}
#press .video{
	float: left;
	margin: 0 20px 40px 40px;
	text-align: left;
}

