/* CSS STYLESHEET FOR EATON HOTELS */

/* SET BACKGROUND AND BODY ELEMENTS */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
}

/* SET WRAPPING MAIN CONTAINER */

.maincontainer {
	height: auto;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;

}

/* SET TOP NAVIGATION */

.topnavcontainer {
	padding: 0;
	margin: 0;
	width: 930px;
	clear: both;
	background-color: #6d1a42;
	height: 15px;
	float: left;
}

.topnavcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topnavcontainer ul li
{
	display: block;
	float: right;
}

.topnavcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	font-size: 8pt;
	line-height: normal;
	height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.topnavcontainer ul li a:hover
{
	text-decoration: none;
	background-color: #933964;
}

/* SET LOGO HEADER AREA */

.header {
	padding: 0;
	margin: 0;
	width: 930px;
	clear: both;
	height: 106px;
	background-image: url(../images/eatonhouse_logo.gif);
	background-attachment: scroll;
	background-position: 15px 8px;
	background-repeat: no-repeat;
}

/* SET LANGUAGE HEADER AREA */

.headerlanguage {
	padding: 0px;
	float: right;
	height: 56px;
	width: 132px;
	margin-top: 14px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
}

/* SET EHI LINK HEADER AREA */

.headerehi{
	float: right;
	clear: right;
	margin-top: 89px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.headerehi a {
	background-color: #6D1A42;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 35px;
	padding-bottom: 2px;
	padding-left: 35px;
}

.headerehi a:hover {
	background-color: #933964;

}





/* SET MAIN DHTML NAV CONTAINER */

.navcontainer
{
	padding: 0;
	margin: 0;
	height: auto;
	clear: both;
	width: 930px;
	background-color: #e4e5e6;
}

/* SET MAIN IMAGE AREA */

.mainimage {
	padding: 0;
	width: 930px;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* SET MAIN CONTENT CONTAINER STRIP */

.contentstrip {
	width: 930px;
	clear: both;
	background-color: #FFFFFF;
	float: left;
	background-attachment: scroll;
	background-image: url(../images/backstrip.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

/* SET LEFT COLUMN ELEMENTS */

.leftbar {
	padding: 0;
	width: 634px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.leftbarbox {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin: 0px;
	width: auto;
}

.leftbarbox h1{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.1em;
	color: #6D1A42;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../images/h1back.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
}
.leftbarbox h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 0.9em;
	color: #6D1A42;
	font-weight: normal;
}
.leftbarbox  p {
	font-size: .75em;
	line-height: 1.8em;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.leftbarbox  li {
	font-size: .75em;
	line-height: 1.8em;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.leftbarbox a {
	color: #6D1A42;
	text-decoration: none;
	font-weight: bold;
}

.leftbarbox a:hover {
	color: #933964;
	text-decoration: underline;
}

/* SET RIGHT COLUMN ELEMENTS */


.rightbar {
	padding: 0;
	margin: 0;
	width: 291px;
	float: right;
}

.rightbarbox {
	padding: 0;
	margin: 0;
}

.rightbarbox h1{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.5em;
	color: #000000;
	font-weight: normal;
	letter-spacing: -1px;
}
.rightbarbox h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.2em;
	color: #000000;
	font-weight: normal;
}

.rightbarbox  p, .rightbarbox li {
	font-size: 0.7em;
	line-height: 1.8em;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}
.rightbarbox a {
	color: #6D1A42;
	text-decoration: underline;
	font-weight: bold;
}

.rightbarbox a:hover {
	color: #933964;
	text-decoration: none;
}

/* SET BOTTOM NAV CONTAINER */

.botnavcontainer {
	padding: 0;
	margin: 0;
	width: 930px;
	clear: both;
	background-color: #a7a9ac;
	height: auto;
	float: left;
}

.botnavcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.botnavcontainer ul li
{
	display: block;
	float: right;
}

.botnavcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	font-size: 8pt;
	line-height: normal;
	height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.botnavcontainer ul li a:hover
{
	color: #dedede;
}

/* SET FOOTER */

.footer {
	width: 930px;
	clear: both;
	background-color: #a7a9ac;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	height: auto;
	margin: 0;
}

.footer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer ul li
{
	display: block;
	float: right;
}

.footer ul li 
{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	font-size: 8pt;
	line-height: normal;
	height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


/* SET MISC ELEMENTS */

.rightalignedpic {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	float: right;
	border: 3px solid #CCCCCC;
	padding: 1px;
}
.leftalignedpic {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 9px;
	float: left;
	border: 3px solid #CCCCCC;
	padding: 1px;
	margin-left: 0px;
}

.normalpic {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border: 3px solid #CCCCCC;
	padding: 1px;
}


.cleantable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}


.cleantable th {
	font-size: 0.8em;
	line-height: 1.8em;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px;
	margin: 0px;
	background-color: #E4E5E6;
	font-weight: normal;
}


.cleantable td {
	font-size: .75em;
	line-height: 1.8em;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px;
	margin: 0px;
}




.imagetable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}




.imagetable td {
	font-size: 0.65em;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}




.contacttable {
	padding: 3px;
	margin: 3px;
	border: 1px none #CCCCCC;
}




.contacttable td {
	font-size: .75em;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	border: 1px none #CCCCCC;
	padding: 4px;
}

.contacttable input, .contacttable select {
	font-size: 1em;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;



}
