/* @override http://besupported.dev/css/master.css */

body {
	background-color:#fff;
	color: #000;
	font:62.5% Arial, Helvetica, Verdana, Trebuchet MS, serif;
	text-align: center;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: .7em;
	margin-bottom: 1em;
}

h1, h2 {
	font-size: 2.4em;
	margin-top: .8em;
	margin-bottom: .8em;
}

h3 {
	font-size: 1.8em;
	margin-top: 1.5em;
	margin-bottom: .8em;
}

h1, h2, h3, a {
	color: #F60;
}

h4 {
	color: #222;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: .8em;
	margin-top: .8em;
}

h5 {
	font-size: 14px;
}

a {
	text-decoration: none;	
}

a:hover {
	color: #333;
}

em {
	font-weight: bold;
	font-style: normal;	
}

/*buttons*/

p.btn {
	padding: 5px 0 20px 5px;
}

p.btn a {
	background: url(../images/ui/btn_rightcap.gif) no-repeat scroll top right;
	clear:both;
	display: block;	
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	margin-right: 6px;
	padding-right: 5px;

}

p.btn a span {
	background: url(../images/ui/btn_leftcap.gif) no-repeat top left;
	display: block;
	line-height: 11px;
	padding: 3px 2px 3px 6px;
	}


p a.btnbuy {
	background: url(../images/ui/btn_buy.gif) no-repeat top left;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 3px 5px;
}

p a.btnbuy:hover {
	background: url(../images/ui/btn_buy_over.gif) no-repeat top left;
	color: #F60;
}

p a.btn120px {
	background: url(../images/ui/btn_120px.gif) no-repeat top left;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 10px 3px 5px;
}

p a.btn120px:hover {
	background: url(../images/ui/btn_120px_over.gif) no-repeat top left;
	color: #F60;
}

#outerwrapper {
	background: url(../images/ui/page_shadow.jpg) no-repeat;
	border: 1px solid #FFF; /*border added to fix firefox, safari bug*/
	margin: 0 auto;
	text-align: left;
	width: 966px;
	}

#innerwrapper {
	margin-left: 8px;
	text-align: left;
	width: 950px;
}

/* Branding */

.home #branding {
	margin: 70px 0 10px 25px;
}

.home #branding h5 { 	
	width:360px; 
	height:68px;
	position: relative;
}

.home #branding h5 span { /*Used in the Gilder/Levin image replacement technique*/
	background: url(../images/ui/logo_home.gif) no-repeat 50% 0;
	height:100%;
	position: absolute;
	width:100%;
}

#homebanner,
#insidebanner {
	line-height: normal; /*fixes vertical gap in IE6*/
}

/*************************/

#homebanner h5 { /*Used in the Gilder/Levin image replacement technique
	height:130px;
	overflow: auto;	
	position: relative;
	width:950px;*/ 
}

#homebanner h5 span { /*Used in the Gilder/Levin image replacement technique
	background: url(../images/ui/header_home_2.jpg) no-repeat;
	height:100%;
	position: absolute;
	width:100%;*/
}

#insidebanner h5 { /*Used in the Gilder/Levin image replacement technique
	height:90px;
	overflow: auto;	
	position: relative;
	width:950px; */
}

#insidebanner h5 span { /*Used in the Gilder/Levin image replacement technique
	background: url(../images/ui/header_inside_2.jpg) no-repeat;
	height:100%;
	position: absolute;
	width:100%;*/
}

/***************************/

/* TEXT REPLACEMENT MODS - JE 09.2009 */
#homebanner {
	height: 130px;
	width: 950px;
	background: url(../images/ui/header_home_2.jpg) no-repeat left top;
}

#homebanner h3 {
	float: right;
	text-align: right;
	color: #000;
	font-weight: bold;
	padding-right: 20px;
}

#homebanner h3 span {
	font-weight: normal;
	font-style: italic;
}

#insidebanner {
	height: 90px;
	width: 950px;
	background: url(../images/ui/header_inside_2.jpg) no-repeat left top;
}

#insidebanner h3 {
	float: right;
	text-align: right;
	color: #000;
	font-weight: bold;
	padding-right: 20px;
	margin-top: 1.9em;
}

#insidebanner h3 span {
	font-weight: normal;
	font-style: italic;
}
/* End text replacement mods */


p.datecat {
	color: #AAA;
	margin: 0;
}

p.datecat span {
	font-weight: bold;
	margin-left: 10px;
}

p.resultsnav {
	border-top: 1px dashed #CCC;
	padding-top: 10px;
}

p.resultsnav a {
	margin: 0 5px;
}

p.resultsnav a.page {
	font-weight: bold;
}

blockquote {
	background: url(../images/ui/panel_bg.jpg) repeat-x top left;
	background-color: #EFF5FB;
	margin: 10px 20px;
	padding: 10px 0 ;
}

blockquote p.source {
	font-style: italic;
	margin: 0;
	padding: 0;
	text-align: right;
}

/* Main Column ------------ */

#maincol {
	background: url(../images/ui/sidecol_shadow.jpg) no-repeat top right;
	float: left;
	padding-bottom: 10px;
	width: 620px;
}

#maincol h1,
#maincol h2,
#maincol h3,
#maincol h4,
#maincol p,
#maincol ul,
#maincol img {
	margin-left: 20px;	
	margin-right: 40px;	
}

.shop #maincol h1 {
	margin-top: 0;
}

#maincol ol {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-left: 12px;	
	margin-right: 40px;	
}

#maincol ul {
	font-size: 1.2em;
	line-height: 1.3em;
}

#maincol ul li {
	background: url(../images/ui/ul_bullet.gif) no-repeat 0 3px;
	margin: 10px 0 15px 0;
	padding-left: 1.2em;
}

#maincol ol li {
	background-position: 0 0;
	margin: 1px 0 20px 0;
	padding-left: 3.2em;
}

#maincol img,
#sidecol img{
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 10px ;
}

#maincol img.floatright,
#sidecol img.floatright,
.shopsidecol img.floatright {
	float: right;
	clear: right;
	margin-right: 35px;
	margin-bottom: 10px ;
}

/* Custom Ordered List 
   Only 15 list items provided for
-------------------- */

#maincol ol li.one {
	background: url(../images/ui/ol_1.gif) no-repeat;
}

#maincol ol li.two {
	background: url(../images/ui/ol_2.gif) no-repeat;
}

#maincol ol li.three {
	background: url(../images/ui/ol_3.gif) no-repeat;
}

#maincol ol li.four {
	background: url(../images/ui/ol_4.gif) no-repeat;
}

#maincol ol li.five {
	background: url(../images/ui/ol_5.gif) no-repeat;
}

#maincol ol li.six {
	background: url(../images/ui/ol_6.gif) no-repeat;
}

#maincol ol li.seven {
	background: url(../images/ui/ol_7.gif) no-repeat;
}

#maincol ol li.eight {
	background: url(../images/ui/ol_8.gif) no-repeat;
}

#maincol ol li.nine {
	background: url(../images/ui/ol_9.gif) no-repeat;
}

#maincol ol li.ten {
	background: url(../images/ui/ol_10.gif) no-repeat;
}

#maincol ol li.eleven {
	background: url(../images/ui/ol_11.gif) no-repeat;
}

#maincol ol li.twelve {
	background: url(../images/ui/ol_12.gif) no-repeat;
}

#maincol ol li.thirteen {
	background: url(../images/ui/ol_13.gif) no-repeat;
}

#maincol ol li.fourteen {
	background: url(../images/ui/ol_14.gif) no-repeat;
}

#maincol ol li.fifteen {
	background: url(../images/ui/ol_15.gif) no-repeat;
}

#maincol dl.floatright {
	float: right;
}

#maincol dl.floatleft {
	float: left;
}

#maincol dl.imagecap img {
	float: none;
}

#maincol dl.imagecap dd {
	color: #AAA;
	font-size: 1.1em;
	font-style: italic;
	margin: 0 20px 10px 20px;
}

#maincol .multiphoto img {
	clear: none;
	margin-right: 0 ;
}

#maincol .segments p {
	clear: both;
	border-top: 1px dashed #ccc;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 20px;
}

.faqs #maincol dl {
	border-bottom: 1px dashed #ccc;
	margin: 20px;
	padding-top: 10px;
}

.faqs #maincol dl.last {
	border-bottom-style:none;
}

.faqs #maincol dt {
	background: url(../images/ui/q.gif) no-repeat top left;
	font-size: 1.2em;	
	font-weight: bold;
	padding: 2px 0 15px 40px;
}

.faqs #maincol dd {
	background: url(../images/ui/a.gif) no-repeat top left;
	padding: 0 0 0 20px;
}

.faqs #maincol dd ul {
	padding-bottom: 0;
	border-style: none;
}

hr {
	border-top: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;
	/*size: 0px;*/
	text-align: center;
	width: 580px;
}

/*	Side Column ------------*/ 

#sidecol {
	float: right;
	width: 320px;	
}

#sidecol h1,
#sidecol h2,
#sidecol h3,
#sidecol h4,
#sidecol p,
#sidecol ul,
#sidecol img,
.shopsidecol h1,
.shopsidecol h2,
.shopsidecol h3,
.shopsidecol h4,
.shopsidecol p,
.shopsidecol ul,
.shopsidecol img {
	margin-left: 0;	
	margin-right: 8px;	
}

#sidecol h3,
.shopsidecol h3 {
	margin-top: 15px;
}

#sidecol img,
.shopsidecol img {
	margin-right: 15px;	
}

#sidecol div,
.shopsidecol div {
	border-top: 1px dashed #DDD;
	margin-right: 15px;
	margin-left: 5px;
	padding-top: 5px;
}

#sidecol .first,
#sidecol #sidenav,
#sidecol .clients,
#sidecol .archives,
#sidecol .faqmenu,
.shopsidecol .first,
.shopsidecol #sidenav,
#sidecol .clients {
	border-top-style: none;
	padding-top: 0;
}

#sidenav h3 {
	margin-bottom: 5px;
	color: #999;
}

#sidenav ul,
.archives ul {
	padding-bottom: 5px;
}

#sidenav ul ul {
	margin: 10px 0 0 10px;
	padding:0;
}

.archives ul {
	margin-bottom: 15px;
}

#sidecol ul,
#sidecol dl,
.shopsidecol #sidenav ul,
.shopsidecol dl   {
	background: url(../images/ui/sidenav_shadow.jpg) no-repeat bottom left;
}

#sidecol ul,
.shopsidecol ul{
	font-size: 1.2em;
	font-weight: bold;
	line-height: .5em;
}

#sidecol ul ul,
.shopsidecol ul ul {
	background: none;
	font-size: 1em;
}

#sidecol #sidenav ul li,
.shopsidecol #sidenav ul li,
#sidecol .archives ul li {
	padding: 10px 2px;
}

#sidecol ul li,
.shopsidecol #sidenav ul li {
	border-top: 1px solid #DDD;
}

#sidecol ul li.first,
#sidecol .archives ul li.first,
.shopsidecol #sidenav ul li.first {
	border-top-style: none;
}

#sidecol .archives ul li {
	border-top: 1px dashed #aaa;
}

#sidecol .archives ul {
	background-image: none;
	border-bottom: 1px dashed #BBB;
	font-size: 1em;
	font-weight: normal;
	line-height: .5em;
}

#sidecol .archives ul a{
	color:#555;
	display: block;
	font-size: 1.1em;
	margin-top: 5px;
}

#sidecol .archives ul a:hover{
	color:#F60;
}

#sidecol .clients {
	text-align: center;
}

#sidecol .clients img{
	float:none;
	margin: 20px 0 30px 0;
}

#sidecol blockquote,
.shopsidecol blockquote{
	margin: 0;
	padding: 10px;
}

.faqs .sidepanel dl {
	padding-bottom: 15px;
}

.faqs .sidepanel dt {
	font-size: 1.2em;
	font-weight: bold;
	color:#F60;
	margin-top: 15px;
	padding-bottom: 5px;
}

.faqs .sidepanel dd {
	border-top: 1px solid #EEE;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-right: 15px;
	padding: 5px 15px 5px 10px;
}

.faqs .sidepanel dd a {
	color: #444;
	}

.faqs .sidepanel dd a:hover {
	color: #F60;
	}

/* Shop ------------*/

#maincol .breadcrumb {
	border-bottom: 1px dashed #CCC;
	margin: 0 20px 10px;
}

#maincol .breadcrumb li {
	background-image: none;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 2px;
	margin-bottom: 0;
	margin-top: 0;
}

#maincol .breadcrumb li a {
	font-weight: bold;
}

#maincol .products div {
	border-top: 1px dashed #CCC;
	float: left;
	margin: 0 10px 0 20px;
	padding-bottom: 5px;
	padding-top: 10px;
	width: 400px;
}

#maincol .panelhi .products div {
	width:370px;
}

#maincol .products div.first,
#maincol .products div div {
	border-top-style: none;
}

#maincol .products div p,
#maincol .products div h3 {
	margin-left: 0;
	margin-right: 5px;
}

#maincol .products div div {
	clear: none;
	float: right;
	padding-top: 0;
	margin: 0;
	width:260px;
}

#maincol .panelhi .products div div {
	width:230px;
}

#maincol .products div img {
	margin:0 10px 0 0;
	padding-bottom: 0px;
}

#maincol .products h3 {
	margin-top: 0;
}

.shop h3.subhead {
	color: #BBB;
	font-size: 18px;
	margin: 10px 0 0;
}

.products p {
	margin: 0 0 5px 0;
}

.products p.cat {
	font-weight: bold;
	color: #999;
	margin-bottom: 5px;
}

.products p.price {
	font-weight: bold;
	margin: 0 0 5px 0;
}

.products a.more {
	font-size: 11px;	
}

#maincol .panelhi {
	background: url(../images/ui/panel_bg.jpg) repeat-x top left;
	background-color: #EFF5FB;
	margin: 10px 20px;
	border-top-style: none;
}

#maincol h1.cartitem {
	font-size: 18px;
	float: left;
	margin: 10px;
	line-height: 18px;
}

#maincol p.cartprice {
	color: #666;
	float: right;
	font-size: 18px;
	line-height: 18px;
	margin:10px;
	padding: 0;
	
}

.cartbuttons p {
	display: inline;
	width: 150px;
}

.cartbuttons div {
	display: inline;
	float: right;
	margin-right: 20px;
}

.addtocart {
	margin: 0 0 400px 0;
}

.addtocart .textinput {
	width: 20px;
	margin-right: 10px;
}

.addtocart label{
	font-size: 1.1em;
	text-align: right;
	font-weight: bold;
	}

.shopsidecol {
	float: right;
	width: 250px;		
}

#shopleftcol{
	float: left;	
	width: 690px;
	}

#shopleftcol .shopsidecol {
	background-image: url(../images/ui/shop_sidecol_shadow.jpg);	
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	}

#shopleftcol #maincol {
	float: right;
	padding-bottom: 10px;
 	width: 430px;
}

#shopleftcol #maincol hr {
	width: 390px;
}

.shopsidecol .panelhi {
	background: url(../images/ui/panel_bg.jpg) repeat-x top left;
	background-color: #EFF5FB;
	border-top-style: none;
	margin: 0 0 15px 0;
}

.shopsidecol h3 {
	color: #999;
}

.shopsidecol .account h3,
.shopsidecol .cart h3,
.shopsidecol .cards h3 {
	background: top left no-repeat;	
	padding-left: 23px;
}

.shopsidecol .account h3 {
	background-image: url(../images/ui/icon_account.gif);
}

.shopsidecol .cart h3 {
	background-image: url(../images/ui/icon_trolley.gif);
}

.shopsidecol .cards h3 {
	background-image: url(../images/ui/icon_creditcard.gif);
}

.cart .panelhi p {
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
}

.cart .panelhi p.total {
	background-color: #CCC;
	float: right;
	padding: 2px 5px 2px 0;
	text-align: right;
	width: 55px;
}
	
.cart ul {
	margin: 5px 10px;
}	

.cart ul li {
	margin-bottom: 10px;
}

.account p {
	font-size: 11px;
	margin-top: 0;
}

.cards img {
	margin: 10px 52px;
}

.information {
	margin-bottom: 220px;
}

.information .panelhi {
	padding: 5px 10px;
}

.information ul li {
	font-weight: normal;
	font-size: 11px;
	margin: 10px 0;
}


/* News ------------*/ 

#news {
	clear: left;
}

#news p,
#news h4 {
	color: #999;
}

#news p.date {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0;
}

#news h2 {
	border-top: 1px dashed #CCC;
	padding-top: .5em;	
}

#news h4 {
	margin-top: 0;
	margin-bottom: 0;
}

#news .leftcol {
	float: left;
	width: 49%;
}

#news .rightcol {
	float: right;
	width: 49%;
}

#maincol .newssegments div {
	clear: both;
	border-top: 1px dashed #ccc;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 20px;
}

#maincol .newssegments div {
	float: left;
	margin: 0 20px;
	width: 540px;
}

#maincol .newssegments div div p,
#maincol .newssegments div div h3 {
	margin-left: 0;
	margin-right: 5px;
}

#maincol .newssegments div div {
	border-top-style: none;
	clear: none;
	float: right;
	margin-right: 0;
	padding-top: 0;
	width:370px;	
}

#maincol .newssegments div img {
	margin-right: 10px;
	padding-bottom: 0px;
}

.newssegments div h3 {
	margin: 4px 0;
}

h3.newsarticle {
	margin: 4px 0 20px 0;
}

/* Forms ------------*/ 

form {
	margin: 20px;
	text-align: right;
}

fieldset.formbg {
	background: url(../images/ui/panel_bg.jpg) repeat-x top left;
	background-color: #EFF5FB;
	padding: 10px;
}

fieldset.formsubmit {
	padding: 10px;
}

fieldset.formbgemail {
	background: url(../images/ui/panel_bg.jpg) repeat-x top left;
	background-color: #EFF5FB;
	padding: 10px;
}

fieldset.formsubmitemail {
	padding: 0px;
}


#maincol .feedback .userdetails {
	float: left;
	width: 300px;
}

#maincol .feedback .userdetails label {
	display: block;
	float: left;
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: right;
	width: 150px;
}

#maincol .feedback .userdetails .textinput {
	width: 70px;
	margin-left: 20px;
}

#maincol .feedback .comments {
	float: right;
	width: 250px;
}

#maincol .feedback .comments label {
	display: block;
	margin-top: 5px;
	text-align: right;
	width: 250px;
}

#maincol .feedback .comments textarea {
	height: 45px;
	margin-left: 20px;
	width: 150px;
}

#sidecol form,
.shopsidecol form {
	margin: 0;
}

#sidecol .feedback .textinput,
#sidecol .newsletter .textinput,
.shopsidecol .account .textinput {
	font-size: .9em;
}

#sidecol .feedback .textinput,
#sidecol .newsletter .textinput {
	margin-left: 10px;
	width: 80px;
}

.shopsidecol .textinput {
	margin-left: 10px;
	width: 120px;
}

#sidecol .feedback label,
#sidecol .newsletter label,
.shopsidecol .account label{
	font-size: 1.1em;
	text-align: right;
}

#sidecol .emailer label{
	font-size: 1.1em;
	text-align: left;
}

#sidecol .feedback label,
#sidecol .newsletter label {
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 140px;
}

#sidecol .emailer label {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 280px;
}

.shopsidecol .account label {
	display: block;
	margin: 5px 0;
}

.shopsidecol .account label.first {
	margin-bottom:10px;
}

#sidecol .feedback  .comments {
	clear: left;
	float: none;
	width: 280px;
}

#sidecol .feedback .comments textarea {
	height: 50px;
	margin: 10px 0 0 10px;
	width: 220px;
}

/* Footer ------------*/ 

#footer {
	background: url(../images/ui/footer.jpg) no-repeat;
	clear: left;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 60px;
	width: 952px;	
}

#footer p {
	color: #AAA;
	float: left;
	font-size: 1em;
	margin: 0;
	padding-top: .5em;
	padding:7px 20px;
	text-align: left;
}

#footer div.valid {
	display: inline;
	float: left;
}

#footer div.valid img {
	margin: 8px 0 0 8px;
}

/* Navigation */

#sitenav {
	background: url(../images/ui/nav_inside.jpg) no-repeat 50% 0;
	height: 20px;
	z-index:2;
}

.home #sitenav {
	background: url(../images/ui/nav_home.jpg) no-repeat 50% 0;
}

#nav a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 8px 8px 20px;
	text-decoration: none;
}

#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:3;
}

#nav li a {
	color: #F60;
	text-align:left;	
}

#nav li a:hover {
	background-color: #fff;	
	color: #000;
}

#nav li {
	border-left: 1px solid #CCC;
	float: left;
	width: 117px;
}

#nav li:hover  {
	background-position: 0 0;
    position: static;
}

#nav li.first {
	border-left-style: none;
}

#nav li.first a:hover {
	background: url(../images/ui/nav_first.gif) no-repeat top left;
}

/* Sub Nav --------- */

#nav li ul {
	background-color: #D9D9D9;
	background: url(../images/ui/subnav.jpg) repeat-x top left;
	border-bottom: 2px solid #F60;
	left: -999em;
	margin-top: -5px;
	padding-top: 5px;
	position: absolute;
	width: 20em;
}

#nav li:hover ul {
	left: auto;
	margin-left:0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {
	border-top: 1px solid #FFF;
	border-left-style: none;
	width: 20em;
}

#nav li li a {
	color: #000;
	margin-left: 0;
	padding-left: 20px;	
	text-align: left;
}

#nav li li a:hover {
	color: #F60;	
}

/*Hacks*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Contact page */
body.contact div#maincol{
	/*width:500px;*/
}
body.contact div#sidecol{
	/*width:400px;*/
}
body.contact div#sidecol div#sidenav{
	margin-top:75px;
}
body.contact div#sidecol div{/* styles to overide site wide styles for child divs in sidecol */
	/*margin:0;
	padding:0;
	border:0 none;*/
}
div#googleMap{
	width:550px;
	height:450px;
	margin-left:20px;
}

/* PORTFOLIO ADDITIONS - JE 09/09 */

#portfolio #maincol {
	background-image: none;
	width: 100%;
}

#portfolio #maincol h3,
#portfolio #maincol h4,
#portfolio #maincol p,
#portfolio #maincol ul,
#portfolio #maincol img {
	margin-left: 0;	
	margin-right: 0;
	margin-top: 0;	
}

#portfolio #maincol p {
	margin-bottom: 1.7em;
}

#portfolio #maincol .folioItem {
	margin: 0 20px 20px 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.folioLeft {
	float: left;
	width: 412px;
}

.folioLeft img {
	border: 1px solid #e5e5e5;
}

/* image selector */
#portfolio #maincol .folioItem .folioLeft .imageSelector ul {
	margin: 0;
	padding: 0;
}

#portfolio #maincol .folioItem .folioLeft .imageSelector ul li {
	margin: 0;
	padding: 0;
	background-image: none;
	float: left;
	height: 14px;
}

#portfolio #maincol .folioItem .folioLeft .imageSelector ul li a {
	margin: 0 4px 0 0;
	padding: 3px 11px 4px 11px;
	background: url(../images/ui/img_select.gif) no-repeat -32px 1px;
	color: #000;
}

#portfolio #maincol .folioItem .folioLeft .imageSelector ul li a:hover, #portfolio #maincol .folioItem .folioLeft .imageSelector ul li a.selected {
	background-position: 0 1px;
	color: #fff;
}

#portfolio #maincol .folioItem .folioLeft .imageSelector ul li img {
	border: none;
}

#portfolio #maincol .folioItem .folioLeft .imageSelector ul li.button a {
	background: none;
	padding: 0;
}

/* IE7 fixes */
*:first-child+html #portfolio #maincol .folioItem .folioLeft .imageSelector ul li {
	padding: 2px 0 3px 0;
}

*:first-child+html #portfolio #maincol .folioItem {
	margin-bottom: 30px;
}
/* end image selector */

.folioRight {
	width: 474px;
	margin-left: 431px;
}

.workList {
	float: left;
	width: 170px;
	min-height: 264px;
	position: relative;
}

.quoteButton {
	background: url(../images/ui/btn_get_quote.gif) no-repeat 0 0;
	width: 134px;
	text-align: center;
	padding: 8px 0 9px 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* Safari padding hack */
/*\*/
html>body*.quoteButton {padding: 10px 0 11px 0;}
/**/

.quoteButton a {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

#portfolio #maincol .folioItem .folioRight .workList ul {
	font-weight: bold;
}

#portfolio #maincol .folioItem .folioRight .workList ul li {
	background: url(../images/ui/tick_bullet.gif) no-repeat 0 2px;
	margin: 0 0 6px 0;
	padding-left: 1.6em;
}

.info {
	width: 286px;
	margin-left: 186px;
}

/* Get a Quote form - FANCY BOX */
#quoteForm {
	display: none;
}

div#fancy_div h3 {
	margin-top:  0;
}

/* Form */
div#fancy_div form {
	padding: 6px 0 0 0;
	margin: 0;
}

div#fancy_div label {
	float: left;
	text-align: left;
	width: 160px;
	font-size: 1.2em;
	font-weight: bold;
}

div#fancy_div input, div#fancy_div textarea {
	float: left;
	width: 250px;
	height: 18px;
	font-size: 1.2em;
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
}

div#fancy_div textarea {
	height: 100px;
	font-size: 1.6em;
}

div#fancy_div #submitbutton {
	float: left;
	margin: 10px 0 10px 160px;
	padding: 0;
	width: 52px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(../images/ui/btn_quote_send.gif) no-repeat left top;
	border: none;
}