﻿html, form
{
	width:100%;
	height:100%;
	margin:0px;
}
body 
{
	width:100%;
	height:100%;
	margin:0px;
	cursor:default;
	background-color:#3e5683;
	font-family:Arial;
	font-size:12px;
}

/**************************** Site Layout ********************************/

.row_1_container_div
{
	margin:0px auto;
	height:180px;
	width:790px;
	background:url(images/row_1_bg.jpg) no-repeat top;
}
.row_2_container_div
{
	margin:0px auto;
	height:30px;
	width:790px;
	background:url(images/row_2_bg.jpg) no-repeat top;
}
.row_3_container_div
{
	 margin:0px auto;
	 max-width:790px;
	 min-height:500px;
	 width:790px;
	 display:table;
	 background:url(images/body_bg.gif) repeat-y top;
}

.row_3_l_container_div
{ 
	float:left;
	width:225px;
	height:70%;
	background:url(images/row_3_l_bg.jpg) no-repeat top left;
}
.row_3_r_container_div
{
	float:left;
	width:565px;
	max-width:565px;
	overflow:hidden;
	background:url(images/row_3_r_bg.jpg) no-repeat top left; 
}
.row_4_container_div, .row_4_container_div a
{
	margin:0px auto;
	padding-top:20px;
	width:790px;
	height:25px;
	background:url(images/row_4_bg.jpg) no-repeat top;
	text-align:center;
	font-size:10px;
	color:White;
}
.row_5_container_div, .row_5_container_div a
{
	margin:0px auto;
	width:790px;
	height:25px;
	text-align:center;
	font-size:10px;
	color:White;
}

.page_contents_container_div
{
	width:545px;
	margin:15px 0 0 10px;
	overflow:hidden;
	padding-bottom:20px;
}
/**************************** Page Contents ********************************/
.topFlash
{
	position:absolute;
	margin:30px 0 0 5px;
	width:780px;
}
.page_title_Div
{
	font-family:Arial;
	font-weight:bold;
	color:Blue;
	font-size:1.2em;
	margin:7px 0 0 10px;
}
.divider_Div
{
	width:520px;
	height:20px;
	margin:0px auto;
	background:url(images/divider.gif) no-repeat;
}

/************************** Home Page *********************************/

.home_Info_Div
{
	height:100px;
}

.product_VehicleLifts_Div
{
	width:220px;
	margin:20px 20px 10px 20px;
	_margin:20px 20px 10px 15px;
	float:left;
	background:url(images/product_vehicle_lifts_bg.gif) no-repeat;
	display:table;
}
.product_VehicleAccessories_Div
{
	width:220px;
	display:table;
	margin:20px 20px 10px 20px;
	_margin:20px 20px 10px 15px;
	float:left;
	background:url(images/product_vehicle_accessories_bg.gif) no-repeat;
}
.product_VanConversions_Div
{
	width:220px;
	display:table;
	margin:20px 20px 10px 20px;
	_margin:20px 20px 10px 15px;	
	float:left;
	background:url(images/product_van_conversions_bg.gif) no-repeat;
}
.product_HomeAccessibility_Div
{
	width:220px;
	display:table;
	margin:20px 20px 10px 20px;
	_margin:20px 20px 10px 15px;
	float:left;
	background:url(images/product_home_accessibility_bg.gif) no-repeat;
}

.product_descp_Div
{
	width:220px;
	height:120px;
	margin:30px 0 0 5px;
	font-size:12px;
	text-align:left;
}
.moreInfo_Div
{
	width:220px;
	margin:0px auto;
	text-align:center;
	font-size:11px;
	color:Blue;
	font-weight:bold;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:2px 0 2px 0;
}
.moreInfo_Div a
{
	text-decoration:none;
	color:Blue;
}
.productPictureLink
{
	display:block;
	width:215px;
	height:155px;
}
/*************************** Components ***********************************/

.dotted_hr
{
	border-bottom:1px dotted #ccc;
	width:80%;
	height:1px;
}
.searchContainerDiv
{
	float:right;
	margin:3px 20px 0 0;
}
.srchTxtBox
{
	border:1px solid #DDD;
	font-size:12px;
	color:Blue;
	background-color:#FFF;
}
.textBox
{
	border:1px solid #666;
	color:Blue;
}
.noBorderDescTextBox
{
	border:none;
	width:200px;
	height:115px;
	overflow:hidden;
	font-family:Arial;
	font-size:12px;
}
.watermarked
{
	color:#ccc;
	text-align:center;
	overflow:hidden;
	border:none;
	width:115px;
	font-family:Arial;
	font-size:11px;
}
.button
{
	border: 1px solid #ccc;
	color:blue;
	font-size:11px;
	background-color:#F8F8F8;
	font-weight:bold;
}
.loginControl
{
	margin:100px auto;
	border:1px solid #B5C7DE;
	background-color:#EFF3FB;
}
.loginControlTable
{
	width:260px;
}
.loginBtn
{
	width:90%;
	border: 1px solid #ccc;
	color:blue;
	font-size:11px;
	background-color:#F8F8F8;
	font-weight:bold;
}
.cuteEditorFrame
{
	font-family:Arial;
	font-size:12px;
}
/*********************** Admin *********************************************/
.adminLoginInfo_Div
{
	float:right;
	font-weight:bold; 
	color:#333;
	margin:10px 20px 0 0;
}
.adminLoginInfo_Div a
{
	text-decoration:none;
}
.adminLoginInfo_Div a:hover
{
	color:Red;
}






.admin_product_elevator_Div
{
	width:132px;
	margin:10px 0 0 3px;
	float:left;
	background:url(images/product_elevator_bg.gif) no-repeat;
	display:table;
}
.admin_product_stair_lift_Div
{
	width:132px;
	display:table;
	margin:10px 0 0 3px;
	float:left;
	background:url(images/product_stair_lift_bg.gif) no-repeat;
}
.admin_product_vehicle_lift_Div
{
	width:132px;
	display:table;
	margin:10px 0 0 3px;
	float:left;
	background:url(images/product_vehicle_lift_bg.gif) no-repeat;
}
.admin_product_auto_mobility_Div
{
	width:132px;
	display:table;
	margin:10px 0 0 3px;
	float:left;
	background:url(images/product_auto_mobility_bg.gif) no-repeat;
}

.admin_product_descp_Div
{
	width:125px;
	height:120px;
	margin:170px 0 0 5px;
	font-size:12px;
	text-align:left;
}

/******************* Contact Us *****************************************/
.contactUsTbl
{
	width:530px;
	border:1px solid #ccc;
}
.headerRow
{
	height:25px;
	text-align:center;
	font-weight:bold;
	background-color:#507CD1;
	color:White;
	font-size:13px;
	
}
.leftCell
{
	text-align:right;	
	width:100px;
	padding-right:5px;
	height:25px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.rightCell
{
	width:160px;
	border-bottom:1px solid #ccc;
	
}
.error
{
	font-weight:bold;
	color:Red;
}
.requestInfoTable	{ width:540px; border:1px solid #ccc; }
.reqInfoHeaderRow 	{ background-color:#507CD1; font-weight:bold; color:#fff; text-align:center; height:20px; font-size:14px; }
.titleCell 			{ font-weight:bold; border-bottom:1px solid #ccc; height:20px;}
.infoCell 			{ border-bottom:1px solid #ccc; color:blue;}
.LogosDiv			{ width:100%; text-align:center;}

.TradeLogoLink
{
	width:200px;
	display:block;
	border:0;
	padding-top:5px;
	padding-bottom:5px;	
	text-align:center;
	margin:0px auto;
	margin-bottom:5px;
	border-bottom:1px dotted #DDD;
	overflow:hidden;
}