a img {border:none;}

body {
	padding: 5px 40px;
	margin: 0px;
	font-family: arial;
	min-width: 1200px;
}

#header {
	background: url(../img/head.jpg);
}

#header-left-corner {
	background: url(../img/head-l-corner.jpg) no-repeat;
}

#header-right-corner {
	background: url(../img/head-r-corner.jpg) right no-repeat;
	height: 162px;
}

#logo {
	margin-left: 20px;
	width: 505px;
}

#search {
	width: 550px;
	float: right;
	padding-top: 70px;
}

#search input {
	width: 282px;
/* 	border: solid 1px #582678; */
	border: none;
	height: 21px;
	background: url(../img/search.jpg) no-repeat;
	
}

#search input.search {
	width: 54px;
	border: none;
	height: 100%;
}

#cart {
	width: 550px; 
	float: right;
	margin-top: 18px;
	color: #512347;
	font-size: 20px;
}

#top-menu {
	background: url(../img/top-menu.jpg) repeat-x;
	margin: 0px 22px;
}

#top-menu table {
	height: 40px;
	width: 100%;
}

#top-menu table {
	text-align: center;
}

#top-menu .w28 {
	width: 28px;
}

#top-menu .left-corner, #top-menu .right-corner {
	background: url(../img/top-menu-corners.jpg) no-repeat -7px;
	width: 8px;
}

#top-menu .right-corner {
	background-position: 3px;
	
}

#left-menu {
	width: 237px;
	height: 400px;
	float: left;
	margin-left: 23px;
	margin-top: 25px;
}

#login {
	height: 107px;
	padding: 7px;
	background: url(../img/login.jpg) no-repeat;
	font-size: 10px;
}

#login input {
	width: 100px;
/* 	border: solid 1px #582678; */
	border: none;
	background: url(../img/login-s.jpg) no-repeat;
	height: 21px;
	
}

#login input.login-f {
	height: 21px;
}


#login input.search {
	border: none;
	width: 127px;
	height: 100%;
}

.center {
	text-align: center;
}

#left-menu ul, #left-menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#content {
/* 	border: solid 1px Red; */
/* 	height: 600px; */
	
	margin-left: 280px;
	margin-top: 25px;
	margin-right: 23px;
}
