@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(images/allbg_g.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.2;
}
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;
	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;
	background-color: #FFFFFF;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	border-top: 3px solid #FF6600;
	position: relative;
	height: 255px;
}
#profile #header {
	background-image: url(images/header01.jpg);
}
#works #header {
	background-image: url(images/header01.jpg);
}
#faq #header {
	background-image: url(images/header01.jpg);
}
#contact  #header {
	background-image: url(images/header01.jpg);
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#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: 141px;
	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,
#profile #header #nProfile a,
#works #header #nWorks a,
#plan #header #nPlan a,
#contact #header #nContact a,
#nblog a {
	color: #FFFFFF;
	background-color: #971D01;
}

/* main styles
------------------------------*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
}
#main h3 {
	margin-bottom: 15px;
	font-size:100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 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: 10em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}
#main dl#recruit dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 150px;
	clear: left;
	float: left;
	width: 10em;
	padding-left: 15px;
}
#main dl#recruit dd {
	margin: 0px 0px 10px;
}
#main ol#flow {
	margin: 0px 30px 20px 10px;
	clear: left;
	padding-left: 15px;
}
#main ol#flow li {
	margin: 0px 0px 10px;
}
#main ol#promise {
	margin: 0px 30px 20px 10px;
	clear: left;
	padding-left: 15px;
}
#main ol#promise li {
	margin: 0px 0px 10px;
}



/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 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 {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
#sidebar ul li a {
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#recipe ul li{
	align: center;
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #000000;
}
#footer ul li a:hover {
	color: #999999;
	text-decoration: none;
}
#footer p a {
	color: #000000;
}
#footer p a:hover {
	color: #999999;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	text-align: right;
}
/* faq
------------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	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;
}
#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 #news table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	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;
}
#main #news table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main #news table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main #news table tr.odd {
	background-color: #EFEFEF;
}
/* privacy
------------------------------*/
#main div.pad1 h3 {
	margin: 10px 0px 5px 0px;
}
.pad1 {
	padding: 0.5px;
}
.lh01 {
	line-height: 150%;
}

.b01 {
	font-weight: 700;
}
.pad-left {
	padding-left: 12px;
}
/* works
------------------------------*/
#main div.photo-box ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	list-style: none
}
#main div.photo-box li {
	float: left;
	padding: 0;
	text-align: left;
	width: 250px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-decoration: none;
	list-style: none
}
#main div.wk {
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk h3 a {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
#main div.wkall {
	clear: both;
	width: 500px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wkall h4 {
	font-weight: bold;
	padding-left: 12px;
	border-left: 3px solid #999999;
	margin: 10px 0px 5px;
}
#main div.wkall h5 {
	font-weight: bold;
	font-size: 9pt;
	margin: 10px 0px 5px;
}

#main div.wksan h4 {
	font-weight: bold;
	padding-left: 12px;
	border-left: 3px solid #999999;
	margin: 10px 0px 5px;
}

#main div.wk h5 {
	font-weight: bold;
	font-size: 9pt;
	margin: 10px 0px 5px;
}
#main div.rayout ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	list-style: none
}
#main div.rayout li {
	padding: auto;
	margin: auto;
	text-align: auto;
	width: 250px;
	text-decoration: none;
	list-style: none
}
#main div.rayout2 ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	list-style: none
}
#main div.rayout2 li {
	padding: auto;
	text-align: auto;
	width: 250px;
	text-decoration: none;
	list-style: none
}

#main div.rayout2 embed {
	padding: auto;
	text-align: auto;
	width: 250px;
	text-decoration: none;
	list-style: none
}

/* 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;
}

/* clearfix
------------------------------*/
.clearfix: after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	    display: inline-block;
}		
*html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}		]
p { text-align: left; margin: 15px 0 }

p, ul { font-size: 13px; line-height: 1.4em } 

p a, li a { color: #39c; text-decoration: none }

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding: 20px 0 30px 0; text-align: center; width: 100% }

a:focus { outline:none }

img { border: 0 }

h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }

.stripViewer .panelContainer .panel ul {
text-align: left;
margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
width: 100%;
position: relative;
margin: 20px 0;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 50px; height: 20px; background: #fff; overflow: hidden;}

.stripViewer { /* This is the viewing window */
position: relative;
overflow: hidden; 
border: 5px solid #39c; /* this is the border. should have the same value for the links */
margin: auto;
width: 350px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 400px;
clear: both;
background: #fff;
}

.stripViewer .panelContainer { 
position: relative;
left: 0; top: 0;
width: 100%;
list-style-type: none;
-moz-user-select: none; 
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
float:left;
width: 350px; /* Also specified in  .stripViewer  above */
height: 100%;
}

.stripViewer .panelContainer .panel .wrapper { 
padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
list-style: none;
}

.stripNav ul li {
float: left;
margin-right: 2px; 
}

.stripNav a { /* The nav links */
font-size: 10px;
font-weight: bold;
text-align: center;
line-height: 32px;
background: #c6e3ff;
color: #000;
text-decoration: none;
display: block;
padding: 0 15px;
}

.stripNav a:hover {
background: #9cf;
}

.stripNav a.current {
background: #39c;
color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
position: absolute;
top: 200px;
text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
display: block;
height: 40px;
width: 40px;
}

.stripNavL {
left: 0;
}

.stripNavR {
right: 0;
}

.stripNavL {
background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
background: url("images/arrow-right.gif") no-repeat center;
}
