@charset "UTF-8";
/* CSS Document */

body {
	background-color: #045268;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}


a:link, a:visited {
	color: #045268;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}




#container {
	width: 800px;
	text-align: left;
	overflow: auto;

}



#header {
	margin-top: 40px; 
}


#header-logo {
	width: 300px;
	float: left;
}

#header-menu {
	width: 480px;
	float: right;
	margin: 45px 10px 0px 0px;
	font-size: 12px;
	line-height: 120%;
	color: #ffffff;
	text-align: right;
}

#header-menu a:link {
	color: #ffffff;
	text-decoration: none;
}

#header-menu a:hover {
	text-decoration: underline;	
}





#featured {
	background-color: #FFFFFF;
	width: 800px;
	height: 680px;	
}


#featured-left {
	width: 267px;
	float: left;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px;
	background-image: url(images/dots.gif);
	background-position: top right;
	background-repeat: repeat-y;
}


#featured-middle {
	width: 266px;
	float: left;
	background-color: #FFFFFF;
}


#featured-right {
	width: 267px;
	float: right;
	background-color: #FFFFFF;
	background-image: url(images/dots.gif);
	background-position: top left;
	background-repeat: repeat-y;
}






#featured-image-icemakers {
	background-image: url(images/featured_icemakers.jpg);
	background-repeat: no-repeat;
	height: 318px
}

#featured-image-outdoor {
	background-image: url(images/featured_outdoor.jpg);
	background-repeat: no-repeat;
	height: 318px
}

#featured-image-winecellar {
	background-image: url(images/featured_winecellars.jpg);
	background-repeat: no-repeat;
	height: 318px
}




#menu_icemakers {
	display: block;
	width: 267px;
	height: 73px;
	background: url("images/menu_icemakers.jpg") no-repeat 0 0;
	text-align: center;
	background-position: center;
}


#menu_icemakers:hover {
	background: url("images/menu_icemakers-hover.jpg") no-repeat 0 0;
	text-align: center;
}	
	
	
	
#menu_icemakers span {
	display: none;

}



#menu_outdoor {
	display: block;
	width: 267px;
	height: 73px;
	background: url("images/menu_outdoor.jpg") no-repeat 0 0;
	text-align: center;
	background-position: center;
}


#menu_outdoor:hover {
	background: url("images/menu_outdoor-hover.jpg") no-repeat 0 0;
	text-align: center;
}	
	
	
	
#menu_outdoor span {
	display: none;

}



#menu_winecellars {
	display: block;
	width: 267px;
	height: 73px;
	background: url("images/menu_winecellars.jpg") no-repeat 0 0;
	text-align: center;
	background-position: center;
}


#menu_winecellars:hover {
	background: url("images/menu_winecellars-hover.jpg") no-repeat 0 0;
	text-align: center;
}	
	
	
	
#menu_winecellars span {
	display: none;

}



.featured-content {
	margin: 20px 20px 20px 20px;
	
}


.main-content {
	margin: 10px 20px 20px 20px;
	clear: both;
	
}


#main {
	background-color: #FFFFFF;
	margin-top: 20px;
	clear: both;
}


#footer {

}

#footer-content {
	width: 480px;
	float: right;
	margin: 10px 10px 0px 0px;
	font-size: 11px;
	line-height: 120%;
	color: #ffffff;
	text-align: right;
}

#footer-content a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer-content a:hover {
	text-decoration: underline;	
}



.productlist {
	line-height: 160%;
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
	padding: 0px;
	margin-left: 30px;
}

.productlist a:link, .productlist a:visited {
	color: #045268;
	text-decoration: none;
}

.productlist a:hover {
	color: #333333;
	text-decoration: underline;
}



#interior {
	background-color: #FFFFFF;
	width: 800px;
	clear: both;
	overflow: auto;	
	/*height: 680px;*/	
}


#interior-left {
	width: 210px;
	float: left;
	background-color: #FFFFFF;
	vertical-align: top;
	margin-top: 30px;
	
}



#interior-right {
	width: 580px;
	float: right;
	background-color: #FFFFFF;
	margin-top: 30px;
	background-image: url(images/dots.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 10px;

}

.interior-content {
	margin: 0px 20px 20px 20px;
	
}

.title {
	font-size: 14px;
	color: #333333;
}

.title2 {
	font-size: 16px;
	color: #045268;
	line-height: 140%;
	font-weight: bold;
}

.title3 {
	font-size: 14px;
	color: #045268;
	line-height: 140%;
	font-style: italic;
}

.disclaimer {
	font-size: 10px;
	color: #999999;
	line-height: 140%;
	font-style: italic;
}



.table-margin {
	margin-left: 20px;
}

.table-boarder {
	border: 1px solid #eeeeee;
}




#hor-zebra
{
	width: 290px;
	text-align: left;
	border-collapse: collapse;
}


#hor-zebra th
{
	font-weight: normal;
	padding: 10px 8px;
	color: #333333;
}
#hor-zebra td
{
	padding: 5px 5px 5px 10px;
	/*color: #669;*/
}
#hor-zebra .odd
{
	background: #eeeeee; 
}


#hor-zebra2
{
	width: 520px;
	text-align: left;
	border-collapse: collapse;
}

#hor-zebra2 th
{
	font-weight: normal;
	padding: 10px 8px;
	color: #333333;
}
#hor-zebra2 td
{
	padding: 15px 15px 10px 15px;
	/*color: #669;*/
}
#hor-zebra2 .odd
{
	background: #eeeeee; 
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

<!-- main stylesheet ends, CC with new stylesheet below... -->


