a:hover {
	color: #FF3300;
}

a { 
	color: #666666; 
	text-decoration: underline; 
}

h3, h4
{
	text-align: center;
}

/* *** MASTER PAGE *** */

.menuitem, .menuitemlast
{
	cursor: hand;
	float: left;
	width: 128px;
	height: 50px;
	background-color: #CCCCCC;
	border-right: 1px solid white;
	display: table;

}

.menuitemlast
{
	width: 126px;
	border: none;
}

.menuitem p, .menuitemlast p
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 9.5pt;
	font-weight:600;
}

.menuitem a, .menuitemlast a
{
	text-decoration: none;
}

.content
{
	width: 640px;
	min-height: 460px;
	vertical-align: top;
}

.frame
{
	width: 80px;
	background-color: #CCCCCC;
}

.footer td
{
	font-size: 7pt;
	text-align: center;
	background-color: #CCCCCC;
	height: 20px;
	
}

/* *** *** *** *** *** */

/* WARRANTY CONTENT */

.warranty
{
	font-size: 10pt; 
	text-align: justify;
	margin-bottom: 10px;
}

.warrantydocumentstable
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

.warrantydocumentstable th
{
	text-align: center;
}

.warrantydocumentstable td
{
	text-align: left;
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}


.warrantydocumentstable li
{
	padding: 0;
	margin: 0;	
	padding-bottom: 10px;
}

.shipmentattachments li
{
	padding: 0;
	margin: 0;	
	padding-bottom: 10px;
}

/* *** *** *** *** */

/* ABOUT US CONTENT */

.aboutuscontent
{
	font-size: 9pt; 
	text-align: justify;
}

/* *** *** *** *** *** */

/* *** *** FAQ *** *** */

.faq
{
	font-size: 9pt;
	text-align: justify;
}

.faqitem
{
	font-size: 9pt;
	text-align: justify;
	display: none;
	margin: 10px;
}

/* *** *** *** *** *** */

li { 	
	font-size: 12px;
	margin-bottom: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #666666;
}

ul.infoline
{
	list-style: none;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}

.infoline li
{
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}


