body 
{
	background-image:url('images/bg-motif.gif');
	background-position:bottom right;
	background-repeat:repeat-y;
	min-height:840;
	/*
	width:100%;
	*/
	font-family: Arial, Verdana, sans-serif;
	font-size:16px;
	line-height:18px;
	margin:10px;
	padding-top: 15px;
}

h1
{
	font-size:1.125em;
	font-weight:bold;
}

p
{
	font-size:0.875em;
}

.warrantydetails
{
	/*
	font-family:"Times New Roman",Times,serif;
	*/
	font-size:0.75em;
}

.warrantyenumeration
{
	font-size:0.75em;
	padding-left:50px;
}
		
img.header
{
	position:relative;
	top:+23px;
}


.bold
{
	font-weight:bold;
}

#wrapper
{
	width:600px;
	margin:0 auto;
}

#header 
{
	
	background-image:url('images/head_foot.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	padding:0;
}

#header ul 
{
	list-style:none;
	margin:0;
	padding-right:26px;
	float:right;
}
#header ul li 
{
	display:inline;
	margin:0;
	padding:0;
}
#header ul li a {
	color:#f2c5c5;
	text-decoration:none;
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:center left;
	padding:1px 1px 2px 16px;
	font-size:11px;
}

#header ul li a:hover,
#header ul li a:focus 
{
	color:#fff;
}

#header ul li.home a {
	background-image:url('images/icn-home-white.gif');
}

#content
{
	margin:30px 0 25px 0;
	/*
	padding-top:25px;
	*/
	height:100%;
	
}

#content a
{
	text-decoration:none;
	color:red;
}

#footer
{
	min-height:22px;
	max-height:22px;
	padding:0;
	background-image:url('images/head_foot.jpg');
	background-repeat:no-repeat;
	background-position:top left;	
}

p.footer
{
	display:inline;
	float:right;
	margin:0;
	padding:0 26px 0 0;
	color:#fff;
	font-size:.6875em;
}

