body, h2, h3, form { margin: 0; padding: 0; bottom: 0;}
img { border: none; }
.floatr { float: right; } .floatl { float: left; }
.center { text-align: center; } .left { text-align: left; } .right { text-align: right; }
.noborder { border: none !important; }
.clr { display: block; clear: both; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

form {
	display: inline;
}

input:focus, textarea:focus {
	border: 1px solid #ee1f62;
}
body {
	text-align: center;
	background: #fff;
	font: 11px/19px verdana, sans-serif;
	color: #333;
}

input, select, textarea {
	font: 11px/16px verdana, sans-serif;
	color: #333;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left
}

	#header {
		width: 976px;
		margin: 0 auto;
		position: relative;
	}

		#logo {
			position: absolute;
			margin: 0;
			padding: 0;			
			left: 8px;
			top: 8px;
			width: 327px;
			height: 70px;
		}

#nav {
	background-color: #FFFFFF;
	float: right;
	width: 976px;
	left: 7px;
	top: 20px;	
	position: relative;
}

#facebook {
	height: 16px;
	float: right;
	width: 150px;
	left: 500px;
	top: 1px;	
	position: absolute;
}

#rss {
	height: 16px;
	float: right;
	width: 150px;
	left: 670px;
	top: 1px;	
	position: absolute;
}


#content {
	width: 976px;
	margin: 0 auto;
	height: auto !important;
	height: 480px;
	clear: both;
	top: 20px;
	left: 7px;
	position: relative;	
}

		#topspot {
			position: absolute;
			margin: 0;
			padding: 0;			
			right: 0px;
			top: 8px;
			width: 638px;
			height: 70px;;
		}		

		#rightspot {
			position: absolute;
			margin: 0;
			padding: 0;			
			right: -110px;
			top: 8px;
			width: 100px;
			height: 100px;
		}	

div.scroller, 	
div.section {
	width: 974px;
	overflow: hidden;
	float: left;
	z-index: 0;
	}

div.scroller #content2 {
	width: 100000px;
	}

div#portfolio {
	width: 974px;
	float: left;
	height: 480px;
	padding: 0px 0;
	}				

div#controlli {
	position: relative;
	left: 0;
	top: -255px;
	}

#previous {
	position: absolute;
	left: -10px;
	top: 500px;
	width: 30px;
	height: 30px;
	display: block;
	z-index: 10;
	}

#next {
	position: absolute;
	right: -14px;
	top: 500px;
	width: 30px;
	height: 30px;
	display: block;
	z-index: 10;
	}

#cartBox {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
}
#siteTitle {
	position: absolute;
	top: 3px;
	left: 7px;
	padding: 0px;
	font-weight: bold;
}

table,form {
border-spacing:0;
border-collapse:collapse;
border-style:none;
border-width:0;
margin:0;
padding:0;
}

.Vert_Dot {background: white url(../images/v_dot.gif) repeat-y;}