/* Main Classifications (site wide) */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #e0e0e0;
	text-align:center;
}

#main
{
  background-color:#FFFFFF;
  background-image:url(../site_images/bg.jpg);
  background-repeat:no-repeat;
  background-position:bottom right;
  border:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:5%;
  margin-bottom:auto;
  width:965px;
  height:500px;
  text-align:left;
}
#email {
	visibility:hidden;
	background-color:green;
position:absolute;
top:475px; left:40px;
width:77px; height:39px;	
}

#emailBox {
visibility:hidden;
position:absolute;
top:250px; left:200px;
width:77px; height:39px;	
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #d30e34;
}
a:visited {
	color: #d30e34;
  text-decoration: underline;
}
a:hover {
	color: #dc3e5d;
	text-decoration: underline;
}
a:active {
	color: #d30e34;
	text-decoration: underline;
}


ul {
  list-style-image: url(../site_images/bullet.gif);
}

/* Specific Specifications (element only) */

#navswitches {
position:absolute;
text-align:center;
}

#dollbutton {
position:absolute;
top:243px; left:13px;
width:77px; height:139px;
}

#noodlesbutton {
position:absolute;
top:243px; left:127px;
width:113px; height:110px;
}

#bookbutton {
position:absolute;
top:17px; left:279px;
width:73px; height:117px;
}

#bagbutton {
position:absolute;
top:141px; left:236px;
width:88px; height:126px;
}

#headerdiv {
position:absolute;
top:137px; left:1px;
width:269px; height:123px;
}

#content {
visibility:hidden;
background-image:url(../site_images/content-bg.jpg);
position:relative;
top:133px; left:495px;
width:468px; height:348px;
}

#actualcontent {
position:relative;
top:20px;left:37px;
width:402px;height:269px;
overflow:hidden;
}

