.container {
	margin: auto;
	min-width: 820px;
}

#wrap {
	margin-top: 20px;
	padding: 15px;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

header {
	background: #d9f0fa url(images/header.png);
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #cccccc;
}

header #logo {
	float: left;
	height: 100px;
}

header #customer {
	float: right;
	clear: right;
	margin-right: 15px;
}

header #links {
	float: right;
	text-align: right;
	margin: 10px 15px 10px 0px;
	color: #888888;
	width: 400px;
}

header #links a {
	margin: 0px 0px 0px 20px;
	font-family: Tahoma;
	color: #0662a2;
	font-weight: bold;
	text-transform: uppercase;
}

header #cart {
	position: relative;
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/cart.png) no-repeat;
	color: #ffffff;
	margin-left: 10px;
}

header #wishlist {
	position: relative;
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/wishlist.png) no-repeat;
	color: #ffffff;
	margin-left: 10px;
}

header #facebook {
	margin-left: 10px;
}

header #cart span, header #wishlist span {
	position: absolute;
	top: -2px;
	right: -2px;
	background-color: #000000;
	border-radius: 10px;
	color: #ffffff;
	padding: 3px 8px;
	font-size: 10pt;
	font-weight: bold;
}

ul#navigation {
	position: relative;
	z-index: 10;
	float: right;
	text-align: right;
	list-style-type: none;
}

ul#navigation li {
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #ccc;
}

ul#navigation li.active {
	background: url(images/navigation-bg-active.jpg) repeat-x;
}

ul#navigation li.active a {
	color: #5c0000;
	text-shadow: 0px 1px 0px #fff;
	cursor: default;
}

ul#navigation li.active a:hover {
	color: #5c0000;
}

ul#navigation li a {
	display: block;
	color: #41B4E6;
	padding: 17px 20px 15px 20px;
	text-transform: uppercase;
}

#search {
	float: left;
	margin-left: 20px;
}

#search input[type="text"] {
	float: left;
	border: 0px;
	padding: 15px;
	font-size: 18px;
	width: 100px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	outline: none;
	border-radius: 0px;
	width: 200px;
	border-radius: 5px;
}

#search input[type="image"] {
	float: left;
	padding: 8px;
	background-color: #ffffff;
	margin: 2px 0px 0px -50px;
}


ul#navigation li a:hover {
	color: #005A82;
}

#menu li a {
	font-family: "Comic Sans MS", cursive, sans-serif;
}

#menu li:hover > ul {
	display: block;
}

ul#menu {
	position: relative;
	background: url(images/menu-bg.jpg) repeat-x;
	box-shadow: inset 0 -5px 0 0 #3b3b3b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.3);
	margin-bottom: 15px;
}

ul#menu:after {
	content: ""; clear: both; display: block;
}	
	
ul#menu > li {
	display: inline-block;
	border-right: 1px solid #1b7cc0;
}

ul#menu > li:first-child {
	background: none;
}

ul#menu ul {
	display: none;
	z-index: 700;
}

ul#menu > li > a {
	float: left;
	position: relative;
	display: block;
	text-align: center;
	padding: 16px 15px 16px 15px;
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

ul#menu ul {
	background-color: #41b5e8;
	padding: 0;
	position: absolute; 
	top: 95%;
	padding: 8px;
	z-index: 200;
}

ul#menu ul li {
	list-style-type: none;
	float: none; 
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 200;
}

ul#menu ul li a {
	display: block; 
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff !important; 
	text-align: left;
	width: 250px;
	padding: 12px 10px;
	text-transform: uppercase;
}
	
ul#menu ul li a:hover {
	background-color: #1b7cc0;
	text-shadow: none;
}

#slider {
	overflow: hidden;
	margin-bottom: 15px;
}

#brands {
	position: relative;
	background: #666 url(images/brands-bg.jpg);
	margin: 0 -10px 0px -10px;
	padding: 20px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
	text-align: center;
}

#brands div {
	display: table;
	margin: auto;
}

#brands div .brand {
	display: table-cell;
	padding: 10px 30px;
	vertical-align: middle;
}

#brands div .brand img {
	opacity: 0.5;
}

#brands div .brand:hover img {
	opacity: 1;
}

#banners img {
	width: 100%;
}

#banners img.large {
	float: left;
	width: 39.2%;
	margin: 0.4%;
}

#banners img.wide {
	float: left;
	width: 59.2%;
	margin: 0.4%;
}

#banners img.medium {
	float: left;
	width: 19.2%;
	margin: 0.4%;
}

footer {
	background-color: #cccccc;
	padding: 20px;
	margin: 0px -15px -15px -15px;
}

footer > div {
	
}

footer a, footer a:visited {
	color: #666;
}

footer .column {
	width: 24%;
	float: left;
	margin: 0px 1% 20px 0px;
}

footer h1 {
	font-size: 14pt !important;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #444444;
}

footer .column ul {
	list-style-image: none;
	list-style-type: none;
}

footer .column ul li {
	padding: 3px;
}

footer .socials {
	display: block; 
	padding: 8px 15px 8px 45px; 
	margin-bottom: 10px; 
	font-size: 10pt; 
	font-weight: bold;
}

#cookies-policy {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 340px;
	background-color: #f8f8f8;
	padding: 20px 20px 10px 20px;
	z-index: 1000;
	border: 1px solid #666666;
}

#cookies-policy p {
	color: #000000;
	text-align: center;
	font-size: 9pt;
	margin-bottom: 10px;
}

#cookies-policy #button-close-cookies {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(icons/button-close.png) no-repeat;
}

.leftbar {
	float: left;
	width: 275px;
	margin-right: 15px;
}

.sidebar {
	float: right;
	width: 320px;
	margin-left: 15px;
}

.content {
	overflow: hidden;
}

.box {
	background: #ffffff;
}

.leftbar.box, .sidebar.box, .content.box, .box:last-child {
	padding-bottom: 15px;
}

.box > h1 {
	color: #666666;
	font-size: 16pt;
	margin-top: 4px;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}

.box > div {
	color: #000000;
}

.box ul {
	margin-bottom: 10px;
	list-style-position: inside;
}

.box li {
	line-height: 175%;
}

p.announce {
	font-size: 12pt;
    font-weight: bold;
	text-align: center;
	border: 1px solid #ac235b;
	background-color: #efd1dd;
	padding: 5px;
	color: #ac235b;
}

#checkout {
	width: 55%;
}

.zoom {
	width: 55%;
}

#message {
	position: fixed;
	width: 400px;
	left: 50%;
	top: 400px;
	margin-left: -230px;
	padding: 20px 10px 20px 70px;
	z-index: 1000;
	border-radius: 10px;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}

#message.error {
	border: 1px solid #df8f90;
	background: #ffd2d3 url(images/message-error-bg.png) no-repeat 15px 10px;
}

#message.success {
	border: 1px solid #9adf8f;
	background: #d4ffcd url(images/message-success-bg.png) no-repeat 15px 10px;
}