BODY{
	font-family : sans-serif;
	color : Navy;
	font-size:10pt;
	background-color : #F5F5DC;
}
div.orange{
	border-bottom : dotted #FF6633;
}
table.splash{
	position:absolute;
	top: 75px;
	left:250px;
}

div.center{
	text-align : center;
}
div.topBar{
	text-align : center;
	background-color : Black;
	position:absolute;
	border:none;
	left:0px;
	top:0px;
	width:750;
	height:70px;
	z-index:0;
}
div.topPic{
	text-align : center;
	background-color : Black;
	position:absolute;
	border:none;
	left:175px;
	top:0px;
	height:70px;
	z-index:2;
}

div.shoppingCart{
	position:absolute;
	left:625px;
	top:75px;
	z-index:2;
}


div.topText{
	text-align:left;
	position:absolute;
	left:200;
	top:10;
	font-family:"arial black";
	font-size : 18px;
	color : White;
	text-transform : lowercase;
	font-style : italic;
	z-index:3;
}
div.topText2{
	text-align:left;
	position:absolute;
	left:220;
	top:30;
	font-family:"arial black";
	font-size : 24px;
	color : White;
	text-transform : uppercase;
	z-index:3;
}

A.noOutline{
	border :0;
}
A.bottomMenu{
	font-weight : normal;
	font-family : "Arial Black";
	color : #3399CC;
	font-size : 10pt;
	width:100%;
}

A:Hover.bottomMenu {
	font-weight : normal;
	font-family : "Arial Black";
	color: Navy;
	font-size : 10pt;
	width:100%
}


.logo {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index:1;
}


TR.bottomNavigation{
	vertical-align : middle;
	text-align : center;
	width:150;	
	font-size:10pt;
	
}
TD.chosen{
	font-weight : bold;
	font-size :10pt;
	color: Navy;
	background-color : White;
}

table.main
	{
		color: Navy;
		position:absolute;
		padding:20pt;
		left:150px;
		top:100px;
		width:600px;
		height:400px;
		overflow:scroll;
		z-index:3;
		background-color : white;
	}
	
div.searchInput{
	position:absolute;
	left:10;
	top:100;
	
}

div.search{
	position:absolute;
	left:22;
	top:127;
}
div.Products
{
	position:absolute;
	left:10;
	top:150;

}
div.CLOTHING
{
	position:absolute;
	left:22px;
	top:180px;

}
div.ELECTRONICS
{
	position:absolute;
	left:22px;
	top:200px;

}
div.GEAR
{
	position:absolute;
	left:22px;
	top:220px;

}
div.LUGGAGE
{
	position:absolute;
	left:22px;
	top:240px;

}

div.cart
{
	position:absolute;
	left:22px;
	top:265px;

}


div.Content
{
	position:absolute;
	left:10;
	top:285;
	
}
div.aboutUs
{
	position:absolute;
	left:22px;
	top:315px;
	
}
div.advice
{
	position:absolute;
	left:22px;
	top:335px;
}
div.FAQ
{
	position:absolute;
	left:22px;
	top:355px;
	
}
div.privacy
{
	position:absolute;
	left:22px;
	top:375px;
	
}

div.Contact
{
	position:absolute;
	left:10px;
	top:395px;
	
}

div.contactUs
{
	position:absolute;
	left:22px;
	top:425px;
	
}

div.phone
{
	position:absolute;
	left:22px;
	top:445px;
	
}

div.background{
	position:absolute;
	left:100px;
	top:349px:
	z-index:3;
}
td.product{
	color : Navy;
	font-size : 12pt;
	font-variant : small-caps;
	font-weight : bold;
}

td.productName{
	color : Navy;
	font-size : 20pt;
	font-variant : small-caps;
	font-weight : bold;
	padding : 10px 10px 10px 10px;
}
td.description{
	color : Navy;
	padding-left : 10px;
	}

td.main{
	height: 350px;
}

td.disclaimer{
	font-size : 8pt;
	text-align : center;
}


