/* --------------------------------------------------------------
/ Responsive Theme
/
/ CSS Properties: Alphabetically sorted
/-------------------------------------------------------------- */

/* --------------------------------------------------------------
 Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
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;
}
button, input, select, textarea {
	width: auto;
	overflow: visible;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	vertical-align: text-top;
}

/* --------------------------------------------------------------
 Base
-------------------------------------------------------------- */
html { min-height: 100%; }
body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: white url('../images/header-bg.jpg') repeat-x;
	color: #404040;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}
#wrapper {
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
}

/* --------------------------------------------------------------
 Typography
-------------------------------------------------------------- */
p { word-wrap: break-word; }

i,
em,
dfn,
cite { font-style: italic; }
tt,
var,
pre,
kbd,
samp,
code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-style: normal;
}
b,
strong { font-weight: 700; }
pre {
	background: #fff;
	margin-top: 20px;
	max-width: 98%;
	padding-left: 1em;
	height: auto;
}
del {
	color: #555;
	text-decoration: line-through;
}

sup, 
sub,
small {
	font-size: 85%;
}
sup { vertical-align: super; }
sub { vertical-align: sub; }

abbr, 
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}
a abbr, 
a acronym {
	border: none;
}
dfn[title],
abbr[title], 
acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

/* --------------------------------------------------------------
 Responsive 12 Column Grid
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}
.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}
.col-60, 
.col-140, 
.col-220, 
.col-300, 
.col-380, 
.col-460, 
.col-540, 
.col-620, 
.col-700, 
.col-780, 
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}
.col-60 { width: 6.382978723404%; }
.col-140 { width: 14.893617021277%; }
.col-220 { width: 23.404255319149%; }
.col-300 { width: 31.914893617021%; }
.col-380 { width: 40.425531914894%; }
.col-460 { width: 48.936170212766%; }
.col-540 { width: 57.446808510638%; }
.col-620 { width: 65.957446808511%; }
.col-700 { width: 74.468085106383%; }
.col-780 { width: 82.978723404255%; }
.col-860 { width: 91.489361702128%; }
.col-940 { width: 100%; }

/* .fit is the very last item in your grid 
   to keep your columns inline without float
*/
.fit {
	margin-left: 0!important;
	margin-right: 0!important;
}
img {
	height: auto;
	max-width: 100%;
}
embed,
iframe,
object { max-width: 100%; }

/* --------------------------------------------------------------
 Links
-------------------------------------------------------------- */
a {
	color: #C73502;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: none;
}

/* --------------------------------------------------------------
 Forms
-------------------------------------------------------------- */
label {
	display: block;
	padding: 2px 0;
}
legend {
	color: #A5401D;
	padding: 2px 5px;
}
fieldset {
	border: 1px solid #C73502;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}
select,
input[type="text"], 
input[type="password"],
input[type="email"]{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	width: 58%;
}
select {
	height: auto;
	width: 60%;
}
area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	height: auto;
	margin: 0;
	overflow: auto;
	outline: none;
	padding: 8px 10px;
	width: 100%;
}
input, 
select { cursor: pointer; }
area:focus,
input:focus, 
textarea:focus { background: #fff; }
input[type='text'], 
input[type='password'] { cursor: text; }

/* --------------------------------------------------------------
 Buttons
-------------------------------------------------------------- */
button, 
a.button,
input[type='reset'], 
input[type='button'], 
input[type='submit'] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
	box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset, 0pt 1px 2px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	border-radius: 2px;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 7px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	white-space: nowrap;
}
button:hover, 
a.button:hover,
input[type='reset']:hover, 
input[type='button']:hover, 
input[type='submit']:hover {
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #eaeaea, #eaeaea);
	background-image: -moz-linear-gradient(top, #eaeaea, #eaeaea);
	background-image: -ms-linear-gradient(top, #eaeaea, #eaeaea);
	background-image: -o-linear-gradient(top, #eaeaea, #eaeaea);
	background-image: linear-gradient(top, #eaeaea, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#eaeaea);
	border: 1px solid #bbb;
	border-bottom-color: #aaa;
	color: #555;
}

/* --------------------------------------------------------------
 Tables
-------------------------------------------------------------- */
th, 
td,
table { border: 1px solid #C73502; }
table {
	border-collapse: collapse;
	width: 100%;
}
table thead tr { 
	background: none;
	background-color: #C73502;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E06C43), to(#C73502));
	background-image: -webkit-linear-gradient(top, #E06C43, #C73502);
	background-image: -moz-linear-gradient(top, #E06C43, #C73502);
	background-image: -ms-linear-gradient(top, #E06C43, #C73502);
	background-image: -o-linear-gradient(top, #E06C43, #C73502);
	background-image: linear-gradient(top, #E06C43, #C73502);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E06C43, endColorstr=#C73502);
	color: #ffffff;
	font-weight: bold;
}
table tbody tr:nth-child(even) { background: #FFF; }
table tbody tr:nth-child(odd) { background: #FDF7F7; }
table tbody tr:hover { background: #FAEFEF; }
table caption {
	background: #AAA; 	
	padding: 10px 0 10px 0;
	font-size: 1.1em;
	font-weight: bold; 
	width: 100%; 
}

/* --------------------------------------------------------------
 Lists
-------------------------------------------------------------- */
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}
dt { font-weight: 400; }

/* --------------------------------------------------------------
 Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #ddd;
	border: none;
	clear: both;
	color: #ddd;
	float: none;
	height: .1em;
	width: 100%;
}
hr.space {
	background: #fff;
	color: #fff;
}

/* --------------------------------------------------------------
 Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

/* --------------------------------------------------------------
 Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #C73400;
	font-weight: 700;
	line-height: 1em;
    word-wrap: break-word;
}
h1 { font-size: 2em; }
h1, h1 a { color: #A5401D; }
h1 a:hover {
	color: #A5401D;
	text-decoration: underline;
}
h2 {
	color: #C73502;
	font-size: 1.3em;
}
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 {
	font-size: 1em;
}

/* --------------------------------------------------------------
 Margins & Paddings
-------------------------------------------------------------- */
p, 
hr, 
dl, 
pre,
table,
address, 
blockquote { margin: 1.6em 0; }

h1 { margin: 0 0 .5em; }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }

th, td { padding: .8em; }
caption { padding-bottom: .8em; }
blockquote { padding: 0 1em; }
blockquote:first-child { margin: .8em 0; }
fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}
legend {
	padding-left: .8em;
	padding-right: .8em;
}
select { padding: .1em .2em 0; }
option { padding: 0 .4em; }
dt {
	margin-bottom: .4em;
	margin-top: .8em;
}
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, 
ul ol { margin-left: 2.5em; }

/* --------------------------------------------------------------
 Alignments
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, 
div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

/* --------------------------------------------------------------
 Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #f9f9f9;
	border: 2px solid #C73502;
	border-radius: 6px;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 5px 5px 0 5px;
}
#widgets p {
	margin: 0;
}
#widgets span {
	color: #C73502;
	margin: 5px 0 0;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#widgets a {
	color: #C73502;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#widgets img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
#widgets .widget-wrapper:hover {
	background-color: #C73502; 
}
#widgets .widget-wrapper:hover a,
#widgets .widget-wrapper:hover span {
	color: white;
}
/* --------------------------------------------------------------
 Clearfix
-------------------------------------------------------------- */
.clearfix:after, 
#wrapper:after, 
.widget-wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearfix, 
#wrapper, 
.widget-wrapper { display: inline-block; }
*html .clearfix, 
*html #wrapper, 
*html .widget-wrapper { height: 1%; }
.clearfix, 
#wrapper, 
.widget-wrapper { display: block; }
.clear { clear: both; }

/* --------------------------------------------------------------
 Bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* --------------------------------------------------------------
/
/ Webz Styles
/
/------------------------------------------------------------- */

/* --------------------------------------------------------------
 Body Styles
-------------------------------------------------------------- */
#contentBody {
	background: #FFFFFF url(../images/content-bg.png) repeat-x scroll 0 0;
	clear: both;
	margin: 0 auto 20px auto;
	padding: 20px 10px;
	position: relative;
}

.contactBox {
	background: transparent url('../images/contact-us.jpg') no-repeat;
	clear: both;
	min-height: 90px;
	margin: 30px 0 0 0;
	padding: 30px 12px 0;
	width: 144px;
}
.contactBox p {
	color: white;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0;
}

#col2.col-220 .contentBlock {
	clear: both;
	margin-bottom: 10px;
}
#col2.col-220 .contentBlock p {
	margin: 0;
}

.contact-us {
	border: 1px solid #C73502;
	margin-top: 20px;
	padding: 20px;
}
.contact-us input[type='submit'].submit,
.contact-us .submit {
	background: #C73502;
	border: none;
	box-shadow: none;
	color: white;
	filter: none;
	max-width: 100%;
	width: 318px;
	padding: 6px 20px;
	text-shadow: none;
}
.contact-us input[type='submit'].submit:hover,
.contact-us .submit:hover {
	background: #A5401D;
}
.contact-us .submit_control { width: 100%; }
.contentBlock img {
	/* background: white;
	border: solid 1px #DADADA;
	margin: 5px;
	padding: 5px; */
}


/* --------------------------------------------------------------
 Header Styles
-------------------------------------------------------------- */
#header {
	min-height: 318px;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

.header-menu .nav {
    background: url("/uploads/template-images/menu-banner.png") no-repeat;
    float: right;
    height: 61px;
    position: relative;
    width: 672px;
    z-index: 2;
    top: 20px;
}

.header-menu ul {
    left: 10px;
    position: relative;
    top: 20px;
}
.header-menu ul li {
    display: inline;
    padding: 10px 4px;
}
.header-menu ul li a {
    color: #AF2E34;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.header-menu ul li a:hover {
    text-decoration: underline;
}

#logo,
#top-menu {margin-bottom: 0;}
#logo {
    float: left;
    left: 26px;
    position: relative;
    top: 15px;
    width: 247px;
}
#top-menu { display: none; }

#advertisement {
    float: right;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
    position: absolute;
    right: 35px;
    top: 10px;
    width: 200px;
    z-index: 2;
}
#advertisement h6 { 
	color: #C73502; 
	margin: 25px 0 0 0;
}

#splashBanner {	
    position: absolute;
    top: 76px;
    z-index: -1;
    float: left;    	
}
#splashBanner .bxSlider  .bx-wrapper { margin-bottom: 0;}
#splashBanner .bxSlider .bx-viewport {
	top: -5px;
}

/* --------------------------------------------------------------
 Menu Styles
-------------------------------------------------------------- */
/* Top Menu */

/* Main Menu */
#top-menu .smartMenu {
	background: none;
	background-color: #C73502;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E06C43), to(#C73502));
	background-image: -webkit-linear-gradient(top, #E06C43, #C73502);
	background-image: -moz-linear-gradient(top, #E06C43, #C73502);
	background-image: -ms-linear-gradient(top, #E06C43, #C73502);
	background-image: -o-linear-gradient(top, #E06C43, #C73502);
	background-image: linear-gradient(top, #E06C43, #C73502);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E06C43, endColorstr=#C73502);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 5px;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	width: 65.5%;
}
#top-menu .smartMenu, 
#top-menu .smartMenu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top-menu .smartMenu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}
#top-menu .smartMenu li:hover {
	white-space: normal;
	z-index: 10000;
}
#top-menu .smartMenu li li { float: none; }
#top-menu .smartMenu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}
#top-menu .smartMenu li:hover > ul {
	top: 100%;
	visibility: visible;
}
#top-menu .smartMenu li li:hover > ul {
	left: 100%;
	top: 0;
}
#top-menu .smartMenu:after, 
#top-menu .smartMenu ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
#top-menu .smartMenu, 
#top-menu .smartMenu ul { min-height: 0; }
#top-menu .smartMenu ul {
	margin: -10px 0 0 -30px;
	padding: 10px 30px 30px;
}
#top-menu .smartMenu ul ul {
	margin: -30px 0 0 -10px;
	padding: 30px 30px 30px 10px;
}
#top-menu .smartMenu ul li a:hover, 
#top-menu .smartMenu li li a:hover {
	color: #484848;
	text-decoration: none;
}
#top-menu .smartMenu ul {
	background: none;
	border: none;
	min-width: 15em;
	width: auto;
}
#top-menu .smartMenu li a {
	border-left: 1px solid #A5401D;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 51px;
	line-height: 51px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 1px #242424;
}
#top-menu .smartMenu li a:hover,
#top-menu .smartMenu li:hover > a {
	background: none;
	background-color: #A5401D;
}
#top-menu .smartMenu .current a {
	background: none;
	background-color: #A5401D;
}
#top-menu .smartMenu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #b2b2b2;
	border-top: none;
	color: #444;
	filter: none;
	width: auto;
}
#top-menu .smartMenu li li a {
	background: transparent!important;
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}
#top-menu .smartMenu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444 !important;
	filter: none;
}
#top-menu .smartMenu ul > li + li {  border-top: 0; }
#top-menu .smartMenu li li:hover > ul {
	left: 100%;
	top: 0;
}
#top-menu .smartMenu > li:first-child > a { border-left: none; }

/* Sub Menu */
.sub-header-menu { display: none;}

.sub-header-menu ul{
	background: none;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-top: none;
	clear: both;
	margin: 0 auto;
}
.sub-header-menu ul , 
.sub-header-menu ul ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sub-header-menu ul li {
	width: auto;
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}
.sub-header-menu ul li:hover {
	white-space: normal;
	z-index: 10000;
}
.sub-header-menu ul li li { float: none; }
.sub-header-menu ul ul {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}
.sub-header-menu ul li:hover > ul {
	top: 100%;
	visibility: visible;
}
.sub-header-menu ul li li:hover > ul {
	left: 100%;
	top: 0;
}
.sub-header-menu ul:after, 
.sub-header-menu ul ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.sub-header-menu ul, 
.sub-header-menu ul ul { min-height: 0; }
.sub-header-menu ul ul {
	margin: -10px 0 0 -30px;
	padding: 10px 30px 30px;
}
.sub-header-menu ul ul ul {
	margin: -30px 0 0 -10px;
	padding: 30px 30px 30px 10px;
}
.sub-header-menu ul ul li a:hover, 
.sub-header-menu ul li li a:hover {
	color: #484848;
	text-decoration: none;
}
.sub-header-menu ul ul { width: 14em; }
.sub-header-menu ul a, 
.sub-header-menu ul a:visited { color: #333; }
.sub-header-menu ul a {
	border-left: 1px solid #e2e2e2;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}
.sub-header-menu ul a:hover, 
.sub-header-menu ul ul a:hover  {
	background: none !important;
	background-color: #f9f9f9 !important;
	color: #444 !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.sub-header-menu ul .current a {
	background: none;
	background-color: #f9f9f9;
}
.sub-header-menu ul li li {
	background: #fff;
	background-image: none;
	border: 1px solid #d6d6d6;
	border-top: none;
	color: #444;
	filter: none;
	width: auto;
}
.sub-header-menu ul li li a {
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}
.sub-header-menu ul li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}
.sub-header-menu ul ul > li + li { border-top: 0; }
.sub-header-menu ul li li:hover > ul {
	left: 100%;
	top: 0;
}
.sub-header-menu ul > li:first-child > a { border-left: none; }
.sub-header-menu ul ul.children a, 
.sub-header-menu ul .current_page_ancestor, 
.sub-header-menu ul .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}
.sub-header-menu ul .current > a, .sub-header-menu ul li:hover > a {
	background: none !important;
	background-color: #f9f9f9 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #444 !important;
}

/* Sub Header Menu IE Fix (Modernizr) */
.ie7 .sub-header-menu ul ul { background: url(../images/ie7-menu.gif) repeat; }

/* Mobile Menu */
.tinynav { display: none }
.nav { width: 100%; }

/* Footer Menu */
#footer .nav ul { margin-left: 0; }
#footer .nav ul  li {
	display: inline;
	list-style-type: none;
}
#footer .nav ul li a {
	border-left: 1px solid #bb99bb;
	color: #AF2E34;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 10px;
	text-transform: uppercase;
}
#footer .nav ul  > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}
#footer .nav ul  li a:hover { color: #333; }

/* --------------------------------------------------------------
 Footer Styles
-------------------------------------------------------------- */
#footer {
	background: #fefbfa url('../images/content-bg.png') repeat-x scroll 0 0;
	border-top: 4px solid #C73502;
	padding: 0;
	text-align: center;
	width: 100%;
	margin: 0;
}
#footer-wrapper {
	clear: both;
	color: #333;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 25px 0 25px;
}

#footer p {
    color: #CC4144;
    padding: 0;
    font-size: 1.3em;
}

#footer a {
	color: #CC4144;
	font-weight: 400;
}
#footer-wrapper .grid.col-940 { margin: 0; }
#footer #smallPrint { 
	clear: both;
	padding: 0; 
	text-align: center;
}

.smallPrint h2, #footer .smallPrint p {
    color: #999999;
    font-size: 1.1em;
    margin: 10px 0;
}


/* --------------------------------------------------------------
 Search Styles
-------------------------------------------------------------- */
.quickSearch  { 
	clear: both; 
	float: none;
	margin: 0 0 10px 0;
	width: 100%;
}
.quickSearch .frmSiteSearch {
	width: 100%;
	position: relative;
}
.quickSearch #lbl_search_criteria {
	margin: 0;
	padding: 0;
	width: 100%;
}
.quickSearch .frmSiteSearch #search_criteria {
	box-sizing: border-box;
	width: 100%;
}
.quickSearch .frmSiteSearch span.labelText { display: none; }

.quickSearch .frmSiteSearch input[type=submit].searchSubmit  { 
	background-color: white;
	filter: none;
	margin: 0;
	position: absolute;
	right: 3px;
	top: 6px;
}

/* --------------------------------------------------------------
 Page Styles
-------------------------------------------------------------- */
/* Home Page */
.home-page #top-menu .smartMenu .current a {
	background: none;
	background-color: transparent;
}

confirm_order-page .contact-us,
review_order-page .contact-us,
checkout-page .contact-us,
mycart-page .contact-us,
home-page .contact-us,
shop_product_enquiry-page .contact-us {
	display: none;
}

/* --------------------------------------------------------------
 Shop Styles
-------------------------------------------------------------- */
.shop h2 { margin-top: 0; }
.shop .product-summary ,
.shop.product-view .description,
.shop.product-view .details,
.shop .catList .catItem {
	border: none;
}
.shop .product-summary:hover,
.shop .catList .catItem:hover {
	background-color: transparent;
}
.shop .product-summary h3 a {
	color: #C73502;
}
.stageView ul li {
	background: none;
	background-color: #C73502;a
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E06C43), to(#C73502));
	background-image: -webkit-linear-gradient(top, #E06C43, #C73502);
	background-image: -moz-linear-gradient(top, #E06C43, #C73502);
	background-image: -ms-linear-gradient(top, #E06C43, #C73502);
	background-image: -o-linear-gradient(top, #E06C43, #C73502);
	background-image: linear-gradient(top, #E06C43, #C73502);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E06C43, endColorstr=#C73502);
	color: #ffffff;
	border-color: #A5401D !important;
}
.stageView ul a {
	color: white;
}
.stageView ul a:hover { text-decoration: underline; }
.stageView ul .current { 
	background: none;
	background-color: #A5401D;
	filter: none;
}
.shop fieldset {
	border: 1px solid #C73502;
}

.shop .catList .catItem .thumb { border: 1px solid #ccc; }
.shop.title-only .catList .catItem h3 { margin: 10px 0; font-weight: normal; }

/*    --- Other Styles Go Here ---    */

.categoryNav {
    border: 1px solid #CCCCCC;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    
    border-color: #FFFFFF #FFFFFF -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 4px medium;
} 

.categoryNav .subList {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url(../images/side-nav-bg.jpg) repeat-x top center #fff;
} 


.categoryNav li.title {
    background: none repeat scroll 0 0 #c83501;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    height: 22px;
    padding: 10px;
    vertical-align: middle;
}

.categoryNav li.subItem {
    border-top: 1px dotted #fff;
    padding: 3px 5px 3px 10px;
    font-size: 13px;
}

.categoryNav li.item {
    background-color: #ffad21;
    border-top: 1px solid #fff;
    height: auto;
    min-height: 17px;
    padding: 3px 15px 3px 3px;
}


#col3 .contentBlock p { margin:0; padding: 0; }

.shop.specials {
    clear: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.shop.specials .specialsCat {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.shop.specials .specialsCat .spec-title {
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 8px;
}
.shop.specials .specialsCat h2 {
    padding: 0 0 3px;
}
.shop.specials .specialsCat .item {
    border: none;
    border-radius: none;
    float: left;
    margin: 0 4px 8px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 140px;
}
.shop.specials .specialsCat .item:hover {
    background: none repeat scroll 0 0 #F5F5F5;
}
.shop.specials .specialsCat .item h3 {
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin: 3px 0 0;
    text-align: center;
    text-decoration: none;
}
.shop.specials .specialsCat .item .thumb {
    height: 120px;
    margin: 0 auto;
    width: 120px;
}
.shop.specials .specialsCat img {
    max-height: 100%;
    max-width: 100%;
}


#col1 ul.navList {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url(../images/side-nav-bg.jpg) repeat-x top center #fff;
    border-color: #FFFFFF #FFFFFF -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 4px medium;
    clear: both;
    list-style: none;
    margin:0;
    padding:0;
}

#col1 ul.navList a { text-decoration: underline; }
#col1 ul.navList li { padding: 3px 10px; }



/* --------------------------------------------------------------
 Media & Responsive
-------------------------------------------------------------- */
/* Media Print */
@media print {

    h1 { page-break-before: always; }
    h1,  h2,  h3,  h4,  h5,  h6 { page-break-after: avoid;  }
    ul,  ol,  dl { page-break-before: avoid; }
}

/* Responsive Design Media Queries */
@media screen and (max-width: 980px) {
	.home #widgets { margin-top: 40px; }
	
}
@media screen and (max-width: 780px) {
	#footer #smallPrint, #footer #footer-left {
		float: none;
		text-align: center;
	}
	
}
@media screen and (max-width: 650px) {
    .grid, 
	.grid-right {
		float: none;
    }

    .js #top-menu .smartMenu,
	.js .sub-header-menu ul { display: none; }

	.top-menu, 
	#footer .nav ul  li {
		float: none;
		text-align: center;
    }
	
	#header { margin: 0 0 10px 0; }
	#advertisement {
		position: static;
	}
	#splashBanner { padding: 5px; }
	#splashBanner .bxSlider .bx-viewport { top: 0px; }

	.tinynav { 
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.tinynav {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background: #fff url(../images/bg-select.png) no-repeat right;
		border: 1px solid #ccc;
		overflow: hidden;
		padding: 0.5em 1em 0.5em 0.75em;
	}
	.ie7 .tinynav,
	.ie8 .tinynav {
		padding-right: 10px;
	}
	.ie9 .tinynav  {
		padding-right: 8px;
	}

    #footer { text-align: center; }
	
}
@media screen and (max-width: 480px) {
    .grid, 
	.grid-right {
		float: none;
    }

    #top-menu .smartMenu ul, 
	#top-menu .smartMenu li, 
	.top-menu, 
	#footer .nav ul  li, 
	.sub-header-menu ul li {
		float: none;
		text-align: center;
    }

    #footer { text-align: center; }
	
}

@media screen and (max-width: 320px) {
}
@media screen and (max-width: 240px) {
}


/* --------------------------------------------------------------
 Custom Styles
-------------------------------------------------------------- */

.googleMap {
	float:left;
	width: 49%;
}

.half-width-content {
	float:left;
	width: 49%;
}

.half-width-padding-left {
	padding-left: 2%;
}

.contact-page .form-outer-div {
	float:left;
	width: 49%;
	padding-left: 2%;
}