/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

fieldset{
	width: 270px;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
  text-align:center;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* main container */
#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links, #footer
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 21px 0px 19px;
  width: 720px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: 150px;
  text-align: left;
}

/* navigation menu */
#menu
{ height: 42px;
  width: 760px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 37px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 716px;
  float: left;
  padding: 22px 3px 15px 22px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 a,  #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#column2 a:hover{border-bottom: 1px solid;}


/******************************************************
  Products
 ******************************************************/
#Products{
	border: 1px solid;
	height: 100%;
	padding: 15px;
	margin: 5px;
}
#Products h2{
	margin-bottom: 3px;
	margin-left: 3px;
	font-size: 10pt;
}
#Products table{
	width: 100%;
	border: 1px solid #CCCCCC;
}
#Products tr,td{
	padding: 5px;
	height: 75px;

}
/******************************************************
  Category Navigation
 ******************************************************/
#CategoryNavigation{
	margin:10px auto;
	text-align:center;
}
/******************************************************
  Weather
 ******************************************************/
#Weather{
	float:right;
	border: 1px solid #89A9C7;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 28px;
	margin-bottom: 5px;
	padding: 3px;
	background: white;
}
#Weather div{
	float:right;
}
#Weather h2{
	text-align: center;
}

