
body {
	font-size: 70%;
}

#container {
	background: url(/images/bkgd_logo_concrete.jpg) no-repeat left;
	display: block;
	font-size: 200%;
	height: 624px;
	left: 50px;
	margin: 0;
	position: absolute;
	top: 50px;
	width: 916px;
}

/* for IE 7 */
*:first-child+html #footer {
    margin-top: -10px;
    width: 100%;
}

#header {
        background: none;
        height: 0;
}

h2 {
	border-bottom: 12px solid #47504b;
	font-size: 120%;
	margin: 30px 20px 10px 0;
	padding: 0;
	width: 50%;
}

h3 {
	font-size: 80%;
	margin: 10px 8px;
}

.home_button {
    padding: 10px 20px;
}

#home_left_col {
    margin: 40px 10px 10px 90px;
    padding: 15px 40px 20px 0;
    width: 350px;
}

/* for IE 7 */
*:first-child+html #home_left_col {
    margin: 253px 0 0 85px;
    padding: 15px 0 20px 0;
}

#home_left_col img {
    padding: 0;
    padding-bottom: 10px;
}

.nav_item img {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#home_right_col {
    float: right;
    margin: 25px 95px 0 0;
    width: 350px;
}

/* for IE 7 */
*:first-child+html #home_right_col {
    margin: 240px 120px 0 0;
    width: 320px;
}

p {
	font-size: 80%;
}

#store_slideshow {
    height: 256px;
    margin: 20px 10px 10px 20px;
    padding: 8px;
    width: 336px;
}

#slideShow1
{
width: 300px;
height: 300px;
border: 1px solid #ccc;
padding: 10px;
background-color: #fff;
margin: 10px;
}
.pagelinks a
{
font-weight: bold;
color: #666;
}
.slideCaption
{
background-color: #FFFFCC;
padding: 4px;
text-align: center;
font-weight: bold;
}
.pagelinks a.activeSlide
{
color: #f90;
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
background-image: url(images/spacer.gif);
}
.nextSlide:hover
{
background-image: url(images/nextslide.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}
.prevSlide:hover
{
background-image: url(images/prevslide.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}
.inputsTooltip
{
border: 1px solid #ccc;
background-color: #eee;
padding: 4px;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}
#tooltipURL
{
display: none;
}

