/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}

.text1 {
	padding-left: 16px;
	background: url(images/homepage11.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: 12px;
	color: #202020;
}

.text2 {
	font-size: 11px;
	color: #2F2F2F;
}

.text3 {
	text-align: center;
	color: #ABABAB;
}

/** LINKS */

a {
	color:#AC1035;
	text-decoration:none;
	border-bottom:none;
	cursor:pointer;
}

a:hover {color:#AC1035;border-bottom:none}

.link1 {
    color:#FFFFFF;
    display:block;
    text-decoration:none;
    border-bottom:none;
    cursor:pointer;
}

:hover.link1 {
    background-color:#950038;
    text-decoration: none; 
    display:block;
    padding: 0 10;
    line-height: 32px;
    color:#ffffff;
}

.link2 {
	color:#5E5E5E;
	text-decoration:none;
	border-bottom:none;
	cursor:pointer;
}

:hover.link2 {
	color:#AC1035;
	text-decoration: underline;
}

.link3 {
	color:#AC1035;
	text-decoration:none;
	border-bottom:none;
	cursor:pointer;
}

:hover.link3 {
	color:#AC1035;
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/homepage02.gif) repeat-x left bottom; }
.bg2  { background: #FFFFFF url(images/homepage03.gif) repeat-x 0px 101px; }
.bg3  { background: url(images/navbg.gif) no-repeat left top; }
.bg4  { background: url(images/homepage10.gif) repeat-x left top; }
.bg5  { padding-bottom: 30px; background: url(images/homepage12.gif) no-repeat left bottom; }
.bg6  { background: url(images/homepage09.gif) repeat-x left top; }
.bg7  { padding-bottom: 30px; background: url(images/homepage16.gif) no-repeat left bottom; }
.bg8  { background: url(images/homepage17.gif) no-repeat left top; }
.bg9  { background: url(images/homepage18.gif) repeat-y left top; }
.bg10 { background: url(images/homepage19.gif) no-repeat left bottom; }
.bg11 { background: url(images/homepage23.gif) repeat-x left top; }
.bg12 { padding-bottom: 30px; background: url(images/subpage1_03.gif) no-repeat left bottom; }
.bg13 { padding-bottom: 30px; background: url(images/subpage2_01.gif) no-repeat left bottom; }
.bg14 { background: url(images/Envuelogo.gif) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 0px 0px 15px 0px;
	background: url(images/homepage09.gif) repeat-x left top;
}

#navmenu {
    width:940px;
    margin:0 auto 0 auto;
    text-align:left;
    }

.nav, .nav * {
	margin:0;
	padding:0;	
	list-style:none;
}
.nav {
	background:url(images/navBg.gif) no-repeat;
	font-size:100%;
	float:left;
	width:940px;
	margin-bottom:0px;
}

.nav ul {
	float:none;
	position:absolute;
	top:-999em;
	background:#fff;
	width:120px;
}

.nav ul li {
	width: 210px;
	border: 1px solid #4f463d;
	margin-top:-1px;
	margin-left:0px;
}

.nav ul li:first-child {
	margin-left: 0px;
}

.nav li:first-child {
	margin-left: 20px;
	}

.nav ul a{
	padding:4px 15px;
	line-height:normal;
}

.nav li {
	float:left;
	list-style:none;
	position:relative;
	z-index:100;
}

.nav a {
	color:#fff;
	display:block;
	float:left;
	line-height: 30px;
	padding:0 15px;
	border:0;
	}

.nav li:hover, .nav li.sfhover, .nav a:focus, .nav a:hover, .nav a:active {
	background-color:#590022;
	color:#fff;
	}

.nav li li:hover, .nav li li.sfhover, .nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	background-color:#950038;
	color:#fff;
	}

.nav li:hover ul, ul.nav li.sfhover ul {
	top:2.5em;
	left:-1px;
}

.nav li:hover li ul, .nav li.sfhover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfhover ul {
	left:9.45em;
}

.nav li li {
	background:#75675B;
	float:left;
}
.nav li li li {
	background:#75675B;
}
.nav li li a {
	float:none;
	padding-right:0;
}

.nav li a.current
{
	background: #590022;
}
