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

body {
	background-color: #F0F0F0;
	font: 11px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#body {
	position: relative;
	top: 10px;
	width: 800px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-color:#F0F0F0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 25px;
	position: relative;
	top: 13px;
}

.main {
	position: relative;
	top: 10px;
	background-color: #b0aaaa;
	background: url(images/floral.jpg);
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	min-height: 375px;
}

.himher {
	text-align: center;
	position: relative;
	top: 17px;
}

.companies {
	text-align: center;
	position: relative;
	top: 17px;
	margin: 5px;
	border: 0px;
}

.coupon {
	position: absolute;
	top: 165px;
	left: 270px;
}

.store {
	position: relative;
	margin: 5px;
	border: 0px;
}

.hours {
	margin: 8px;
}

.carry {
	text-align: left;
	font-size: 13px;
	position: relative;
	top: 27px;
	left: 37px;
	width: 700px;
}

.about {
	text-align: left;
	font-size: 13px;
	position: relative;
	top: 27px;
	left: 37px;
	width: 650px;
	background-image: url(images/a_bg.png);
	min-height: 525px;
}

p {
	margin-left: 15px;	
	margin-top: 15px;
}

.contacts {
	margin: 15px;
}

.footer {
	background-color: #bfaf8b;
	border-top: solid #000 2px;
	border-bottom: solid #000 1px;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	position: relative;
	top: 53px;
	left: -1px;
	width: 730px;
	height: 50px;
	text-align: left;
}

.tux_info {
	position: absolute;
	left: 300px;
	top: 60px;
	width: 190px;
	height: 312px;
	font-size: 14px;
	text-align: justify;
}

.tux_info p {
	vertical-align: middle;
	text-align: left;
	margin: auto;
	position: relative;
	left: 23px;
	top: -8px;
}

.tux_info h2 {
	font-size: 16px;
	margin: auto;
}

.tux_info h3 {
	font-size: 14px;
	margin: auto;
	position: relative;
	left: 8px;
	top: 10px;
}

.tux_info h4 {
	font-size: 11px;
	margin: auto;
	position: relative;
	top: 23px;
	left: -20px;
}

.address {
	position: relative;
	left: 10px;
	top: 9px;
}

.copyright {
	position: relative;
	left: 10px;
	top: 78px;
}

.design {
	position: relative;
	left: 290px;
	top: 78px;
}

.design a:link {
	text-decoration: none;
}

.design a:visited {
	text-decoration: none;
}

.mouseover img {
	border: 1px solid #000;
	margin: 4px;
}

.mouseover img:hover {
	border: 1px solid #fff;
}

h1 {
	position: relative;
	top: 10px;
	margin-top: 10px;
	font: 21px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
}

a:link {
	text-decoration: underline;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
}

a:hover {
	text-decoration: none;
	color: #555;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
}

a:visited {
	text-decoration: none;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;	
}

ul#menu li {
	position: relative;
	top: -7px;
	left: -21px;
	display: inline;
	margin: 20px;
}

ul#menu li a {
	text-decoration: none;
	color: #777;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
}

ul#menu li a.active, ul#menu li a:hover {
	color: #000;
}

ul#footer_menu li {
	position: relative;
	display: inline;
	top: -26px;
	left: 460px;
	margin: 3px;
}

ul#footer_menu li a {
	text-decoration: none;
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
}

ul#footer_menu li a:hover {
	color: #ccc;
}