@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	/*		width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	text-align: left;
*/
/*    position: absolute; */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 850px;
	text-align: left;
	height: 3665px;
	background: #036;
	left: 10px;
	top: 10px;
} 
#container_h1000 {
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 850px;
	text-align: left;
	height: 1000px;
	background: #036;
	left: 10px;
	top: 10px;
} 
#container_h1500 {
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 850px;
	text-align: left;
	height: 1500px;
	background: #036;
	left: 10px;
	top: 10px;
} 
#container_h2000 {
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 850px;
	text-align: left;
	height: 2000px;
	background: #036;
	left: 10px;
	top: 10px;
} 
#container_h2500 {
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 850px;
	text-align: left;
	height: 2500px;
	background: #036;
	left: 10px;
	top: 10px;
} 
#container_h3000 {
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 850px;
	text-align: left;
	height: 3000px;
	background: #036;
	left: 10px;
	top: 10px;
} 

#header_container {
	width: 830px;
	height: 58px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#header {
	/*	position: absolute; 
	top: 10px;
	left: 10px; */
	width: 580px;
	margin-top: 0px;
	height: 58px;
	background: #FFF;
	color: #009;
	float: left;
}
#header_contact_info {
	font-size: 12px;
	/*	left: 650px; */
	width: 249px;
	margin-top: 0px;
	height: 48px;
	background: #FFF;
	color: #036;
	padding-top: 10px;
	float: left;
}

#middle_container {
	width: 830px;
	height: 215px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}

#addr_info {
	/*	top: 71px;
	left: 10px; */
	width: 182px;
	height: 215px;
	background: #FFF;
	font-size: 12px;
	color: #036;
	padding-left: 5px;
	float: left;
}

#nav_bar {
	/*	position: absolute;
	top: 71px;
	left: 200px; */
	width: 500px;
	height: 24px;
	color: #036;
	background: #FFF;
	text-align: center;
	padding-top: 2px;
	font-size: 12px;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
	padding-left: 140px;
}

#nav_bar ul
{
/* Remove Bullets for unordered list */
list-style: none;
padding: 0;
margin: 0;
}

#nav_bar li
{
	/* put list all on one line */	
float: left;
	margin: 0px;
} 

#nav_bar li a
/* make the boxes */
{
	background: #069;
	height: 22px;
	line-height: 22px;
	float: left;
	/*	width: 160px; */
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	word-spacing: normal;
	width: auto;
}

#nav_bar a:hover {
	text-decoration: underline;
	color: #6cf;
}

#home_blurb {
	/*	position: absolute;
	top: 104px;
	left: 200px;*/
	width: 620px;
	height: 177px;
	background: #FFF;
	color: #036;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	margin-left: 2px;
}
#middle_container_p2 {
	width: 830px;
	height: 158px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}

#addr_info_p2 {
	/*	top: 71px;
	left: 10px; */
	width: 182px;
	height: 158px;
	background: #FFF;
	font-size: 12px;
	color: #036;
	padding-left: 5px;
	float: left;
}

#nav_bar_p2 {
	/*	position: absolute;
	top: 71px;
	left: 200px; */
	width: 500px;
	height: 24px;
	color: #036;
	background: #FFF;
	text-align: center;
	padding-top: 2px;
	font-size: 12px;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
	padding-left: 140px;
}
#nav_bar_p2 ul
{
/* Remove Bullets for unordered list */
list-style: none;
padding: 0;
margin: 0;
}

#nav_bar_p2 li
{
	/* put list all on one line */	
float: left;
	margin: 0px;
} 

#nav_bar_p2 li a
/* make the boxes */
{
	background: #069;
	height: 22px;
	line-height: 22px;
	float: left;
	/*	width: 160px; */
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	word-spacing: normal;
	width: auto;
}

#nav_bar_p2 a:hover {
	text-decoration: underline;
	color: #6cf;
}

#home_blurb_p2 {
	/*	position: absolute;
	top: 104px;
	left: 200px;*/
	width: 620px;
	height: 120px;
	background: #FFF;
	color: #036;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	margin-left: 2px;
}


#main_container {
	width: 830px;
	height: 1000px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}

#leftcol {
	/*	position: absolute;
	top: 295px; 
	margin-left: 10px;*/
	float: left;
	width: 182px;
	height: 970px;
	padding-left: 5px;
	color: #FFF;
}

#menu_list {
	float: left;
	width: 180px;
}

#menu_list ul {	
/* Remove Bullets for unordered list */
list-style: none;
padding: 0;
margin: 0;
}

 #menu_list li a
/* make the boxes */
{
	background: #069;
	height: 22px;
	line-height: 22px;
	/*	width: 160px; */
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	word-spacing: normal;
	width: auto;
	font-size: 14px;
}

 #menu_list a:hover {
	text-decoration: underline;
	color: #6cf;
}



#content {
	/*	position: absolute;
	top: 295px;
	left: 200px; */
	width: 640px;
	height: 970px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 2px;
}
#main_container_p2 {
	width: 840px;
	height: 655px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}
#leftcol_p2 {
	float: left;
	width: 182px;
	height: 650px;
	padding-left: 5px;
	color: #FFF;
}

#content_p2 {
	width: 635px;
	height: 650px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 2px;
	padding-left: 5px;

}
#main_container_med {
	width: 830px;
	height: 1500px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}
#leftcol_med {
	float: left;
	width: 182px;
	height: 1500px;
	padding-left: 5px;
	color: #FFF;
}

#main_container_h750 {
	width: 830px;
	height: 750px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}
#leftcol_h750 {
	float: left;
	width: 182px;
	height: 750px;
	padding-left: 5px;
	color: #FFF;
}
#content_h750 {
	width: 630px;
	height: 750px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#main_container_h1000 {
	width: 830px;
	height: 1000px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}
#leftcol_h1000 {
	float: left;
	width: 182px;
	height: 1000px;
	padding-left: 5px;
	color: #FFF;
}
#content_h1000 {
	width: 630px;
	height: 1000px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#main_container_h1500 {
	width: 830px;
	height: 1500px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}
#leftcol_h1500 {
	float: left;
	width: 182px;
	height: 1500px;
	padding-left: 5px;
	color: #FFF;
}
#content_h1500 {
	width: 630px;
	height: 1500px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 5px;
}


#main_container_h2000 {
	width: 830px;
	height: 2000px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}
#leftcol_h2000 {
	float: left;
	width: 182px;
	height: 2000px;
	padding-left: 5px;
	color: #FFF;
}
#content_h2000 {
	width: 630px;
	height: 2000px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#main_container_h2200 {
	width: 830px;
	height: 2200px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}
#leftcol_h2200 {
	float: left;
	width: 182px;
	height: 2200px;
	padding-left: 5px;
	color: #FFF;
}
#content_h2200 {
	width: 630px;
	height: 2200px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#main_container_h2400 {
	width: 830px;
	height: 2400px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}
#leftcol_h2400 {
	float: left;
	width: 182px;
	height: 2400px;
	padding-left: 5px;
	color: #FFF;
}
#content_h2400 {
	width: 630px;
	height: 2400px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#main_container_long {
	width: 830px;
	height: 3115px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}
#leftcol_long {
	float: left;
	width: 182px;
	height: 3115px;
	padding-left: 5px;
	color: #FFF;
}

#content_wide_long {
	/* Takes full width with no room for leftcol */
    width: 819px;
	height: 2000px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
*/

#content_wide {
	/* Takes full width with no room for leftcol */
    width: 819px;
	height: 1150px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_wide_h1000 {
	/* Takes full width with no room for leftcol */
    width: 819px;
	height: 1000px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_wide_h1500 {
	/* Takes full width with no room for leftcol */
    width: 819px;
	height: 1500px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_long {
	width: 630px;
	height: 3115px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#content_med {
	width: 630px;
	height: 1500px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_h200 {
	width: 622px;
	height: 200px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_h250 {
	width: 622px;
	height: 250px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_h300 {
	width: 622px;
	height: 300px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#content_h420 {
	width: 622px;
	height: 420px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#content_h500 {
	width: 622px;
	height: 500px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_h600 {
	width: 622px;
	height: 600px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#content_h700 {
	width: 622px;
	height: 700px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#subcontent_h750 {
	width: 622px;
	height: 750px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#subcontent_h800 {
	width: 622px;
	height: 800px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_compass_s1 {
	width: 622px;
	height: 470px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_compass_s2 {
	width: 622px;
	height: 600px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_compass_s3 {
	width: 622px;
	height: 400px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_corner_s1 {
	width: 622px;
	height: 520px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_corner_s2 {
	width: 622px;
	height: 520px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_corner_s3 {
	width: 622px;
	height: 400px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_seating_system_s1 {
	width: 622px;
	height: 350px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#content_lifton_seating_system_s1_5 {
	width: 622px;
	height: 580px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_seating_system_s2 {
	width: 622px;
	height: 1010px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_seating_system_s3 {
	width: 622px;
	height: 1145px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#content_lifton_toddler_s1 {
	width: 622px;
	height: 370px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_toddler_s2 {
	width: 622px;
	height: 760px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_lifton_toddler_s3 {
	width: 622px;
	height: 700px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_maclaren_s1 {
	width: 622px;
	height: 520px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_maclaren_s2 {
	width: 622px;
	height: 420px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content_maclaren_s3 {
	width: 622px;
	height: 240px;
	background: #FFF;
	color: #036;
	float: left;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}


#bottom_container {
	width: 829px;
	height: 328px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #036;
	margin-top: 2px;
}

#dealers {
	/*	position: absolute;
	top: 1284px; 
	left: 46px; */
	height: 327px;
	padding-left: 5px;
	width: 825px;
	background-color: #FFF;
	color: #036;
}

#footer {
	/*	position: absolute;
	top: 1490px;
	left: 20px; */
	width: 829px;
	height: 40px;
	background-color: #FFF;
	color: #036;
	margin-top: 2px;
	text-align: center;
	margin-left: 10px;
	padding-top: 2px;
}
p {
	margin: 0px 0px 2px;
}
a {
	text-decoration: none;
	color: #006;
	font-weight: bold;
	font-style: normal;
}
a:hover {
	text-decoration: underline;
	color: #6CF;
}
li {



}


h1 {
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


a img {border:none;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.size2 {
	font-size: 2px;
}
.menuli {
	padding-bottom: 50px;
}
