@import 'reset.css';

* {
	margin: 0;
}

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px auto; /* the bottom margin is the negative value of the footer's height */
}

#footer, #push {
	clear: both;
	height: 30px; /* .push must be the same height as .footer */
}

body {
	background-color: #cccccc;
	background-image: url(../img/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.63em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 751px;
	padding: 0 1px;
	background-image: url(../img/wrapper.jpg);
	background-repeat: repeat-y;
}

#navigation {
	float: left;
	width: 181px;
	font-size: 12px;
	padding-top: 20px;
}

#navigation strong {
	font-weight: bold;
	color: #0046ad;
	padding: 15px;
	font-size: 1.25em;
}

#navigation ul {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 178px;
}

#navigation ul li {
	width: 178px;
}

#navigation ul li a {
	display: block;
	padding: 0 15px;
	line-height: 25px;
	font-weight: bold;
	color: #ffffff;
}


#content {
	float: left;
	width: 540px;
	background-color: #ffffff;
	padding: 30px 15px;
}

#content h1, h2 {
	font-size: 1.45em;
	color: #0046ad;
	font-weight: bold;
}

#content h2 {
	font-size: 1.15em;
}

#content p {
	margin-bottom: 15px;
}

#content p.highlight {
	font-size: 1.25em;
	font-weight: bold;
}

div.products {
	border-top: 1px dotted #999999;
	padding: 15px 0;
	margin-top: 10px;
}

div.products.no-border {
	border-top: none;
	padding: 0;
	margin: 0;
}

div.products li {
	display: block;
	float: left;
	width: 170px;
	height: 265px;
	margin-right: 10px;
	position: relative;
}

div.products li h2 a {
	display: block;
	background-color: #0046ad;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

div.products li img {
	width: 148px;
	margin: 10px 10px 0 10px;
	border: 1px solid #000000;
}

div.products li a img.view {
	width: auto;
	border: none;
	float: right;
	position: absolute;
	bottom: 15px;
	right: 10px;
	margin: 0;
}

div.products li p a {
	width: 152px;
	margin: 10px;
	line-height: 1.26em;
	color: #000000;
	display: block;
}

div.products li p.price {
	font-weight: bold;
	float: left;
	width: auto;
	font-size: 13px;
	position: absolute;
	bottom: 2px;
	left: 0;
}

ul.thumbnails {
	margin-top: 15px;
}

ul.thumbnails li {
	display: inline;
}

div.details {
	margin-bottom: 25px;
}

#footer {
	width: 751px;
	margin: 0 auto;
	background-color: #666666;
	color: #cccccc;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
}

#footer a {
	color: #cccccc;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#map {
	clear: both;
	widht: 500px;
	height: 300px;
	margin-bottom: 15px;
}
