/* products */

body {
background-color: #33cccc;
}

/* header elements */

div#header_left {
background: url("../i/logo.jpg") no-repeat;
}

/* layout elements */

div#title {
padding: 100px 0 0 0;
overflow: hidden;
background: url(../i/store-banner.gif) no-repeat;
height: 0px !important; /* for most browsers */
height /**/:100px; /* for IE5.5's bad box model */
}

div.product_row {
	float: left;
	width: 760px;
	height: auto;
	margin: 20px 0 0 20px;
	display: inline-block;
	text-align: left;
}

div.product {
	float: left;
	width: 380px;
	height: 175px;
margin-right: 10px
display: inline;
	margin: 0px;
	padding: 0px;
}

img.product {
	float: left;
	display: inline;
	margin-right: 5px;
}

div.product_desc {
	float: none;
	width: 230px;
	height: 150px;
	display: inline;
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 36px;
	margin-left: 0px;
}

div#border_bottom {
	float: left;
	width: 800px;
    padding: 20px 0 0px 0;
    overflow: hidden;
    background: url("../i/border_home_bottom.gif") no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:20px; /* for IE5.5's bad box model */
	font-size: 80%;
	line-height: .65;
	line-height: .25;
	line-height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.about {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: .20;
}

/* header elements */

div#menu {
background: url(../i/nav_bg_products.gif) top left no-repeat;
}

