#project-swap {
	position:relative;
	z-index:0;
	margin:0px 0px 0px 3px;
}

#swap-next {
	position:absolute;
	z-index:10;
	top:205px;
	right:50px;
	
}

.slides img {
	height:225px;
	width:480px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F4EACF url(images/bg01.jpg) repeat-x left top;
}


.tg{width:120px;height:108px;position:absolute;float:left;top:0;left:0;background:url(images/welcome.jpg) no-repeat;}	

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px;
	text-transform: lowercase;
	font-weight: bold;
	color: #86b5d2;
}

h3 {
	margin: 0px;
	text-transform: lowercase;
	font-weight: bold;
	color: #e76e34;
}

h1 {
	font-size: 28px;
}

h2 {
	margin-bottom: 10px;
	font-size: 18px;
}

h3 {
	margin-top: 15px;
	font-size: 16px;
}


h2.style1 {
	font-size: 16px;
	color: #e76e34;
}

h2.style2 {
	font-size: 16px;
	color: #e76e34;
	margin-bottom: 10px;
	margin-top: 0;	
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	color: #7F6E5D;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: justify;
	line-height: 180%;
}

strong {
	color: #635343;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	float: left;
	width: 122px;
	padding-left: 40px;
}

.list1 li.first {
	padding-left: 0px;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #E08B14;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

a img { border: none; }

img.border {
	padding: 3px;
	border: 1px solid #E5D4C4;
	background: #FFF8F0;
}


img.border:hover{
	padding: 3px;
	border: 1px solid #86b5d2;
	background: #86b5d2;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 13px 38px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 9px;
	background: url(images/homepage02.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color: #e96f35;
}
	
#menu ul li .icon{
	vertical-align: middle;
	margin-right: 12px;
	margin-left: 4px;
}	
	
/** PAGE */

#page {

}

.boxed {

}

.boxed .content {
	padding: 30px 23px 0px 23px;

}

.bg1 {

}

.bg2 {

}

.bg3 {

}

.bg3 div {
	height: 25px;

}

/** HEADER */

#header {
	background: url(images/bg02.jpg) no-repeat left top;
}

/** TODAY */

#today {
	float: left;
	padding: 13px 0px 0px 100px;
	text-transform: lowercase;
	font-size: 11px;
	color: #f7e4cf;
}

#player1 
{
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: auto;
}



/** FOOTER */

#footer {
	height: 130px;
	margin-top: 25px;
	background: url(images/bg04.jpg) repeat left top;
	line-height:19px;
	font-size:11px;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	line-height: 22px;
	color: #A08D7A;
}

#footer a {
	color: #86b5d2;
	font-weight: bold;
	text-decoration: none;
}

/** BOX5 */

#box5 {
	padding: 35px 25px 10px 25px;
	background: url(images/homepage13.jpg) no-repeat left top;
}

