{
// BIOSEAL- CSS FILE
// by HAYATO TANAKA, Graphic Designer Angiotech
//
// Product Theme Colors:
// 5edcd6 = Light Tone 5edcd6
// 3eb7b1 = Medium Tone 3eb7b1
// 127f7a = Dark Tone 127f7a
}

body
{
background:url("bg_main.jpg") repeat-x #dadadc;
}

h1
{
color:#555;
}

h2
{
color:#555;
}

h3
{
color:#555;
}

select, textArea, input
{
color:#555;
background:url("bg_forms.png") repeat-x #FFF;
border-top:1px solid #127f7a;
border-left:1px solid #3eb7b1;
border-right:1px solid #3eb7b1;
border-bottom:1px solid #5edcd6;
}

.button
{
color:#FFF;
background:url("bg_button.png") repeat-x #127f7a;
padding:1px;
}

.button:hover
{
background:none no-repeat #3eb7b1;
}

a, a:link, a:active, a:visited
{
color:#127f7a;
}

a:hover
{
color:#3eb7b1;
}

#header
{
color:#FFF; 
background:#000 url('bg_header.png') repeat-x;
}

#header a,#header a:link,#header a:active,#header a:visited
{
color:#5edcd6;
text-decoration:none;
}

#header a:hover
{
color:#FFF;
}

#window
{
background:url("bg_window.png") no-repeat #FFF;
}

#content
{
background:url("bg_content.png") repeat-x #FFF;
position:relative;
}

#content li, #window li
{
list-style-image:url("arrow_right.png");
}

#nav 
{
background:url("bg_content.png") repeat-x #FFF;
}

#nav:hover
{
background-image:none;
background-color:#5edcd6;
border:1px solid #5edcd6;
}

#nav a,#nav a:link,#nav a:active,#nav a:visited
{
text-decoration:none;
}

#nav a:hover
{
color:#127f7a;
}

#contrast a, #contrast a:link, #contrast a:active, #contrast a:visited
{
color:#72A0D3;
}
