@charset "utf-8";
*
{
	margin:0px;
	padding:0px;
}

body{
	width:100%;	
	background-color:#000000;
	color: #A695A4;
}

.container
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#333333;
}

#content
{
	position: absolute;
	top: 87px;
	left: 0px;
	background-image: url(../StyleImages/BodySlice.gif);
	background-repeat: no-repeat;
}

#contentdiv
{
	float:left;
}

#contentdiv img
{
	display:block;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#contentdiv a
{
	color:White;
	text-decoration:none;
}

#contentdiv a:hover
{
	color: Aqua;
	text-decoration: underline;
	display:inline;
}

.maindiv
{
	position: relative;
	top: 0px;
	left: 0px;

}

#headerdiv
{
	
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
}

.menu
{
	width:900px;
	height:22px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-image: url(MenuSlice.png);
	background-repeat: no-repeat;
}

.titlediv {
	width:900px;
	height:62px;
	background-image: url(header.png);
}

.imageback
{
	display:block;
position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}

#menubar
{
	width:900px;
	height:22px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-image: url(MenuSlice.png);
	background-repeat: no-repeat;
}

#menubar ul{
	list-style-type:none;
	float:left;
	width:800px;
}

#menubar ul li{
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A695A4;
}

#menubar ul li a{
	display:block;
	float:left;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration:none;
	color: #A695A4;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;	
}

#menubar ul li a:hover{
	background-color: #A695A4;
	color: #333333;
}

#footer
{
    text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	
	color: #988395;
}

h1
{
	font-size:0.75em;	
}

.top
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentdiv a
{
	color:White;
	text-decoration:none;
}

.contentdiv a:hover
{
	color: Aqua;
	text-decoration: underline;
	display:inline;
}

.floatingtext
{
	padding-top: 5px;
	font-size: .8em;
	color: #CFC7CA;
}

.floatingdiv
{
	padding-top: 5px;
	padding-left:5px;
	padding-bottom: 5px;
	padding-right:5px;
	width:530px;
	position:absolute;
	top:2px;
	left:10px;
	background-image: url(transgrey.png);
	background-repeat: repeat;		
	z-index:4;
}

/*
.floatingdiv
{
	padding-top: 5px;
	padding-left:5px;
	padding-bottom: 5px;
	padding-right:5px;
	width:480px;
	position:absolute;
	top:20px;
	left:10px;
	background-image: url(transgrey.png);
	background-repeat: repeat;		
	z-index:4;
}
*/

.special
{
	position:absolute;
	top:210px;
	left:10px;
	z-index:4;	
}

.basketbar a
{
	color: #A695A4;
	text-decoration:none;
}

.basketbar a:hover
{
	color: #A695A4;
	text-decoration:underline;
}

#divbasket img
{
	padding-top:3px;
	padding-right:3px;
}


#divbasket a
{
	color:White;
	text-decoration:none;
}

#divbasket a:hover
{
	color:Aqua;
	text-decoration:underline;
}

.hide
{
	display:none;	
}

.stretcher
{
	float:left;
}
