/*	
Theme Name: Stone Solutions
Version: 1.0
Author: Perth Web Design
*/

@font-face {
    font-family: 'AachenStdBoldRegular';
    src: url('js/fonts/aachenstd-bold_0-webfont.eot');
    src: url('js/fonts/aachenstd-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('js/fonts/aachenstd-bold_0-webfont.woff') format('woff'),
         url('js/fonts/aachenstd-bold_0-webfont.ttf') format('truetype'),
         url('js/fonts/aachenstd-bold_0-webfont.svg#AachenStdBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

#content ul, ol {
    margin-left: 20px;
}

#content ul li {
    margin-bottom: 3px;
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0px;
}

.alignright {
    float: right;
    margin: 0px 0px 10px 10px;
}

hr {
    margin-bottom: 20px;
    border: 0px;
    border-top: 1px dashed #ccc;
    clear: both;
}

small {
	font-size:11px;
}

.clear {
	clear:both;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	overflow-x:hidden;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/bodybg.png) bottom center no-repeat #ebebeb;
	color:#434343;
	margin:0px 0;
}

#container {
	width:980px;
	margin:0 auto;
	position:relative;
}


/* Header
-----------------------------------------------------------------------*/
#headercontainer {
	width:940px;
	position:relative;
	padding: 20px;
}
#logocontainer {
	width:330px;
	margin: 0;
	float:left;
	position:relative;
	display: block;
}
#logo a {
	background: url(images/logo.png) top center no-repeat;
	width:330px;
	height:109px;
	position:relative;
	display:block;	
	text-indent:-9999em;
	font-size:0px;
	z-index:5;
	line-height:0px;	
	cursor: pointer;
}
#phonecontainer {
	float:right;
	font-family: 'AachenStdBoldRegular', sans-serif;
	padding: 30px 0 0;
	font-size:2.5em;
	text-align:right;
}
#phonecontainer .mailus {
	background:url(images/mail-icon.png) top center no-repeat;
	width:36px;
	height:21px;
	text-indent:-9999em;
	font-size:0px;
	float:right;
	clear:both;
	line-height:0px;
	display:block;
}
#phonecontainer .mailus:hover {
	background-position:bottom center;
}


/* Primary Navigation
-----------------------------------------------------------------------*/
#primary_navigation {
    width:940px;
	padding: 10px 20px 20px;
	position:relative;
	z-index:10;
	background:url(images/topnavbg.png) bottom center no-repeat;
}
#primary_navigation ul {
	padding:0px 0 0px;
}

#primary_navigation li {
    position: relative;
    float: left;
    margin: 0px 0px 0px 5px;
	padding: 0 0 5px 0;
    text-align: left;
    list-style: none;
}

#primary_navigation li a {
    padding: 8px 13px;
    display: block;
	height:14px;
    font-size: 14px;
	font-weight:bold;
    line-height: 14px;
    color: #434343;
    text-decoration:none;
}

#primary_navigation a:hover {
    color:#ffffff;
	background: #794983;
	-webkit-box-shadow: inset 2px 2px 5px #454545;
	-moz-box-shadow: inset 2px 2px 5px #454545;
	box-shadow: inset 2px 2px 5px #454545;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

#primary_navigation li.current_page_item a {
    color:#ffffff !important;
	background: #794983;
	-webkit-box-shadow: inset 2px 2px 5px #454545;
	-moz-box-shadow: inset 2px 2px 5px #454545;
	box-shadow: inset 2px 2px 5px #454545;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.current_page_ancestor a {
   color: #794983 !important;	
}
.current_page_ancestor a:hover {
   color: #ffffff !important;	
}

/*--second level------------------------------------------*/
#primary_navigation ul li ul {
    position: absolute;
    width: 184px;
    min-height: 0px;
	padding:0px;
    left: 0px;
	top:35px;
	margin: 0px 0 0 0px;
	background: #c6c4c4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    visibility: hidden;
}

#primary_navigation ul ul li {
	border: none;    
	padding: 0 !important;	
	margin: 0;
	border-top: 1px solid #f3f3f3;
	background:none;
}
#primary_navigation ul ul li:first-child {
	border:none;
}
#primary_navigation ul ul li:first-child a {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;	
}
#primary_navigation ul ul li:first-child a:hover {	
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;	
}

#primary_navigation ul ul li:last-child a {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#primary_navigation ul ul li:last-child a:hover {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}


#primary_navigation ul ul li a {
    width: 170px;
    padding: 7px 4px 7px 10px;
    border-bottom: 0px;
    color: #434343 !important;
    font-size: 14px;
	height: auto;
	border-radius: 0;
	letter-spacing:1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	letter-spacing:0px;
    line-height: 16px;
	background: #c6c4c4;
}

#primary_navigation li.current_page_item li a {
    color:#434343 !important;
	background: #c6c4c4;
}

#primary_navigation li.current_page_item li a {
    color:#434343 !important;
	background: #c6c4c4 !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
}
#primary_navigation li.current_page_item li a:hover {
    color:#ffffff !important;
	background: #794983 !important;
	-webkit-box-shadow: inset 2px 2px 5px #454545;
	-moz-box-shadow: inset 2px 2px 5px #454545;
	box-shadow: inset 2px 2px 5px #454545;
}

#primary_navigation ul ul li a:hover {
    color: #ffffff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#primary_navigation ul ul li.current_page_item a {
    color: #434343;
}

#primary_navigation ul ul .current_page_item ul li a {
    color: #434343;
}

#primary_navigation ul ul .current_page_item a:hover {
    color: #f33519;
}

/*--third level-------------------------------------------*/
#primary_navigation ul ul ul {
    width: 184px;
    top: 0px;
    left: 184px;
	border-left:1px solid #f3f3f3;
    min-height: 0px;
	margin:0;
}

#primary_navigation ul ul ul li:first-child {
    border-top: 0px;
}

#primary_navigation ul ul ul li:last-child {
    border-bottom: 0px;
}

#primary_navigation ul ul ul li:only-child {
    border: 0px;
} 

/*--show second level on first level hover----------------*/
#primary_navigation ul li:hover ul, #primary_navigation ul a:hover ul {
    visibility: visible;
}

/*--hide third level on second level hover----------------*/
#primary_navigation ul :hover ul ul {
    visibility: hidden;
}

/*--show third level on second level hover----------------*/
#primary_navigation ul :hover ul :hover ul {
    visibility: visible;
}

/*--hide fourth level on third level hover----------------*/
#primary_navigation ul :hover ul ul ul {
    visibility: hidden;
}

/*--show fourth level on third level hover----------------*/
#primary_navigation ul :hover ul :hover ul ul {
    visibility: hidden;
}
/*--show fourth level on third level hover----------------*/
#primary_navigation ul :hover ul :hover ul :hover ul {
    visibility: visible;
}


/* Slideshow
-----------------------------------------------------------------------*/
#faded { 
	margin:0 auto;
	width:940px;
	height:458px;
	padding: 0 20px 33px;
	background:url(images/slider-bg.png) bottom center no-repeat;
	margin-top:0px;
	position:relative;
	z-index:2 !important;
	overflow:hidden;
}

#faded li {
	list-style:none;
	position:relative;
}

#faded img { 
	width:940px;
	height:448px;
}

#faded li span {
	background:#000;
	color:#fff;
	position:absolute;
	bottom:20px;
	padding:20px;
	font-size:1.4em;
	display:none;
	visibility:hidden;
}

.pagination {
	position:absolute;
	bottom: 15px;
	left:432px;
}

.pagination li {
	list-style:none;
	float:left;
	margin:0 3px;
}

.pagination li a {
	text-decoration:none;
	display:block;
	padding:3px 0;
	background: url(images/cycle/slide-page.png) top center no-repeat;
	text-indent:-9999em;
	width:10px;
	height:10px;
	font-size:0px;
	line-height:0px;
}

.pagination li.current a {
	background: url(images/cycle/slide-active.png) top center no-repeat;
	text-indent:-9999em;
	width:10px;
	height:10px;
	font-size:0px;
	line-height:0px;
}


/* Content
-----------------------------------------------------------------------*/
#homewrapper {
	padding: 50px 20px 10px;
	width:940px;
	position:relative;
}
#content {
	width: 560px;
	float:left;
	position:relative;
	font-size:1.2em;
	line-height: 1.6em;
	color: #3b3b3b;
	padding: 0px 20px 0px 0px;
}
#content h1 {
	font-size:1.6em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 15px;
}
#content h2 {
	font-size:1.5em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 15px;
}
#content h3 {
	font-size:1.4em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 10px;
}
#content h4 {
	font-size:1.3em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 10px;
}
#content h5 {
	font-size:1.2em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 5px;
}
#content h6 {
	font-size:1.1em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 5px;
}
#content img {
	
}
#content p {
	padding:0 0 15px;
}
#content a {
	color: #794983;
	text-decoration:none;
}
#content a:hover {
	color: #61336b;
}
#content ol {
	padding-left:23px;
	margin:8px 0;
	font-size:1em;
}
#content ul {
	padding-left:15px;
	margin:5px 0;
}
#content ul li {
	list-style:none;
	background:url(images/contentli-bg.png) left 3px no-repeat;
	padding: 1px 0 1px 22px;
	font-size:1em;
}
#homecontentright ol li {
	padding: 1px 0;
}
#content blockquote {
	line-height:1.8em;
	padding:10px 0 10px 20px;
	font-style: italic;
}
#content #searchform input#s {
	border: 1px solid #cccccc;
	background: #d6d6d6;
	color:#333333;
	font-size:1.3em;
	font-weight:normal;
	height:20px;
	padding:5px 10px 5px 10px;
	width:310px;
	margin: 0 0 8px;
	text-align:center;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
#content #searchform input#searchsubmit {
	background: #794983;
	color: #ffffff;
	font-weight:bold;
	padding: 6px 20px;
	font-size: 1em;
	border: none;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: inset 2px 2px 5px #454545;
	-moz-box-shadow: inset 2px 2px 5px #454545;
	box-shadow: inset 2px 2px 5px #454545;
}

/* CTA
-----------------------------------------------------------------------*/
#ctawrapper {
	width: 560px;
	background:url(images/ctawrapperbg.png) top center no-repeat;
	position:relative;
	color: #434343;
	padding: 20px 0px 20px;
}
.cta_boxes {
	width: 85px;
	float:left;
	margin:0 10px 0 0;
	position:relative;
	font-weight:bold;
	font-size:1.1em;
	line-height: 1.3em;
	text-align:center;
}
.cta_boxes a {
	color: #434343 !important;
}
.cta_boxes a:hover {
	color: #794983 !important;
}
.cta_boxes .cta_img {
	width:85px;
	height:86px;
	display:block;
	margin: 0 0 10px;
	position:relative;
	overflow:hidden;
}
.cta_boxes .cta_img a {
	display:block;
}
.cta_boxes .cta_img span {
	background:url(images/cta-img-shader.png) top left no-repeat;
	width:85px;
	height:86px;
	display: block;
	position:absolute;
	bottom: 0;
	left: 0;
    z-index: 9 !important;
}
.cta_boxes .cta_img span:hover {
	background:url(images/cta-img-shader-hover.png) top left no-repeat;
}
.cta_boxes .cta_img img {
	height: auto;
    width: 85px;
}
.last {
	margin:0;
}

/* Home Content Right
-----------------------------------------------------------------------*/
#homecontentright {
	width: 340px;
	float:left;
	position:relative;
	display:block;
	padding: 0 0 0 20px;
	background: url(images/homecontentrightbg.png) left center no-repeat;
	font-size:1.2em;
	line-height: 1.6em;
	color: #3b3b3b;
}
#featuredproduct {
	background: #ffffff;
	width: 340px;
	-webkit-box-shadow: 2px 2px 8px #888888;
	-moz-box-shadow: 2px 2px 8px #888888;
	box-shadow: 2px 2px 8px #888888;
}
#featuredproduct img {
	width:340px;
	height:auto;
}
#featuredproduct .featuredbot {
	padding: 10px 30px;
	width: 280px;
}
#featuredproduct .featuredtext {
	float:left;
	width: 200px;
	margin: 0 10px 0 0;
	position:relative;
}
#featuredproduct .featuredbot .readmore {
	background:url(images/readmore-homebg.png) top center no-repeat;
	width:68px;
	height:26px;
	display:block;
	float:left;
	text-indent:-9999em;
	font-size:0px;
	line-height:0px;
}
#featuredproduct .featuredbot .readmore:hover {
	background-position: bottom center;
}
#featuredproduct .featuredtext p {
	padding: 0 0 2px;
	line-height: 1em;
}
#featuredproduct .featuredtext p.title {
	font-weight: bold;
	padding: 0 0 5px;
}
#featuredproduct .featuredtext p.categoryname {
	color: #afafaf;
}
#homecontentright h1 {
	font-size:1.6em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 15px;
}
#homecontentright h2 {
	font-size:1.5em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 15px;
}
#homecontentright h3 {
	font-size:1.4em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 10px;
}
#homecontentright h4 {
	font-size:1.3em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 10px;
}
#homecontentright h5 {
	font-size:1.2em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 5px;
}
#homecontentright h6 {
	font-size:1.1em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 5px;
}
#homecontentright img {
	
}
#homecontentright p {
	padding:0 0 15px;
}
#homecontentright a {
	color: #794983;
	text-decoration:none;
}
#homecontentright a:hover {
	color: #61336b;
}
#homecontentright ol {
	padding-left:23px;
	margin:8px 0;
	font-size:1em;
}
#homecontentright ul {
	padding-left:15px;
	margin:5px 0;
}
#homecontentright ul li {
	list-style:none;
	background:url(images/contentli-bg.png) left 3px no-repeat;
	padding: 1px 0 1px 22px;
	font-size:1em;
}
#homecontentright ol li {
	padding: 1px 0;
}
#homecontentright blockquote {
	line-height:1.8em;
	padding:10px 0 10px 20px;
	font-style: italic;
}

/* Content Inner
-----------------------------------------------------------------------*/
#innerwrapper {
	padding: 20px 20px 20px;
	width:940px;
	position:relative;
	background:url(images/innerwrapperbg.png) top center repeat;
}
#content_inner {
	width: 640px;
	border-left: 1px solid #c9c9c9;
	float:left;
	position:relative;
	font-size:1.2em;
	line-height: 1.6em;
	color: #3b3b3b;
	padding: 0px 0px 0px 29px;
}
.widecolumn {
	width: 900px !important;
	border-left: none;
}
#content_inner h1 {
	font-size:1.7em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 15px;
}
#content_inner h2 {
	font-size:1.6em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 15px;
}
#content_inner h3 {
	font-size:1.4em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 10px;
}
#content_inner h4 {
	font-size:1.3em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 10px;
}
#content_inner h5 {
	font-size:1.2em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 5px;
}
#content_inner h6 {
	font-size:1.1em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 5px;
}
#content_inner h1 a, #content_inner h2 a, #content_inner h3 a, #content_inner h4 a, #content_inner h5 a, #content_inner h6 a {
	font-weight:normal;
}
#content_inner img {
	
}
#content_inner p {
	padding:0 0 15px;
}
#content_inner a {
	color: #794983;
	font-weight:bold;
	text-decoration:none;
}
#content_inner a:hover {
	color: #61336b;
}
#content_inner ol {
	padding-left:23px;
	margin:8px 0;
	font-size:1em;
}
#content_inner ul {
	padding-left:15px;
	margin:5px 0;
}
#content_inner ul li {
	list-style:none;
	background:url(images/contentli-bg.png) left 3px no-repeat;
	padding: 3px 0 3px 22px;
	font-size:1em;
}
#content_inner ol li {
	padding: 3px 0;
}
#content_inner blockquote {
	line-height:1.8em;
	padding:10px 0 10px 20px;
	font-style: italic;
}
#content_inner #searchform input#s, #content_inner .newsletter-form input[type=text] {
	border: 1px solid #cccccc;
	background: #d6d6d6;
	color:#333333;
	font-size:1.3em;
	font-weight:normal;
	height:20px;
	padding:5px 10px 5px 10px;
	width:310px;
	margin: 0 0 8px;
	text-align:left;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
}
#content_inner #searchform input#searchsubmit, #content_inner .newsletter-form input.newsletter_submit {
	background: #794983;
	color: #ffffff;
	font-weight:bold;
	padding: 6px 20px;
	font-size: 1em;
	border: none;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: inset 2px 2px 5px #454545;
	-moz-box-shadow: inset 2px 2px 5px #454545;
	box-shadow: inset 2px 2px 5px #454545;
}

/* Gallery
-----------------------------------------------------------------------*/
.ngg-gallery-thumbnail img {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 4px 5px 10px 0px !important;
	-webkit-box-shadow: 1px 1px 5px #888888;
	-moz-box-shadow: 1px 1px 5px #888888;
	box-shadow: 1px 1px 5px #888888;
}
.ngg-gallery-thumbnail img:hover {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
.ngg-navigation .page-numbers, .ngg-navigation .prev, .ngg-navigation .next {
	border:none !important;
}
.ngg-navigation .page-numbers:hover, .ngg-navigation .prev:hover, .ngg-navigation .next:hover {
	background:#84d8f5 !important;
}

/* Content Table 
-----------------------------------------------------------------------*/
#content table, #content_inner table {
	margin:10px 0;
}
#content thead td, #content th, #content_inner thead td, #content_inner th {
	background:#794983;
	color:#ffffff;
	padding:5px 10px;
	vertical-align: middle;
}
#content td, #content_inner td {
	padding:5px 10px;
}

/* Inner Sidebar
-----------------------------------------------------------------------*/
#inner_sidebar {
	width: 250px;
	padding: 0 20px 0 0;
	float:left;
	position:relative;
	margin: 0 0px 0 0;
	font-size:1.2em;
	line-height: 1.6em;
}
#inner_sidebar h1 {
	font-size:1.7em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 15px;
}
#inner_sidebar h2 {
	font-size:1.6em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 15px;
}
#inner_sidebar h3 {
	font-size:1.4em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 10px;
}
#inner_sidebar h4 {
	font-size:1.3em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 10px;
}
#inner_sidebar h5 {
	font-size:1.2em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 5px;
}
=#inner_sidebar h6 {
	font-size:1.1em;
	color:#3b3b3b;
	font-weight:normal;
	font-family: 'AachenStdBoldRegular', sans-serif;
	margin:5px 0 5px;
}
#inner_sidebar img {
	
}
#inner_sidebar p {
	padding:0 0 5px;
}
#inner_sidebar a {
	color: #794983;
	text-decoration:none;
}
#inner_sidebar a:hover {
	color: #61336b;
}
#inner_sidebar ol {
	padding-left:23px;
	margin:8px 0;
	font-size:1em;
}
#inner_sidebar ul {
	padding-left:15px;
	margin:5px 0;
}
#inner_sidebar ul li {
	list-style:none;
	background:url(images/contentli-bg.png) left 3px no-repeat;
	padding: 0 0 0 22px;
	font-size:1em;
}

/* Service List
-----------------------------------------------------------------------*/
#servicelist {
	width: 250px;
	position:relative;
	color: #434343;
	padding: 0px 0px 20px;
}
#servicelist ul {
	list-style:none;
	padding:0;
}
#servicelist ul li {
	padding: 5px;
	width:240px;
	height:95px;
	list-style:none;
	background:none;
}
#servicelist ul li:hover, #servicelist ul li.current_page_item {
	background: url(images/servicelistbg.png) top left no-repeat;
	color: #ffffff;
}

#servicelist ul li .service_img {
	width:85px;
	height:86px;
	float:left;
	display:block;
	margin: 0 15px 10px 0;
	position:relative;
	overflow:hidden;
}
#servicelist ul li .service_img a {
	display:block;
}
#servicelist ul li .service_img img {
	height: auto;
    width: 85px;
}
#servicelist ul li .servicetitle {
	font-size: 1.5em;
	padding: 30px 0;
	display:block;
	height: 30px;
	font-weight:bold;
	color: #434343;
}
#servicelist ul li .servicetitle a {
	color: #434343;
}
#servicelist ul li .servicetitle a:hover {
	color: #61336b;
}
#servicelist ul li:hover .servicetitle {
	color: #ffffff;
}
#servicelist ul li.current_page_item .servicetitle {
	color: #ffffff;
}

/* Contact Inner
-----------------------------------------------------------------------*/
.contactinner {
	padding: 20px 0 0;
}
.gform_wrapper li#field_1_5, .gform_wrapper li#field_1_2, .gform_wrapper li#field_1_3 {
	width: 200px;
	float:left;
	margin: 0 10px 0 0;
}
.contactinner .gform_wrapper ul li {
	margin: 2px 0;
}
.gform_wrapper li#field_1_4 {
	width: 420px;
	float:right;
}
.gform_wrapper li#field_1_6 {
	float: left;
	display:block;
	clear:both;
}

/* Contact Form
-----------------------------------------------------------------------*/
.gform_wrapper span {
	width:auto !important;
	float:none !important;
	margin: 0 3px !important;
}
.gform_wrapper .gform_description {
	margin: 0 !important;
}
.gform_wrapper ul {
    margin: 0px !important;
	padding: 0 !important;
	
}

.gform_wrapper .gform_edit_link {
	display:none;
}

.gform_wrapper ul li {
    margin: 2px 0px;
    padding: 5px 0 !important;
    list-style: none !important;
	background:none !important;
	position:relative;
}

.gfield_label {
	display: none;
    
}
.gfield_required {
    color: #ff0000 !important;
	margin: 0 0 0 5px;
}

.ginput_container input {
    width: 180px;
    font-size: 1em;
    color: #333333;
    background: #d6d6d6;
    border: 1px solid #cccccc;
    padding: 7px 10px !important;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top: 3px;
	-webkit-box-shadow: inset 2px 2px 5px #999999;
	-moz-box-shadow: inset 2px 2px 5px #999999;
	box-shadow: inset 2px 2px 5px #999999;
	
}
.ginput_container select {
    width: 180px;
    font-size: 1em;
    color: #333333;
    background: #d6d6d6;
    border: 1px solid #cccccc;
    padding: 7px 10px !important;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top: 3px;
	-webkit-box-shadow: inset 2px 2px 5px #999999;
	-moz-box-shadow: inset 2px 2px 5px #999999;
	box-shadow: inset 2px 2px 5px #999999;
}

.ginput_container  textarea  {
    width: 390px;
    font-size: 1em;
    color: #333333;
    background: #d6d6d6;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    height: 90px;
    padding: 15px 15px !important;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top: 3px;
	-webkit-box-shadow: inset 2px 2px 5px #999999;
	-moz-box-shadow: inset 2px 2px 5px #999999;
	box-shadow: inset 2px 2px 5px #999999;
}

.ginput_container input:focus, .ginput_container  textarea:focus {
	border: 1px solid #999999;
    color: #333333;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    margin: 6px 0;
    padding: 0;
	border: none !important;
}
.gform_wrapper ul.gfield_checkbox li input, .gform_wrapper ul.gfield_radio li input {
    width: auto;
}
.gform_wrapper .gsection {
	border:none !important;
    border-bottom: 1px dotted #CCCCCC !important;
    clear: both;
    margin: 16px 0;
    padding: 0 0 0px;
}
.gform_wrapper .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex {
    float: left;
    width: 64%;
}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {
    display: block;
    min-height: 43px;
    overflow: hidden;
}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
    display: block;
    font-size: 11px;
    letter-spacing: 0.5pt;
    margin: 3px 0;
}
.gform_wrapper .ginput_complex .ginput_left {
    float: left;
    width: 50%;
}
.gform_wrapper .ginput_complex .ginput_left input, .gform_wrapper .ginput_complex .ginput_left select {
    float: left;
    width: 150px;
	margin: 0 20px 0 0;
}
.gform_wrapper .ginput_complex .ginput_right {
    float: right;
    width: 49%;
}
.gform_wrapper .ginput_complex .ginput_right input, .gform_wrapper .ginput_complex .ginput_right select {
    float: left;
    width: 150px;
}
.gform_wrapper .ginput_complex {
    overflow: hidden;
}
.gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_radio {
    margin-left: 32%;
    overflow: hidden;
}
.gform_wrapper .gform_footer {
	margin: 10px 0;
	clear:both; 
	text-align: right;
}

.gform_button {
    background: #794983;
	color: #ffffff;
	font-weight:bold;
	padding: 6px 20px;
	font-size: 1em;
	border: none;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: inset 2px 2px 5px #454545;
	-moz-box-shadow: inset 2px 2px 5px #454545;
	box-shadow: inset 2px 2px 5px #454545;		
}

.gform_button:focus, .gform_button:hover {
    color:#cccccc !important;
}

#gforms_confirmation_message {
    background-color: #c1c1c1 !important;
    border: 1px solid #cccccc !important;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px 0;
    text-align: center;
}

/* jQuery UI date picker ------------------------------------------------------*/

.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 1em;
	list-style: none;
	font-family: "lucida sans", "lucida grande", lucida , sans-serif;
	background-color: #FFF;
	font-size: 1em;
	border: 4px solid #C1C1C1;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative
}
.ui-datepicker-div,
#ui-datepicker-div {
	z-index: 9999;
	display: none
}
.ui-datepicker-inline {
	float: left;
	display: block
}
.ui-datepicker-control {
	display: none
}
.ui-datepicker-current {
	display: none
}
.ui-datepicker-next,
.ui-datepicker-prev {
	position: absolute;
	left: 0.5em;
	top: 0.5em;
	background-color: #EEE
}
.ui-datepicker-next {
	left: 14.6em
}
.ui-datepicker-next: hover,
.ui-datepicker-prev: hover {
	background-color: #DADADA
}
.ui-datepicker-next a,
.ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background-image: url(../images/datepicker_arrow_left.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer
}
.ui-datepicker-next a {
	background-image: url(../images/datepicker_arrow_right.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.ui-datepicker-header select {
	border: 1px solid #D3D3D3;
	color: #555;
	background-color: #E6E6E6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: 0.5em;
	margin: 0 !important
}
.ui-datepicker-header option: focus,
.ui-datepicker-header option: hover {
	background-color: #DADADA
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right
}
table.ui-datepicker td a {
	padding: .1em;
	display: block;
	color: #555;
	background-color: #E6E6E6;
	cursor: pointer;
	border: 1px solid #FFF;
	text-align: center
}
table.ui-datepicker td a: hover {
	border: 1px solid #FFF;
	color: #212121;
	background-color: #DADADA;
	text-decoration: none
}
table.ui-datepicker td a: active {
	border: 1px solid #AAA;
	color: #212121;
	background-color: #FFF;
	text-decoration: none
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .2em 0;
	text-align: center;
	font-size: 0.9em;
	color: #222;
	text-transform: uppercase
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222;
	padding: 0.3em 0
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px
}
img.ui-datepicker-trigger {
	cursor: pointer;
	vertical-align: top;
	width: 17px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}
.gform_wrapper input.datepicker.datepicker_with_icon {
	margin-right: 4px !important;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

/* tame those pesky hidden fields ------------------------------------------------------*/

.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
	display: none !important;
	max-height: 1px !important;
	overflow: hidden
}
.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
	display: none !important
}
/* math challenge ------------------------------------------------------*/

.gform_wrapper .math_small input {
	width: 69px
}
.gform_wrapper .math_medium input {
	width: 90px
}
.gform_wrapper .math_large input {
	width: 108px
}
.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
	margin-left: 32%
}
/* password strength indicator -----------------------------------------------------------------*/

.gform_wrapper .gfield_password_strength {
	border: 1px solid #DDD;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	width: 200px;
	background-color: #EEE
}
.gform_wrapper .gfield_password_strength.bad {
	background-color: #FFB78C;
	border-color: #FF853C
}
.gform_wrapper .gfield_password_strength.good {
	background-color: #FFEC8b;
	border-color: #FC0
}
.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
	background-color: #FFA0A0;
	border-color: #f04040
}
.gform_wrapper .gfield_password_strength.strong {
	background-color: #C3FF88;
	border-color: #8DFF1C
}

/*-- Error Section ----------------*/

.validation_error {
    color:#ff0000 !important;
    font-weight:lighter !important;
    font-size: 12px !important;
    margin:  10px 0px !important;
}

.gfield_error {
    background: none !important;
    border: 0px !important;
    color:#c44e64 !important;
    padding: 0px !important;
}

.gfield_error .gfield_label {
    color: #ff0000 !important;
    font-weight:lighter !important;
}

.validation_message {
    color:#ff0000 !important;
    padding: 2px 0px 0px 0px !important;
	font-style:italic;
}

.gfield_error input, .gfield_error textarea {
    background: #ededed !important;
    color: #333333 !important;
    border: 2px #ff0000 solid !important;
}

.gfield_error input:focus, .gfield_error textarea:focus {
    color: #333333 !important;
}


/* Footer
-----------------------------------------------------------------------*/
#footer {
	width:940px;
	padding: 20px 20px;
	background:url(images/footer-bg.png) top center no-repeat;
	position:relative;
	font-size:1.15em;
	line-height: 1.6em;
	color: #a1a1a1;
}
#footer #companydetails {
	float:left;
	width:300px;
	position:relative;
	margin: 0 20px 0 0;
}
#footer #footer_right {
	width: 620px;
	float:left;
	text-align:right;
}
#footer #companydetails a, #footer_right a {
	color: #a1a1a1;
	text-decoration:none;
}
#footer #companydetails a:hover, #footer_right a:hover {
	color: #646464;
}
#footer_right p.copyright {
	width: 200px;
	float:right;
	font-size:1.05em;
	margin-left: 0px;
	margin-right:10px;
	padding-right:20px;
	background: url(images/footernav-separator.png) center right no-repeat;
}
#footer_right p.pwd {
	width:115px;
	float:right;
}
#footer_right p.pwd span {
	width:65px;
	float:left;
	margin-right: 10px;
}
#footer .pwdlogo {
	background:url(images/pwdlogo.png) top center no-repeat;
	width:32px;
	height:32px;
	display:block;
	float:left;
	margin: 5px 0px;
	position:relative;
	top: -10px;
	text-indent:-9999em;
	font-size:0px;
	line-height:0px;
	cursor:pointer;
}
#footer .pwdlogo:hover {
	background-position:bottom center;
}

/* Footer Menu
-----------------------------------------------------------------------*/
#footer_menu {
	margin:0px 0 20px;
	float:right;
	display:block;
	font-size:1em;
}
#footer_menu ul {
	list-style:none;
}
#footer_menu ul li {
	position: relative;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    list-style: none;
}
#footer_menu ul li a {
	color:#9d9d9d;
	text-decoration:none;
	padding: 0px 8px 0 13px;
	background: url(images/footernav-separator.png) center left no-repeat;
}
#footer_menu ul li:first-child a {
	color:#9d9d9d;
	text-decoration:none;
	padding: 0px 8px 0 0;
	border: none;
	background: none;
}
#footer_menu ul li a:hover {
	color:#646464 !important;
}
#footer_menu ul li.current_page_item a {
	color:#646464;
}

/* Off Cut Area
-----------------------------------------------------------------------*/
.offcutwrapper {
	width:640px;	
}
.itemname, .itemtype, .itemsize, .itemcost {
	text-align:center;
}
.itemname {
	color: #794983;
    font-weight: bold;
}