
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #57616a url(/templates/sushi-city/img/back.png) repeat-x;
	color: white;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
}
a {
	color: white;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
.head1 {
	font-size: 18pt;
	display: block;
}
.adv {
	text-decoration: underline;
	text-transform: uppercase;
}
ul {
	list-style-type: none;
}
ul.horizontal li {
	display: inline;
}
.strong {
	font-weight: bold;
}

.required {
	color: #aaa;
}
td {
	vertical-align: top;
}
form p {
	margin-bottom: 12px;
}
form input, form textarea, form select {
	margin-top: 4px;
}

/* Элементы формы */

input, textarea, select {
	padding: 4px;
	width: 240px;
}
textarea {
	height: 120px;
}
.submit {
	padding: 10px;
}
.checkbox {
	width: 20px;
}
.btn {
	width: 80px;
}

#basket {
	border-left: 20px solid #ea5a19;
}

#first {

}
#left {
	width: 305px;
	height: 201px;
	background-image: url(/templates/sushi-city/img/left.jpg);
	position: absolute;
	top: 104px;
	left: 0;
}
#left .adv {
	position: absolute;
	top: 34px;
	left: 120px;
}
#left .info {
	position: absolute;
	top: 86px;
	left: 120px;
	display: block;
}
#phone {
	width: 212px;
	height: 204px;
	background-image: url(/templates/sushi-city/img/phone.jpg);
	position: absolute;
	right: 0;
	margin-right: 40%;
	top: 0;
}
#phone .info {
	position: relative;
	left: 12px;
	top: 136px;
}
#right {
	width: 324px;
	height: 204px;
	background-image: url(/templates/sushi-city/img/right.jpg);
	position: absolute;
	right: 0;
	top: 0;
}
#right .info {
	position: relative;
	top: 14px;
	left: 60px;
	display: block;
}
#right .info2 {
	position: relative;
	top: 64px;
	left: 60px;
	display: block;
}
#right .adv {
	position: relative;
	top: 14px;
	left: 120px;
	display: block;
}
#nav {
	position: absolute;
	right: 0;
	top: 224px;
}
#nav a {
	font-size: 14pt;
}
#nav li {
	margin-right: 20px;
}

#header {
	height: 350px;
}
#footer {
	margin: 0 auto;
	width: 900px;
	text-align: center;
	padding: 10px;
}
#footer li {
	margin-left: 10px;
}
#content {
	padding: 20px 40px 20px 40px;
}
#basket .correct {
	margin: 20px;
}
#basket .order {
	margin-top: 20px;
	display: block;
	font-size: 14pt;
}
#basket .row {
	margin-bottom: 22px;
}
#basket .head1 {
	margin-bottom: 10px;
}
#basket .name {
	display: block;
}
#basket .info {
	vertical-align: middle;
	height: 32px;
}
#basket .number {
	width: 98px;
	text-align: center;
}
#basket .arrow {
	cursor: pointer;
	font-size: 12pt;
	font-weight: bolder;
	padding: 4px;
}
#basket .button {
	cursor: pointer;
	margin-top: 2px;
}

#order-info {
	text-align: center;
	margin-top: 20px;
}

#order td {
	vertical-align: top;
	padding: 4px;
}



#menu ul {
	margin: 20px 20px 20px 60px;
	font-size: 12pt;
}
#menu li {
	margin-bottom: 12px;
}
.menu {
	margin-bottom: 40px;
}
.menu-section h1 {
	margin-bottom: 20px;
}
.menu-section td {
	vertical-align: top;
	height: 200px;
}
.menu-section .name {
	font-size: 18pt;
}
.menu-section .price {
	font-size: 16pt;
}
.menu-section .goods-img {
	padding: 0 0 40px;
	text-align: center;
}
.menu-section .goods-info {
	padding: 0 20px 20px 10px;
}
.menu-section .add {
	cursor: pointer;
	float: right;
}
.menu-section .text {

	text-decoration: underline;
}
.menu-section .text:hover {
	text-decoration: none;
}

#guest-form p {
	margin-bottom: 12px;
}

#guest .msg {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	width: 400px;
}
#guest .msg .name {
	font-weight: bold;
}
#guest .msg .date {
	display: block;
	font-size: 9pt;
}
#guest .nav a {
	padding: 6px 12px 6px 12px;
	background-color: white;
	color: black;
}

/* Позиционирование */

#wrapper{float:right;width:100%;margin-left:-240px}
#content{margin-left:240px}
#basket{float:left;width:220px}
#menu{float:left;clear:left;width:240px}
#footer{clear:both;}


