@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF6224;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

/* text */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-align: left;
}

/* LAYOUT */
#leftmenu {
	position:absolute; 
	left:100px; 
	top:125px; 
	width:175px; 
	height:350px;
}

#cart {
	position:absolute; 
	left:955px; 
	top:110px; 
	width:65px; 
	height:20px
}

#topborder {
	position:absolute; 
	left:275px; 
	top:130px; 
	width:750px; 
	height:10px;
}

#content {
	position:absolute; 
	left:290px; 
	top:150px; 
	width:725px; 
}

#contentImage {
	position:absolute; 
	left:290px; 
	top:150px; 
	width:500px; 
}

#item1 {
	position:absolute; 
	left:800px; 
	top:208px; 
	width:215px; 
	height:34px;
}

#item2 {
	position:absolute; 
	left:800px; 
	top:259px; 
	width:215px; 
	height:34px;
}

#item3 {
	position:absolute; 
	left:800px; 
	top:310px; 
	width:215px; 
	height:34px;
}

#item4 {
	position:absolute; 
	left:800px; 
	top:361px; 
	width:215px; 
	height:34px;
}

#button1 {
	position:absolute;
	left:805px;
	top:242px;
	width:74px;
	height:11px
}

#button2 {
	position:absolute;
	left:805px;
	top:293px;
	width:74px;
	height:11px
}

#button3 {
	position:absolute;
	left:805px;
	top:344px;
	width:74px;
	height:11px
}

#button4 {
	position:absolute;
	left:805px;
	top:395px;
	width:74px;
	height:11px
}

#bottomborder {
	position:absolute; 
	left:275px; 
	width:750px; 
	height:10px;
}

#bottommenu {
	position:absolute; 
	left:720px; 
	width:300px; 
	height:20px;
}


