/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #91b817;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align: 	center;
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
}

body

{

background-image:url(bt.jpg);

}
#menu {
	text-align: right;
	width: 500px;
	float: right;
	color: #E6791E;
	font-size: 11px;
	padding-top: 10px;
	letter-spacing: 1px;
	padding-right: 10px;
	
}

#footer {
	background: #2B140C;
	width: 868px;
	text-align: left;
	padding: 0px;
}

#menu li {
	display: inline;
	margin-left: 14px;
	list-style: none;
	padding-right: 10px;
}

#navigation a, a.visited, a.active {
	color: #E6791E;
	text-decoration: none;	
}

.BoxContent{	
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	padding-left:10px;padding-right:10px;padding-top:6px;padding-bottom:6px;
	background-color:#66B1A2;
	color:#000000;
}

.cart {
	background: #66B1A2;	
}

.BoxHeader{	
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#66B1A2;
	height:25px;	
	color:#7C7257;
}

#session {
	text-align: right;
	width: 500px;
	float: right;
	color: #67B1A2;
	font-size: 11px;
	padding-top: 8px;
	letter-spacing: 1px;
	padding-right: 10px;
}


