
/* Clear Fix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Resets */

a {text-decoration: none;}
a:hover {text-decoration: none;}
body,h1,h2,h3,p {margin: 0; padding: 0;}

/* Content */

body {
    font-family: Arial, Helvattica, sans-serif;
    font-size: 14px;
    color: #cccccc;
	background-color: #1b1b1b;
}

a {color: #00aeef;}
a:hover {color: #ffffff; text-decoration: underline;}
a img {outline: none; margin: 0; padding: 0; border: 0;}

.antispam { display:none;}

h1 {font-family: Arial, Helvattica, sans-serif; font-size: 24px; color: #cccccc; font-weight: 100; margin: 0; padding: 0;}
h2 {font-family: Arial, Helvattica, sans-serif; font-size: 20px; color: #cccccc; font-weight: bold; margin: 0; padding: 0; text-transform: uppercase;}
h3 {font-family: Arial, Helvattica, sans-serif; font-size: 20px; color: #00aeef; font-weight: bold; margin: 0; padding: 0;}
h4 {font-family: Arial, Helvattica, sans-serif; font-size: 14px; color: #cccccc; font-weight: 100; margin: 0; padding: 0; font-style:italic;}

style1 {color: #00aeef;}
style2 {color: #00aeef; font-size: 12px;}
style3 {color: #cccccc; font-size: 12px;}
style4 {color: #cccccc; font-size: 12px; font-style:italic;}

p {text-align: justify;}

/* Common Styles */

.container {
    width: 1024px;
    float: none;
    margin: 0 auto;
    padding: 0;
}

fieldset {
	border: none;
    padding: 20px;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
}

legend {
	border: none;
	padding: 5px;
	text-transform: uppercase;
	font-size: 16px;
}

.line {
	display: none;
}

/* space Styles - Start*/

.space {
	width: 100%;
	height: 145px;
}

/* space Styles - End */


/* sliderSpan Styles - Start*/

.sliderSpan {
    width: 100%;
	height: auto;
}

.slides {
	z-index: 1;
	position: inherent;
	top: 0;
	height: auto;
	width: 100%;
}

/* sliderSpan Styles - End */


/* topSpan Styles - Start */

.topSpan {
	position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    width: 100%;
	height: auto;
}

.topShadow {
	display: none;
}

.topNav {
	z-index: 3;
	position: relative;
	height: 145px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282828+0,363636+29,151515+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(40,40,40,0.7) 0%, rgba(54,54,54,0.7) 29%, rgba(21,21,21,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(40,40,40,0.7) 0%,rgba(54,54,54,0.7)29%,rgba(21,21,21,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(40,40,40,0.7) 0%,rgba(54,54,54,0.7) 29%,rgba(21,21,21,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(40,40,40,0.7)', endColorstr='rgba(21,21,21,0.7',GradientType=1 ); /* IE6-9 */
}

.btmShadow {
	z-index: 2;
	position: relative;
	height: 30px;
	width: 100%;
	background-image: url("../pics/btm-shadow2.png");
	background-repeat: repeat-x;
}

/* topNav - Start */

.logo {
	float: left;
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 265px;
	height: auto;
}

.logo img {
	width: 265px;
	height: auto;
}

.menu {
	float: left;
	z-index: 3;
	position: relative;
	width: 737px;
	height: 145px;
}

.spaceRight {
	float: left;
	position: relative;
	width: 22px;
	height: 145px;
}

/* topNav - End */

/* navigation - Start */

.menuBtn {
	display: none;
	cursor: pointer;
    margin: 0;
    padding: 0;
}

.nav2{
    display: none;
}

.nav{
	z-index: 100;
	position: relative;
	float: left;
	width: 737px;
	height: 145px;
	padding: 0;
	margin: 0;
	text-align: right;
}

/* New Nav with sub menu's */

.nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.nav ul li {
    display:inline-block;
    position:relative;
}

/* sub navigation */

.nav li ul {    
    z-index: 150;
    background-color: #000000;
	background-color: rgba(54,54,54,0.7);
	color: #ffffff;
    position: absolute;
    left: 0;
    top: 145px; /* make this equal to the line-height of the links (specified below) */
    width: 200px;
}

.nav li li {
    position: relative;
    margin: 0;
    display: block;
}

.nav li li ul {
    position: absolute;
    top: 0;
    left: 200px; /* make this equal to the width of the sub nav above */ 
    margin: 0;
	background-color: #363636;
	background-color: rgba(54,54,54,0.8);
}

/* style all links */

.nav li a {
	height: 145px;
    line-height: 145px;
}

.nav a {
	display: block;
    padding: 0 10px;
	font: 14px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	margin: 0;
}

.nav a:hover{
    background-color: #00aeef;
	color: #ffffff;
	text-decoration: none;
}

/* style sub level links */

.nav li li a {
    border-bottom: solid 1px #fff;
    margin: 0;
    padding: 5px 10px;
	height: 20px;
    line-height: 20px;
	color: #ffffff;
}

nav li li:last-child a {
    border-bottom: none;
}

.nav li li a:hover{
    background-color: #00aeef;
	color: #ffffff;
	text-decoration: none;
}

/* hide sub menu links */

ul.sub-menu {
    display: none;
}

.textbox {
	clear: both;
}

/* navigation - End */

/* topSpan Styles - End */


/* contentSpan Styles - Start*/

.contentSpan {
	z-index: 2;
	width: 100%;
	height: auto;
}

.spaceLeft {
	float: left;
	width: 22px;
	height: auto;
	min-height: 10px;
}

.copy {
	float: left;
	width: 980px;
	height: auto;
}

.copyHeading {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid #00aeef 1px;
}

.copyContent {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

/* contentSpan Styles - End */


/* btmSpan Styles - Start */

.btmSpan {
	position: relative;
	top: -4px;
	width: 100%;
	height: auto;
	border-top: solid 10px #00aeef;
	padding-top: 10px;
}

.footerTel {
	float: left;
	position: relative;
	top: 30px;
	width: 340px;
	height: 110px;
	text-align: left;
}

.footerTel h3 {
	padding-left: 22px;
}

.footerInfo {
	float: left;
	width: 344px;
	height: 110px;
	text-align: center;
}

.footerEJ {
	float: left;
	width: 340px;
	height: 110px;
	line-height: 110px;
	text-align: right;
}

.footerEJ img {
	padding-right: 22px;
}

.footerSocial {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

.copyright {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	text-align: center;
}

/* Social Icons */

.footerSocial ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerSocial ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerSocial ul li a {
  border-radius: 45px;
  margin-left: 3px;
  font-size: 16px;
  line-height: 16px;
  color: #1b1b1b;
  background-color: #00aeef;
}

.footerSocial ul li a:hover {
  color: #cccccc;
}

.footerSocial ul li a.facebook {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}

.footerSocial ul li a.pinterest {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.footerSocial ul li a.facebook:hover {
  background-color: #3b5999;
}

/* btmSpan Styles - End */




/* contact Styles - Start */

.contactCol1 {
	float: left;
	width: 600px;
	height: 520px;
	padding: 20px;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.contactCol2 {
	float: left;
	width: 280px;
	height: 520px;
	padding: 20px;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	margin-top: 30px;
	margin-bottom: 50px;
}

.contactHeading {
	float: left;
	width: 100%;
	height: auto;
	border-bottom: solid 1px #00aeef;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.contactMap {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

iframe {
	width: 100%;
	height: 200px;
}

.contactInfo {
	float: left;
	width: 100%;
	height: auto;
}

.contactInfo i {
	width: 20px;
	text-align: center;
}

.contactInfo p {
	text-align: left;
}

.contactForm {
	float: left;
	width: 100%;
	height: auto;
}

/* Contact Form Styles - Start */

#form
{
	min-width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ccc;
}

#form p
{
    color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
}

#form .form-group p{
	padding-bottom: 5px;
}

#form .form-group {
	width: auto;
    padding:5px 5px;
	margin-bottom:15px;
	border: 1px solid #ccc;
}

#form input {
    width: auto;
    padding:5px 5px;
	margin-bottom:15px;
	border: 1px solid #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ccc;
	background-color: #1b1b1b;
    background-color: rgba(27,27,27,0);
}

#form textarea, message {
    width: 95%;
    padding:5px 5px;
	margin-bottom:15px;
	border: 1px solid #333;
    color:#ccc;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1b1b1b;
    background-color: rgba(27,27,27,0);
}

#form input[type="text"] {
    width: 95%;
    padding:5px 5px;
	margin-bottom:15px;
	border: 1px solid #333;
    color:#ccc;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1b1b1b;
    background-color: rgba(27,27,27,0);
}

button
{
	width:60%;
    padding:10px;
	font-size: 14px;
	font-weight: bold;
	cursor:pointer;
	border:1px solid #00aeef;
	color: #000;
	background-color: #00aeef;
}
    
button:hover
{
	border:1px solid #00aeef;
	background-color: #1b1b1b;
    background-color: rgba(27,27,27,0);
	color: #00aeef;
}


/* Contact Form Styles - End */

/* contact Styles - End */

/* Euro-Joe Styles - Start */

.ejCol1 {
	float: left;
	width: 325px;
	height: auto;
	text-align: center;
}

.ejCol2 {
	float: left;
	width: 330px;
	height: auto;
	text-align: center;
}

.ejCol1Mob {
	display: none;
	float: left;
	width: 325px;
	height: auto;
	text-align: center;
}

.ejCol3 {
	float: left;
	width: 325px;
	height: auto;
	text-align: center;
}

.ejProducts {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
}

.productImg {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.productImg img {
	width: 220px;
	height: auto;
}

.productCopy {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.ejLogo {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 30px;
}

.ejLogo img {
	width: 290px;
	height: auto;
}

.ejCatalogue {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.catalogueBtn {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.catalogueBtn img {
	width: 330px;
	height: auto;
}

.catalogueCopy {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

/* Euro-Joe Styles - End */

.litterImg {
	float: left;
	width: auto;
	height: auto;
}

.litterImg {
	text-align: left;
	padding-right: 10px;
}

.lineDivider {
	float: left;
	width: 100%;
	height: 1px;
	border-top: solid #00aeef 1px;
	padding-bottom: 20px;
}
