body {
	background-color: #000000;
	margin:0px;
}

#container {
	position:relative;
	width: 990px;
	margin: auto;
	padding: 0px;
	background-color: #000000;
}

#header {
	position:relative;
	width: 990px;
	text-align: center;
}
#header #francais {
	position:absolute;
	bottom:10px;
	right:10px;
}
#header #francais a {color:#DCD4A5; text-decoration:none;}
#header #francais a:hover {color: #fffbe5; text-decoration:none;}

#menu {
	position:relative;
	width: 990px;
	z-index:100;
}

#contentarea {
	position:relative;
	width: 990px;
}
#leftnav {
	position:relative;
	width:245px;
	padding-top: 25px;
}
#leftnav #dealerport a {
	position:relative;
	width:239px;
	height:36px;
	margin-bottom:5px;
	text-decoration:none;
	display:block;
	background-image:url(../images/bs_button_dealer_portal.jpg);
	background-repeat:no-repeat;
}
#leftnav #dealerport a:hover {
	background-image:url(../images/bs_button_dealer_portal_ro.jpg);
}
#leftnav #members a {
	position:relative;
	width:239px;
	height:36px;
	margin-bottom:5px;
	text-decoration:none;
	display:block;
	background-image: url(../images/bs_button_members.jpg);
	background-repeat:no-repeat;
}
#leftnav #members a:hover {
	background-image: url(../images/bs_button_members_ro.jpg);
}
#leftnav #dealer a {
	position:relative;
	width:239px;
	height:36px;
	margin-bottom:5px;
	text-decoration:none;
	display:block;
	background-image: url(../images/bs_button_become_dealer.jpg);
	background-repeat:no-repeat;
}
#leftnav #dealer a:hover {
	background-image: url(../images/bs_button_become_dealer_ro.jpg);
}
#leftnav #contest a {
	position:relative;
	width:239px;
	height:36px;
	margin-bottom:5px;
	text-decoration:none;
	display:block;
	background-image: url(../images/bs_button_enter_contest.jpg);
	background-repeat:no-repeat;
}
#leftnav #contest a:hover {
	background-image: url(../images/bs_button_enter_contest_ro.jpg);
}

/*FRENCH BUTTONS*/
#leftnav #frmembers a {
	position:relative;
	width:239px;
	height:36px;
	margin-bottom:5px;
	text-decoration:none;
	display:block;
	background-image: url(../images/bs_frbutton_members.jpg);
	background-repeat:no-repeat;
}
#leftnav #frmembers a:hover {
	background-image: url(../images/bs_frbutton_members_ro.jpg);
}
#leftnav #frdealer a {
	position:relative;
	width:239px;
	height:36px;
	margin-bottom:5px;
	text-decoration:none;
	display:block;
	background-image: url(../images/bs_frbutton_become_dealer.jpg);
	background-repeat:no-repeat;
}
#leftnav #frdealer a:hover {
	background-image: url(../images/bs_frbutton_become_dealer_ro.jpg);
}
#leftnav #frcontest a {
	position:relative;
	width:239px;
	height:36px;
	margin-bottom:5px;
	text-decoration:none;
	display:block;
	background-image: url(../images/bs_frbutton_enter_contest.jpg);
	background-repeat:no-repeat;
}
#leftnav #frcontest a:hover {
	background-image: url(../images/bs_frbutton_enter_contest_ro.jpg);
}
/*END FRENCH BUTTONS*/

#leftnav #estimates a {
	position:relative;
	width:239px;
	height:148px;
	margin-top:20px;
	margin-bottom:20px;
	text-decoration:none;
	display:block;
	text-align:center;
	padding-top:9px;
	background-image:url(../images/bs_button_free_estimate_nt.jpg);
	background-repeat:no-repeat;
}
#leftnav #estimates a .white {color:#ffffff; font-size:14px; font-weight:bold; line-height:20px;}
#leftnav #estimates a .black {color:#000000; font-size:16px; font-weight:bold;}
#leftnav #estimates a .large {color:#000000; font-size:28px; font-weight:bold; line-height:30px;}
#leftnav #estimates a .red {color:#FD0306; font-size:48px; font-weight:bold; line-height:62px;}

#content_home {
	position:relative;
	text-align:left;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left:30px;
	z-index:1;
	color:#fffbe5;
}
#content {
	position:relative;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:30px;
	padding-right:30px;
	z-index:1;
	background-color:#fffbe5;
}

#footer {
	position:relative;
	width: 990px;
	border-top:2px solid #DCD4A5;
	padding-top:5px;
	padding-bottom:5px;
	font-size:10px;
	color: #ffffff;
	text-align: center;
	line-height:10px;
}

#footer a {
	color: #DCD4A5;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #fffbe5;
	text-decoration: none;
}

a {
	color: #0077BD;
	text-decoration: underline;
}
a:hover {
	color: #DCD4A5;
	text-decoration: underline;
}
#content_home a {
	color: #DCD4A5;
	text-decoration: none;
}
#content_home a:hover {
	color: #0077BD;
	text-decoration: none;
}

#content ul li {list-style:disc; padding-bottom:5px;}
#content ol li {list-style:lower-roman;}