html, body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#00387c;
	font-size:1ems;
}

#wrapper
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
}
#header
{
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	background: #00387c url(../img/topstripe.gif) bottom repeat-x;
}

#logo
{
	background:url(../img/logowhite.jpg) left bottom no-repeat ;
	width: 95%;
	height:80px;
	margin-right:auto;
	margin-left:auto;
	text-align:center ;
}

#ordernow
{
	display:block;
	position:relative;
	width:263px;
	height:70px;
	background: url(../img/order_up.jpg) bottom no-repeat ;
	overflow:hidden ;
	margin-right:auto ;
	margin-left:auto;
	padding-top:10px;
}
#ordernow:hover
{

	background: url(../img/order_over.jpg) bottom no-repeat ;
}

#ordernow span
{
	position:absolute ;
	left: -1000px ;
}


#indexWrapper
{
	width:986px;
	height:500px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
}
#footer
{
	width:100%;
	margin:0;
	padding:0;
	background: #00387c url(../img/bottomstripe.gif) top repeat-x;
	text-align:center ;
	padding-top:14px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold ;
}
#whiteStrip
{
	background-color:#FFFFFF;
	width:100%;
	height:500px;	
}