html {
	height: 100%;
}

body  {
	font-family: 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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 11px;
	color: #333333;
	padding-top:15px;
	padding-bottom:15px;
}
.Fixed #container {
    padding:10px;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:1px solid #8C8C8C;
} 
.Fixed #header_main {
	margin-bottom: 10px;
	padding-top:0px;
	width: 900px;
	height: 354px;
	background: #999;
/*	background-image:url(../images/mainbackground.jpg);
*/
	background-repeat:no-repeat; 

}
.Fixed #header_main_noquote {
	margin-bottom: 10px;
	padding-top:0px;
	width: 900px;
	height: 354px;
	background-image:url(../images/main_1.jpg);
	background-repeat:no-repeat; 

}
.Fixed #fr_header_main {
	margin-bottom: 10px;
	padding-top:0px;
	width: 900px;
	height: 380px;
	background: #ffffff;
	background-image:url(../fraserway/images/fr_mainbanner_hold.jpg);
	background-repeat:no-repeat;
}
.Fixed #frlogo_banner
{
	position:absolute;
    margin-top:20px;
    margin-left:20px;
	background-image: url(../fraserway/images/frlogo.jpg);
	height:50px;
	width:246px;
	background-repeat: no-repeat;
	border-right:2px solid  #B1B1B1;
	border-bottom:2px solid #B1B1B1;
}
.Fixed #frlogo_banner_right
{
	background-image: url(../fraserway/images/frlogo.jpg);
	float:right;
	width:255px;
	height:70px;
	background-repeat: no-repeat;
	padding-right:15px;
	margin-top:120px;
}
.Fixed #header {
	margin-bottom: 10px;
	padding-top:0px;
	width: 900px;
	height: auto;
	background: #ffffff;

}
.Fixed #top {
    width:900px;
	margin-bottom:10px;
	height:auto;
}
.Fixed #nav {
    width:900px;
	margin-bottom:10px;
    height:30px;
	background-image: url(../images/nav1.jpg);
    background-repeat:repeat-x;
}
.Fixed #navelite {
    width:900px;
	margin-bottom:10px;
    height:30px;
	background-image: url(../images/navelite1.jpg);
    background-repeat:repeat-x;
}
.Fixed #frnav {
    width:900px;
	margin-bottom:10px;
    height:30px;
	background-image: url(../fraserway/images/frnav1.jpg);
    background-repeat:repeat-x;
}

.Fixed #main {
    width:900px;
    margin-bottom: 10px;	
} 
.Fixed #footer {
    height:25px;
    width:900px;
	margin-bottom:10px;
} 
.Fixed #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.Fixed #buttonnav {
    width:100%;
	margin-bottom:10px;
    height:30px;
	background-image: url(../images/nav1.jpg);
    background-repeat:repeat-x;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.clr {
	clear: both;
}

.elredbox
{
border: 8px solid  #ae0c24; 
width:864px; 
height:auto; 
padding:10px;
}
.frredbox
{
border: 8px solid  #7f1306; 
width:864px; 
height:auto; 
padding:10px;
}

.elitebluebox
{
border: 8px solid  #0311a0; 
width:864px; 
height:auto; 
padding:10px;
}
.elredbox_popup
{
border: 8px solid  #ae0c24; 
width:580px; 
height:auto; 
padding:10px;
background-color:#FFFFFF;
}
.frredbox_popup
{
border: 8px solid  #7f1306; 
width:580px; 
height:auto; 
padding:10px;
background-color:#FFFFFF;
}
.elitebluebox_popup
{
border: 8px solid  #0311a0; 
width:580px; 
height:auto; 
padding:10px;
background-color:#FFFFFF;
}
.spaced {
line-height: 20px;
font-size:12px;
}
.topnav
{
border: 0px;
font-size:12px;
line-height:20px;
color:#333333;
text-decoration:none;
margin:0px 15px 0px 15px;
}
.topnav:hover
{
text-decoration:underline;
color:#ae0c24;
}

.elnavquote:hover
{
background-image:url(../images/nav2.jpg);
background-repeat:repeat-x;
}


.mainnav
{

font-size:13px;
color:#FFFFFF;
text-decoration:none;
text-align:center;
background-image:url(../images/nav1.jpg);
line-height:30px;
background-repeat:repeat-x;
padding:7px 7px 7px 7px;
}
.mainnav:hover
{
text-decoration:underline;
color: #FFFFFF;
background-image:url(../images/nav2.jpg);
background-repeat:repeat-x;

}


.mainnav_elite
{

font-size:13px;
color:#FFFFFF;
text-decoration:none;
text-align:center;
background-image:url(../images/navelite1.jpg);
line-height:30px;
background-repeat:repeat-x;
padding:7px 7px 7px 7px;
}

.mainnav_elite:hover
{
text-decoration:underline;
color: #FFFFFF;
background-image:url(../images/navelite2.jpg);
background-repeat:repeat-x;

}
.mainnav_fr
{

font-size:13px;
color:#FFFFFF;
text-decoration:none;
text-align:center;
background-image:url(../fraserway/images/frnav1.jpg);
line-height:30px;
background-repeat:repeat-x;
padding:7px 7px 7px 7px;
}

.mainnav_fr:hover
{
text-decoration:underline;
color: #FFFFFF;
background-image:url(../fraserway/images/frnav2.jpg);
background-repeat:repeat-x;

}
.toptel {
	color:#333333;
	line-height: 20px;
	font-size:12px;
	margin:0px 0px 0px 15px;
}

.whitetext_main
{
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
}
.whitetext_main_2 a
{
	color:#FFFFFF;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
}
.whitetext_main_2 a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.whitetext_main_2 a:visited
{
	color:#FFFFFF;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
}
.whitetext_main_2 a:visited:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.grey_text_main a
{
	color:#333333;
	font-size:14px;
	line-height:25px;
	text-decoration:none;
}
.grey_text_main a:hover
{
	color:#000000;
	text-decoration:underline;
}
.grey_text_main a:visited
{
	color:#333333;
	font-size:14px;
	line-height:25px;
	text-decoration:none;
}
.grey_text_main a:visited:hover
{
	color:#000000;
	text-decoration:underline;
}

.fleet_main
{
width:420px; border: 1px solid #333333;
}
.fleet_main:hover
{
width:420px; border: 1px solid #333333; background-color:#FFFFCC;

}
.headertext1
{
color:#333333;
	font-size:16px;
	line-height:18px;
	}
.spacedred1 {
line-height: 20px;
font-size:12px;
color:#ae0c24;
}
.spacedred2 {
line-height: 20px;
font-size:16px;
color:#ae0c24;
}
.spacedred1Bold {
line-height: 15px;
font-size:14px;
color:#ae0c24;
font-weight:bold;
}
.vehicleselect a
{
color:#000000;
font-size:12px;
text-decoration:none;
}	
.vehicleselect a:hover
{
font-size:12px;
color:#ae0c24;
text-decoration:underline;
}
.vehicleselect a.selected
{
font-size:12px;
color:#ae0c24;
}
.vehicleselect a.selected:hover
{
font-size:12px;
color:#ae0c24;
text-decoration:underline;
}
.vehiclelist
{
list-style: circle;
font-size:12px;
padding-left:10px;
line-height:16px;
margin-left:5px;
margin-top:10px;
margin-bottom:10px;
}
.vehicle_box
{
height:122px;

}
.vehicle_box:hover
{
height:122px;
}
.vehicle_box_outer
{
	width:425px;
	background-color:#D9DEF0;
}
.vehicle_box_outer:hover
{
	width:425px;
	background-color:#8B8FB1;
	color:#FFFFFF;
	cursor:pointer;cursor:hand;
}

.vehlink_text_main a
{
    color:#333333;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
}
.vehlink_text_main a:hover
{
color:#FFFFFF;
	text-decoration:underline;
}
.vehlink_text_main a:visited
{
    color:#333333;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
}
.vehlink_text_main a:visited:hover
{
    color:#FFFFFF;
	text-decoration:underline;
}
.tour_box
{
height:107px;

}
.tour_box:hover
{
height:107px;
}
.headertext1bold
{
color:#333333;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
.headertext1bold_white
{
    color:#FFFFFF;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
.spec_box_outer
{
    width:425px;
	background-color:#990000;
}
.spec_whitetext_big
{
font-size:22px;
font-weight:bold;
line-height:24px;
color: #FFFFFF;
}
.spec_box
{
background-color:#FFFFFF;
height:73px;
border-right:1px solid #666666;
border-top:1px solid #666666;
border-bottom:1px solid #666666;

}
.spec_box:hover
{
height:73px;
background-color:#666666;
color:#FFFFFF;
}
.spec_box a:hover
{

color:#FFFFFF;
}
.speclink
{
	font-size:14px;
	line-height:20px;
	text-decoration:none;
}
.speclink:hover
{
	font-size:14px;
	line-height:20px;
	text-decoration:underline;
	cursor:pointer;cursor:hand;

}
.faqtext{
	color:#333333;
	font-size:12px;
	color:#333333;
	width:99%;
	padding:10px;
	border:#990000 1px solid;
	background-color: #EAFFFF;
}
.faqiconspan{
line-height: 20px;
font-size:12px;
cursor: auto;
cursor:pointer;
}
.lang_select
{
padding-top:1px;
border: 1px solid #ffffff;
height:18px;
}
.lang_select:hover
{
padding-top:1px;
border: 1px solid #ae0c24;
height:18px;

}
.small_red_error
{
color:#ae0c24;
font-size: 10px;
text-decoration:none;
}

.mover
{}
.mover:hover
{
	cursor:pointer;cursor:hand;
}
a.adminmenu
{
font-size:14px;
color:#333333;
font-variant: small-caps;
text-decoration:none;
text-align:left;
padding-left:15px;
}
a.adminmenu:hover
{
font-size:14px;
color: #000000;
font-variant: small-caps;
text-decoration:underline;
text-align:left;
padding-left:15px;
}
a.adminmenu:visited
{
text-decoration:none;
}
a.adminmenu:visited:hover
{
text-decoration:underline;
}

a.printmenu
{
text-decoration:none;
display:block;
float:right; 
width:auto;
color:#224176; 
font-weight:bold; 
line-height:16px;
font-size:12px;
padding:5px; 
border:1px solid #999999; 

}
a.printmenu:hover, a.printmenu:focus
{
cursor:pointer; 
cursor:hand; 
text-decoration:underline;
border:1px solid #666666; 

}

a.printmenu:visited
{
text-decoration:none;
}
a.printmenu:visited:hover
{
text-decoration:underline;
}
.datafield
{
display:none;
}