html, body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: black;
	font-family: sans-serif;
	background-color: #EEE;
}
img {
	border: none;
}
h1 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



#wrapper {
	box-shadow: 0 0 15px #888888;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	border-top: solid 8px #27AAE0;
	background-color: white;
}

/* Front-page */
#title {
	margin: 1em 1em 1.5em 2em;
	text-align: center;
	width: 350px;
	float: left;
}

#tagline {
	font-size: 1.4em;
	font-weight: lighter;
}
/* NAVIGATION */
#nav {
	float: right;
	margin-top: 2.5em;
	width: 500px;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav ul li {
	border-right: solid 1px silver;
	float: left;
	width: 32%;
	text-align: center;
	list-style: none;
	display: inline;
}
#nav ul li a {
	width: 100%;
	text-decoration: none;
	color: gray;
	font-size: 1.4em;
	font-weight: lighter;
	text-transform: capitalize;
	padding: 1em;
}
#nav ul li a:hover {
	/*border-bottom: solid 1px #27AAE0;*/
	text-decoration: underline;
}
/* BANNER */
#banner {
	display: block;
	clear: both;
	height: 260px;
	background-image: url('images/banner.jpg');
	background-position: center;
	margin-left: 2em;
	margin-right: 2em;
}
.banner_small {
	height: 50px !important;
}

#bannertext {
	position: relative;
	top: 70%;
	font-size: 1.4em;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	padding: 0.5em;
}
#bannertext #line1 {
	font-weight: lighter;
}
#bannertext #line2 {
	font-weight: normal;
	font-style: italic;
}

/* CATEGORIES */
#categories {
	margin: 1em 2em;
}
#categories a {
	display: block;
	padding: 1em;
	margin-bottom: 1em;
	text-align: center;
	border-bottom: solid 2px #bbb;
}
#categories .col1 {
	left: 0;
	width: 33%;
	float: left;
}
#categories .col1 a {
	margin-right: 1em;
}
#categories .col2 {
	left: 33%;
	width: 34%;
	float: left;
}
#categories .col3 {
	left: 67%;
	width: 33%;
	float: left;
}
#categories .col3 a {
	margin-left: 1em;
}







#content {
	background-color: white;
	padding: 0 2em 2em 2em;
}
#footer {
	clear: both;
	padding: 2em;
}



#product_detail .product_desc {
}

#product_detail .product_image {
	width: 340px;
	height: 200px;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}




.product .product_image {
	float: left;
	margin-right: 1em;
}
.product {
	clear: both;
	padding-bottom: 1em;
}




.col_left {
	float: left;
}
.col_right {
	margin-left: 2em;
	float: left;
}
.contact_info h3 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}
.contact_image {
	float: left;
	margin-right: 1em;
	clear: left;
}
.contact_info {
	float: left;
}