@charset "utf-8";
body {
	line-height: 12px; font-size: 10px; font-family: verdana, arial, sans-serif;
/*	background: #c0fff3;  */
	BACKGROUND: url(images/body_bk.jpg) #ffffff repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h3{
	color: #09F;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {

	background-image:url(images/head_bk.jpg);
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;
}
#header table{
	margin-bottom: -3px;
}

 #mainNav{
	padding: 0 10px 0 20px;  
	background-color: #2f4cb9;

} 
 
#mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 3px;
	padding:  2px 4px 2px 4px;
	display: inline-block;

}
#mainNav a:hover {
	background-color: #0392db;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	margin-right: 3px;
	padding-right: 4px;
	padding-left: 4px;
}


#mainContent {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	line-height: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#mainContent h1{
	font-size: 22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#trspecial {
	width: 300px;
	padding: 10px;
	border-style:dashed;
	border-width:thin;
	border-color:#000;
	text-align:center;

}
#trspecial H1 {
	font-size:24px;
	color:#F60;
}
.products td:hover
{
	background: #d0dafd;
}
.products td.items{
	padding-top:10px;	
	text-align:center;
/*	border-style:solid;
	border-width:thin;
	border-color:#666;*/
}

.products td a{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
}

.products td img{
	border: none; 
	margin-top: 0px;
}

.products td h2{
	font-size:18px;
	margin-bottom: 5px;
	color:#0392db;
}

.products td p.descriptions{
	font-size:10px;
	color:#2f4cb9;
	margin-top: 5px;
}
 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#FFF;
	background:#2f4cb9;
}
 #footer p {
	line-height: 12px; font-size: 10px; font-family: verdana, arial, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.secondPage td.items{
	padding-top:10px;	
	text-align:center;
/*	border-style:solid;
	border-width:thin;
	border-color:#666;*/
}

.secondPage td a{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
}

.secondPage td img{
	border: none; 
	margin-top: 0px;
}

.secondPage td h2{
	font-size:18px;
	margin-bottom: 5px;
	color:#0392db;
}

.secondPage td p.descriptions{
	font-size:10px;
	color:#2f4cb9;
	margin-top: 5px;
}