@charset "UTF-8";
/* CSS Document */
a:link,
a:visited { color:none;
border: none;
text-decoration:none;
}

a img {
	border: none;
}
	
li {
	list-style:none;
}

body { 
	background-image: url(../images/bg.jpg);
	background-position:center top; background-repeat: none;
	background-color: #3d8fff;
	font-family:Arial, Helvetica, sans-serifs;
	font-size:15px;
	margin:0;
}

.left {
	float:left;
}

.left-clear {
	float:left;
	clear:left;
}

.right {
	float:right;
}

.right-clear {
	float:right;
	clear:right;
}

#wrapper { 
	width:1000px; 
	margin:0 auto;
}

#header {
	height:130px; 
	width:930px; 
	margin:10px auto 20px; 
	border-bottom:#9d9fa2 solid 1px;
}

#header .nav { 
	float:left;
	text-transform: uppercase;
	font-weight: bold; 
	color:#9d9fa2;
	padding-left:25px;
}

#header .nav li{ 
	float:left;
	margin:30px 15px 0; 
	height: 64px; 
	list-style:none; 
	font-size: 13px;
	-moz-text-shadow: 1px 1px 1px #143360;
	-webkit-text-shadow: 1px 1px 1px #143360;
	text-shadow: 1px 1px 1px #143360;
}

#header .nav li.current a {
	color:#c0c0c0;
}

#header .nav li:hover { 
	background-image:url(../images/main-current.png); 
	background-position: bottom center; 
	background-repeat:no-repeat;
}

#header .nav li a { 
	text-decoration:none;
	color:#fff;
}

#header .nav li a:hover { 
	color:#c0c0c0;
}

#header .nav .current { 
	background-image:url(../images/main-current.png); 
	background-position: bottom center; 
	background-repeat:no-repeat;
}

#header h1 {
    background-color: #9D9FA2;
    color: #fff;
    display: block;
    font-size: 11px;
    margin-left: 86px;
    padding: 2px 8px;
    position: absolute;
    top: 100px;
}

#content {
	margin: 15px auto; 
	width:930px;
}

.slide-container { 
	width:900px; 
	height:390px; 
	background-image: url(../images/slide-container.png);
	background-position:center top; 
	background-repeat: no-repeat;
	padding:15px;
}

.internal-page {
	background-image: url(../images/slide-container-alt.png);
}

.tagline { 
	text-align:center; 
	font-size:25px; 
	color:#fff; 
	background-image: url(../images/tag-bg.png);
	background-position:center; 
	background-repeat: no-repeat;
	-moz-text-shadow: 1px 1px 1px #143360;
	-webkit-text-shadow: 1px 1px 1px #143360;
	text-shadow: 1px 1px 1px #143360;
	font-weight: normal;
	margin:0;
}

.divider {
	border-top:#285ca3 solid 1px;
	margin: 19px auto 10px;
    width: 930px;
}

.col-3 {
	width:250px;
	float:left;
	text-align:center;
	padding:35px 14px 0;
}

.service-col {
	color:#666666;
	color: #1D1666;
    font-size: 15px;
	margin: 0px 0 40px;
	
}

.clear {
	clear:both;
}

#footer { 
	width:1000px;
}

.subfoot{
	padding: 15px 0;
	font-size:12px;
	line-height:19x;
	text-align:center;
	background-color: #FFF;
	color: rgb(15, 15, 15);
}

#footer .icons { 
	background-image:url(../images/footer-logo-bg.png); 
	background-position:top center; 
	background-repeat:no-repeat; 
	width:1000px; height:152px; 
	text-align:center;
}

#footer .icon-left a,
.icon-bg .icon-left a { 
	margin: 0px 25px 0 25px; 
	height: 60px;
	float:left;
}

#footer .icon-right a,
.icon-bg .icon-right a { 
	margin: 0px 35px 0 35px; 
	height: 60px;
	float: right;
}

.icon-left { 
	float:left;
	display: block;

}

.icon-right { 
	float:right; 
	display: block;
}

.icon-bg {
	background: 100%;
	background-color: #fff;
	height:120px;
	margin: 0;
	border-top: 1px solid #1D1666;
	background: #FFFFFF;
}

.center-icons {
	width:930px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color:#6B6B73;
	font-weight:bold;
}

a.waupaca {
	padding: 7px 95px 0 0;
	background-image:url(../images/icons_waupaca.jpg);
	background-repeat: no-repeat;
}
	
a.waupaca:hover {
	background-position:bottom center;
}

a.bruno {
	padding: 7px 95px 0 0;
	background-image:url(../images/icons_bruno.jpg);
	background-repeat: no-repeat;
}
	
a.bruno:hover {
	background-position:bottom center;
}

a.gara {
	padding: 6px 95px 0 0;
	background-image:url(../images/icons_garaventa.jpg);
	background-repeat: no-repeat;
}
	
a.gara:hover {
	background-position:bottom center;
}

a.aema {
	padding: 0px 69px 0 0;
	background-image:url(../images/icons_aema.jpg);
	background-repeat: no-repeat;
}
	
a.aema:hover {
	background-position:bottom center;
}

a.aia {
	padding: 0px 69px 0 0;
	background-image:url(../images/icons_aia.jpg);
	background-repeat: no-repeat;
}
	
a.aia:hover {
	background-position:bottom center;
}

a.naec {
	padding: 0px 69px 0 0;
	background-image:url(../images/icons_naec.jpg);
	background-repeat: no-repeat;
}
	
a.naec:hover {
	background-position:bottom center;
}

#footer .nav-container { 
	width:930px; 
	border-top:#fff solid 1px; 
	margin: 15px 35px 5px;
}

#footer .nav { 
	float: left; 
	text-transform: uppercase; 
	font-weight: bold; 
	width: 580px; 
	margin: 0 0 20px 0;
}

#footer .nav li { 
	float:left; 
	margin: 0 15px; 
	padding: 37px 0 0; 
	list-style:none; 
	font-size: 12px;
	-moz-text-shadow: 1px 1px 1px #143360;
	-webkit-text-shadow: 1px 1px 1px #143360;
	text-shadow: 1px 1px 1px #143360;
}

#footer .nav li:hover { 
	background-image:url(../images/footer-hover.png); 
	background-position: top center; 
	background-repeat:no-repeat;
	-moz-text-shadow: 1px 1px 1px #143360;
	-webkit-text-shadow: 1px 1px 1px #143360;
	text-shadow: 1px 1px 1px #143360;
}

#footer .nav li a { 
	text-decoration:none; 
	color:#c6c6c6;
}

#footer .nav li a:hover { 
	color:#fff;
}

#footer .nav li.current a {
	color:#fff;
}

#footer .nav .current { 
	background-image:url(../images/footer-hover.png); 
	background-position: top center; 
	background-repeat:no-repeat; 
	color:#1d1666;
}

.left { 
	float:left;
}

.right { 
	float:right;
}

.products {
	background-image:url(../images/products_bg.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 255px;
	background-color: #fff;
	margin: 0 15px;
    overflow: hidden;
}

.products li,
.products li a {
	text-decoration:none;
	text-align: center;
	color:#1d1666;
	width: 155px;
	float:left;
	font-size:15px;
	
}

.products li a {
	padding-bottom:150px;
}

.products ul {
	margin: 25px 0 0 25px;
}

.res_elevator {
	background-image:url(../images/residential_elevators.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.res_elevator:hover {
	background-image:url(../images/residential_elevators.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.vert_plat_lift {
	background-image:url(../images/vertical_platform_elevators.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.vert_plat_lift:hover {
	background-image:url(../images/vertical_platform_elevators.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.in_plat_lift {
	background-image:url(../images/incline_platform_lifts.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.in_plat_lift:hover {
	background-image:url(../images/incline_platform_lifts.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

li.stair_lifts a {
	padding-bottom:165px;
}

.stair_lifts {
	background-image:url(../images/stair_lifts.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}

.stair_lifts:hover {
	background-image:url(../images/stair_lifts.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

li.dumbwaiters a {
	padding-bottom:165px;
}

.dumbwaiters {
	background-image:url(../images/dumbwaiters.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}

.dumbwaiters:hover {
	background-image:url(../images/dumbwaiters.gif);
	background-repeat: no-repeat;
	background-position: bottom right;

}

.single_product {
	width: 900px;
	height:100%;
	padding: 25px 0 25px 0;
	background-color: #fff;
	margin: 0 15px;
	overflow:hidden;
}

.details {
	height:100%;
	width:555px; 
	float:left;
	margin: 5px 0 0 35px;
}

.column_right {
	width: 240px;
	float:left;
	margin: 0px 0 0 35px;
	text-align: center;
}

.col-1 {
	width:225px;
}

.col-half {
	width: 370px;
	margin: 25px;
	float:left;
}

a.inquire {
	color:#1D1666;
	text-transform: uppercase;
	font-size: 14px;
	background-image:url(../images/button_bg.png);
	background-repeat:no-repeat;
	background-position: top;
	text-decoration:none;
	padding: 7px 60px;
	margin:0 0 0 10px;
}

a.inquire:hover {
	background-position: bottom;
	color:#fff;
}

.info {
	background:#fff;
	padding:1px 30px;
	margin: 0 15px;
}

.service-info{
	background:url("../images/services_bg.gif") no-repeat 0 75px #fff;
	padding:1px 30px;
	margin: 0 15px;
}

.about {
	padding:1px 50px;
	
}

.info h1 {
	color:#1d1666;
	font-size:25px;
	-moz-text-shadow: 1px 2px 1px #9DC1CD;
	-webkit-text-shadow: 1px 2px 1px #9DC1CD;
	text-shadow: 1px 2px 1px #9DC1CD;
	text-transform:uppercase;
}

.service h1 {
	font-size:22px;
	text-shadow:none;
	clear:both;
}

.info h2 {
	font-size:20px;
	color:#c0c0c0;
}

.contact-form {
	background-color:#c0c0c0;
	height: 225px;
	background-image:url(../images/contact_form_bg.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}

.copy {
    color: #1d1666;
    font-size: 9px;
    margin: 30px 50px 0 0;
    text-align: right;
    text-transform: uppercase;
	
}

.copy a {
	color:#fff;
	text-decoration:none;
}

.copy a:hover {
	text-decoration:underline;
}

.seo-copy{
	 color: #1d1666;
	font-weight:100;
	line-height:18px;
	font-size:12px;
	text-align:center;
	margin-bottom:25px;
}

.mini_slider {
	border: 1px solid #C0C0C0;
    height: 210px;
    padding: 5px;
    width: 190px;
}

.mini_slider_container {
    height: 229px;
    width: 200px;
	background-image:url(../images/mini_shadow.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	margin: auto;
}


/* tab styling */

ul.tabs {
	margin: 0 0 2px 15px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	font-family:Arial, Helvetica, sans-serif;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	overflow: hidden;
	position: relative;
	background: url("../images/tabs/tabs-bg.gif") no-repeat scroll 0 0 #e4e4e4;
	border-top-left-radius:10px;
	moz-border-top-left-radius:10px;
}
ul.tabs li a {
	text-decoration: none;
	color: #515151;
	display: block;
	font-size: 14px;
	padding: 0 20px;
	border-right: 3px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li.active a{
	color:#fff;
}

ul.tabs li a:hover {
	background: #e0e0e0;
}
ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url("../images/tabs/active-tab-bg.gif") no-repeat scroll 0 0 #969696;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 550px;
	background: #bcbcbc;
	background-image:url(../images/tab_container_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.tab_content {
	background: url("../images/tab-bg3.jpg") top center no-repeat;
	padding: 20px 20px 30px 20px;
	font-size: 1.2em;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.tab_content h1 {
	color:#1d1666;
	text-transform: uppercase;
	margin: 0;
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
}

a.by_link {
	color:#363636;
	font-family: century gothic, sans-serif;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 10px;
}





.tab_content a #res-elev {
	background-image:url(../images/tabs/res-elev.png);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	width:127px;
	height:179px;
	float:left;
	position:relative;
}

.tab_content a #res-elev:hover {
	background-position:right;
}






.tab_content a #vert-plat {
	background-image:url(../images/tabs/vert-plat.png);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	position:relative;
	width:127px;
	height:179px;
	float:left;
}

.tab_content a #vert-plat:hover {
	background-position:right;
}







.tab_content a #incline-plat {
	background-image:url(../images/tabs/incline-plat.png);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	width:127px;
	height:179px;
	float:left;
	position:relative;
}

.tab_content a #incline-plat:hover {
	background-position:right;
}








.tab_content a #stair {
	background-image:url(../images/tabs/stair.png);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	width:127px;
	height:179px;
	float:left;
	position:relative;
}

.tab_content a #stair span {
	left:35px;
}

.tab_content a #vert-plat span {
	left:20px;
}

.tab_content a #dumbwaiters span {
	left:21px;
}

.tab_content a #res-elev span {
	left:25px;
}

.tab_content a #incline-plat span {
	left:25px;
}

.tab_content a #stair:hover {
	background-position:right;
}

.tab_content a #dumbwaiters {
	background-image:url(../images/tabs/dumbwaiters.png);
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	width:127px;
	height:179px;
	float:left;
	position:relative;
}

.tab_content a #dumbwaiters:hover {
	background-position:right;
}





.tab_content a {
	display:block;
}

.tab_content a span{
	color: #1D1666;
    position: absolute;
    top: 160px;
	font-size:15px;
}

.tab_content a div{
	margin-bottom:30px;
	text-align:center;
}

a.brochure {
	color:#fff;
	text-transform: uppercase;
	font-size: 14px;
	background-image: url("../images/download.png");
	background-repeat:no-repeat;
	background-position:0px 7px;
	text-decoration:none;
	padding: 22px 0 22px 53px;
	width: 250px;
	-moz-text-shadow: 1px 1px 1px #545454;
	-webkit-text-shadow: 1px 1px 1px #545454;
	text-shadow: 1px 1px 1px #545454;
}

a.brochure:hover{
	background-image: url("../images/download-over.png");
}

address{
	font-style:normal;
	display:inline;
	margin:0; padding:0;
}

/* Contact Form Styles _______________________________________________________________________________
*/


/** Global form settings **/
form.contactpack li {
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:13px;
}

/** Field label **/
form.contactpack label {
	color:#282828;
	cursor:pointer;
	display:block;
	font-size:12px;
	margin:0;
	padding:4px 10px 0 0;
}

/** Field label error state **/
form.contactpack .error label{
	color:#990000;
	font-weight:bold;
}

/** Required label **/
form.contactpack .requiredlabel {
	color:#BFBFBF;
	font-size:10px;
	padding-left:5px;
}

/** Required label error state **/
form.contactpack .error .requiredlabel {}

form.contactpack input, form textarea, form select {
	border:1px solid #CDCDCD;
	color:#282828;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:5px 0 0;
	width:130px;
	padding:6px 10px;
}

#Message {
	height:160px;
	resize:none;
	
}

form.contactpack input.button {
    background-color: transparent;
    background-image: url("../images/send-button_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    border: medium none;
    color: #1D1666;
    font-size: 12px;
    height: 30px;
    margin: 5px 0;
    padding: 0 0 0 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 151px;
}

form.contactpack input.button:hover {
	color:#fff;
	background-position: center bottom;
}

form.contactpack .error{
	border: solid 1px #CC0000;
}

form.contactpack ul {
	padding: 0 20px;
	height: 100%;
}

a.formsend {
    background-image: url("../images/send-button_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #1D1666;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 7px 60px;
    text-decoration: none;
    text-transform: uppercase;
}

#frmsuccess {
    color: #FFFFFF;
    padding: 40px 15px;
    text-align: center;
}

.gallerytitle {
	font-size:12px;
	text-align:center;
	color: #1D1666; 
	text-transform: uppercase;
	height:20px;
	display:block;
	margin:10px 0;
}