/* 	CSS Document */
/* 	Equipement Delisle Inc. Website
	Created on:		December 29, 2004
	Created by:		Erik De Leon <me@erikdeleon.com>

	For more information regarding modification of this document,
	please contact the webmaster at me@erikdeleon.com
	
	Erik De Leon Productions
	http://www.erikdeleon.com
*/

body {
	font-family: Trebuchet, Trebuchet MS, "Lucida Grande", Verdana, Arial, Helvetica;
	text-align: center;
	background: #adc1c9;
}

#header {
	
	width:768px;
	height:115px;
	border: 0px solid #000;
	
}

#breadcrumb {
	
	height: 25px;
	vertical-align: middle;
	font-size: 12px;
	padding: 6px 10px;
	color: #006699;
	font-weight: bold;
	
}

a.topbar:link, a.topbar:visited {
	
	height:25px;
	padding: 6px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
	background: url(../images/topbar-link-bg-off.gif) no-repeat;
	
}

a.topbar:hover {
	
	background: url(../images/topbar-link-bg-on.gif) no-repeat;
	
}

.center { 
	text-align: center;
}

.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Link classes */
a:link {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #555599;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

/* Text classes */
.text-maincontent-head {
	font-family: Trebuchet, Trebuchet MS, "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #069;
	font-weight: bold;
}

.text-maincontent-subhead {
	font-family: Trebuchet, Trebuchet MS, "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}

.bold-delisle {
	font-weight: bold;
	color: #000000;
}

.feature_text {
	font-size: 20px;
	font-weight: normal;
	color: #006699;
	font-family: Trebuchet, Trebuchet MS, "Lucida Grande", Verdana, Arial, Helvetica;
}

/* Area classes */
.area-maincontent {
	font-family: Trebuchet, Trebuchet MS, "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #485d66;
}

#area-maincontent-container {
	margin-left: 16px;
	margin-right: 16px;
}

.area-highlights {
	font-family: Trebuchet, Trebuchet MS, "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #202020;
}

.area-highlightitem {
	padding: 6px 6px 6px 7px;
	border-bottom: 1px solid #cfe2ea;
	background-color: #eaf0f2;
}

.area-highlightitem-learnmore {
	margin-top: 5px;
	text-align: right;
	font-size: 11px;
}

.area-highlightitem-learnmore a:link, .area-highlightitem-learnmore a:visited {
	color: #069;
	text-decoration: none;
}

.area-highlightitem-learnmore:hover {
	text-decoration: underline;
}

.area-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
}

.area-footer a:link {
	color: #006699;
	text-decoration: none;
}

.area-footer a:visited {
	color: #006699;
	text-decoration: none;
}

.area-footer a:hover {
	color: #006699;
	text-decoration: underline;
}

/* Menu classes */
#menu, #menu ul {
	width: 175px;
	font-size: 13px;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #006699;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #e3eff4;
	font-weight: bold;
}

#menu ul {
	font-size: 11px;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover {
	padding-left: 14px;
	color: #b5d1e2;
	background: url(../images/submenu-btn-off.gif) #cfe2ee;
}

#menu ul li a:hover {
	background: url(../images/submenu-btn-on.gif) #eef5f8;
	color: #fff;
}

#menu ul li a.current:link, #menu ul li a.current:visited, #menu ul li a.current:hover {
	background: url(../images/submenu-btn-on.gif) #eef5f8;
	color: #fff;
}

#menu li {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #cfe2ed;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	clear: both;
	display: block;
}

#menu li.first {
	background-color: #0F0;
	padding: 0px 0px 0px 0px;
}

#menu li a:link, #menu li a:visited {
	padding: 4px 6px;
	display: block;
	color: #069;
	text-decoration: none;
	background: url(../images/menu-btn-off.gif) #e3eff4;
	border: 0px solid #F00;
	margin: 0px 0px 0px 0px !important;
	margin-bottom: 0px !important;
}

#menu li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../images/menu-btn-on.gif) #006699;
}

#menu li a.current:link, #menu li a.current:visited, #menu li a.current:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../images/menu-btn-on.gif) #006699;
}

.submenu-content {
	font-family: Trebuchet, Trebuchet MS, "Lucida Grande", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #3E2D0A;
}

.submenu-content a:link {
	text-decoration: none;
	color: #3E2D0A;
}

.submenu-content a:visited {
	text-decoration: none;
	color: #3E2D0A;
}

.submenu-content a:hover {
	text-decoration: underline;
	color: #000000;
}

.submenu-content strong {
	color: #000000;
}

/* Box classes */
.homebox-text {
	text-align: center;
	margin-top: 10px;
}