/* Original CSS file of www.giacomorilla.com */
/*

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	border: thin none;


}
.bodytable {
	background-color: #CCCCCC;
	margin: auto;
	padding: 5px;
	width: auto;
	background-position: center;
	height: auto;
	display: none;
	border-top: 1px dotted #666666;
	border-right: 1px dashed #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px double #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;

}
.box {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	position: static;
	background-position: center center;
	width: 150px;
	float: none;
	clear: both;
}
*/



/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Arial, Helvetica, sans-serif;
        background-color: rgb(238, 237, 233);
}

/* Neutralize styling: 
   Elements with a vertical margin: (I removed p )*/
h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}



/* CSS created by Giacomo Shimmings */
/* www.giacomorilla.com */

/* End of basic markup, start of site style */

/* central column*/
#main {
	margin: 0 5% 0 5%;
	padding: 0;
}

/* Areas and formatting */

#header {
/*	border: 1px solid red; */
	padding: 20px 0px 0px 0px;
	height: 164px;
	margin: 0px;
}
	

#middle {
	border: 1px solid #666666; 
	background-color: #CCCCCC;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 10px 0px;
	height: auto:
	}
	
#bottom {
/*	border: 1px solid green; */
	height: 50px;
	padding: 10px 0 10px 0;
	margin: 0px;
	}	

/* Remove bullet and reset style */
ul {
	width: 100%;
	list-style: none;
	margin-left: 0;

/*	This screws up IE6
	padding-left: 1em;
	text-indent: -1em; */
	}
	
/* Remove link underline */

a	{
	text-decoration: none;
}

/* This will put the Main menu in a horizontal list and bold the text */

#menu-list {
	margin: 0px 0px 0px 0px;
	width: auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
	
/*	color: #339; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	}

#menu-list li, #menu-list ul {
/*	border: 1px solid #red; */
	display: inline;
	}


#menu-list li a {
	display: inline;
	border-left: 1px solid rgb(238, 237, 233);
	border-right: 1px solid rgb(238, 237, 233);  
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #444;
	text-decoration: none;	
	}

/* this should change the behaviour when you hover */

#menu-list li a:hover {
	display: inline;
	border-left: 1px solid #777;
	border-right: 1px solid #777; 
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #bbb;
	color: #eee;
	text-decoration: none;
}
	
	/* This will put the SUB Main menu in a horizontal list and bold the text */
	
	#submenu-list {
		margin: 0px;
		width: auto;
		padding: 10px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		text-align: center;
		}
	
	#submenu-list ul, #submenu-list li {
	/*	border: 1px solid #red; */
		display: inline;
		}
	
	
	 #submenu-list li a {
		display: inline; 
		margin: 0px;
		padding: 5px 10px 5px 10px;
		color: #333;
		text-decoration: none;
	}
	
	/* this should change the behaviour when you hover */
	
	#submenu-list li a:hover {
		display: inline;
		margin: 0px;
		padding: 5px 10px 5px 10px;
	/*	background-color: #bbb; */
		color: #aaa;
		text-decoration: none;
	}

/* Replacing h1 content with an image */

h1 {
	height: auto;
	margin: 0px; 
	padding: 0px;
	position: relative;
	text-indent: -9000px;
/*	border: 1px solid red; */
	}
	
h1#banner {
	height: 100px;
	margin: 0px; 
	padding: 0px;
	position: relative;
	text-indent: -9000px;
	background: url("Giacomorilla-top.jpg") top center no-repeat;
}



/* Hide h2 off screen */
h2 {
    text-indent: -9000px;
}

/* Put h3 back to normal */
h3 {
	padding: auto;
	margin: 1em 0 0 0;
	}

/* String of images at the bottom */	
h1#imagelist {
/*	border: 1px solid red; */
	height: 42px;
	background: url("Giacomorilla-string01.jpg") top center no-repeat;
}

/* wiggle thing at the bottom */
h1#footer {
/*	border: 1px solid green; */
	height: 50px;
	background: url("bottom.jpg") top center no-repeat;
}


/* Body text styling */

.bodytext {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;	
	}

/* Centered Image */
.centeredimage {
    text-align: center;
    margin: 0;
    padding: 0;
    }

img.centeredimage {
    border: 6px solid #ddd;
    }

/* Centered Image */
#bottomImage{
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
    }
    
/* Remove padding from images */
img {
	padding: 0;
	margin: 0;
}

/* This section will create an image library of rows, with images on the left and text on the right */

div.row {
/*	border: 1px solid red; */
	clear: both;
	padding: 10px 0px 10px 0px;
	margin: 20px 0 20px 0;
	height: 150px;
	}

/* IMAGE
This puts the image on the left */
div.row span.image {
	float: left;
	width: auto;
	height: auto;
	text-align: right;
 	}
 	
 	
/* This adds the border around the images */
div.row span.image img {
 	border: 6px solid #ddd;
}

/* DESCRIPTION 
This puts a small gap between the image and the text, including the hyperlink */

div.row span.descrp, div.row span.descrp a {
	padding: 0px 0px 0px 10px;
	text-align: left;
	width: auto;
	} 