@import "menu.css";
@import "browser_resets.css";

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg_main_shadow.gif) top center repeat-y;
	color:#141414;
}

/* Common Classes */
a {
	color:#9DA6AD;
	outline:none;
	text-decoration:none;
}

a:hover,
a:focus {
	text-decoration:underline;
}

a:active,
a:visited {
}

/*paragraph styling*/
p { margin-bottom:10px;
}

/*Pre Set Styles*/
em,
dfn {
	font-style:italic;
}

dfn {
	font-weight:600;
}

sup,
sub {
	line-height:0;
}

abbr,
acronym {
	border-bottom:1px dashed #ccc;
}

del {
	color:#666;
}

pre,
code,
tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
	display:block;
}

code {
	background-color:#d5d2d8;
	display:block;
	padding:0px 2px 4px 26px;
	background:#fff url(images/code.jpg) no-repeat left top;
	line-height:1.67em;
}

pre {
	margin:1.5em 0;
	white-space:pre;
}

/*Layout Styles*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FFF;
}

header {
	padding: 10px 0 0 0;
	width:960px;
}

nav {
	width:960px;
	margin-left:20px;
	float: left;
	height: 60px;
	background-image: url(../images/nav-back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:10px;
	padding-top:23px;
}

aside {
	margin-right:30px;
	margin-bottom:20px;
	display: inline;
	overflow: hidden;
	float: right;
	position: relative;
	width:295px;
}

.logo {
	float:left;
	margin-left:60px;
}

#contact-top {
	height:55px;
	width:960px;
	padding-top:35px;
	background:#fff url(../images/top-bg-footer.png) top left no-repeat;
	float:left;
}

#contact-details #trusted-company {
	margin: 10px 10px 20px 30px;
	display: inline;
	overflow: visible;
	float: left;
	position: relative;
	width:220px;
	background:url(../images/trust-logo.jpg) top left no-repeat;
}

#contact-details #trusted-company h3 {
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	font-style:normal;
	color:#FFF;
	font-size:16px;
}

#contact-details #trusted-company p {
	padding:0;
	margin:0;
	font-style:normal;
	color:#FFF;
	font-size:13px;
	width:100%;
	line-height:18px;
}

#contact-details #fast-delivery {
	margin: 10px 10px 20px 30px;
	display: inline;
	overflow: visible;
	float: left;
	position: relative;
	width:220px;
	;
	background:url(../images/delivery-logo.jpg) top left no-repeat;
}

#contact-details #fast-delivery h3 {
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	font-style:normal;
	color:#FFF;
	font-size:16px;
}

#contact-details #fast-delivery p {
	padding:0;
	margin:0;
	font-style:normal;
	color:#FFF;
	font-size:13px;
	width:100%;
	line-height:18px;
}

#contact-sales {
	margin: 10px 10px 20px 30px;
	display: inline;
	overflow: visible;
	float: left;
	position: relative;
	width:580px;
}

#contact-sales p {
	font-weight:normal;
	font-size:20px;
	color:#FFF;
}

#contact-number {
	margin: 10px 30px 20px 10px;
	display: inline;
	overflow: visible;
	float: right;
	position: relative;
	width:295px;
	text-align:right;
}

#contact-number p {
	font-weight:normal;
	letter-spacing:.5px;
	font-size:20px;
	color:#FFF;
}

#contact-details {
	height:187px;
	width:960px;
	padding-top:20px;
	background:#141414 url(../images/bg-footer.png) top left no-repeat;
	float:left;
}

#contact-details p {
	font-size:15px;
	line-height:27px;
	color:#FFF;
	width:500px;
	margin-left:50px;
	margin-bottom:5px;
	float:left;
}

#contact-details p a {
	color:#FFF;
}

address {
	margin: 10px 30px 20px 10px;
	display: inline;
	overflow: visible;
	float: right;
	position: relative;
	width:295px;
	text-align:right;
	font-style:normal;
	color:#FFF;
	font-size:14px;
	margin-top:10px;
}

address a {
	font-style:normal;
	color:#FFF;
	font-size:14px;
}

#page-title {
	margin: 0px 10px 20px 30px;
	display: inline;
	overflow: visible;
	float: left;
	position: relative;
	width:900px;
}

#page-title h1 {
	color:#141414;
	font-size:2.5em;
	line-height:.9em;
	font-weight:normal;
	padding-bottom:30px;
	background:url(../images/page-title.png) top left no-repeat;
}

#page-title h2 {
	color: #FF0103;
	font-size:1.25em;
	font-style:italic;
	line-height:.9em;
	font-weight:normal;
}

#content {
	margin: 0px 10px 20px 30px;
	display: inline;
	overflow: visible;
	float: left;
	position: relative;
	width:590px;
	color:#333;
}

#content img {
	margin:10px;
	float: left;
}

#content p {
	font-size:13px;
	line-height:18px;
}

#content a {
	color: #C00;
}

#content h2 a {
	clear:both;
	color: #FF0103;
}

#content h2 span {
		clear:both;
	color: #FF0103;
	font-size:15px;
	font-weight:normal;
}

#content p.contentfoot {
	margin-top:10px;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
}

#content p.disclaimer {
	font-size:10px;
	line-height:11px;
}

#content ul {
	width:90%;
	margin:10px 0 10px 15px;
	list-style: none;
	line-height:24px;
	font-size:13px;
	font-weight:bold;
}

#content li {
	padding-left: 20px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-bottom:10px;
	line-height:16px;
}

#content h1 {
	float:left;
	color: #333;
	font-size:1.75em;
	line-height:.9em;
	font-weight:bold;
	margin:10px 0;
}

#content h2 {
		clear:both;
	color:#FF0103;
	font-size:1.5em;
	line-height:.9em;
	font-weight:bold;
	margin:10px 0;
	width:100%;
}

#content h3 {
	color: #333;
	font-size:1.25em;
	line-height:.9em;
	font-weight:bold;
	margin:10px 0;
}

#content h4 {
	color:#333;
	font-size:1em;
	line-height:.9em;
	font-weight:bold;
	margin:10px 0;
}

#content h5 {
	color: #333;
	font-size:.75em;
	line-height:.9em;
	font-weight:bold;
	margin:10px 0;
}

#content h6 {
	color:#333;
	font-size:.5em;
	line-height:.9em;
	font-weight:bold;
	margin:10px 0;
}

/* Sidebar */
#testimonials {
	height:auto;
	overflow:hidden;
}

#testimonials h2 {
	color:#FF0103;
	font-size:1.5em;
	line-height:1.1em;
	font-weight:normal;
	margin-left:10px;
	margin-bottom:10px;
	padding-left: 30px;
	background-image: url(../images/comments-icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

blockquote p {
	margin-bottom: 10px;
	font-style: italic;
	color:#59626A;
}

blockquote cite {
	font-style: normal;
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#9DA6AD;
}

blockquote {
	font-family: Georgia, Times, serif;
	width: 275px; /* required */
	margin: 0 auto;
	font-size:14px;
	line-height:18px;
}

#quote_wrap {
}/* The #quote_wrap div is created by Quovolver to wrap the quotes */

/* Footer Styles */
footer {
	font-size:18px;
	padding-top:20px;
	height:40px;
	background:url(../images/footer-backgrd.png) top center no-repeat;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

footer a {
	color:#000;
}

div#details p {
	float:left;
	color:#333;
	font-size:13px;
	line-height:17px;
	margin-bottom:5px;
}

div#copyright {
	float:left;
	color:#333;
	font-size:13px;
	line-height:17px;
	margin:0px 5px 20px 0px;
	margin-bottom:5px;
}

/* Slideshow & Billboard Images */
#slideshowbottom {
	float:left;
	margin: 0 0 10px 20px;
	height: 65px;
	width:919px;
	background:url(../images/slider-bottom.jpg) top center no-repeat;
}

#slideshowbottom p {
	float:left;
	margin-left:20px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	line-height:24px;
	width:100%;
}

#slideshowbottom p.breadcrumbs {
	float:left;
	margin:20px 0 0 10px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
}

#slider {
	width: 919px; /* important to be same as image width */
	height: 226px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-left:20px;
	background-color:#141414;
}

#sliderContent {
	width: 920px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
	float: left;
	position: relative;
	display: none;
}

.sliderImage span {
	position: absolute;
	padding: 40px 43px;
	width: 200px;
	background: url(../images/caption-back.png) top left repeat; /* filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7;*/
	color: #fff;
	display: none;
	font-size:14px;
	line-height:17px;
	text-align:center;
}

.sliderImage span img {
	margin-top:20px;
}

.clear {
	clear: both;
}

.left {
	top: 0;
	left: 0;
	width: 250px !important;
	height: 200px;
}

.right {
	right: 0;
	bottom: 0;
	width: 230px !important;
	height: 172px;
}

ol { margin:15px 0;}

ul {
	list-style-type: none;
}

#portfolio ul,
li {
	list-style:none;
}

/* Product Slider */
#product-slider {
	height:240px;
	width:960px;
	padding-top:40px;
	padding-left:20px;
	background:#fff url(../images/grey-bg.jpg) top left no-repeat;
	float:left;
}

.productcolumn {
	float:left;
	width:150px;
	height:200px;
	margin-left:25px;
	border-right:1px dotted #333;
	padding-right:15px;
}

.productcolumn a {
	float:left;
	margin-top:10px;
}

#navcolumn {
	float:left;
	width:275px;
	height:160px;
	padding-top:30px;
	background-color:#930;
	margin-left:45px;
	background:url(../images/productslider/nav-bg.jpg) top left no-repeat;
}

#navcolumn ul {
	margin-left:45px;
}

#navcolumn li {
	margin-bottom:10px;
}

#navcolumn li a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#navcolumn li a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}

/*---- Page detail gallery ---- */
div#gallery {
	float:right;
	margin:0px 10px 10px 2px;
}

div#gallery img {
	margin:0px;
}

#largeImg {
	border: solid 1px #ccc;
	padding: 4px;
	max-width:249px;
}

.thumbs {
	width:280px;
	margin:0px;
}

div#gallery p.thumbs img {
	border: solid 1px #ccc;
	width: 113px;
	padding: 3px;
	margin: 10px 15px 0px 0px;
}

div#gallery p.thumbs img:hover {
	border-color: #FF9900;
}

div#gallery p.thumbs span:hover {
	border-color: #FF9900;
}

/*------ forms ---------*/

#content table {
	margin:20px 0px;
}

#content table p.company {
	font-size: 1em;
	line-height: 1.2em;
	margin: 8px 0 0;
}

#content p.title {
	color: #fc1e3a;
	font-size: 1.2em;
	font-weight:bold;
}

#content table p.tel {
	color: #CC0000;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 8px 0 0;
}

form {
	width:90%;
}

form fieldset {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	padding-top:5px;
	padding-left:5px;
	border:1px solid #ccc;
}

form fieldset legend {
	font-size:1.4em;
	padding:0 5px;
}

form input[type=text],
form input[type=email],
form input[type=url] {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	height:20px;
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #ccc;
	padding:4px 0 1px 5px;
}

form label {
	height:20px;
	font-size:0.8em;
	margin-right:4px;
}

.submit,
.submit:visited {
	background: #525252;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border:none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-bottom:15px;
	height:25px;
	width:45px;
}

#socialmedialinks { float:left; width:150px; height:50px; overflow:hidden; margin-left:60px;}

/* updates for resposive */

.home-text{
	width:370px;
	float:right;
}
.home-image {
	float: left;
	}
.testi-text {
	margin-top: 20px;
}
#contact-top {
	padding-top: 15px;
}
footer {
		padding: 10px;
		text-decoration: none;
	}
.logo {
	margin: 0;
	width: 960px;
}
.battery-logo {
	width: 75%;
}
.slicknav_menu {
	display:none;
}
#slideshowbottom p {
	width: 900px;
	padding: 5px 10px;
	margin: 0;
}
.brand {
		clear: both;
}
.testimonials {
		clear: both;
	}

/* Owl Carousel */

.textoverlay {
    position:absolute;
    color:#FFF;
   font-size:12px;
   display:block;

   width: 100%;
}
.textoverlay h3 {
	width: 30%;
	float: right;
	padding: 10px;
}

@media screen and (min-width: 959px) {

	#owl-slide { overflow: hidden; width: 919px; margin-left: 20px; }

	.owl-item img {
		/*padding-left: 20px;*/
	}
	.owl-carousel .owl-wrapper-outer {
		height: 226px;
	}

}
@media screen and (min-width: 959px) {
	header {
		height: 450px;
	}
}