/* 
	Econo Site for dicomfort.com
*/

/*  div containers for formatting  */
#page {
	background-color: #ffffff;
	width: 750px;
	margin: 0 auto;
}

#container {
	background: url(images/menuback.gif) repeat-y 0 0;
	width: 100%;
}

#menu {
	width: 200px;
	float: left;
	padding: 0 0 0 0;
}

#content {
	width: 520px;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	float: right;
}

#header {
	width: 100%;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 20px;
	font-style: bold;
}

#path {
	width: 550px;
	clear: both;	
	background-color: #ffffff;

	padding: 0px 0px 0px 200px;
	font-size: 10px;
}
	
#footer {
	width: 100%;
	clear: both;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}

#breakout {
	width: 75%;
	margin: 5px auto;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	border-style: outset;
}

/*  Re-mapped tags  */
body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-width: 750px;
	font-size: 12px;
	color: #000000;
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

a.menuitem, a.menuitem:visited {
	text-decoration: none;
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	color: #ffffff;
}

a.submenuitem, a.submenuitem:visited {
	text-decoration: none;
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	color: #000000;
}
	
ul {
	margin: 5px auto;
	padding: 1px 1px 1px 1px;
	list-style: none;
	width: 180px;
}
li.menubutton {
	display: block;
	width: 180px;
	margin: 5px auto;
	padding: 1px 1px 1px 1px;
	background-color: #4FAECD;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
}

li.submenubutton {
	display: block;
	width: 180px;
	margin: 5px auto;
	padding: 1px 1px 1px 1px;
	color: #ffffff;
	background-color: #cccccc;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

li.menubutton:hover {
	background-color: #cccccc;
}

li.submenubutton:hover {
	background-color: #4FAECD;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 179px;
	top: 0;
	display: none;
}

li:hover ul { 
	display: block; 
}

li.over ul {
	display: block;
}

/*  General classes  */
.page-header {
	font-size: 16px;
	color: #4FAECD;
	font-weight: bold;
	text-decoration: underline;
}

.sub-header {
	font-size: 14px;
	color: #4FAECD;
	font-weight: bold;
}

.standard {
	margin-left: 15px;
}

.table-header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.table-footer {
	font-size: 10px;
	text-decoration: italics;
	text-align: center;
}

.table-item {
	text-align: center;
}
