* {
	margin: 0;
	padding: 0;
}

html {
	color: #fff;
	background: #e8e2c8;
	font: 13px Arial, Helvetica, sans-serif;
}

div#body-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	background: #478795;
	background-image:url(images/bg_top.jpg);
	background-repeat:repeat-x;
}

div#footer-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #e8e2c8;
background-image:url(images/bg_bottom.jpg);
	
}

div.container {
	width: 900px;
	margin: 0 auto;
	
}

#logo h2 {  
	float: left;
	width: 203px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
	background: url("images/brainmedia_logo.png");
	
}



.sIFR-active h4 {  
	visibility: hidden;
	font-size: 18px;
	height: 18px;
}

.sIFR-active label {  
	visibility: hidden;
	padding-top: 5px;
}

div#header {
	float: left;
	width: 835px;
	padding-top: 90px;
}

div#header div#header-title {
	float: left;
	width: 215px;
}

div#header ul#top-nav {
	float: right;
	list-style: none;
	padding-top: 25px;
}

div#header ul#top-nav li {
	float: left;
	width: 80px;
	height: 16px;
	border-left: 1px solid #b0cfd5;
}

div#header ul#top-nav li.first {
	border: none;
	text-decoration:none;
}


div#main {
	float: left;
	width: 900px;
	padding: 50px 0;
}

div#main img#contact {
	float: left;
	border: none;
	width: 833px;
	height: 247px;
}

div#main div#frame {
	float: left;
	border: 10px solid #FFF;
	width: 833px;
	height: 247px;
}

div#main div#home div#home-left {
	float: left;
	width: 355px;
}

div#main div#home div#home-left h3 {  
	visibility: hidden;
	font-size: 25px;
	height: 25px;
}

div#main div#home div#home-left h6 {
	width: 355px;
	height: 14px;
}

div#main div#home div#home-left div#home-content {
	float: left;
	width: 355px;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px dashed #cfcfcf;
}

div#main div#home div#home-left div#home-content p {
	margin-bottom: 1em;
}

div#main div#home div#home-left div#home-content a#check {
	float: right;
	width: 89px;
	height: 22px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/check.png);
}

div#main div#home div#home-right {
	float: right;
	width: 422px;
}

div#main div#home div#home-right img {
	float: left;
	border: 9px solid #5eaab8;
}

div#main div#home div#home-right div#cat {
	float: left;
	width: 422px;
	padding-top: 15px;
}

div#main div#home div#home-right p {
	float: right;
}

div#main div#home div#home-right span {
	float: right;
}

div#main div#work-more div#more-title {
	float: left;
	width: 900px;
	padding-bottom: 20px;
}

div#main div#work-more div#more-title div#title-right {
	float: right;
}

div#main div#work-more div#more-title div#title-right h3 {
	visibility: hidden;
	font-size: 25px;
	height: 25px;
}

div#main div#work-more div#more-title div#title-right h6 {
	width: 100px;
}

div#main div#work-more div#more-title a#back {
	float: left;
	width: 89px;
	height: 22px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/back.png);
}

div#main div#work-more div#more-top {
	float: left;
	width: 900px;
}

div#main div#work-more img.pic {
	float: left;
	width: 283px;
	border: 6px solid #fff;
}

div#main div#work-more div#more-top .margin {
	display: inline;
	margin-left: 7px;
}

div#main div#work-more div#more-main {
	float: left;
	width: 585px;
	margin-top: 7px;
	border: 6px solid #fff;
	background:#FFF;
}

div#main div#work-more div#more-right {
	float: left;
	width: 283px;
	display: inline;
	margin: 7px 0 0 7px;
}

div#main div#work-more div#more-right div#more-desc {
	float: left;
	width: 203px;
	height: 351px;
	background: #008a89;
	margin-bottom: 8px;
	border: 6px solid #fff;
	padding: 25px 40px;
}

div#main div#work-more div#more-right div#more-desc h5 {  
	visibility: hidden;
	font-size: 16px;
}

div#main div.work {
	float: left;
	width: 720px;
	padding-bottom: 50px;
}

div#main div.work div.work-left {
	float: left;
	width: 340px;
}

div#main div.work div.work-left img {
	float: left;
	border: none;
	width: 283px;
	border: 6px solid #fff;
}

div#main div.work div.work-right {
	float: left;
	width: 380px;
}

div#main div.work div.work-right h3 {
	visibility: hidden;
	font-size: 25px;
	height: 25px;
}

div#main div.work div.work-right h6 {
	visibility: hidden;
	font-size: 14px;
	width: 380px;
}

div#main div.work div.work-right div.work-content {
	float: left;
	width: 380px;
	padding-top: 1em;
	border-top: 1px dashed #84989c;
}

div#main div.work div.work-right div.work-content p {
	margin-bottom: 1em;
}

div#main div.work div.work-right div.work-content a.check {
	float: right;
	width: 89px;
	height: 22px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(images/check.png);
}

div#footer {
	float: left;
	width: 835px;
	padding: 30px 0;
}

div#footer div#footer-info {
	float: left;
	width: 400px;
}

div#footer div#footer-info ul#footer-nav {
	list-style: none;
	padding-top: 16px;
}

div#footer div#footer-info ul#footer-nav li {
	height: 16px;
}

div#footer div#footer-form {
	float: right;
	width: 350px;
}

div#footer div#footer-form fieldset {
	border: none;
}

div#footer div#footer-form label {
	float: left;
	width: 130px;
}

div#footer div#footer-form div.line {
	float: left;
	width: 350px;
	padding-bottom: 5px;
}

div#footer div#footer-form input.in {
	float: right;
	width: 200px;
	padding: 5px 3px;
	color: #9b9683;
	background: #f0ecd2;
	border: 1px solid #a19c80;
	border-right: none;
	border-bottom: none;
	font: 13px Arial, Helvetica, sans-serif;
}

div#footer div#footer-form textarea.te {
	float: right;
	width: 200px;
	padding: 5px 3px;
	color: #9b9683;
	height: 75px;
	overflow: auto;
	background: #f0ecd2;
	border: 1px solid #a19c80;
	border-right: none;
	border-bottom: none;
	font: 13px Arial, Helvetica, sans-serif;
}

div#footer div#footer-form input.button {
	float: left;
	display: inline;
	margin-left: 143px;
}