@charset "utf-8";
/* CSS Document */
.productList {
	background-color: #F1E9CF;
	font-family: Arial, Helvetica, sans-serif;
}
	
.header {
    text-align: center;
    background-color: #CFB67B;
    margin: 0px;
    padding: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	font-weight: bold;
}

.footer {
	background-color: #CFB67B;
	padding: 1px;
	text-align: center;
	clear: both;
	vertical-align: middle;
}

.navbar {
	background-color: #CFB67B;
	text-align: center;
	vertical-align: top;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	vertical-align: top;
}

.floatRight {
	float: right;
}

div#headerText {
	margin: 0 20px 0 26%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	height: 226px;
	/*	width: 50%;*/
	position: relative;
	padding: 10px 26% 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	font-weight: bold;
} 

body {
    margin: 0px;
    padding: 0px;
}
div#header {
    text-align: center;
    background-color: #CFB67B;
    height: 60px;
    margin: 0px;
    padding: 1px;
}
div#navcol {
    padding: 0;
    width: 150px;
    float: left;
}
div#main {
    padding: 10px;
    margin-left: 170px;
    margin-right: 170px;
}
div#sidecol {
    padding: 10px;
    width: 150px;
    float: right;
}
div#foot {
    background-color: #CFB67B;
    padding: 1px;
    text-align: center;
    clear: both;
}
div#logo { 
	position: relative;
	float: left; 
/*	width: 260px; /* since this element is floated, a width must be given */
	height: 226px;
	background: #CFB67B; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* top and bottom padding create visual space within this div  */
} 

div#column2 {
	margin: 0;
	padding: 0;
	/*    background-image: url(../columnBackground.gif);*/
    background-position: right;
	background-repeat: repeat-y;
	width: 100%;
	background-color: #FFFFFF;
}
div#column1 {
    margin: 0px;
    padding: 0px;
    background-image: url(../columnBackground.gif);
    background-repeat: repeat-y;
    width: 100%;
}
 .clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* hide hack from Mac-IE5 \*/
* html #main { height: 1em; }
/* end hiding */
