/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #323522;
	
	margin-top: -40px;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;	
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2 {
    margin-bottom: 14px;
}

h2 {
    color: #717a43;
    font-size: 1.6em;
}

h3 {
    color: #596831;
    font-size: 1.2em;
    margin-bottom: 10px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #EAEAEA;*/
	/*color: #fff;*/
	color: #424532;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 li {
	margin-top: 10px;
}

.ul1 a {
	padding-left: 9px;
	background: url(../images/homepage20.gif) no-repeat left center;
}

.ul2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	margin-bottom: 3px;
	font-size: 0.9em /*11px*/;
	font-weight: bold;
	color: #DFE2E7;
}

.text1n {
    font-size: 0.9em /*11px*/;
    color: #DFE2E7;
}

.text2 {
	margin-bottom: 5px;
	font-size: 0.9em; /*10px;*/
	font-weight: bold;
	/*color: #E5980A;*/
	/*color: #f5da1A;*/
}

.text3 {
	padding: 2px 3px;
	background: url(../images/homepage22.gif) repeat left top;
	font-size: 1em; /*8px;*/
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}

.text4 {
	text-align: center;
	font-size: 9px;
	color: #959B9F;
}

/** LINKS */

a {
	/*color: #f5da1A;*/
	color: #E5aa0A;
}

#right a {
	/*color: #E5aa0A;*/
	color: #a05200;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/t/bg04.jpg) repeat-y left top; }
.bg2 { background: url(../images/t/bg03.jpg) no-repeat left top; }
.bg3 { background: url(../images/bg06.jpg) no-repeat left top; }
.bg4 { background: url(../images/t/bg07.jpg) no-repeat left top; }
.bg5 { background: url(../images/homepage21.gif) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

.img-r {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 2px solid #576631;
}

.img-l {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 2px solid #576631;
}

.img-r img, .img-l img {
    border: 1px solid #c1ca93;
}


hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 10px;
	background: url(../images/homepage16.gif) no-repeat left top;
}

.hr2 {
	height: 1px;
	margin: 20px 0px;
	background: url(../images/homepage23.gif) no-repeat left top;
}

.package-header {
    width: 100%;
/*	background-color: #323522; */
	background-color: #424532; 
	margin-top: 10px;
	margin-bottom: 10px;	
}

.package-header td {
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

