
/* 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: #666666;
	background-color: #dddddd;
}

a{color: #ec1c23; }
a:hover{color: #babcc0; 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: 20px; color: #666666; font-weight: 100; margin: 0; padding: 0;}
h2{font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size: 20px; color: #ffffff; font-weight: 100; font-style: italic; margin: 0; padding: 0;}
h3{font-family: Arial, Helvattica, sans-serif; font-size: 16px; color: #ffffff; font-weight: 100; margin: 0; padding: 0;}
h4{font-family: Arial, Helvattica, sans-serif; font-size: 20px; color: #ffffff; font-weight: 100; margin: 0; padding: 0;}
h5{font-family: font-family: Arial, Helvattica, sans-serif; font-size: 16px; color: #000000; font-weight: 100; margin: 0; padding: 0;}
h6{font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-size: 14px; color: #999999; font-weight: 100; font-style: italic; margin: 0; padding: 0;}

style1{color: #ec1c23;}
style2{color: #ec1c23; font-size: 12px;}
style3{color: #ffffff;}
style4{color: #666666; font-size: 12px; font-style:italic;}

/* Common Styles */

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

fieldset {
	background-color: #ededed;
	border: 1px solid #ccc;
    padding: 20px;
}

legend {
	border: none;
	padding: 5px;
}

/* sliderSpan Styles - Start */

.sliderSpan {
	position: relative;
	top: -135px;
}

.sliderSpan2 {
	display: none;
}

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

/* sliderSpan Styles - End */

/* topSpan Styles - Start */

.topSpan {
	z-index: 999;
	position: relative;
	top: 25px;
	background-color: #000000;
    background-color: rgba(0,0,0,0.6);
	height: auto;
} 

.topLeft {
	float: left;
	width: 20px;
	height: 135px;
}

.logo {
	z-index: 999;
	float: left;
	height: 135px;
	width: 190px;
}

.logo img{
	z-index: 999;
	height: 135px;
	width: 190px;
}

.menu {
	float: left;
	width: 794px;
	height: 135px;
	text-align: right;
}

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

.topRight {
	float: left;
	width: 20px;
	height: 135px;
}

/* Nav Style */

/* Responsive Menu */

.nav2{
    display: none;
}

.nav{
	z-index: 100;
	position: relative;
	float: left;
	width: 794px;
	height: 135px;
	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(0,0,0,0.6);
	color: #ffffff;
    position: absolute;
    left: 0;
    top: 135px; /* 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: #000000;
	background-color: rgba(0,0,0,0.6);
}

/* style all links */

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

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

.nav a:hover{
    background-color: #ec1c23;
	color: #fff;
	text-decoration: none;
}

/* style sub level links */

.nav li li a {
    border-top: 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: #ec1c23;
	color: #ffffff;
	text-decoration: none;
}

/* hide sub menu links */

ul.sub-menu {
    display: none;
}

.textbox {
	clear: both;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* topSpan Styles - End */




/* contentSpan Styles - Start*/

.contentSpan {
	position: relative;
	top: 25px;
}

.indent {
	width: auto;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* categories */

.featuredCategories {
	float: left;
	position: relative;
	top: -160px;
	width: 1024px;
	padding: 20px 0;
	height: auto;
	color: #ffffff;
	background-color: #ec1c23;
}

/* main workspace */

.mainContent {
	float: left;
	position: relative;
	top: -160px;
	width: 1024px;
	height: auto;
	padding: 0;
	padding-bottom: 20px;
	background-color: #ffffff;
}

.homeCol1 {
	float: left;
	width: 984px;
	height: auto;
	padding-bottom: 20px;
}

.homeCol2 {
	float: left;
	width: 984px;
	height: auto;
	padding-top: 20px;
    padding-bottom: 30px;
}

/* homeCol1 - Main copy and new products */

.homeCol1Copy {
	float: left;
	width: 650px;
	height: auto;
	padding-right: 19px;
}

.homeCol1NP {
	float: left;
	width: 315px;
	height: auto;
}

.homeHeading {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
}

.homeCopy {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 20px;
}

.homeCopy p{
	text-align: justify;
}

/* homeCol2 - 3 buttons */

.feature1 {
   float: left;
   width: 315px;
   height: auto;	
   padding-right: 20px;
}

.feature2 {
   float: left;
   width: 315px;
   height: auto;	
   padding-right: 19px;
}

.feature3 {
   float: left;
   width: 315px;
   height: auto;	
}

.featureImg{
	width: 315px;
	height: auto;
}

.featureImg img{
	width: 315px;
	height: auto;
}

.featureBtn{
	float: left;
    width: 285px;
	color: #ffffff;
	background-color: #ec1c23;
	padding: 15px;
}

.featureBtn:hover{
	background-color: #babcc0;
	text-decoration: none;
}

.feautreBtn a:hover {
	text-decoration: none;
}

.featureCopy {
	float: left;
	width: 255px;
	text-align: right;
	color: #fff;
}

.featureCopy p{
	text-align: right;
}

.featureArrow{
	position: relative;
	top: 7px;
    float: left;
	width: 30px;
	font-size: 20px;
	color: #fff;
	text-align: right;
}

/* contentSpan Styles - End */



/* btmSpan Styles - Start */

.btmSpan {
	position: relative;
	top: -135px;
	height: auto;
	color: #ffffff;
}

.footerLinks {
	float: left;
    position: relative;
	top: 10px;
	width: 328px;
	height: 60px;
	margin: 0 auto;
	padding-top:20px;
	text-align: left;
}

.footer {
	float: left;
    position: relative;
	width: 328px;
	height: auto;
	margin: 0 auto;
	padding-top:20px;
}

.footerSocial {
	float: left;
	width: 328px;
	height: auto;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
}

.copyright {
	float: left;
	width: 328px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

.footerLogo {
	float: left;
    position: relative;
	width: 328px;
	height: 60px;
	line-height: 60px;
	text-align: right;
	padding-top:20px;
}

.footerLogo2{
	display: none;
}

/* 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: #ffffff;
  background-color: #ec1c23;
}

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

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

.footerSocial ul li a.twitter:pinterest {
  background-color: #ff0000;
}

/* btmSpan Styles - End */
