@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	background:url(../images/backg.jpg) repeat;
}

#mainContainer{
		width: 700px;
		height: auto;
		left: 50%;
		position: absolute;
		margin-left: -350px;
		background-color: #FFF;
}

#adbanner{
	width: 700px;
	height: 72px;
	margin-top: 10px;
	
}

#logoAera {
	width: 700px;
	height: 75px;
	background: url(../images/logo2.jpg) no-repeat;
}

#logoAera a:link{
	width: 700px;
	height: 75px;
	text-decoration: none;
}

#logoAera a:visited{
	width: 700px;
	height: 75px;
	text-decoration: none;
}

#logoAera a:hover{
	width: 700px;
	height: 75px;
	text-decoration: none;
}

#logoAera a:active{
	width: 700px;
	height: 75px;
	text-decoration: none;
}

#logoAera a img{
	border: none;
}

#banner{
	width: 700px;
	height: 131px;
	background: url(../images/Valentines_02.jpg) no-repeat;
}

#searchBar{
	width: 700px;
	height: 32px;
	background: url(../images/Valentines_04.jpg) no-repeat;
}

#menuAndProducts{
	width: 700px;
	height: auto;
	/*change before uploading*/
	background-color:
}

#menuHolder{
	width: 212px;
	height: auto;
	float: left;
}

#menuTop{
	width: 212px;
	height: 29px;
	background: url(../images/menu_02.jpg) no-repeat;
}

#menuMid{
	width: 212px;
	height: auto;
	background: url(../images/menu_05.jpg) repeat-y;
}

#menuMid ul{
	list-style: none;
	margin-left: 30px;
}

#menuMid ul li{
	color:#F6C;
	padding-bottom: 5px;
}

#menuMid ul li a:link{
	color:#F6C;
	padding-bottom: 10px;
	text-decoration: none;
}

#menuMid ul li a:visited{
	color:#F6C;
	padding-bottom: 5px;
	text-decoration: none;
}

#menuMid ul li a:hover{
	color: #B18FB4;
	padding-bottom: 5px;
	text-decoration: none;
}

#menuMid ul li a:active{
	color:#F6C;
	padding-bottom: 5px;
	text-decoration: none;
}

#menuBot{
	width: 211px;
	height: 28px;
	background: url(../images/menu_08.jpg) no-repeat;
	margin-left: 1px;
}

#productholder{
	width: 488px;
	height: auto;
	float: left;
}

#productTop{
	width: 488px;
	height: 15px;
	background: url(../images/productholder_03.jpg) no-repeat;
	float: left;
}

#productMid{
	width: 488px;
	height: auto;
	background: url(../images/productholder_06.jpg) repeat-y;
	float: left;
}

.productBox{
	width: 230px;
	height: 195px;
	float: left;
	border: 2px dotted #F9F;
	margin-left: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#productBot{
	width: 488px;
	height: 18px;
	background: url(../images/productholder_08.jpg) no-repeat;
	float: left;
}

#footer{
	width: 700px;
	height: 3px;
	background-color: #B28EB2;
	margin-top: 15px;
	float: left;
}

#copyRight{
	width: 700px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#C6F;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

.makeroom{
	width: 50px;
	height: 50px;
	background: #FFF;
}

.movebuttons{
	width: 230px;
	height: 50px;
	padding-top: 30px;
}

.title{
	width: 230px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F3F;
	margin-top: 10px;
	text-decoration:underline;
}

.detailAndBuy a:link{
	width: 50px;
	height: 30px;
	color:#F6F;
	text-decoration: none;
}

.detailAndBuy a:visited{
	width: 50px;
	height: 30px;
	color:#F6F;
	text-decoration: none;
}

.detailAndBuy a:hover{
	width: 50px;
	height: 30px;
	color: #B18FB4;
	text-decoration: none;
}

.detailAndBuy a:active{
	width: 50px;
	height: 30px;
	color:#F6F;
	text-decoration: none;
}

#descripTitle{
	width: 300px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #F9F;
	padding-left: 20px;
}

#descripInfo{
	width: 200px;
	height: auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	float: left;
}

#descripPrice{
	width: 200px;
	height: 20px;
	color:#090;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

#descripImage{
	width: 200px;
	height: auto;
	padding: 20px;
	float: left;
}

#descripBuy{
	width: 200px;
	height: auto;
	float: left;
	color: #F3F;
}

#descripBuy a:link{
	text-decoration: none;
	color: #F3F;
}

#descripBuy a:visited{
	text-decoration: none;
	color: #F3F;
}

#descripBuy a:hover{
	text-decoration: none;
	color: #969;
}

#descripBuy a:active{
	text-decoration: none;
	color: #F3F;
}