/* the default styles for the document */
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	
    margin: 0;
	padding: 0;
}

/* the styles for the page */
#page {

}

/* the styles for the header */
#header img {

	height: 100px;
	width: 100px;
	margin: 0;
	float: left;
}
#tagline {
	font-size: 125%;
	font-weight: bold;
	border-top: 2px  solid black;
	border-bottom: 2px solid black;

	text-align: right;
	margin: 0;
	padding: 2px 20px;
}
#utilities p {
	display: none;
}
#utilities a {
	display: none;
}
#navigation p {
	display: none;
}
.blue {
	
}
.black {
	color: black;
	
}

/* the styles for the left sidebar */
#sidebar1 {
	display: none;
}
#sidebar1 h2 {
	display: none;
}
#sidebar1 p {
display: none;
}
#sidebar1 a {
display: none;
}

/* the styles for the center content */
#main {
	margin: 0;
	padding: 7px 0;
	padding-top: 1.5em;
	padding-right: 200px;
	padding-left: 0;
	clear: left;
}
#main h1 {
	font-size: 140%;
	color: #004e97;
	padding-bottom: .3em;
	margin-bottom: 0;
}
#main h2 {
    font-size: 105%;
	margin-top: .6em;
	margin-bottom: 0;
	position: relative;
}
#main h3 {
font-family: serif;
	font-size: 100%;
	font-weight: normal;
	margin-top: .3em;
	margin-bottom: 0;
	position: relative;
}
.title {
	position: absolute;
	left: 90px;
}
.number {
	position: absolute;
	right: 0;
}

/* the styles for the right sidebar */
#sidebar2 {
	display: none;
}
#sidebar2 img {
	display: none;
}

#cart_link {
	
}

#cart_link a:link {
	
}

#cart_link a:hover {
	
}
#guarantee{
	
}
#guarantee_head{
	
}
#guarantee_text{
	
}

/* the styles for the footer */
#footer {
	clear: both;
	margin-top: 12px;	
}
#footer p {
	font-size: 75%;
	text-align: right;
	border-top: 1px solid gray;
	padding: 3px 0;
}
