body {
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	line-height:140%;
	color:#000;
	margin:50px;
}
#logo { background-color:#000; }
#tools,
#nav,
#footer,
#underFooter,
#sideNav,
#slTabs,
ul.tabNav,
#bookingWidget,
a.btn,
#accessibility{
	display:none;
}

h1, h2 {
	font-size:24pt;
	color:#000;
	font-weight:bold;
	margin:20px 0;
}

h3{
	font-size:16pt;
	color:#000;
	font-weight:bold;
	margin:10px 0;
}
h4{
	font-size:12pt;
	color:#000;
	font-weight:bold;
	margin:10px 0;
}

.tabCarousel, .brandInfo {
	padding:20px 0;
	clear:both;
}

img.alignleft {
	float:left;
	margin:0 15px 15px 0;
}
img.alignright {
	float:right;
	margin:0 0 15px 15px;
}
.itemListing li, .tabsContainer div, p {
	clear:both;
}
.itemListing li p {
	clear:none;
}

/** Insert the URLs after link text in the content */
#content a:link:after,
#content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after {
	content: " (http://www.eyehub.com" attr(href) ") ";
}


