body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #fff;
}
/* ######### FLASH Header ######### */
.flash_header {
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0;
	clear: both;
	min-width: 990px;
	background-color: #fff;
}
/* ######### Sub MENU ######### */
.submenu_container{
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0;
}
.submenu{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	line-height: 24px;
	height: 24px;
}
.submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.submenu ul li {
	margin: 0;
	padding: 0 1px 0 0;
	line-height: 24px;
	height: 24px;
	float: left;
}
.submenu ul li.submenu_active{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 25px 0 25px;
	border-right: 1px solid #fff;
	line-height: 24px;
	height: 24px;
	float: left;
	border-bottom: 3px solid #222;
}
.grey{
	color: #999;
}
.submenu ul li a{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0 25px 0 25px;
	line-height: 24px;
	height: 24px;
	float: left;
	border-bottom: 3px solid #ccc;
}
.submenu ul li a:hover{
	color: #222;
	text-decoration: none;
	border-bottom: 3px solid #222;
}
/* ######### h1, h2, h3... ######### */
h1 {
	margin: 0;
	padding: 0 0 2px 25px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background-attachment: scroll;
	background-image: url(h1_titles.gif);
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: -1px;
	line-height: 40px;
}
h2 {
	margin: 0;
	padding: 0 40px 0 0;
	letter-spacing: -2px;
	font-size: 27px;
	font-weight: normal;
	line-height: 27px;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 0 0;
	line-height: 15px;
	text-transform: uppercase;
	color: #555;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.project_url {
	padding: 0;
	margin: 0;
	line-height: 18px;
}
/* ######### Index News Container ######### */
.index_news_container {
	width: 100%;
	padding: 30px 0 20px 0;
	margin: 0;
	clear: both;
	float: left;
}
.index_news_container .index_news {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}
.news_item {
	padding: 15px 0;
}
.news_preview {
	padding: 0;
	margin: 0;
	text-align: center;
}
/* ######### Extracts / Featured Works ######### */
.featuredwork_container {
	width: 100%;
	padding: 30px 0 20px 0;
	margin: 0;
	clear: both;
	float: left;
}
.featuredwork_container .featuredwork {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}
.extract_item {
	padding: 15px 0;
}
.extract_title {
	margin: 0;
	padding: 0 0 0 25px;
	float: left;
}
.extract_preview_ana {
	padding: 0;
	margin: 0;
	text-align: center;
}
.extract_preview {
	padding: 25px 0 10px 0;
	text-align: center;
}
.coloumn {
	width: 490px;
	margin: 0;
	padding: 0;
	float: left;
}
.feateng, .featsrb {
	padding: 0 25px;
	margin: 0;
	font-size: 11px;
	text-align: justify;
}
.feateng_right {
	padding: 0 25px;
	margin: 0;
	font-size: 11px;
	text-align: right;
}
/* ######### FreeStyle Container ######### */
.freestyle_container {
	width: 100%;
	padding: 30px 0 20px 0;
	margin: 0;
	clear: both;
	float: left;
}
.freestyle_container .freestyle_articles {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}
.freestyle_article {
	padding: 15px 0;
	float: left;
	clear: both;
}
.freestyle_title {
	margin: 0;
	padding: 0 0 10px 25px;
	float: left;
	clear: both;
}
.freestyle_preview {
	padding: 10px 0;
	text-align: center;
	float: left;
	clear: both;
}
.freestyle_preview img {
	padding: 12px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
}
.salad{
	padding: 12px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 930px;
	height: 640px;
	float: left;
	clear: both;
}
.salad .one{
	width: 930px;
	float: left;
	clear: both;
	height: 128px;
}
.salad .two{
	width: 930px;
	float: left;
	clear: both;
	height: 256px;
}
.salad .two .first{
	width: 465px;
	float: left;
	height: 256px;
}
.salad .two .second{
	width: 310px;
	float: left;
	height: 256px;
}
.salad .two .third{
	width: 155px;
	float: left;
	height: 256px;
}
.item{
	float: left;
	width: 155px;
	height: 128px;
}
.item1{
	float: left;
	width: 310px;
	height: 256px;
}
.item img{
	border: none;
	padding: 0;
}
/* ######### Contact Container ######### */
.contact_container {
	width: 100%;
	padding: 30px 0 20px 0;
	margin: 0;
	clear: both;
	float: left;
}
.contact_container .contact {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 10px;
}
.just_coloumn1 {
	width: 450px;
	margin: 0;
	padding: 15px 14px 15px 25px;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333;
	background-attachment: scroll;
	background-image: url(samurai.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.just_coloumn2 {
	width: 400px;
	margin: 0;
	padding: 15px 0 0 0;
	float: left;
}
.contact_content {
	padding: 10px 0 0 0;
}
.contact_content form {
	margin: 0;
	padding: 0;
}
.txtfield {
	background-color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	border: 1px solid #ccc;
	width: 150px;
}
.button {
	background-color: #222;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	height: 24px;
	border-style: none;
}
.contact_notactive {
	margin: 0;
	padding: 5px 0 3px 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	background-attachment: scroll;
	background-image: url(not_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 15px;
	width: 244px;
	height: 40px;
	text-transform: uppercase;
}
.contact_active {
	margin: 0;
	padding: 5px 0 3px 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	background-attachment: scroll;
	background-image: url(active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 15px;
	width: 244px;
	height: 40px;
	text-transform: uppercase;
}
/* ######### Footer ######### */
.footer_container {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	background-color: #222;
}
.footer_container .footer {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
}
.fsubmenu{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	line-height: 40px;
	height: 30px;
	clear: both;
	text-align: center;
}
.fsubmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fsubmenu ul li {
	margin: 0;
	padding: 0;
	line-height: 24px;
	height: 24px;
	float: left;
}
.fsubmenu ul li a{
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 5px 15px 0 15px;
	line-height: 35px;
	height: 35px;
	float: left;
	border-bottom: 3px solid #222;
}
.fsubmenu ul li a:hover{
	background-color: #fff;
	border-bottom: 3px solid #92eb50;
	color: #333;
	text-decoration: none;
}
.fsubmenu ul li.active{
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	padding: 5px 15px 0 15px;
	line-height: 35px;
	height: 35px;
	float: left;
	background-color: #fff;
	border-bottom: 3px solid #92eb50;
	color: #333;
	text-decoration: none;
}
.fsubmenu li.fsubmenu_rite{
	margin: 0;
	padding: 0;
	line-height: 24px;
	height: 24px;
	float: right;
}
.fsubmenu li.fsubmenu_rite a{
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	display: block;
	padding: 5px 15px 0 30px;
	line-height: 35px;
	height: 35px;
	border-bottom: 3px solid #222;
	float: right;
	background-attachment: scroll;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.fsubmenu li.fsubmenu_rite a:hover{
	background-color: #fff;
	border-bottom: 3px solid #A7A48B;
	color: #333;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.footer_below {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	clear: both;
	height: 160px;
}
.footer_below .services{
	margin: 0;
	padding: 0 0 20px 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	width: 500px;
	float: left;
}
.footer_below .services .key{
	border-bottom: 3px solid #92eb50;
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 14px;
	float: left;
}
.footer_below .services .key1{
	border-bottom: 3px solid #92eb50;
	clear: both;
	padding: 0;
	margin: 0;
	color: #999;
	line-height: 14px;
	float: left;
}
.footer_below .services .list{
	float: left;
	padding: 5px 50px 15px 0;
	display: block;
	width: 450px;
}
.footer_below .services .list .s1{
	float: left;
	padding: 0 8px 0 0;
	line-height: 13px;
}
.footer_below .services .list .s2{
	padding: 0 8px 0 0;
	color: #999;
	float: left;
	line-height: 13px;
}
.footer_below .copyright{
	margin: 0;
	padding: 45px 0 20px 25px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 350px;
	float: left;
	border-left: 2px solid #444;
	height: 60px;
}
/* ######### Common ######### */
p {
	margin: 0;
	padding: 12px 0;
	line-height: 16px;
}
a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: underline;
}
a:hover {
	color: #fe4314;
}