@import url("grid.css");

a img {
	border: none;
}

html {
	margin: 0; padding: 0;
	font-size: 100%;
}

body {
	margin: 0; padding: 0;
	background: #FFF;
	color: #333333;
	font: 76.5%/1.4 Helvetica, Arial, sans-serif;
}

#header {
	background: #FEFEFE;
	height: 129px;
	margin-bottom: 3px;
	padding-top: 14px;
	background: #F8F8F0;
}

#footer {
	background: #5C5C5C;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;

	font-size: 90%;
	clear: both;
}

#footer #badges {
	float: right;
}

#main {
	margin-top: 16px;
	padding-bottom: 16px;
	border-top: 1px solid #EAEADE;
	border-bottom: 1px solid #DEDECB;
	padding-top: 16px;
	color: #333333;
	background: #F8F8F0;
}

/* ------------------------ */

#top-menu {
	background: #363636 url(../img/top-menu-bg.png) repeat-x 0 0;
	font-size: 90%;
	border-bottom: 1px solid #FFF;
	margin-top: 9px;
}

#top-menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

#top-menu li {
	list-style: none;
	display: inline;
	margin: 0 6px 0 0;
}

#top-menu a, #top-menu b {
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px;
	text-decoration: none;
	font-weight: bold;
}


#top-menu b {
	text-shadow: 0 0 8px rgba(0, 128, 255, 1.0);
	-moz-text-shadow: 0 0 8px rgba(0, 128, 255, 1.0);
	-webkit-text-shadow: 0 0 8px rgba(0, 128, 255, 1.0);
}

#top-menu a:hover {
	text-shadow: 0 0 8px rgba(0, 128, 255, 1.0);
	-moz-text-shadow: 0 0 8px rgba(0, 128, 255, 1.0);
	-webkit-text-shadow: 0 0 8px rgba(0, 128, 255, 1.0);
}

/* ------------------------ */

#image-menu {
	background: #5784BB url(../img/blue-bar-bg.png) no-repeat 50% 50%;
	position: relative;
	min-height: 40px;
}

/* ------------------------ */

#banner-bar {
	background: url(../img/banner-bg.jpg) no-repeat 10px 0;
	height: 281px;
	overflow: hidden;
	margin-bottom: 19px;
}

#slides-container {
	position: relative;
	overflow: hidden;
	width: 603px;
	height: 281px;
	left: 14px; top: 13px;
	left: 6px;
}

#slides-container #slide-menu {
	position: absolute;
	right: 16px;
	bottom: 22px;
	list-style: none;
	overflow: hidden;
	font-size: 200%;
	margin: 0; padding: 0;
}

#slides-container #slide-menu li {
	display: block;
	float: left;
	width: 1em;
	padding: 2px;
	border: 1px solid #FFF;
	color: #FFF;
	margin-left: 5px;
	text-align: center;
	line-height: 1em;
	height: 1em;
	cursor: pointer;
}

#slides-container .slide {
	position: absolute;
	left: 0; top: 0;
	width: 599px;
	height: 281px;
	visibility: hidden;
	padding-left: 4px;
}

#slides-container #slide001 {
	visibility: visible;
}

#slides-container .slide {
	overflow: hidden;
	color: #FFF;
}

#banner-bar #slides-container .slide h2 {
	text-transform: uppercase;
	font-size: 290%;
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
	color: #FFF;
}

#slides-container .slide img {
	float: right;
}

#banner-bar .w4 {
	color: #FFF;
	padding-top: 12px;
}

#banner-bar .w4 h1 {
	color: #FFF;
	font-size: 150%;
}

#banner-bar .w8 a.button {
	position: absolute;
	left: 0px;
	top: 229px;
	width: 216px; height: 32px;
	display:block; overflow: hidden;
	text-indent: -9999px;
	background: url(../img/button-home-orange.png) no-repeat 0 0;
}

#banner-bar .w4 a.button {
	position: absolute;
	left: 14px;
	top: 242px;
	width: 216px; height: 32px;
	display:block; overflow: hidden;
	text-indent: -9999px;
	background: url(../img/button-home-blue.png) no-repeat 0 0;
}

/* ------------------------ */

.box {
	border: 1px solid #EAEADE;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 14px;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.box h2 {
	color: #333;
	text-transform: uppercase;
	font-size: 135%;
}

.w6 .box {
	font-size: 80%;
}

.blue-box {
	background: #5784BB url(../img/blue-box-bg.jpg) no-repeat 100% 100%;
	padding-top: 5px;
	color: #FFF;
	font-size: 120%;
}

.blue-box h2 {
	color: #FFF;
	text-transform: none;
	font-size: 135%;
}

/* ------------------------ */

hr {
	border: none;
	height: 1px;
	background: #DEDECB;
	margin: 16px 0;
}

h1, h2.h1 {
	color: #C65114;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	font-size: 250%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	color: #5885BC;
	font-size: 200%;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

h3 {
	color: #333333;
	font-size: 135%;
	text-transform: none;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

/* ----------------------- */

img.inset {
	float: right;
	border: 1px solid #E1E1E1;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.w3 img.inset {
	float: none;
}

.w4 img.inset {
	width: 272px;
}

.w6 img.inset {
	width: 432px;
}

.w6.box img.inset {
	width: 175px;
}

/* ----------------------- */



a.more-info {
	text-decoration: none;
}

.more-info a, a.more-info span {
	padding-right: 24px;
	background: url(../img/bullet.png) no-repeat 100% 2px;
	color: #5784BB;
	text-decoration: none;
}

.more-info a:hover, a.more-info:hover span {
	text-decoration: underline;
}

.has-info .more-info {
	position: absolute;
	left: 10px; top: 5px;
	right: 5px; bottom: 5px;
}

.has-info .more-info span {
	position:absolute;
	bottom: 0;
}

.w6.has-info .more-info span {
	bottom: 10px;
}

.box.has-info:hover {
	border-color: #5784BB;
}

/*
.box.has-info:hover img.inset {
	border-color: #5784BB;
}
*/

/* ----------------------- */

#footer {
}

#footer h2 {
	color: #FFF;
	text-transform: none;
	text-decoration: underline;
	font-size: 120%;
}

#footer ul {
	list-style: none;
	margin: 0; padding: 0;
}

#footer ul li {
	list-style: none;
	margin: 0; padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* ----------------------- */

#products-bar {
	border-bottom: 1px solid #DEDECB;
	background: #F8F8F0;
	padding-top: 16px;
	padding-bottom: 16px;
	/*margin-top: 16px;*/
}

#products-bar h2.h1 {
	color: #5885BC;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	text-transform: none;
	font-size: 180%;
	font-weight: bold;
}

#products-bar h2 {
	font-size: 100%;
}

#products-bar .has-info {
	padding-bottom: 1.5em;
}

/* ----------------------- */

.products img, .product img {
	width: 100%;
}

.product {
	padding-bottom: 8px;
	padding-top: 8px;
	margin-top: 7px;
	border-bottom: 1px solid #DEDECB;
	border-top: 1px solid #DEDECB;
	margin-bottom: 10px;
}

.product + .product {
	border-top: none;
}

.product.even {
}

.product .odd {
	background: #EFD9C7;
}

.product h3 {
	border-bottom: 1px solid #DEDECB;
	margin-left: -21px;
	padding-left: 21px;
	margin-right: -16px;
	padding-right: 16px;
	
}

.product table {
	float: right;
	width: 600px;
	border-collapse:collapse;
}

.w8 table {
	width: 600px;
}

.w6 table {
	width: 400px;
}

.product table thead th {
	background: #DEDECB;
	border: 1px solid #5C5C5C;
	padding: 2px 5px;
}

.product table tbody td {
	background: #fff;
	border: 1px solid #5C5C5C;
	padding: 2px 5px;
}

/* ----------------------- */

#image-menu ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
	height: 128px;
	padding: 0px;
	vertical-align: middle;
}

#image-menu li {
	list-style: none;
	display: inline;
	margin: 0;
	float: left;
}

#image-menu a {
	float: left;
	margin: 0;
	width: 128px;
	height: 64px;
	position: relative;
	vertical-align: middle;
	padding: 24px 0;
}

#image-menu a img {
	display: inline;
	border:none;
	width: 100%;
	vertical-align: middle;
	margin: 0;
}


/* ------------------------ */

#site-map {
	font-size: 120%;
}

#site-map a {
	color: #5784BB;
	text-decoration: none;
}

#site-map a:hover {
	color: #5784BB;
	text-decoration: underline;
}

.pic-grid h3 {
	position: relative;
	top: 12px;
}

/* ------------------------ */

#prize-draw {
position:absolute;
z-index:99;
display:block;
width:273px;
height:120px;
overflow:hidden;
text-indent:-999px;
background: transparent url(../img/prize_draw_btn.png) no-repeat;
top:106px;
right:0px;
}

#Contact .input{
margin-bottom:10px;
}
#Contact .input label {
display:inline-block;
width:130px;
}

#Contact .text input {
width:300px; 
}

em.section {
	font-weight: bold;
	font-style: normal;
	margin-right: 10px;
}

#batteries-sidemenu {
	float: right;
	margin: 0 0 20px 100px;
}

#batteries-sidemenu ul { 
	list-style: none;
	display: block;
	padding: 0; margin: 0;
	
}

#batteries-sidemenu ul li {
	list-style: none;
	display: block;
	padding: 0; margin: 0;
}

#batteries-sidemenu ul li a, #batteries-sidemenu ul li b {
	display: block;
	background: #ECE9D8;
	color: #333;
	padding: 5px 8px;
	margin: 0;
	text-align: right;
	margin-bottom: 1px;
	text-decoration: none;
	font-weight: bold;
}

#batteries-sidemenu ul li b, #batteries-sidemenu ul li a:hover {
	color: #5784BB;
}
