.container {
	margin: auto;
	width: 1220px;
}

#wrap {
	padding-top: 140px;
}

header {
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	height: 120px;
	margin-bottom: 15px;
	z-index: 1000;
}

header #buttons {
	float: right;
	margin-top: 23px;
}

header p {
	padding: 5px;
	margin-bottom: 0px;
}

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

nav {
	float: right;
	text-align: right;
	margin: 40px 10px 8px 0px;
	font-weight: bold;
}

nav a {
	color: #444444;
	padding: 0px 5px;
}

nav a:visited {
	color: #444444;
}

#search {
	float: right;
}

#search input[type="text"] {
    border-right: none;
    float: left;
	padding: 8px 8px 7px 8px;
	color: #333333;
	width: 300px;
	border: 1px solid #ffffff;
}

#search input[type="submit"]{
	background: url(icons/search.png) 0px 0px  no-repeat;
	width: 32px;
	height: 32px;
	border: none;
	float: left;
	cursor: pointer;
	padding: 0px !important;
}

#search input[type="submit"]:hover {
	background: url(icons/search.png) -32px 0px  no-repeat;
}

#slider {
	margin-bottom: 10px;
}

#banners img {
	width: 100%;
}

footer {
	padding: 15px;
	margin-top: 5px;
	border-top: 1px solid #222324;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);    
	background: -o-linear-gradient(#444, #111);	
	background: -ms-linear-gradient(#444, #111);	
	background: linear-gradient(#444, #111);
	color: #ffffff;
}

footer > div {
	background-color: #4e5151;
	margin-bottom: 10px;
	border: 1px solid #222;
}

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

footer .column {
	width: 200px;
	float: left;
	margin-right: 10px;
	padding: 15px;
}

footer h1 {
	font-size: 14pt !important;
	color: #00bac6;
	margin-bottom: 5px;
}

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;
}

#menu {
	background: -moz-linear-gradient(#555, #222);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
	background: -webkit-linear-gradient(#555, #222);    
	background: -o-linear-gradient(#555, #222);	
	background: -ms-linear-gradient(#555, #222);	
	background: linear-gradient(#555, #222);	
	box-shadow: 0px 0px 10px rgba( 1, 1, 1, 0.7);
	margin-bottom: 20px;
	margin: 3px 0px 15px 0px;
	border-radius: 4px;
}

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

#menu ul {
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}

#menu ul:after {
	content: ""; clear: both; display: block;
}	
	
#menu ul li {
	float: left;
}

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

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

#menu > ul > li a {
	float: left;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
	color: #ffffff;
	padding: 17px 12px;
	font-size: 12pt;
}

#menu > ul > li a:hover {
}

#menu > ul > li a img {
	max-height: 30px;
}

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

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

#menu ul ul li a {
	display: block; 
	font-size: 11pt;
	border-radius: 4px;
	color: #f8f8f8 !important; 
	text-align: left;
	width: 200px;
	padding: 15px 10px;
}
	
#menu ul ul li a:hover {
	background-color: #0186ba;
	background-image: -moz-linear-gradient(#04acec,  #0186ba);	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background-image: -webkit-linear-gradient(#04acec, #0186ba);
	background-image: -o-linear-gradient(#04acec, #0186ba);
	background-image: -ms-linear-gradient(#04acec, #0186ba);
	background-image: linear-gradient(#04acec, #0186ba);
}

.leftbar {
	float: left;
	width: 265px;
	margin-right: 10px;
}

.leftbar .box h1 {
	margin-bottom: 5px;
}

.leftbar .box {
	padding: 5px 10px;
}

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

.content {
	overflow: hidden;
}

.box {
	margin-bottom: 10px;
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #cccccc;
}

.box > h1 {
	color: #00bac6;
	font-size: 16pt;
	margin-top: 4px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #888888;
	letter-spacing: 0.5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #888888;
}

.box > div {
	color: #000000;
}

.box > div a {
	color: #000000;
}

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

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

p.announce {
	background-color: #616161;
	color: #ffffff;
	font-size: 14pt;
	font-weight: normal;
	padding: 10px 15px;
	text-align: center;
	margin-top: -10px;
}

#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;
}