/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#wrapper {
	padding-bottom: 99px;  /* must be same height as the footer */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}
#footer {position: relative;
	margin-top: -99px; /* negative value of footer height */
	margin-left: auto;
	margin-right: auto;
	height: 99px;
	clear:both;
	background-color: #141414;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	width: 960px;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* END STICKY FOOTER METHOD*/

body {
	background: url(../images/background_tile.gif);
	font-family: Verdana,Arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#outsideWrapperRight {
	position: absolute;
	top: 140px;
	left: 5px;
}
#hoursofOp {
	position: relative;
}
.hoursofOpTitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.hoursofOpText {
	font-size: 12px;
	color: #FFFFFF;
}

#top_banner {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	width: 100%;
	height: 100px;
}

#italy_banner1 {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 50%;
	background: #F0F1DB url(../images/italy_banner_background.gif) repeat-x;
	height: 50px;
	float: left;
}

#top_banner_center {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 78px;
	padding-top: 22px;
	background-color: #000000;
	position: relative;
}

#navbar {
	position: absolute;
	top: 100px;
	left: 0px;
	background-color: #151515;
	width: 100%;
	height: 28px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	z-index: 2;
}

#navbar a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover, a:active {
	color: #ED1313;
	text-decoration: none;
}

#italy_banner2 {
	float: left;
}
#assaggios_title {
	float: left;
}
#address {
	float: right;
}

#main_content {
	padding-top: 168px;
	color: #FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
#content {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content a {
	color: #FF0000;	
	text-decoration: none;
}
#content a:hover {
	color: #FF0000;	
	text-decoration: underline;
}

#big_pictures_container {
	margin-left: auto;
	margin-right: auto;
	width: 812px;
	height: 367px;
	padding-bottom: 30px;
}

.big_picture {
	width: 268px;
	height: 335px;
	margin: 1px;
}
#contentTitleHeader {
	color: #FFFFFF;
	font-size: 1.5em;
	padding-bottom: 10px;
}
.contentTitleSubHeader {
	color: #FFFFFF;
	font-size: 1.1em;
	padding-bottom: 6px;
	font-weight: bold;
}


#footer_top_border {
	background: url(../images/footer_top_border.gif) repeat-x;
	width: 960px;
	height: 3px;
}

#footer_content {
	color: #515151;
	font-size: 9pt;
	padding-left: 50px;
	font-weight: normal;
	padding-top: 25px;
}

a:link {
	color: #ED1313;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a img {
	border: 0px;
}
p {padding-bottom: 18px;}

/* ALL CODE BELOW IS SPECIFIC TO CERTAIN PAGES.  ALL CODE ABOVE IS GLOBAL */
/* INDEX PAGE */
#welcome_image {
	padding-right: 0px;
}

.emphasis_text {
	color: red;
	vertical-align: super;
}

#assaggio_define {
	padding-top: 20px;
	padding-bottom: 30px;
}
#signature {
	padding-left: 457px;
}
/* END INDEX PAGE */

/* NEWS PAGE */
.newsDate {
	font-size: 1.1em;
}
/* END NEWS PAGE */

/* DIRECTIONS PAGE */
#picContainer {
	float: left;
}
.leftPic {
	float: left;
}
.rightPic {
	padding-left: 40px;
	float: right;
}
#belowPics {
	float: left;
	position: relative;
}
/* END DIRECTIONS PAGE */

table {
	color: #FFFFFF;
}