@charset "utf-8";
/* CSS Document */


/*@import url("reset.css");*/

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
img, div, span { behavior: url(css/iepngfix.htc); }

.iepngfix { behavior: url(css/iepngfix.htc);} 

/* ---------------------------------------------------------------------------

	Body 

--------------------------------------------------------------------------- */

body {
	margin:0px;
	background-color: #87C24B;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	color:#fff;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 930px;
}

#header {
	width:920px;
	height:131px;
	margin: 0px 0px 0px 0px;
	/* background-image:url(../images/header_bg.jpg); */
	background-repeat:repeat-x;
}

#testimonials {
	width:920px;
	height:200px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/testimonials_bg.jpg);
	background-repeat:no-repeat;
}

#container {
	width:920px;
	float: left;
	background-color:#87C24B;
	background-image:url(../images/graphic_container_bg_repeat.jpg);
	background-repeat:repeat-x;
}

#side_a {
	float: left;
	padding:0px 0px 0px 0px;
	width: 280px;
}

#side_b { 
	margin: 0;
	padding:0px 0px 0px 0px;
	float: left;
	width: 630px;
}

#side_b p { 
	margin: 10px 0px 0px 0px;
}

#border_div {
border:1px;
border-color:#000000;

}


/* ---------------------------------------------------------------------------

	For 3 column design: Leave off if unneccessary

--------------------------------------------------------------------------- */

#side_c {
	margin: 0 0 0px 0;
	width: 920px;
}

#footer {
	clear: both;
	margin: 15px 0px 0px 0px;
	width: 920px;
}


/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

#logo a {
	display:block;
	text-decoration:none;
	width:389px;
	height:71px;
	background-image:url(../images/logo_seating_solutions.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	float:left;
}

#logo_fade {
	height:131px;
	width:420px;
	float:left;
	background-image:url(../images/logo_rotate_1.jpg);
	background-repeat:no-repeat;
}


/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */

.inside_pics {
	margin:5px;
	padding:5px;
	float:right;
}


.hide {
	visibility:hidden;
	display:none;
	text-indent:-8520px;
}

.pictureframe {
	border:#000 1px solid;
	padding:4px;
}

.clear {
	clear: both;
	background-color:transparent;
	height:1px;
}

.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

h1 {
	font-size:20px;
	color:#fff;
	font-weight:normal;
}

h2 {
	font-size:18px;
	color:#fff;
}

h3 {
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin:6px 0px 6px 3px;
}

h4 {
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin:10px 0px 6px 3px;
	border-bottom:0px #FFFFCC solid;
}

.white-bold {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

.service_titles {
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin:10px 0px 6px 3px;
	border-bottom:0px #FFFFCC solid;
}

.industry_news_title {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0px 0px 5px 0px;
}

.industry_news_text {
	font-size:13px;
	font-weight:normal;
	color:#ffffcc;
}

.industry_news_link {
	font-weight:bold;
	text-align:right;
}

.industry_news_link a:link, .industry_news_link a:visited {
	color:#993300;
	text-decoration:underline;
}

.industry_news_link a:hover, .industry_news_link a:visited:hover {
	color:#3399CC;
	text-decoration:none;
}

.vendors_title {
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 5px 3px;
}

.copyright {
	width:500px;
	float:right;
}

.picture_placeholder {
	width:180px;
	height:180px;
	display:block;
	border:1px solid #fff;
	float:right;
	padding:5px;
	margin:5px;
}

.text_indent {
	margin-left:20px;
}


.resources_subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	display: block;
	padding: 5px 0px 5px 10px;
	margin: 10px 0px;
	clear: both;
	width: 598px;
	height: 24px;
	background-image: url(../images/resources_title_bg.jpg);
	background-repeat: no-repeat;
	
}

.break {
	clear: both;
	height: 12px;
}

.members_of_element {
	margin: 10px;
	float: left;
}

/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

#main_menu {
   white-space : nowrap;
   float : right;
   text-align:right;
   width : 500px;
   height:20px;
   margin: 70px 0px 0px 0px;
} 

#main_menu ul {
   padding : 0;
   margin : 0;
}

#main_menu li {
	display : inline;
	text-align:right;
	padding-left : 10px;
	padding-right : 10px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

#main_menu li a:link {
	color:#fff;
	text-decoration:none;
}

#main_menu li a:hover,
#main_menu li a:visited:hover,
#main_menu li.referral a:hover,
#main_menu li.referral a:visited:hover {
	color:#B76455;
	text-decoration:none;
}

#main_menu li a:visited {
	color:#ffffcc;
	text-decoration:none;
}

#main_menu li.referral a:link,
#main_menu li.referral a:visited {
	color:#FF0000;
	text-decoration:none;
}

#image_navbar {
	margin: 12px 0px 0px 0px;
	height:40px;
	width:640px;
}

#image_navbar li {
	float:left;
	list-style:none;
}

#image_navbar a {
	text-decoration:none;
	display:block;
	text-indent:-5000px;
	float:left;
}

#image_navbar #doctors_therapists {
	background-image:url(../images/css_nav_doctors_patients_dme.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:214px;
	height:40px;
}

#image_navbar #patients {
	background-image:url(../images/css_nav_doctors_patients_dme.png);
	background-repeat:no-repeat;
	background-position:-214px 0px;
	width:211px;
	height:40px;
}

#image_navbar #dme_providers {
	background-image:url(../images/css_nav_doctors_patients_dme.png);
	background-repeat:no-repeat;
	background-position:-425px 0px;
	width:215px;
	height:40px;
}


#image_navbar #doctors_therapists:hover {
	background-position:0px -40px;
}

#image_navbar #patients:hover {
	background-position:-214px -40px;
}

#image_navbar #dme_providers:hover {
	background-position:-425px -40px;
}




.image_navbar_2 {
	margin:0px 0px 0px 0px;
	height:40px;
	width:640px;
}

.image_navbar_2 li {
	float:left;
	list-style:none;
}

.image_navbar_2 a {
	text-decoration:none;
	display:block;
	text-indent:-5000px;
	float:left;
}

.image_navbar_2 #outpatient {
	background-image:url(../images/css_nav_outpatient_homemod_specwheel_specdme.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:151px;
	height:40px;
}

.image_navbar_2 #home_modifications {
	background-image:url(../images/css_nav_outpatient_homemod_specwheel_specdme.png);
	background-repeat:no-repeat;
	background-position:-151px 0px;
	width:168px;
	height:40px;
}

.image_navbar_2 #specialty_wheelchairs {
	background-image:url(../images/css_nav_outpatient_homemod_specwheel_specdme.png);
	background-repeat:no-repeat;
	background-position:-319px 0px;
	width:191px;
	height:40px;
}

.image_navbar_2 #specialty_dme {
	background-image:url(../images/css_nav_outpatient_homemod_specwheel_specdme.png);
	background-repeat:no-repeat;
	background-position:-510px 0px;
	width:130px;
	height:40px;
}


.image_navbar_2 #outpatient:hover {
	background-position:0px -40px;
}

.image_navbar_2 #home_modifications:hover {
	background-position:-151px -40px;
}

.image_navbar_2 #specialty_wheelchairs:hover {
	background-position:-319px -40px;
}

.image_navbar_2 #specialty_dme:hover {
	background-position:-510px -40px;
}





#rec_manufactures {
   float : left;
   width : 540px;
   height:600px;
   margin: 0px 0px 0px 0px;
   clear: both;
} 

#rec_manufactures ul {
   padding : 0;
   margin : 0;
   list-style:none;
}

#rec_manufactures li {
    text-align:center;
	float:left;
	padding: 15px 10px 15px 10px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	height: 180px;
	width: 150px;
	margin:1px;
}

#rec_manufactures li a:link, #rec_manufactures li a:visited {
	background-color:#000;
	text-decoration:none;
}

#rec_manufactures li a:hover, #rec_manufactures li a:visited:hover {
	background-color:#B76455;
	text-decoration:none;
}


.resources_logos {
   float : left;
   width : 525px;
   margin: 0px 0px 0px 0px;
   clear: both;
} 

.resources_logos ul {
   padding : 0;
   margin : 0;
   list-style:none;
}

.resources_logos li {
	display: block;
    text-align:center;
	float:left;
	padding: 10px 5px;
	margin: 5px;
	font-size: 13px;
	height: 120px;
	width: 146px;
}

.resources_logos img {
	padding: 3px;
	border: 1px solid #FFFF99;
}

.resources_logos img.none {
	padding: 0px;
	border: 0px;
}

/*.resources_logos li a:link, .resources_logos li a:visited {
	background-color: #FFFF99;
	text-decoration:none;
}

.resources_logos li a:hover, .resources_logos li a:visited:hover {
	background-color:#B76455;
	text-decoration:none;
}*/


/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */

#side_menu {margin:15px 0px 15px 0px;}

#side_menu ul {
	 padding-left:5px;
	 margin-left:5px;
	 margin-top:0px;
	 text-indent:1px;
	 list-style:none;
	 font-size:18px;
}

#side_menu li {
	border-bottom:#77B147 1px solid;
	width:98%;
	margin:0px 0px;
	padding:4px 0px;
}

#side_menu li ul li {
	border-bottom:#77B147 0px solid;
	margin:0px 0px;
	padding:4px 0px;
	font-size: 13px;
	font-weight: bold;
}

#side_menu a:link, #side_menu a:visited {
	color:#fff;
	text-decoration:none;
}

#side_menu a:hover, #side_menu a:visited:hover {
	color:#B76455;
	text-decoration:none;
}


#vendor_links ul {
	 padding-left:5px;
	 margin-left:5px;
	 margin-top:0px;
	 text-indent:1px;
	 list-style:none;
	 font-size:12px;
	 font-weight:bold;
}

#vendor_links li {
	border-bottom:#77B147 0px solid;
	width:98%;
	margin:3px 0px 3px 0px;
	padding:4px 0px 4px 0px;
	line-height:18px;
}

#vendor_links a:link, #vendor_links a:visited {
	color:#fff;
	text-decoration:underline;
}

#vendor_links a:hover, #vendor_links a:visited:hover {
	color:#996633;
	text-decoration:underline;
}

#service_links a:link, #service_links a:visited{
	color:#000000;
	text-decoration:underline;
}

#service_links a:hover, #service_links a:visited:hover{
	color:#000000;
	text-decoration:underline;
}

/* ---------------------------------------------------------------------------

	Rounded Corner Boxes

--------------------------------------------------------------------------- */

.leftbox_container {
	width:265px;
	margin: 10px 0px 0px 10px;
}

.leftbox_top {
	width:265px;
	display:block;
	height:8px;
	background-image:url(../images/left_box_top.png);
	background-repeat:no-repeat;
}

* html .leftbox_top {
	margin:0px 0px -10px 0px;
}

.leftbox_content {
	margin:0px 0px 0px 0px;
	width:251px;
	padding:2px 6px 2px 6px;
	border-top:#FFFFFF 0px solid;
	border-right:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 0px solid;
	border-left:#FFFFFF 1px solid;
}

.leftbox_bottom {
	width:265px;
	height:8px;
	background-image:url(../images/left_box_bottom.png);
	background-repeat:no-repeat;
}

* html .leftbox_bottom {
	margin:0px 0px -10px 0px;
}


.mainbox_container {
	width:620px;
	margin:2px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}

.mainbox_top {
	display:block;
	height:8px;
	margin:10px 0px 0px 0px;
	padding:0px;
	background-image:url(../images/graphic_main_box_top.png);
	background-repeat:no-repeat;
}

* html .mainbox_top {
	margin:0px 0px -10px 0px;
}

.mainbox_content {
	width:600px;
	background-color:#74AD46;
	padding:2px 10px 2px 10px;
}

.mainbox_bottom {
	height:8px;
	margin:0;
	background-image:url(../images/graphic_main_box_bottom.png);
	background-repeat:no-repeat;
}

* html .mainbox_bottom {
	margin:0px 0px -10px 0px;
}


.mainbox_content a:link, .mainbox_content a:visited {
	color:#FFFF99;
	text-decoration:none;
	font-weight:bold;
}

.mainbox_content a:hover, .mainbox_content a:visited:hover {
	color:#FFCC66;
	text-decoration:none;
	font-weight:bold;
}

.service_content {
   white-space: wrap;
} 
.service_content ul {
   padding: 0px;
   margin: 0px;
}

.service_content ul li {
   text-align: left;
	padding-left: 0px;
	padding-right: 2px;
	color: #FFF;
	list-style:none;
}

.service_content ul li a:link, .service_content ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

.service_content ul li a:hover, .service_content ul li a:visited:hover {
	color: #333;
	text-decoration: none;
}

/*.service_content a:link {
	color:#00000;
	text-decoration:none;
	font-weight:bold;
}

.service_content a:hover {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.service_content a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.service_content a:visited:hover {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}


.mainbox_content ul {
	 padding-left:5px;
	 padding-top:5px;
	 margin-left:5px;
	 margin-top:3px;
	 text-indent:1px;
	 list-style:none;
	 font-size:13px;
}

.mainbox_content li {
	margin:5px 0px;
	padding:4px 0px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffcc;
	list-style-type: disc;
}
*/

.short_list ul {
	 padding-left:15px;
	 padding-top:5px;
	 margin-left:15px;
	 margin-top:3px;
	 text-indent:10px;
	 font-size:13px;
	 list-style:disc;
}

.short_list li {
	margin:5px 0px;
	padding:4px 0px;
}

/* ---------------------------------------------------------------------------

	Testimonials

--------------------------------------------------------------------------- */

#quote {
	width:655px;
	height:170px;
	font-size:17px;
	font-weight:normal;
	color:#fff;
	float:left;
	margin:20px 0px 0px 16px;
	padding:0px;
	text-align:justify;
}

#signature {
	width:300px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	float:right;
	margin:15px 0px 0px 0px;
}

#testimonials_pic {
	float:right;
	height:200px;
	width:220px;
}

/* ---------------------------------------------------------------------------

	Forms

--------------------------------------------------------------------------- */

.cssform  {
	width:440px;
}

.cssform p {
	width: 430px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 0px dotted #333333;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ 
	/*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}


/* ---------------------------------------------------------------------------

	E tag

--------------------------------------------------------------------------- */


#elyktag {
		height:31px;
		position:relative;
		right:20px;
		top:5px;
		width:500px;
		float:right;

}

/* ---------------------------------------------------------------------------

	Facebook btn

--------------------------------------------------------------------------- */

.facebook {
	margin: 0 0 0 3px;
}

/*-----------------------------------------------------------------------------

	Wordpress

-----------------------------------------------------------------------------*/

.blog_sidebar ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}

#searchform {
	width: 250px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
}



.search_button {
	margin: 0px 0 0 12px;
	padding: 3px 10px 8px 10px;
	float: right;	
	font-family: Tahoma,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	height: 25px;
	border: 1px solid #990000;
	cursor: pointer;
}

.search_field {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 2px 5px;
	float: left;
	width: 150px;
	height: 18px;
	border: #990000 1px solid;
}


/* ---------------------------------------------------------------------------

	BLOG

--------------------------------------------------------------------------- */

.blog_sidebar ul {
	margin: 6px;
	padding: 0;
}

.blog_sidebar ul ul {
	margin: 12px;
	padding: 0;
}

.blog_sidebar ul ul a {
	color: #003366;
	font-weight: bold;
	display: block;
	padding: 6px;
	border-bottom: 1px solid #003366;
	text-decoration: none;
}

.blog_sidebar ul ul a:hover {
	background: #003366;
	color: #fff;
}

.widgettitle {
	margin: 0;
	padding: 0;
}

.blog_sidebar li {
	margin: 0;
	padding: 0;
}
