@charset "UTF-8";
/* formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: Helvetica;
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFFF;
}
hr {
	display: none;
}
/* link styles
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	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;
	margin: 0px auto;
	width: 861px;
}
#main {
	padding: 15px;
	float: right;
	width: 640px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
#sidebar {
	float: left;
	width: 173px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
	height: 10px;
}
/* header styles
-----------------------------*/
#header {
	background-image: url(../images/header-01.jpg);
	background-repeat: no-repeat;
	height: 400px;
	border-top: 5px solid #333333;
	background-position: center;
	position: relative;
	margin-bottom: 10px;
}
#works #header {
	background-image: url(../images/header-02.jpg);
}
#flow #header {
	background-image: url(../images/header-03.jpg);
}
#profile #header {
	background-image: url(../images/header-04.jpg);
}
#profile #main p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	margin-top: 12px;
}
#contact #header {
	background-image: url(../images/header-05.jpg);
}
#faq #header,
#privacyPolicy #header,
#sampleRequest #header {
	background-image: none;
	height: 100px;
}
#faq #header ul,
#privacyPolicy #header ul,
#sampleRequest #header ul {
	top: 50px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #contact {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header ul {
	background-color: #FFFFFF;
	width: 861px;
	position: absolute;
	left: 0px;
	top: 350px;
}
#header li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 3.5em;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: right;
	display: block;
	height: 2.5em;
	width: 161px;
	font-size: medium;
	padding-right: 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px none #333333;
	border-right: 1px solid #333333;
}
#header ul li a:hover {
	color: #AAAAAA;
}
#header ul li#nHome a {
	border-left: 1px solid #333333;
}
#home #header #nHome a,
#works #header #nWorks a,
#flow #header #nFlow a,
#profile #header #nProfile a,
#contact #header #nContact a {
	background-color: #DDDDDD;
}
#main h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #333333;
}
#main h3 {
	margin-bottom: 10px;
	padding: 4px 0px;
}
#main p {
	line-height: 1.8;
	padding-bottom: 1em;
}
#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: 8em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}
/* mainstyles
-----------------------------*/

/* sidebar styles
-----------------------------*/
#sidebar li {
	list-style: none;
	float: left;
}
/* 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;
	float: right;
	margin-left: 15px;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer address {
	font-style: italic;
	float: left;
	width: 300px;
	color: #CCCCCC;
}
/* faq
-----------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(../images/q.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	height: 40px;
	line-height: 4;
}
#main dl#faqList dd {
	line-height: 2
.;
	background-color: #EEEEEE;
	background-image: url(../images/a.jpg);
	background-position: left top;
	padding-left: 120px;
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-bottom: 1em;
}
 /* table
-----------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #333333;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#profile #main table {
	float: left;
}
#main   table   th  {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #333333;
}
#main   table   td  {
	padding: 5px 10px;
	border-bottom: 1px solid #333333;
}
#main table tr.odd {
	background-color: #EEEEEE;
}

/* works
-----------------------------*/
#main div.wk {
	float: left;
	width: 640px;
	margin-right: 10px;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}

#works #main h3 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
}
#works #main .wk p{
	float: left;
	margin-right: 6px;
	padding-bottom: -1em;
	line-height: 1.5em;
}
#works #main .wk a {
	height: 1em;
}
#works #main h4 {
	font-size: small;
	clear: left;
	margin-bottom: 5px;
}
#works #main hr {
	clear: both;
	border-top: 2px solid #333333;
	display: block;
	bottom: 10px;
	position: relative;
	margin-top: 15px;
}
#contact  #main  h3 {
	clear: both;
}
/* form
-----------------------------*/
main  form {
	margin-bottom: 25px;
}
#main input[type=text], main textarea {
	padding: 2px;
	border: 1px solid #333333;
}#main  form  em {
	color: #BB0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
/* privacy policy
-----------------------------*/
#privacyPolicy #main h4,
#flow #main h4 {
	color: #AA0000;
	clear: both;
	line-height: 2em;
	font-size: small;
}
/* flow
-----------------------------*/
#flow #main p {
	float: right;
	width: 600px;
}
#profile #main h5 {
	padding-left: 110px;
	padding-bottom: 10px;
	font-size: 10px;
}
