#top_banner
{
	position: relative;
	width: 800px;
	height: 100px;
	
	background-color: #A8ADB0;
	background-image: url(/store/skins/Ikasu/media/top.gif);
	background-repeat: no-repeat;
	
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #ffffff;
}

#tabs
{
	position: absolute;
	top: 0;
	left: 8px;
	height: 30px;
	width: 364px;
}

#telephone
{
	position: absolute;
	bottom: 5px;
	left: 10px;
	height: 30px;
	width: 350px;
	font-family: Arial Narrow, Arial;
	font-size: 28px;
	color: #fff;
}

#logo
{
	position: absolute;
	bottom: 0;
	right: 20px;
	height: 68px;
	width: 196px;
}

#navbar
{
	height: 26px;
	line-height: 24px;
	width: 100%;
	min-width: 800px;
	background-color: #AD208E;
	background-image: url(/store/skins/Ikasu/media/navbar.gif);
	background-repeat: no-repeat;
	text-align: left;
	
	border-top: 0;
	border-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #ffffff;
}

#navbar ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	color: white;
}

#navbar li
{
	display: inline;
	color: #fff;
	margin-left: 10px;
	margin-right: 30px;
	font-family: Arial Narrow, Arial;
	font-size: 10pt;
	position: relative;
	top: 2px;
}

#navbar a:link
{
	color: #fff;
	text-decoration: none;
}

#navbar a:visited
{
	color: #fff;
	text-decoration: none;
}

#navbar a:hover
{
	color: #fff;
	text-decoration: none;
}

#navbar a:active
{
	color: #fff;
	text-decoration: none;
}

#splash_content
{
	position: relative;
	width: 100%;
	height: 400px;
}

#ikasu_main_image
{
	position: absolute;
	top: 0;
	left: -7px;
	width: 605px;
	height: 400px;
}

#bottom_banner
{
	position: relative;
	height: 53px;
	width: 800px;
	background-color: #A8ADB0;
	margin: 2px 0px 15px 0px;
}

#slogan
{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 35px;
	width: 249px;
	background-image: url(/store/skins/Ikasu/media/slogan.gif);
	background-repeat: no-repeat;
}

#address
{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	width: 350px;
	font-size: 10pt;
	color: #fff;
	text-align: right;
}

#address a:link 
{
	color: #fff;
	text-decoration: none;
}

#address a:visited 
{
	color: #fff;
	text-decoration: none;
}

#address a:hover 
{
	color: #AD208E;
	text-decoration: underline;
}

#address a:active 
{
	color: #fff;
	text-decoration: none;
}