﻿/*
Для магазина радости - РаДоМАГ (http://www.radomag.ru http://www.радомаг.рф)
15.02.2015
*/

body {
	background-position: 50% top;
	margin: 0px;
	padding: 0px;
	background-image: url('ivryblur.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	fonf-size:18px;
}

#greeting {
	background: #008080;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	top: 0px;
	width: 100%;
	z-index: 999999;
	left: 0px;
	height: 100px;
	position: static;
	font-size: large;
	font-weight: 300;
}

header {
	width: 100%;
	height: 70px;
	background-color: #FF9900;
	margin: 0px;
	padding: 10px;
	position: static;
}

.search {
	float: left;
	margin-left: 40px;
	margin-top: 140px;
	position: relative;
}

.cart {
	margin: 5px;
	float: right;
	height: 200px;
	width: 200px;
}

main {
	margin: 0% 0% 0% 0;
	font-size: 18px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	padding-left: 30px;
}

footer {
	padding: 10px;
	float: right;
	overflow: hidden;
	bottom: 0px;
	position: fixed;
	width: 100%;
	left: 0px;
	height: 60px;
	background-color: #FF9900;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	text-decoration: overline;
	text-transform: capitalize;
	text-align: center;
}
