html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------CORE STRUCTURE-----------*/

html, body {
	height: 100%;
}

.container {
	min-height: 100%;
	min-width: 1024px;
	background-color:#FFF;/*adjust background colours or background image*/
}

.content {
	overflow:auto;
	padding-bottom: 150px;
	min-width: 1024px;
	background-color:#FFF;
	background: url(images/background.jpg);
	background-repeat: repeat-x;
}  /* must be same height as the footer */

.contentInternal {
	overflow:auto;
	padding-bottom: 150px;
	min-width: 1024px;
	background-color:#FFF;
	background: url(images/backgroundInternal.jpg);
	background-repeat: repeat-x;
}  /* must be same height as the footer */

#header {
	width: 1024px;
	margin: 0 auto;
	height: 174px; /*adjust height*/
}

#mainbody {
	width: 1024px;
	margin: 0 auto;
	min-height: 200px; /*adjust height*/
}

.mainInner {
	background:url(images/bannerBg.jpg);
	background-repeat:no-repeat;
	padding-top: 20px;
	background-position:top;
}

.mainInner2 {
	min-height:466px;
}

.footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-color:#000000;
	min-width:1024px;
} 
	
#footercontent {
	width:1024px;
	margin: 0 auto;
}

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

/*=================PARAGRAPH STYLING===================*/

#BodyText strong{
color: #ed1c24;
font-weight: bold;
}

p, td, em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #868584;
}

em {
font-style: italic;
font-size: 11px;
}

h1 {
	font-family: 'Asap', sans-serif;
	color: #ed1c24;
	font-size: 28px;
}

h2 {
	font-family: 'Asap', sans-serif;
	color: #ed1c24;
	font-size: 18px;
}

#contactDetailsTop p , #contactDetailsTop a {
font-size: 12px;
color: #ffffff;
}

#contactDetailsTop a:hover {
font-size: 12px;
color: #000000;
}


#strapLine p, #VisitShop h2 {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #ed1c24;
	font-size: 24px;
}

.ctaEnd h2 {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	color: #ed1c24;
	font-size: 18px;
	padding: 5px;
}

.ctaEnd p {
	color: #fff;
	font-size: 12px;
	width: 164px;
	float: left;
	padding: 5px;
	line-height: 18px;
}

#welcomeIntro a {
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none; 
}

#welcomeIntro a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none; 
}

#VisitShop strong {
	font-weight: bold;
	color: #ed1c24;
}

#VisitShop p {
	color: #000000;
	}
	
#brands h3{
	float: left;
	padding-top: 10px;
	font-family: 'Asap', sans-serif;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	color: #868584;
}

#footercontent p {
	color: #fff;
}

#footerLeft a {
	color: #FFF;
	text-decoration: none; 
}

#footerLeft a:hover {
	color: #ed1c24;
	text-decoration: none; 
}
/*=================TEMPLATE===================*/
#logo {
	padding-top: 35px;
	width: 144px;
	float:left;
}

#contactDetailsTop {
	float: right;
	margin-top: 4px;
}

#contactDetailsTop img {
	vertical-align:middle;
}

#strapLine {
	width: 875px;
	float: left;
	text-align:right;
	margin-top: 40px;
	font-family: 'Asap', sans-serif;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	color: #ed1c24;
}

.navMenu {
	width: 875px;
	float: left;
	text-align:right;
	margin-top:20px;
}

#HomeFeatureBanner {
	height: 276px;
	padding-left: 46px;
}

.column1 {
	width: 280px;
	float: left;
}
	
.column2 {
	width: 744px;
	float:left;
}

#footerLeft {
	width: 817px;
	float: left;
	margin-top: 20px
}

#footerRight {
	width: 207px;
	float: right;
	margin-top: 10px;
}

td {
padding: 3px;
}

/*=================HOME===================*/

table#ctaButtons{
	float: right;
	clear: both;
}


table#ctaButtons td {
	width: 215px;
	border-right: 15px solid #FFF;
}

table#ctaButtons .ctaEnd{
	width: 215px;
	height: 59px;
	background-color: #000;
}

.ctaEnd img {
	float: left;
	margin-bottom: 5px;
}

#welcomeIntro {
	margin: 20px 0 20px 54px;
	padding: 20px 0;
    width: 675px;
	float: left;
	border-top: 5px solid #d1d0d0 ;
	border-bottom: 1px solid #d1d0d0;
}

#BodyText {
	margin: 0 0 20px 54px;
	padding: 20px 0;
    width: 675px;
	float: left;
	border-top: 5px solid #d1d0d0 ;
	border-bottom: 1px solid #d1d0d0;
}

#VisitShop {
	margin: 0 0 20px 0;
	padding: 10px 0;
	border-top: 5px solid #d1d0d0 ;
	border-bottom: 1px solid #d1d0d0;
}

#brands img {
	vertical-align: middle;
}

#brands{
	border-top: 1px solid #d1d0d0;
	margin: 20px 0; 
}

#brands p{
	text-align: center;
	float:right;
	width: 925px;
}



/*=================MENU===================*/

.menu-header {
	height: 82px;
	width: 875px;
}

.menu-header li, .menu li {
    display: inline;
    padding: 0;
    text-decoration: none;
    width: 120px;
}

.menu-header li a {
    color: #676767;
    font-family: 'Asap', sans-serif !important;
    font-size: 14px !important;
    margin: 0 0 0 30px !important;
    padding: 0 0 40px 5px !important;
    text-align: left;
    text-decoration: none;
	border-left: 1px solid #000000;
	text-transform: uppercase;
}

.menu-header li.current_page_item > a, .menu-header ul li.current-menu-ancestor > a, .menu-header ul li.current-menu-item > a, .menu-header ul li.current-menu-parent > a, .menu-header li a:hover {
	background: url(images/navSelected.jpg);
	background-repeat: no-repeat;
	background-position:4px 41px ;
	color: #ed1d24;
	text-transform: uppercase;
}

.menu li a {
    font-size: 12px;
    margin: 0 5px 0 0;
	padding-right: 5px;
    text-align: left;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	border-right: 1px solid #fff;
}


#wpcf7-f6-p22-o1 .wpcf7-form p {
	padding: 10px 0;
}

#wpcf7-f6-p22-o1 .wpcf7-form input, #wpcf7-f6-p22-o1 .wpcf7-form textarea {
	padding: 9px 0;
	border: none;
	background-color: #CCCCCC;
	color: #FFFFFF;
	width: 284px
}

.wpcf7-submit{
	background:url(images/submitBtn.png) !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	cursor: pointer;
	overflow: hidden;
    text-indent: 999px;
    width: 104px;
	height: 35px;
}

.wpcf7-submit:hover{
	background:url(images/submitBtnOn.png) !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	cursor: pointer;
	overflow: hidden;
    text-indent: 999px;
    width: 104px;
	height: 35px;
}

#wpcf7-f39-t1-o1 p {
	padding: 2px 0;
}

#wpcf7-f39-t1-o1 form.wpcf7-form {
	margin-top: 9px;
}


input.wpcf7-form-control {
	margin-top: 5px;
}

#wpcf7-f39-t1-o1 {
	background:url(images/homeFormBg.jpg);
	background-repeat: no-repeat;
	padding: 47px 7px 0;
    width: 268px;
}

#wpcf7-f39-t1-o1 .wpcf7-form input, .wpcf7-form textarea {
	width: 262px;
	padding: 0 !important;
	border: none !important;
	background-color: #ffffff;
	color: #000000 !important;
}

#wpcf7-f39-t1-o1 .wpcf7-form textarea {
	height: 55px;
}


#wpcf7-f6-p22-o1 span.wpcf7-form-control-wrap your-message textarea {
	background-color: #CCCCCC !important;
}

div.wpcf7-validation-errors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}