@charset "UTF-8";
/* CSS Document */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
} 
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
} 
h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	color: #000000;
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color:#FFFFFF;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	background-color:#FFFFFF;
}
h3  {
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	margin-top: 0px;
}
h4 a {
	font-size: .8em;
	color: #333333;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#sidebarNews {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#mainContent {
	margin: 0 0 0 310px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#flyspeck {
	color: #333333;
	text-decoration: none;
	margin: 0 0 0 20px;
	font-size: 0.9em;
}
#jealous {
	margin: 20px 20px 0 0;
	font-size: .9em;
}
#jealous a {
	text-decoration: none;
	color: #333333;
}
#flyspeck a {
	color:#333333;
	text-decoration: none;
}
p {
	font-size: 0.8em;
	line-height: 1.4em;
}
#footer {
	background:#FFF;
	
} 
#sidebar1 ul {
	margin: 0 0 0 15px;
	padding: 0px;
}
#sidebar1 li {
	font-size: .8em;
	line-height: 1.5em;
	padding-top: 4px;
}
#footer p {
	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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.img
{
	margin: 2px;
	border: 1px solid #CCCCCC;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px;
	font-size: .8em;
}
#bottom {
	margin: 0 auto;
	width: 760px;
}


#nav-menu
{
	font-size: 0.7em;
	margin-top: 19px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	height: 18px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
	float: left;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0.15em;
}

#nav-menu li a
{
	height: 1.2em;
	line-height: 1.2em;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-right: 50px;
	padding-left: 2px;
	width: auto;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-top: 0px;
}
#nav-menu li a:hover {
	color: #FF0000;
}
#mainContent ul {
	list-style-type: square;
}
#mainContent li {
	font-size: .8em;
	padding-top: 6px;
	padding-bottom: 6px;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin: 0 0 0 15px;
	background-color: #E6E6E6;
}
#mainContent2 {
	margin: 0 15px 0 300px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent2 h1 {
	font-size: 1.1em;
}
#mainContent2 h2 {
	font-size: .9em;
}
#mainContent2 h3 {
	font-size: 0.8em;
	color: #CC0000;
	font-weight: bold;	
}
.product {
	float: left;
	width: 200px;
	margin: 15px 0 0 0;
}
.product2 {
	float: left;
	width: 200px;
	margin: 15px 0 0 30px;
}

#mainContent2 ul {
	list-style-type: square;
}
#mainContent2 li {
	font-size: .8em;
	padding-top: 6px;
	padding-bottom: 6px;
}
#sidebar2 ul {
	margin: 0 0 0 15px;
	padding: 0px;
}
#sidebar2 li {
	font-size: .8em;
	line-height: 1.5em;
	padding-top: 4px;
}
