@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #6699cc
	text-decoration: underline;
}
a:visited {
	color: #6699cc;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/01_index_header_img.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #FF6600;
	position: relative;
}
#concept #header{
	background-image: url(images/02_concept_header_img.jpg);
}
#works #header{
	background-image: url(images/03_works_header_img.jpg);
}
#about #header{
	background-image: url(images/04_about_header_img.jpg);
}
#contact #header{
	background-image: url(images/05_contact_header_img.jpg);
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 170px;
	height: 2.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#concept #header #nConcept a,
#works #header #nWorks a,
#about #header #nAbout a,
#contact #header #nContact a {
	color: #FFFFFF;
	background-color: #828CA7;
}

/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 15px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}



/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
	padding-right: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar  dl  dt  a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	list-style: none;
	margin-bottom: 6px;
}
#sidebar ul li a {
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}
/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* work
---------------------------*/
#main dl#workList dt {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#main dl#workList dd {
	line-height: 1.5;
	padding-bottom: 1em;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
main#work p    {
	margin: 10px 25px 0px 0px;
	float: right;
	font-size: x-small;
	font-weight: normal;
	color: #009900;
}
/* form
---------------------------*/

#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
/* concept
---------------------------*/
#concept dl#workList dt {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#concept dl#workList dd {
	line-height: 1.5;
	padding-bottom: 1em;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
/* contact
---------------------------*/	
#main div.contactMap {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-position: left top;
	width: auto;
	height: 344px;
	margin: 0px 0px 3px;
}
#main div.mapText {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-position: left top;
	width: 310px;
	line-height: 1.8em;
	margin-bottom: 10px;
	height: 344px;
	margin-left: 5px;
}
#main div.addresText {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-position: left top;
	line-height: 1.8;
	height: 75px;
	width: 573px;
}
#main div.mailContact {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-position: left top;
	line-height: 1.8;
	height: 75px;
	width: 573px;
}
/* about
---------------------------*/
#aboutKumiaitext {
	float: left;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-position: left top;
	width: 500px;
	height: 250px;
	padding-bottom: 0px;
	line-height: 1.8em;
