/* 
	Primary for dicomfort.com
*/

/*  div containers for formatting  */
#page {
	background-color: #DDDF99;
	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: #E7E7D6;

	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;
}

#catalog-item {
	vertical-align: top;
}

#catalog-image {
	display: block;
    margin-left: auto;
	margin-right: auto;
	width: 90px;
	height: 90px;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
}

#catalog-image:hover {
	position: absolute;
	width: 190px;
	height: 190px;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
}

#catalog-imageXL {
	display: block;
    margin-left: auto;
	margin-right: auto;
	width: 90px;
	height: 90px;
}

#catalog-imageXL:hover {
	position: absolute;
	width: 350px;
	height: 400px;
	border-style: solid;
	border-width: 5px;
	border-color: #DDDF99;
}

#catalog-name {
	padding: 8 2 2 2;
	text-align: center;
	font-size: 14px;
}

#catalog-rooms {
	font-size: 8px;
	text-align: center;
}

/*  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: #CC9900;
	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: #CC9900;
}

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: #CC9900;
	font-weight: bold;
	text-decoration: underline;
}

.sub-header {
	font-size: 14px;
	color: #CC9900;
	font-weight: bold;
}

.standard {
	margin-left: 15px;
}