/*global*/

*{
	margin: 0px;
	padding: 0px;
}

body{
	width: 100%;
	background-image: url("../images/bg.jpg");
}


/*main content*/

#inlineContent{
	width: 1400px;
	margin-left: auto;
  	margin-right: auto;
  	font-family: verdana, helvetica, arial, sans-serif;
  	background-color: white;
}


/*header*/

header{
	height: 250px;
	width: 1400px;
	padding: 5px 0px;
}

header .banner{
	float: left;
	height: 250px;
	width: 1000px;
}

header .storelink{
	float: right;
	height: 250px;
	width:400px;
}

/*navigation*/

.navigation{
	width: 1400px;
	height: 54px;
	background-color: #002a5c;
}

.navigation ul{
	list-style-type: none;
	text-align: center;
}

.navigation ul li{
	display: inline;
}

.navigation a{
	display: inline-block;
	text-decoration: none;
	color: white;
	margin: 15px 35px 0PX 35px;
	font-size: 14pt;
}

/*flyer*/

#flyer{
	width: 1400px;
}

#flyer img{
	width: 1100px;
	margin: 10px 150px;
}


/*footer*/

footer{
	width: 1400px;
	height: 140px;
	position: relative;
}

#information{
	text-align: center;
	font-size: 10pt;
	width: 1400px;
	margin-top: 20px;
	position: absolute;
}

#aceLink{
	font-weight: bold;
	font-size: 13pt;
}

.smallLogo{
	width: 123px;
	height: 100px;
	margin-top: 20px;
	position: absolute;
}

#right{
	right: 60px;
}

#left{
	left: 60px;	
}


