/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	cursor: default;
	background-color: #FFFFFF;
}

a {
	color:#7C3535;
}
/*
================================================================================
|                                    HEADER                                    |
================================================================================
*/

#ESWpageTitle, #ESWpageTagline {
	position: absolute;
	z-index: 100;
}

#ESWpageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	left: 111px;
	top: 55px;
	text-transform: uppercase;
}

#ESWpageTagline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	left: 111px;
	top: 75px;
	text-transform: uppercase;
}

/*
================================================================================
|                                     MENU                                     |
================================================================================
*/

#ESWuserMenuPosition {
        position: absolute;
        left: 25px;
        top: 45px;
	overflow: visible;
}

#ESWuserMenu {
	position: static;
	width: 260px;
	height: 640px;
	vertical-align: bottom;
	padding-top: 100px;
	background-image: url(img/Menu.png);
	background-repeat: repeat-y;
	overflow:hidden;
}

div.ESWuserButton0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	width: 100%;
	padding-top: 14px;
	white-space: pre;
	padding-bottom: 5px;
	padding-left: 45px;
	background-image: url(img/b0.png);
	text-transform: uppercase;
}

div.ESWuserButton0:hover {
	color: gold;
}

div.ESWuserButton1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 2px;
	padding-left: 65px;
	width: 100%;
}

div.ESWuserButton1:hover {
	color: gold;
}
.MenuInfo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.FormHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#MailForm {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#Email {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #878889;
}
#MenuButton {
	background-image: url(img/MenuButton.png);
	border: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
}
/*
================================================================================
|                                    CONTENT                                   |
================================================================================
*/
.ESWpageContent, .ESWpageContent1, .ESWpageContent2, .ESWpageContent3, .ESWpageContent4, .ESWpageContent5 {
	position: absolute;
	top: 351px;
}

.ESWpageContent3 {
	left: 15px;
	top: 585px;
	width: 260px;
}

.ESWpageContent1 {
	left: 539px;
	top: 364px;
	height: 130px;
	width: 205px;
}

.ESWpageContent2 {
	left: 316px;
	top: 166px;
	width: 292px;
	height: 123px;
	z-index: 101;
}

.ESWpageContent {
	left: 308px;
	top: 33px;
	width: 430px;
	height: 100px;
}

.ESWpageContent4 {
	left: 311px;
	top: 364px;
	height: 190px;
	width: 205px;
}

.ESWpageContent5 {
	left: 761px;
	top: 364px;
	height: 130px;
	width: 205px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h1 {
	font-size: 18px;
	color: #742828;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #6F7A86;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #742828;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(img/h3.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #686868;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.More {
	text-align: right;
	font-weight: bold;
	margin: 10px 10px 0px 0px;
}

.ESWpageContent2 p {
	font-weight: bold;
	color: #676154;
	text-transform: uppercase;
	margin-top: 7px;
	background-image: url(img/arrows.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
/*
================================================================================
|                                     OTHER                                    |
================================================================================
*/

#Layer {
	position: absolute;
	left: 496px;
	top: 0px;
}

#Clock {
	position: absolute;
	left: 40px;
	top: 50px;
	z-index: 100;
	background-image: url(img/Clock.png);
	background-repeat: no-repeat;
	width: 63px;
	height: 37px;
}

#MenuLine {
	position: absolute;
	left: 25px;
	top: 100px;
	z-index: 100;
	background-image: url(img/MenuLine.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 1px;
}

#Bar {
	position: absolute;
	left: 305px;
	top: 136px;
	z-index: 100;
	background-image: url(img/bar.png);
	background-repeat: no-repeat;
	width: 525px;
	height: 200px;
}

#man {
	position: absolute;
	left: 613px;
	top: 131px;
	background-image: url(img/man.png);
	background-repeat: no-repeat;
	z-index: 100;
	width: 226px;
	height: 200px;
}

.Line {
	margin-top: 7px;
	margin-bottom: 8px;
	background-image: url(img/Line.png);
	background-repeat: no-repeat;
	width: 188px;
	height: 1px;
}

#People {
	position: absolute;
	top: 402px;
	left: 321px;
	background-image: url(img/People.png);
	background-repeat: no-repeat;
	width: 186px;
	height: 60px;
}

#West {
	position: absolute;
	left: 310px;
	top: 543px;
	background-image: url(img/West.png);
	background-repeat: no-repeat;
	width: 66px;
	height: 47px;
}

#Free {
	position: absolute;
	left: 543px;
	top: 506px;
	background-image: url(img/Free.png);
	background-repeat: no-repeat;
	width: 189px;
	height: 87px;
}

