body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica;
	font-size: 0.75em;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#content {
	width: 100%;
}

h1 {
	font-size: 1.5em;
	margin: 0.8em 0 0.8em 0;
	color: #577ebf;
	text-align: center;
}
h2 
{
	font-size: 1.0em;
    font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h2 a
{
    text-decoration: none;  
}

.clear {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

p.cntr {
	text-align: center;
}

a {
	color: #577ebf;
}

#content ul, #content ol {
	margin: 2em 0;
	text-align: left;
}

#content ul li, #content ol li {
	margin: 0.5em 0;
}


/* ***** TOP ***** */

#top {
	width: 100%;
	height: 70px;
	position: relative;
}

img#logo {
	float: left;
}


/* ***** TOP NAV ***** */

ul#nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	float: left;
	margin: 50px 8px 0 10px;
	padding-left: 24px;
	color: #000000;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #749bd1;
}

ul#nav li a.home       { background: #ffffff url(../img/home.gif) no-repeat;}
ul#nav li a.aboutus    { background: #ffffff url(../img/About_us7.jpg) no-repeat;}
ul#nav li a.contact    { background: #ffffff url(../img/contact.gif) no-repeat;}
ul#nav li a.direction  { background: #ffffff url(../img/direction.gif) no-repeat;}
ul#nav li a.cart       { background: #ffffff url(../img/online.gif) no-repeat;}


/* ***** CATEGORY ***** */

img#categoryimg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

ul#category {
	margin: 20px auto;
	padding: 0 30px;
	height: 148px;
}

ul#category, ul#category ul {
	list-style: none;
}

ul#category li {
	float: left;
	position: relative;
}

ul#category li a {
	display: block;
	width: 148px;
	height: 148px;
}


/* ***** SUB CATEGORIES ***** */

ul#category ul {
	position: absolute;
	display: none;
	top: 145px;
	left: 10px;
	width: 130px;
	margin: 0;
	padding: 0;
	border: 1px solid #b0bfd8;
	z-index: 99;
}

ul#category ul li {
	border-bottom: 1px solid #b0bfd8;
	width: 130px;
}

ul#category ul li a {
	width: 122px;
}

ul#category ul li, ul#category ul li a {
	display: block;
	height: auto;
	text-align: center;
}

ul#category ul li a {
	padding: 4px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	background: #ffffff url(../img/subcatbg.gif) repeat-x top left;
}

ul#category ul li a:hover {
	color: #000000;
	background: #e1e8f3 url(../img/subcatbg_on.gif) repeat-x top left;
}

ul#category li:hover ul, ul#category li.over ul {
	display: block;
}


/* ***** HOME PAGE ***** */

img.cate {
	margin: 2px;
	padding: 0;
	border: 0;
}

#clienttypes {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-bottom: 20px;
	text-align: center;
	color: #000000;
}

#clienttypes a {
	margin: 0 4px;
	text-decoration: none;
	color: #4e78bc;
}


/* ***** PARTS & SERVICE ***** */

.partsservicelist {
	float: left;
	margin-bottom: 30px;
	width: 320px;
	text-align: left;
}


/* ***** FAQ ***** */

p.faqq {
	margin: 2em 0 0 0;
}

p.faqq a {
	font-weight: bold;
}


/* ***** SPECIALS ***** */

.special {
	clear: both;
	margin: 25px 0;
	padding-top: 25px;
	border-top: 1px dotted #577ebf;
	/* IE crap: http://annevankesteren.nl/2005/03/clearing-floats */
	_height: 1%;
	overflow: auto;
}

.special img {
	float: left;
}

.special p, .special h3 {
	margin-left: 300px;
}


/* ***** FOOTER ***** */

#footer {
	padding: 0 0 0px 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	margin: 0 4px;
	text-decoration: none;
	color: #4e78bc;
}

#footer a:hover {
	text-decoration: underline;
	color: #4e78bc;
}


.Text	{	font: 11px verdana; color:Black;	}
.TextBold	{	font: bold 12px verdana; color:Black;	}
.GenericHeader	{	font: bold medium verdana; color: black; text-align:center;	}
.attention {	font: bold 11px verdana; color:Red;	}
.SuccessText {	font: bold 11px verdana; color:Green;	}
.ExceptionText {	font: bold 11px verdana; color:Red;	}
.TextBoldGray
{
    font: bold 12px verdana;
    color: #666666;
}

/* Search box */
.SearchCriteria
{
	width: 150px;
	padding: 2px;
	font-size: 11px;
	color: #808080;
	border: 1px solid #dddddd;
}
#topright {
	width: 180px;
	position: absolute;
	top: 5px;
	right: 0px; 
}
#companyphone {
	width: 180px;
	position: absolute;
	top: 11px;
	right: 310px;
	color:Red;
	font: bold medium verdana;
}
#sitesealshop 
{
	bottom: 2px;
}

/* catalogitem */
.documentlinktd 
{
    text-align: center;
    width: 100px;
}