ol,ul {list-style:none;}

a  {
	text-decoration: none;
	color:#16432d;
}

a:hover {
	color:#b3c737;
	text-decoration: none;
}

html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background:#f3f3f4;
}

h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li  {
	padding:0;
	margin:0;
}

img  {
	border:none;
}

p {
	font:400 13px 'Karla', sans-serif;
	line-height: 22px;
	color:#808285;
	padding: 0 0 12px 0;
}

h1 {
	font:700 35px 'Karla', sans-serif;
	line-height:37px;
    color:#16432d;
	padding:0 0 10px 0;
}

.h1_alt {
font:700 35px 'Karla', sans-serif;
	line-height:37px;
    color:#16432d;
	padding:0 0 20px 0;
}

h2 {
	font:700 20px 'Karla', sans-serif;
	line-height:21px;
    color:#16432d;
	padding:0 0 8px 0;
}
.h2_alt {
font:700 20px 'Karla', sans-serif;
	line-height:21px;
    color:#16432d;
	padding:0 0 8px 0;
}
h3 {
	font:700 14px 'Karla', sans-serif;
	line-height:15px;
    color:#16432d;
	padding:0 0 5px 0;
}
.h3_alt {
	font:700 14px 'Karla', sans-serif;
	line-height:15px;
    color:#16432d;
	padding:0 0 5px 0;
}

#wrapper {
	height: auto;
	margin: 0 auto;
	width:980px;
}
.wrapper_background {
	background:url(../images/background.jpg) top no-repeat;
}
/*--------------------------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------------------------*/

#header {
	width: 980px;
	height:145px;
}

#header img {
	float:left;
	margin:13px 0 0 0;
}

#header img.qship {
	float:left;
	margin:0px 0 0 5px;
}

#header img.social 
{
	
	float:right;
	margin:13px 5px 0 0;
}

/*--------------------------------------------------------------------------------------------------
	navigation
--------------------------------------------------------------------------------------------------*/

#header ul {
	padding:45px 0 0 0;
	width:700px;
	float:right;
}
#header ul.social
{
	padding:0px 15px 0 0;
	width:100px;
	float:right;
	}
	#header ul.search
{
	width:400px;
	padding-top:10px;
	margin-left:40px;
	float: left;
	}
#header ul li {
	display: inline;
}

#header ul li a {
    float:left;
	text-align:center;
	font:400 14px 'Karla', sans-serif;
	color: #818285;
	text-decoration: none;
	text-transform:uppercase;
	} 
	 
#header #active { 
	text-decoration: none;
	color:#16432d;
    font:700 14px 'Karla', sans-serif;
	}
	
#header ul li a:hover {  
	text-decoration: none;
	color:#16432d;
	font:700 14px 'Karla', sans-serif;
	}
	
.home {
    width:55px;
	border-right:1px solid #d1d2d4;
	} 
.about {
    width:75px;
	border-right:1px solid #d1d2d4;
	}
.news {
    width:55px;
	border-right:1px solid #d1d2d4;
	} 
.support {
    width:70px;
	border-right:1px solid #d1d2d4;
	} 
	.install {
    width:160px;
	border-right:1px solid #d1d2d4;
	} 
.healthcare {
    width:105px;
	border-right:1px solid #d1d2d4;
	} 
	.closeouts {
    width:120px;
	border-right:1px solid #d1d2d4;
	}
.products {
    width:80px;
	border-right:1px solid #d1d2d4;
	} 
.contact {
    width:70px;
    border-right:1px solid #d1d2d4;
	} 
.blog {
    width:50px;
	} 	
	

	
/*--------------------------------------------------------------------------------------------------
	subnavigation
--------------------------------------------------------------------------------------------------*/

.tables {
    width:75px;
	} 
.adjust {
    width:160px;
	} 
.healthcare {
    width:120px;
	}
.lighting {
    width:95px;
	} 
.arms {
    width:130px;
	} 
.trays {
    width:139px;
	} 
.storage {
    width:119px;
	} 
.accessories {
    width:115px;
	} 
	

	
/*--------------------------------------------------------------------------------------------------
	vertical navigation
--------------------------------------------------------------------------------------------------*/

#vertnav {
	width:265px;
	float:left;
}

#vertnav ul
{
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 19px;
line-height:20px;
}

#vertnav a
{
display: block;
padding: 12px 15px 0 15px;
width:235px;
height:38px;
text-decoration: none;
color: #00853f;
margin:0 0 8px 0;
background: url(../images/vertnav_off.gif) no-repeat;
}

#vertnav a:hover
{
text-decoration: none;
color: #FFFFFF;
background: url(../images/vertnav_on.gif) no-repeat;
}

#vertnav a#current
{
text-decoration: none;
color: #FFFFFF;
background: url(../images/vertnav_on.gif) no-repeat;
}

.green {
	font-weight:bold;
	color:#8cc63f;
}

/*--------------------------------------------------------------------------------------------------
	vertical navigation 2
--------------------------------------------------------------------------------------------------*/

#details {
	width:260px;
	float:right;
	
}

#details  ul {
	padding:0;
	margin:0;
	width:260px;
	border-top:1px solid #8cc63f;
}

#details ul li {
	display: inline;
	padding-bottom: 5px;
/* matches link padding except for left and right */
	padding-top: 5px;
	margin:0;
}

#details ul li a {
    float:left;
	text-align:left;
	width:233px;
    padding:5px 10px 5px 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #15432d;
	font-weight:bold;
	text-decoration: none;
	border-bottom:1px solid #8cc63f;
	background:#e0eecb url(../images/cross.gif) left no-repeat;
	} 

#details #active { 
	text-decoration: none;
	color:#FFFFFF;
	background-color:#006f3b;
	}
	
#details ul li a:hover {  
	text-decoration: none;
	color:#FFFFFF;
	background-color:#006f3b;
	}

/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/
#content {
	width:980px;
	padding:0 0 30px 0;
	overflow:hidden;
}
/*--------------------------------------------------------------------------------------------------
	slide show
--------------------------------------------------------------------------------------------------*/

#slideshow {
	width:470px;
	height:470px;
	float:left;
	padding:0;
	margin:0 20px 20px 0;
}
#slideshow .theme-default #slider {
    width:470px!important;
	height:470px!important;
	background-color:#d0d0d0!important;
}
/*--------------------------------------------------------------------------------------------------
	table builder
--------------------------------------------------------------------------------------------------*/

#steps {
	width:508px;
	float:right;
	padding:0 11px 12px 9px;
	margin:0 0 12px 0;
	overflow:hidden;
		background: url(../images/box_steps.gif) bottom right no-repeat;
}
#steps_border {
	border:1px solid #d1d2d4;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	width:auto;
}
.steps_header {
	font:400 18px 'Karla', sans-serif;
	line-height:19px;
	color:#FFFFFF;
	padding:10px;
	margin:0 0 8px 0;
	background-color:#b3c737;
}

.step {
	width:auto;
	height:50px;
	padding:0 10px 0 60px;
	margin:0 10px 5px 10px;
}

.step select {
	float:right;
	margin:10px 0 0 0;
	width:200px;
}

.step p {
	font:700 15px 'Karla', sans-serif;
	line-height: 16px;
	color:#16432d;
	padding:16px 0 0 0;
	text-transform:uppercase;
}

.step_1 {
	background: url(../images/step1.gif) left top no-repeat;
}
.step_2 {
	background: url(../images/step2.gif) left top no-repeat;
}
.step_3 {
	background: url(../images/step3.gif) left top no-repeat;
}
.step_4 {
	background: url(../images/step4.gif) left top no-repeat;
}
.step_5 {
	background: url(../images/step5.gif) left top no-repeat;
}
.step_6 {
	background: url(../images/step6.gif) left top no-repeat;
}
.step_7 {
	background: url(../images/step7.gif) left top no-repeat;
}
.step_8 {
	background: url(../images/step8.gif) left top no-repeat;
}
.step_9 {
	background: url(../images/step9.gif) left top no-repeat;
}
.step_10 {
	background: url(../images/step10.gif) left top no-repeat;
}

.step_10 {
	background: url(../images/step10.gif) left top no-repeat;
}
.step_11 {
	background: url(../images/step11.gif) left top no-repeat;
}
.step_12 {
	background: url(../images/step12.gif) left top no-repeat;
}
.step_13 {
	background: url(../images/step13.gif) left top no-repeat;
}
.step_14 {
	background: url(../images/step14.gif) left top no-repeat;
}
.step_15 {
	background: url(../images/step15.gif) left top no-repeat;
}
.step_16 {
	background: url(../images/step16.gif) left top no-repeat;
}
.step_17 {
	background: url(../images/step17.gif) left top no-repeat;
}
.step_18 {
	background: url(../images/step18.gif) left top no-repeat;
}
.step_19 {
	background: url(../images/step19.gif) left top no-repeat;
}
.step_20 {
	background: url(../images/step20.gif) left top no-repeat;
}
.step_21 {
	background: url(../images/step21.gif) left top no-repeat;
}
.step_22 {
	background: url(../images/step22.gif) left top no-repeat;
}
.step_23 {
	background: url(../images/step23.gif) left top no-repeat;
}
.step_24 {
	background: url(../images/step24.gif) left top no-repeat;
}
.step_25 {
	background: url(../images/step25.gif) left top no-repeat;
}


#steps_container {
	width:425px;
	float:left;
}


#steps_image {
	width:405px;
	padding:0 11px 12px 9px;
	margin:0 0 15px 0;
	float:left;
	background: url(../images/box_steps.gif) bottom right no-repeat;
}

#steps_formbox {
	width:403px;
	padding:15px 10px 15px 10px;
	margin:0 0 15px 0;
	  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	text-align:left;
	float:left;
	border:1px solid #d1d2d4;
	background:#FFF url(../images/form.gif) bottom repeat-x;
}

/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/
#sub_content {
	width:980px;
	overflow:hidden;
	padding:0 0 30px 0;
}
#products {
	width:980px;
	padding:30px 0 20px 0;
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0;
	padding: 0 0 0px 0;
	font-style: normal;
	font-weight: normal;
	}
ul.bullet { 
	list-style-type: none;
	font:400 13px 'Karla', sans-serif;
	line-height: 15px;
	color:#808285;
	padding:0 0 5px 15px;
	font-style: normal;
	font-weight: normal;
}
li.bullet ul.bullet {margin:5px 0 0 0}

li.bullet { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding: 0 0 5px 7px;
}

 .bold {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

p.back a {
	float:right;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 0 0 0;
	font-size:14px;
	width:67px;
	height:26px;
	margin:0;
	display:block;
	text-align:center;
	background: url(../images/back_off.gif) no-repeat;
}
p.back a:hover {
	text-decoration:none;
	background: url(../images/back_on.gif) no-repeat;
}
p.back_alt a {
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 0 0 0;
	font-size:14px;
	width:67px;
	height:26px;
	margin:0;
	display:block;
	text-align:center;
	background: url(../images/back_off.gif) no-repeat;
}
p.back_alt a:hover {
	text-decoration:none;
	background: url(../images/back_on.gif) no-repeat;
}
p.submit a {
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px 0 0 0;
	font-size:12px;
	width:70px;
	height:23px;
	margin:0 0 0 10px;
	display:block;
	text-align:center;
	background: url(../images/submit_off.gif) no-repeat;
}
p.submit a:hover {
	text-decoration:none;
	background: url(../images/submit_on.gif) no-repeat;
}

.gray-btn {
	display: inline-block;
	margin:0 0 5px 0;
	padding: 10px 15px;
	background: #818285 url(../images/btn-gloss.png) bottom left repeat-x;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	transition: all 0.3s ease-out;
	font-size:15px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),  0 2px 2px rgba(0,0,0,0.3),  0 0 4px 1px rgba(0,0,0,0.2);
	cursor:pointer;
	color:#fff!important;
	font-weight: 600;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818285', endColorstr='#636466', GradientType=0 ); /* IE6-9 */
}
.gray-btn:hover {
	background-color:#636466;
	text-decoration:none;
	color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818285', endColorstr='#636466', GradientType=0 ); /* IE6-9 */
}

#columncontainer {
	width:230px;
	float:right;
}

.column {
	padding:0 12px 23px 10px;
	margin:0 0 12px 0;
	overflow:hidden;
		width:auto;
		    background: url(../images/box.gif) bottom no-repeat;
			float:none;
}

.column_header {
	font:400 18px 'Karla', sans-serif;
	line-height:19px;
	color:#FFFFFF;
	padding:20px 10px 10px 10px;
	margin:0 0 8px 0;
	background-color:#b3c737;
background: url(../images/box_top.gif) top no-repeat;
}

.column ul { 
	list-style-type: none;
font:400 13px 'Karla', sans-serif;
	line-height: 15px;
	color: #666666;
	padding:0 10px 3px 10px;
	font-style: normal;
	font-weight: normal;
}

.column_copy {
	line-height: 14px;
	padding: 0 10px 8px 10px;
}
.email_copy {
	line-height: 14px;
	padding: 0 10px 3px 10px;
}
.column li { 
	padding: 0 ;
}

.cross {
	color:#8cc63f;
	font-weight:bold;
}
#installation-content #products-slider .slides_container {width:740px!important;}
#left_column {
	width:700px;
	float:left;
}
#leftcolumn {
	width:720px;
	float:left;
}
.image_left {
	float:left;
	border:1px solid #b3c737;
	margin:0 10px 10px 0;
}
.image_center {
	float:center;
	border:0;
	margin:0 10px 0px 10px;
}
.email_field {
	border:1px solid #b3c737;
	padding:4px;
	width:177px;
	margin:0 0 5px 10px;
}
#federal {
	width:161px;
	float:right;
}
#state {
	width:499px;
	float:left;
}
p.state a {
	float:left;
	color:#00853f;
	padding:5px 0 0 5px;
	margin:0 0 8px 0;
	width:154px;
	height:40px;
	display:block;
	border:1px solid #d1d2d4;
	background-color:#e0eecb;
}
p.state a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#8cc63f;
}
p.federal a {
	float:left;
	color:#00853f;
	padding:5px 0 0 5px;
	margin:0 0 8px 0;
	width:154px;
	height:40px;
	display:block;
	border:1px solid #d1d2d4;
	background-color:#ebf5b0;
}
p.federal a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#b3c737;
}

#footer_nav {
	width:980px;
	border-top:1px solid #d1d3d4;
	padding:7px 0;
	overflow:hidden;
}

#footer_nav p {
	padding:0;
	font-size:10px;
	text-transform:uppercase;
	color:#d1d3d4;
	float:right;
}



#footer_nav a {
	color:#808285;
}

#footer_nav a:hover {
	color:#16432d;
}

#footer_nav a.bloglink {
	color:#808285;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:5px;
	text-transform:uppercase;
}

#footer_nav a.bloglink:hover {
	color:#16432d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:5px;
	text-transform:uppercase;
}
#footer_nav img {
	float:left;
	margin:0 7px 0 0;
}
.image_right {
	float:right;
	margin:0 0 12px 0;
}
.image_header {
	padding:0 0 20px 0;
}
footer .column {background:none;}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/

#formbox {
	width:500px;
	padding:15px 0 15px 10px;
	margin:0 0 15px 0;
	float: left;
	  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	text-align:left;
	border:1px solid #d1d2d4;
	background:#FFF url(../images/form.gif) bottom repeat-x;
}

.form {
	font:400 13px 'Karla', sans-serif;
	line-height: 15px;
	color: #000000;
	padding: 5px 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border:1px solid #b3c737;
	font-family: Arial, Helvetica, sans-serif;
	padding:4px;
	margin-right:2px;
}
.inputborder.error {
	border:1px solid #ff0000;
}

p.form_submit a {
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 0 0 0;
	font-size:12px;
	width:70px;
	height:24px;
	margin:5px 0 0 0;
	display:block;
	text-align:center;
	background: url(../images/submit_off.gif)no-repeat
}
p.form_submit a:hover {
	text-decoration:none;
	background: url(../images/submit_on.gif)no-repeat
}

p.send_info a {
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 0 0 0;
	font-size:12px;
	width:110px;
	height:24px;
	margin:5px 0 0 0;
	display:block;
	text-align:center;
	background: url(../images/send_info_off.gif)no-repeat
}
p.send_info a:hover {
	text-decoration:none;
	background: url(../images/send_info_on.gif)no-repeat
}

/*--------------------------------------------------------------------------------------------------
	updated homepage
--------------------------------------------------------------------------------------------------*/
#product-highlights {width:470px;overflow:hidden;}
	.highlight{display:block;float:left;margin:0 7px 10px 7px;padding:0;text-align:center;width:230px;height:230px;background:#fff;}
	.highlight:hover {background: url(../images/highlight-over.jpg) top left repeat-x;}
	
.highlight1 {position:relative;width:230px;height:230px;display:block;float:left;margin:0 7px 10px 7px;padding:0;text-align:center;}
.highlight1 a {position:absolute;bottom:0;text-align:center;display:block;width:100%;height:25px;line-height:1;padding:10px 0 0 0;font: 600 14px 'Open Sans', sans-serif;}
.highlight1:hover a {color:#fff;background: url(../images/highlight-bg.png) repeat;transition:height 1s;transition-duration: 0.5s;
-webkit-transition:height 1s;/* Safari */height:50px;line-height:1; }
.whiteboards {background:url(../images/whiteboards.jpg) no-repeat}
.divider {background:url(../images/divider-screens.jpg) no-repeat}
.power {background:url(../images/power-solutions.jpg) no-repeat}
.toolrail {background:url(../images/tool-rail.jpg) no-repeat}
.power-hm {background:url(../images/power-hm.jpg) no-repeat}
.benching {background:url(../images/benching.jpg) no-repeat}
.sitstand {background:url(../images/sit-stand-benching.jpg) no-repeat}
.filing {background:url(../images/filing.jpg) no-repeat}
.edgedivider {background:url(../images/VoyagerBlueAcrylic.jpg) no-repeat}
.quickshiptables {background:url(../images/QuickshiptLeg.jpg) no-repeat}
/*--------------------------------------------------------------------------------------------------
	product page
--------------------------------------------------------------------------------------------------*/
.col_full {
	width:980px;
	float:left;
	padding:0 0 20px 0;}
.col_one {width:225px;float:left;margin:0 20px 0 0;}
#details .options-btn {
	padding:0;
	height:39px;
	background:url(../images/subnav.gif) top no-repeat;
	display:block;
	border-radius:5px;
	color: #e6e7e8;
	margin-bottom:5px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}
#details .options-btn a {width:260px;color: #e6e7e8;font: 400 15px 'Karla', sans-serif;line-height:39px;padding:0 0 0 10px;text-transform:uppercase;display:block;height:40px;}

#details .options-btn:hover {text-decoration: none;color: #FFFFFF;background: url(../images/nav_on.gif) top repeat-x;}
#left_column .options-btn {padding:0;height:39px;background:url(../images/subnav.gif) top no-repeat;display:block;border-radius:5px;color: #e6e7e8;margin-bottom:5px;clear:left;width:auto;font: 400 15px 'Karla', sans-serif;line-height:39px;text-align:center;border-bottom:1px solid #666;border-right:1px solid #666;}
#left_column .options-btn:hover {text-decoration: none;color: #FFFFFF;background: url(../images/nav_on.gif) top repeat-x;}
.slides_buttons {float:left;width:470px;margin-bottom:30px;}
#left_column .options-btn.back {width:90px;float:left;}
#left_column .options-btn.specs {width:200px;float:right;}
.plus {width:10px;height:10px;display:inline-block;background:url(../images/plus-sign.png) no-repeat;margin-right:5px;}

.options-list-btns {margin-bottom:20px;}
#details p {line-height:1.4;}
.product-description {padding-top:20px;float:left;margin-bottom:20px;border-top:3px solid #bebec0;}
.support-btn {padding:0;height:39px;background:url(../images/subnav.gif) top no-repeat;display:block;border-radius:5px;color: #e6e7e8;margin-bottom:5px;clear:left;width:auto;font: 400 15px 'Karla', sans-serif;line-height:39px;text-align:center;border-bottom:1px solid #666;border-right:1px solid #666;}
.support-btn:hover {text-decoration: none;color: #FFFFFF;background: url(../images/nav_on.gif) top repeat-x;}
.newboxes {
    display: none;
}
/*
	Slider
*/

#products-slider {
	margin:0;
	padding-bottom:10px;
	float:left;
}


#products-slider .slides_container {
	width:470px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
	background:#fff;
}
#products-slider .slides_container img {
	max-width:100%;
	height:auto;
}
.slides_container a {
	width:470px;
	height:470px;
	display:block;
}

/*
	Next/prev buttons
*/

#products-slider .next,#products-slider .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:0;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products-slider .prev {
	background:url(../img/arrow-prev.png);
}

#products-slider .next {
	left:398px;
	background:url(../img/arrow-next.png);
}

/*
	Pagination
*/

#products-slider .pagination {
	width:220px;
	padding:0;
	float:left;
	margin-left:0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products-slider .pagination li {
	float:left;
	margin:0 0 12px 12px;
	list-style:none;
}

#products-slider .pagination li a {
	display:block;
	width:94px;
	height:94px;
	
	float:left;
	background:#f9f9f9;
		border:1px solid #ccc;

}
#products-slider .pagination li a img {max-width:100%;height:auto;}

#products-slider .pagination li.current a {
	border:1px solid #7f7f7f;
	margin:0;
}




/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
footer {background:#fff;}
footer .row {margin-bottom:0;}
#footer {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	padding:0 0 0 0;
}

#footer p {
	font-size:10px;
	line-height:14px
}		

a.link {
	text-decoration: none;
	color:#FFFFFF;
}

a.link:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.bottom_nav {
	float:right;
}

#footer a {
	color:#d1d2d4;
	text-decoration: none;
}
#footer a:hover {
	color:#16432d;
	text-decoration: underline;
}

#background {
	width:100%;
	border-top:1px solid #d1d3d4;
}
#sub_background {
	width:100%;
	background: url(../images/subgrass.jpg) bottom repeat-x;
}

/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
.column.sign-up-form {width:99%;background:#fff;-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);padding: 12px;}

.ctct-custom-form {border: 1px solid #dedede;}
.ctct-custom-form p {margin-bottom:0px;}
.ctct-custom-form .ctct-form-footer {line-height:1.2;margin-bottom:0;}
.ctct-custom-form .ctct-button {background-color:#8dc63f;}
.ctct-custom-form .ctct-button:hover {background-color:#68873d}


Type
MIME Type	text/css
Resource Type	Stylesheet
Location
Full URL	http://dev.symmetryoffice.com/css/default.css
Scheme	http
Host	dev.symmetryoffice.com
Path	/css/default.css
Filename	default.css