@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(images/index-bgd.jpg);
	background-repeat: repeat-x;
	background-color: #a8aba8;
	margin: 0px;
	padding: 0px;
}
#maincontainer{
	width:100%;
	height:100%;
}
#containerwrapper{
	float: left;
	width: 1156px;
}
#containerwrapper-travel{
	float: left;
	width: 10862px;
}
#containerwrapper-product{
	float: left;
	width: 6007px;
}
#containerwrapper-fashion{
	float: left;
	width: 9088px;
}
#leftcontainer{
	position: relative;
	width: 264px;
	float: left;
	height: 566px;
	text-align: right;
}
#leftcontainer a{
	color:#000;
	text-decoration: none;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em;
}
#leftcontainer a:hover{
	color: #FFF;
}
#leftcontainer ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	list-style-type: none;
	margin-right: 20px;
	padding-right: 10px;
}
#leftcontainer ul li.selected{
	background-image: url(images/link-bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000;
}
.black-txt{
		color: #000;
}
#rightcontainter{
	float: left;
	height: 566px;
	width: 100%;
	position: relative;
	overflow-y:hidden;
	overflow-x:scroll;
}
#rightcontainter-travel{
	float: left;
	height: 566px;
	width: 100%;
	position: relative;
	overflow-y:hidden;
	overflow-x:scroll;
}
.item{
	position: relative;
	padding-top: 60px;
	padding-left: 20px;
}
p {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 12px;
	padding-left: 324px;
}
.leftpad {
	padding-left: 160px;
	margin-left: 160px;
}
.contac-txt{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.2em;
	margin-left: 62px;
	line-height: 22px;
	color: #000;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	text-decoration: none;
}
