/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 85%;
  color:  #575757; 
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #303A4B;}

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; padding-top: 10px;}
h2 { font-size: 1.8em; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.5; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; color: #575757; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #303A4B; text-decoration: underline; }

strong {color: #303A4B; font-weight: bold;}


/* Contents
-------------------------------------------------------------- */

#contents {
	padding: 100px 40px 0 185px;
	max-width: 600px;
}

.productbanner {
	width: 595px;
	height: 274px;
}

.productbanner a img {
	border: none;
}

.productbanner img {
	margin: 210px 0 10px 10px;
	float: left;
}

/* Columns
-------------------------------------------------------------- */

.threecolumn {
	width: 29%;
	float: left;
	padding: 5px 25px 5px 0;
}

.twocolumn {
	width: 45%;
	float: left;
	padding: 5px 25px 5px 0;
}

/* Tables
-------------------------------------------------------------- */

table {
	padding-bottom: 15px;
}

td {
	padding: 10px 25px 10px 0;
	vertical-align: top;
}

/* Navigation
-------------------------------------------------------------- */


#mainmenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 100%;
}

.navlistheading {
	font-size: 125%;
	margin-top: 20px;
	font-weight: bold;
	color: #303A4B;
}


#mainmenu .navlist {
	font-size: 115%;
	list-style-type: none;
	padding: 120px 0 0 10px;
	margin-left: 0;
}

#mainmenu .navlist li {
	padding: 5px 0 5px 10px;
	margin-left: 0;
}

#mainmenu .navlist li a {
	text-decoration: none;
}

#mainmenu .navlist li a:link, #mainmenu .navlist li a:visited {
}

#mainmenu .navlist li a:hover {
	font-weight: bold;
}

.imageright {
	float: right;
	padding: 0 0 10px 10px;
}

/* Banner
-------------------------------------------------------------- */


#banner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	color: #fff;
	background-color: #303A4B;
	padding: 15px;
}

#banner a img {
	border: none;
}

#banner img {
	float: left;
	padding-left: 10px;
	padding-right: 20px;
}

#banner div {
	vertical-align: middle;
	padding: 15px 10px 10px 25px;
}


/* Footer
-------------------------------------------------------------- */

#footer {
	padding-top: 30px;
	font-size:
	75%;
	width: 100%;
	clear: both;
}
