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

body {
	background-image: url(../img/background2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #d2ecf8;
	font-family: Arial, Sans, FreeSans, sans-serif;
	font-size: 14px;
	color: #4E4E4E;
}

a {
	color: #EE4049;
	text-decoration: none;
	outline: none;
}

a img {
	border: 0px;
}

ul, ol {
	list-style-position: inside;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/menu_top.png);
	background-repeat: repeat;
	height: 30px;
	width: 100%;
	min-width:1280px;
	text-align: center;
}

#topMenu {
	position: relative;
	width: 860px;
	height: 30px;
	margin: 0px auto;
	text-align: right;
}

.topMenuItem {
	position: relative;
	display: inline-block;
	color: #eee;
	margin: 8px 10px 0px 20px;
	font-size: 14px;
}

#menu {
	display: block;
	position: absolute;
	top: 480px;
	left: 0px;
	background-image: url(../img/menu.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	min-width: 1280px;
}

#menu ul {
	height: 25px;
	/*width: 860px;*/
	width: 1070px;
	margin: 3px auto;
	padding-top: 0px;
	padding-left: 210px;
	list-style: none;
}

#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block !important;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color:#4E4E4E;
	width: auto;
	min-width: 40px;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
}

#menu ul li a:link,#menu ul li a:visited {
	background-color: white;
}

#menu ul li a:hover {
	background-color: #c5c6c8;
}

#content {
	background-image: url(/img/yoga_bg.jpg);
	background-repeat: no-repeat;
	background-color: #96A9B0;
	height: 700px; /*600px;*/
	width: 1280px; /*900px;*/
	margin: 0px auto;
	padding: 0px;
}

#submenu {
	position: absolute;
	top: 515px;
	left: auto !important;
	left: 0px;
	margin-left: 208px;
	display: block;
}

#submenu ul {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 900px;
}

#submenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#submenu ul li a {
	display: block !important;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color:#4E4E4E;
	width: auto;
	min-width: 40px;
	line-height: 14px;
	padding: 20px 10px;
	background-image: url(../img/bubble_small_back.png);
	background-repeat: repeat-x;
}

#submenu ul li a:hover, #submenu ul li a:active {
	color:#EE4049;
}

/*
#submenu ul li a:link,#submenu ul li a:visited {
	background-color: transparent;
}
*/
#after_content {
	text-align: right;
	width: 1280px;
	margin: 0 auto;
}

#after_content .logo_atobiz {
	margin-top: 5px;
}

#left_content {
	float: left;
	height: 600px;
	width: 800px; /*600px;*/
}

.bubble_container {
	position: relative;
	top: 95px;
	left: 210px; /*20px;*/
	width: 560px;
}

.bubble {
	background-image: url(../img/bubble3.png);
	background-repeat: no-repeat;
	height: 350px;
	width: 560px;
	margin: 0px;
}

#left_content .bubble .body {
	position: relative;
	z-index: 0;
	padding: 15px 10px 0px 25px;
	height: 335px;
	width: 525px;
	margin: 0px;
}

.xClose {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	cursor: hand;
}

#left_content .bubble .body h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}


#left_content .bubble .body .text {
	position: relative;
	height: 275px;
	padding: 10px 10px 0px 0px;
	margin: 5px 20px 20px 0px;
	overflow: hidden;
	z-index: 1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 150%;
}

#right_content {
	float: left;
	height: 415px;
	width: 250px;
	padding: 50px 10px 10px 10px;
	overflow: hidden;
}
