@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	margin: 0px;
}
p, li, body {
	font-size: small;
}

a {
	color: #AA2331;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

h2 {
	font-size: medium;
	margin-top: 0px;
	color: #FFF;
}
#note {
	background-color: #64818E;
	padding: 5px;
	width: 450px;
	margin-bottom:10px;

}
#content img {padding-right:10px;}

#currency {
	width:150;
	position:absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}
#currency p {margin:1px; }

#video {
	margin-left:165px;
	margin-top:60px;
	width:640px;
	height:360px;
	z-index:1;
	background-color: #000;
}
.red {
	color:#F00;
	font-weight: bold;
}
#simon{
	clear:left;
	width:640px;
	padding-top:20px;
	margin-left: 165px;
}

#shoppingbasket {
	width:150px;
	margin-top:40px;
	background-color: #678391;
	padding: 10px;
	border: 3px solid #AA2331;
}

#glo {
	width:290px;
	float:right;

	margin-top:5px;
	font-size: 13px;
	color: #FFF;
	background-color: #333;
	border: 3px solid #666;
	padding: 5px;
}

#glo a:link, #glo a:visited {
	color: #69828E;
}

.product {margin-top:30px;}

#simon p {
	font-size:12px;
	color: #ACACAC;
}
#intro {
		text-align:center;
		width:630px;
		margin-left:170px;
		}
		
		
#rightcol {
	float: right;
	width: 200px;
}

#container {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#links {
	width:120px;
	margin-top:40px;
	text-align: center;
	
	
	}
	
	#homelinks {
	position:absolute;
	left:840px;
width:120px;
	top:240px;
	text-align: center;
	
	
	}

#menu { margin-top:10px; margin-top:10px;margin-left:195px;}

#links p {margin-top:0px;
			margin-bottom:20px;}
			
#links img {
	border: medium solid #FFF;
}
#content {
	float: left;
	width: 600px;
	margin-left: 20px;
	padding-top: 30px;
}


.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#menu a {
	display:block;
	float:left;
	padding: 2px 15px 2px 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #708794;
	
}

#menu a:hover {
	background-color: #64818E;
}
