* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333;
	background-color: #222;
}
.wrapper {
	width: 962px;
	margin: 20px auto;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #09c;
}
a:hover {
	text-decoration: underline;
}
.header {
	border: 1px solid #333;
	background: #09c url('../gfx/bg-header.jpg');
	height: 170px;
}
.header img {
	float: left;
	margin-top: 60px;

}
h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	width: 300px;
	text-align: right;
	float: left;
	margin: -10px 0 0 165px;
	clear: left;
}
.fl_menu {
	float: right;
	text-transform: uppercase;
	margin: -70px 20px 0 0;
}
.fl_menu li {
	float: left;
	margin-left: 5px;
	width: 80px;
	height: 80px;
	border-bottom: 1px solid #333;
}
.fl_menu li:hover {
	border-bottom-color: #09c;
	background-position: 0 -80px;
}
#menu_i_ { background-image: url('../gfx/menu-home.jpg'); }
#menu_n_work { background-image: url('../gfx/menu-work.jpg'); }
#menu_c_rates { background-image: url('../gfx/menu-rates.jpg'); }
#menu_c_contact { background-image: url('../gfx/menu-contact.jpg'); }
.fl_menu a {
	display: block;
	padding: 63px 5px 3px 0;
	text-align: right;
	font-size: 14px;
	background: url('../gfx/menu-fade-t.png') no-repeat;
	
}
.fl_menu a:hover {
	text-decoration: none;
	color: #fff;
}
.mainbox {
	float: left;
	border: 1px solid #333;
	border-top: 0;
	background-color: #666;
	width: 960px;
}
.contents {
	float: right;
	padding: 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
/*
	width: 415px;
	background-color: #fff;
	border-left: 1px solid #333;
*/
	width: 416px;
	color: #fff;
}
.bodycopy {
	min-height: 430px;
	height: auto !important;
	height: 430px;
}
.contents p {
	font-weight: normal;
	margin-top: 5px;
	font-size: 11px;
	line-height: 17px;
}
h2 {
	font-size: 36px;
	line-height: 42px;
	color: #09c;
	margin-bottom: 5px;
	letter-spacing: -1px;
	font-weight: normal;
}
.video {
	position: absolute;
	margin-left: -514px;
	top: 210px;
}
.video .container {
	border: 1px solid #09c;
	width: 480px;
	height: 270px;
}
.video span {
	display: block;
	text-align: right;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #ccc;
	width: 360px;
	margin: 5px 0 0 123px;
}
.video a {
	color: #fff;
}
.links {
	margin: -53px 0 0 -432px;
	text-align: right;
	height: 53px;
	width: 412px;
}
.client {
	border: 1px solid #333;
	margin-left: 5px;
	width: 60px;
	height: 31px;
	display: block;
	float: left;
}
.client:hover {
	border-color: #09c;
	background-position: 0 -31px;
}
.itn { background-image: url('../gfx/itn.png'); }
.sky { background-image: url('../gfx/sky.png'); }
.bbc { background-image: url('../gfx/bbc.png'); }
.mmm { background-image: url('../gfx/mmm.png'); }
.sns { background-image: url('../gfx/sns.png'); }
.cala { background-image: url('../gfx/cala.png'); }
.footer {
	color: #09c;
	text-align: right;
	clear: both;
}

.fl_mailform input, .fl_mailform textarea {
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border-color: #333;
	color: #333;
}
.fl_mailform {
	font-size: 11px;
}
.fl_mailform input:hover, .fl_mailform textarea:hover, .fl_mailform input:focus, .fl_mailform textarea:focus {
	border-color: #09c;
}
.fl_mailform textarea {
	width: 300px;
	height: 150px;
}
.fl_blogpost1, .fl_blogpost2 {
	border-bottom-width: 0;
	margin-bottom: 10px;
}
.fl_blogpost1 h2, .fl_blogpost2 h2 {
	font-size: 24px;
	line-height: 30px;
}
.fl_pagelinks, .fl_rsslinks { display: none; }
