* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#353;
	font-size:13px;
}

#page_wrapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#top {
	float:left;
	height:105px;
	width:760px;
	background:#fff url(../images/logo.gif) 40px 30px no-repeat;
}

#menu {
	float:left;
	height:40px;
	width:760px;
	background:#c00 url(../images/menu.gif) repeat-x;
	font-size:13px;
}

#menu a {
	color:#ff3;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

#menu div {
	float:left;
	margin-top:12px;
	height:20px;
}

#menu div.home {
	width:77px;
	display:inline;
	margin-left:21px;
}

#menu div.about {
	width:101px;
}

#menu div.products {
	width:99px;
}

#menu div.location {
	width:97px;
}

#menu div.contact {
	width:115px;
}

#menu div.links {
	width:73px;
}

#menu div.shop {
	width:155px;
}

#content {
	float:left;
	width:760px;
	background-color:#fff;
	text-align:left;
}

#content a {
	color:#c00;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#home_bottom {
	float:left;
	width:760px;
	background-color:#fff;
}

#location_middle {
	float:left;
	width:760px;
	padding-top:10px;
	background-color:#fff;
	text-align:left;
}
	  
#location_middle img {
	color: #000000;
}

#directions {
	float:left;
	width: 280px;
	font-size:11px;
}

#map {
	float:left;
	display:inline;
	width: 400px;
	height: 400px;
	margin-left:40px;
	font-size:11px;
}

#location_bottom {
	float:left;
	width:760px;
	background-color:#fff;
}

#shop_left {
	float:left;
	width:460px;
}

#shop_right {
	float:left;
	width:300px;
}

#shop_bottom {
	float:left;
	width:760px;
	background-color:#fff;
}

h1 {
	margin-top:40px;
	margin-left:40px;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	color:#353;
}

p {
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	text-align:justify;
}

p.top {
	margin-top:40px;
}

p.copyright {
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	text-align:center;
	font-size:11px;
}

ul {
	margin-top:20px;
	margin-left:60px;
	text-align:left;
}

table.directions_options {
	margin-top:10px;
	margin-left:40px;
}

table.contacts {
	width:680px;
	margin-left:40px;
	border-collapse:collapse;
	text-align:left;
}

table.contacts th {
	padding-top:40px;
	font-size:15px;
	color:#353;
}

table.contacts td.top {
	padding-top:20px;
}

table.contacts td {
	width:340px;
}

table.form {
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

table.form td {
	padding-bottom:5px;
	padding-right:5px;
}

table.form td.error {
	text-align:center;
	color:#c00;
}

table.form td.label {
	padding-top:2px;
	text-align:right;
	vertical-align:top;
}

table.form span.required {
	color:#c00;
}

table.prices {
	width:260px;
	margin-top:40px;
	border-collapse:collapse;
	text-align:left;
}

table.prices th {
	font-size:15px;
	color:#353;
}

table.prices td.top {
	padding-top:20px;
}

table.prices td.currency {
	text-align:right;
}

