#logo {
  font-size:2.5em;
  text-align:center;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {position:relative; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; text-align:center; color:#fff; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;font-family: "Arial, Helvetica, sans-serif",palatino,serif;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#7fafac;}
.menu ul li:hover ul {display:block; position:absolute; top:36px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#7fafac; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:gray; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:gray; color:#000;}
.menu ul li:hover ul li a:hover {background:#7fafac; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

ul#topNav {
	float: left;
	background:gray; 
	list-style: none;
	height: 36px;
	text-align:center;
	width:100%;
}
ul#topNav li {	
	margin-right: 10px;
	float: left;
	width: 164px;
	height: 36px;
	text-align: center;
	line-height: 2em;
	font-family: "palatino linotype",palatino,serif;
	text-align:center;
}

ul#topNav li a {
	text-decoration: none;
	display: block;
	line-height: 36px;
	font-size:1em;
	color: #FFFFFF;
}

li span {
	display:none;
}

#contact {
  float:right;
  background-color:#CACAAF;
  font:small-caps 900 0.9em arial;
}

#contact li{
  padding:0 1.9em 0 0;
  text-align:right;
  list-style: none;
}

#main_nav_list {
  clear:both;
  padding:0.2em 0em;
}

#key_visual img {
  float:left;
}

#footer {
  margin-top:8%;
}

#footer_text {
  padding:0.5em;
  color:white;
  background-color:gray;
  clear:left;
}

.content {
  margin:0 20% 0 7%;;
}

p img {
  float:left;
  padding:0.1em;
  margin:0.1em 0.2em 0.1em 0.1em;
}

p {
 text-indent:1em;
}

#product {
	color:red;
	font-size:15px;
}

#blurb {
	padding:1em;
        background-color:gray;
 	color:white;
        margin:0 20% 0 12%;
}

