/* @override http://staging.kikkomanusa.com/css/landing.css */

/* @override http://kikkomanusa.tdcvps.com/css/landing.css */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#flash_container {
	width: 1000px;
	height: 750px;
	margin: auto;
	text-align: left;
}

#container {
	width: 1000px;
	height: 750px;
	background: url(../images/landing/background.jpg) no-repeat;
	margin: auto;
	text-align: left;
}

img {
	border: none;
}
#logo {
	position: relative;
	top: 16px;
	left: 75px;
	float: left;
}
#nav {
	position: relative;
	right: 0;
	float: right;
	margin-right: 15px;
	list-style-type: none;
	margin-top: 226px;
}

#nav li{
	float: left;
}

#nav li a{
	padding: 25px 0 0;
	display: block;
	height: 22px;
	background: url(../images/landing/bullet.png) no-repeat center -67px;
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#nav #nav_homecooks a:hover, #nav #nav_foodservice a:hover, #nav #nav_foodmanufacturers a:hover, #nav #nav_contact a:hover, #nav #nav_about a:hover{
	background-position: center 0;
}

#nav #nav_homecooks a{
	width: 76px;

	margin-right: 29px;
}

#nav #nav_foodservice a{

	width: 75px;
	margin-right: 40px;
}

#nav #nav_foodmanufacturers a{
	width: 126px;
	margin-right: 46px;
}

#nav #nav_about a{
	width: 40px;
	margin-right: 43px;
}

#nav #nav_contact a{
	width: 54px;
	margin-right: 33px;
}

#buttons {
	width: 572px;
	padding-top: 575px;
	padding-left: 430px;
}

#buttons div{
	float: left;
}

#hc_button{

}

#fs_button {
	margin-left: 15px;
}

#fm_button {
	margin-left: 13px;
}

a:active
{
  outline: none;
}

a
{
  outline: none;
}

#skip_link{
	float: right;
	text-decoration: none;
	color: black;
	font-size: .8em;
	margin-right: 30px;
}

#skip_link:hover {
	text-decoration: underline;
}
