html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000 url(images/page_bg.gif) repeat-x;
	text-align: center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
	position: relative;
}

h1 {
  position: absolute;
  top: 46px;
  left: 0;
  height: 43px;
  padding-top: 8px;
  width: 414px;
  text-align: center;
  background: #487d3d;
  color: #ffffff;
  font-size:24px;
  font-family:"Times New Roman", Times, serif;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav {
  position: absolute;
  top: 15px;
  left: 414px;
  width: 266px;
  height: 269px;
}
#top-nav.home {
  background: #487d3d bottom left url(images/header.jpg) no-repeat;
}
#top-nav.about {
  background: #487d3d bottom left url(images/sushi-marbella.jpg) no-repeat;
}
#top-nav.intro {
  background: #487d3d bottom left url(images/introduction-to-sushi.jpg) no-repeat;
}
#top-nav.health{
  background: #487d3d bottom left url(images/sushi-health.jpg) no-repeat;
}
#top-nav.takeaway{
  background: #487d3d bottom left url(images/takeaway-puerto-banus.jpg) no-repeat;
}
#top-nav.delivery{
  background: #487d3d bottom left url(images/sushi-delivery-marbella.jpg) no-repeat;
}
#top-nav.makesushi{
  background: #487d3d bottom left url(images/make-sushi-puerto-banus.jpg) no-repeat;
}
#top-nav.special{
  background: #487d3d bottom left url(images/specials-puerto-banus.jpg) no-repeat;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
  background:#487d3d;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  background:#487d3d;  
}
#top-nav a:hover {
  text-decoration: underline;
}
#top-nav li.active a {
  color: #000;
}


#mmagic {
  background: url(images/media_magic.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#mmagices {
  background: url(images/media_magic_es.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#header {
  background: url(images/header_bg.jpg) no-repeat;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 414px;
  height: 195px;
}

/** body **/
#spacer {
  height: 285px;
}

#body {
  background: url(images/body_bg.gif) repeat-y;
  width: 100%;
}

#left {
  float: left;
  width: 412px;
}
#right {
  float: right;
  width: 312px;
}
#right img {
	margin-right:5px;
	margin-bottom:15px;
}	

#nav ul {
}
#nav li {
  float: left;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(images/tab_lit.gif) repeat-x;
  border-left: 1px solid white;
  list-style: none;
}
#nav a {
  font-size:16px;
  font-family:"Times New Roman", Times, serif;
  color: #f9f9f9;
  text-decoration: none;

}
#nav a:hover {
  text-decoration: underline;
}
#nav li.drk {
  background: url(images/tab_drk.gif) repeat-x;
  border-left: none;
  padding-left: 1px;
}

#visit {
  background: #EEEEEE;
  padding: 15px 40px 14px 36px;
}
#visit td {
	padding:5px;
	border: 1px solid #e5e5e5;
	background-color:#fff;
}	

#visit h2 {
  font-size:24px;
  font-family:"Times New Roman", Times, serif;
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}
#visit img {
	margin:0px 15px 5px 0;
}
#onlineorder {
  background: #EEEEEE;
  padding: 15px 40px 14px 36px;
}
#onlineorder td {
	padding:5px;
	border: 1px solid #e5e5e5;
	background-color:#fff;
}	

#onlineorder h2 {
  font-size:24px;
  font-family:"Times New Roman", Times, serif;
}
#onlineorder a {
  text-decoration: none;
}
#onlineorder a:hover {
  text-decoration: underline;
}
#onlineorder img {
	margin:0px 15px 5px 0;
}
#onlineorder strong {
	font-size:10px;
	color:#0000FF;
	font-weight:normal;
}
#subs-left {
  float: left;
  width: 160px;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-top: 22px;
  background-color:#3d3d3d;
  color: #fff;
}
#subs-right {
  float: right;
  width: 145px;
  padding-right: 30px;
  padding-bottom: 10px;
  margin-top: 22px;
}
#subs-left a {
  color: #fff;
}
#subs-right a {
  color: #000000;

}

#subs-both {
  color: #fff;
  padding:10px;
  background-color:#000000;
  text-align:center;
}
#subs-both a{
  color: #fff;
}

#subs-left h3 {
  color: #FFF;
  font-size:15px;
  font-weight:bold;
  font-family:"Times New Roman", Times, serif;
}
#subs-left p {
  text-align: left;
}

#subs-right {
  color: #fff;
  background-color:#487d3d;
}
#subs-right h3 {
  font-size:15px;
  font-weight:bold;
  font-family:"Times New Roman", Times, serif;
  padding-left: 20px;
  padding-bottom: 14px;
  color: #FFF;
  background-color:#487d3d;
}
#subs-right h4 {
  font-size:14px;
  font-weight:bold;
  font-family:"Times New Roman", Times, serif;
  color: #000000;
  margin: 0.6em 0;
  background-color:#487d3d;  
}
#subs-right ul {
  margin-top: 1em;
}
#subs-right li {
  list-style:none;
  padding-left: 0px;
  margin-left:20px;
  margin-bottom:5px;
  color:#000000;
  background-color:#487d3d;
}
#subs-right p {
  text-align: left;
  margin: 0.6em 0;
}

#right-i {
  padding: 4px 25px 0 20px;
}
#right h2 {
  color: #000000;
  font-size:22px;
  font-family:"Times New Roman", Times, serif;
  margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  font-size:14px;
  font-family:"Times New Roman", Times, serif;
  font-weight:bold;
  margin-bottom: 5px;
  margin-top:25px;
}
#right p {
  margin-top: 0;
  color: #163348;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;

}
#right a:hover {
  text-decoration: underline;
}
#submenu {
	float:left;
	position:relative;
	width:312px;
	font-size:14px;
	line-height:20px;
}	
#submenu li.active {
	color:#487d3d;
}	
#submenu .active a{
	color:#487d3d;
}	
#submenu ul{
  margin-left:10px;
  list-style-type:circle;
}
#submenu a{
	font-weight:normal;
}  
#contactform  {
	margin-left:-10px;
}

#contactform td  {
	background-color:#eeeeee;
	border:none;
}
#orderform {
	margin-left:-10px;
}

#orderform td  {
	background-color:#eeeeee;
	border:none;
}
#sushimenu {
	width:790px;
	height:1670px;
	border: 1px solid #666666;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}	
#sushimenu h2 {
	color:#487d3d;
	font-size:24px;
	}
#sushimenu img {
	padding-right:5px;
}	
#sushimenu strong {
	font-size:10px;
	color:#0000FF;
	font-weight:normal;
}	
#sushileft {
	float:left;
	width: 380px;
}
#sushiright {
	float:right;
	width:380px;
	margin-right:15px;
}		
#sushiright td, #sushileft td{
	text-align:left;
}
.category {
	font-size:18px;
	color:#000066;
	line-height:60px;
}
.alignrightnum {
	text-align:right;
}	
.category h3 {
	font-size:10px;
	color:#000000;
	line-height:10px;
	margin-top:-10px;
	margin-bottom:10px;
}
#sushimenu h4 {
	font-size:14px;
	text-align:center;
	line-height:10px;
	margin-top:5px;
	margin-bottom:10px;
}

#towns {
		border:1px solid #000;
}		
#towns td {
	line-height:10px;
	font-size:11px;
	padding:0;
	margin:0;
	padding-left:10px;
}
.specials {
	font-size:12px;

}
.specials td{	
	vertical-align:middle;
	padding:5px;
}
#chalkboard {
	background: url(images/special-offers.jpg) no-repeat #eeeeee;
	height:220px;
	width:327px;
	text-align:center;
}
#chalkboard h2 {
	color:#FFFFFF;
	padding-top:70px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}	

#chalkboard h3 {
	color:#FFFFFF;
	padding:15px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}	
	
	
/** footer **/
#copyright {
  background: #212121;
  color: #fff;
  text-align: center;
  font-size: 11px;
  float: right;
  width: 315px;
  padding: 10px 0;
  margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}

/*************** #Form Styles*************/

form fieldset{
	background-color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:#6d69f4;
	margin:20px 0px 20px 0px;
	width:600px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

form fieldset legend{	
	background-color:#effd08;
	border-width:1px;
	border-style:solid;
	border-color:#6d69f4;
	color:#6d69f4;
	font-weight:bold;
	font-size:110%;
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}
	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

/********************* end **********************/
