body {
	background-image: url(images/bg_menu1.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #ffffff;
	color: #a9a47b;
}

#container {
	background-image: url(images/bg_down.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#menu {
	background-image: url(images/bg_menu2.gif);
	background-position: bottom;
	background-repeat: no-repeat;	
}

#menu_items {
	background-image: url(images/bg_menu1.gif);
	background-repeat: repeat-y;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
}

#a_items_selected {
	background-image: url(images/bg_menu_sel.gif);
	background-repeat: repeat-y;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
}

#menu_items a:link {
   color: #758ab9;
	text-decoration: none;
}

#menu_items a:visited {
	color: #758ab9;
	text-decoration: none;
}

#menu_items a:hover {
	color: #97b2ee;
	text-decoration: none;
}

#contents {
	background-image: url(images/bg_cont2.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 35px 0 35px 35px;
}

#bg_cont1 {
	width: 100px;
	height: 65px;
	background-image: url(images/bg_cont1.gif);
	position: absolute;
	left: 190px;
	top: 125px;
}

#copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #f4a460;
	padding: 0 0 3px 0;	
}

#copyright a:link  {
   color: #f4a460;
	text-decoration: underline;
}

#copyright a:hover  {
	color: #f4c560;
	text-decoration: underline;
}

.heading {
	margin: 0;
	padding-bottom: 20px;
	margin-top: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.text {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;	
}


#basket {
	width: 100px; /* 1000px; */
	float: right top;
	height: 50px;
	background-repeat: no-repeat;
	/*padding-left: 50px;*/
	margin-top:50px;
	margin-left:5px;
/*	-moz-margin-start:-15px;;*/
	background-color: black
}
.h1 {
	font-size:50px; 
	letter-spacing:-1px;
	color:#222;
	float:left;
	padding:30px 20px 14px 45px;
}

#adder {
	font-size: 12px;
}

#adder	a:link {
   color: #758ab9; 
	font-size:10px;
	text-decoration::none;
	font-family: Arial, Helvetica, sans-serif;
}

#cart	{
	color: #a9a47b;
}

#cart	h2{
	font-size:18px;
	color: #ff0000;
}
#cart	a:link {
   color: #758ab9;
   text-decoration::none;
}

#tracks {
font-size:1.2em;
color: #a9a47b;
}

#tracks a:link {
   color: #758ab9;
	text-decoration: none;
	font-size:0.8em;
}

#tracks a:visited {
	color: #758ab9;
	text-decoration: none;
	font-size:0.8em;
}

#tracks a:hover {
	color: #97b2ee;
	text-decoration: none;
	font-size:0.8em;
}

