/**
-----------------------------------------------------
pathname:		\style\pc_main.css
lastmodified:	20030815  
description:	style sheet for pc-browsers
author:			VIDE Corporation
-----------------------------------------------------
-----------------------------------------------------
1.0 General Elements
-----------------------------------------------------
*/
html, body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	}

body {
	background-color: #fff;
	color: #000;
	font-family: arial, verdana, helvetica, sans-serif;
	}

a {
	text-decoration: none;
	}

a:visited 	{
	color: blue;
	text-decoration: underline;
	}

a:link 	{
	color: blue;
	text-decoration: underline;
	}

a:hover 	{
	color: blue;
	text-decoration: underline;
	}

p	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	margin:0;
	padding: 0 0 10px;
	}

td 	{ 
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	line-height: 15px;	
	}

ul , li, dl , dt , dd {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px; 
	margin: 15px;
	}

img	{
	border:	0;
	}

abbr, acronym, .help {
  	border-bottom: 1px dotted #333;
  	cursor: help;
  	}

form {
	margin:0;
	padding:0;
	}

.spacerw1 {
	display: block;
	width: 1px;
	}

.spacerw10 {
	display: block;
	width: 10px;
	}

.spacerh5 {
	height: 5px;
	position: relative;
	}

.spacerh10 {
	height: 10px;
	position: relative;
	}

.spacerh20 {
	height: 20px;
	position: relative;
	}

.spacerh30 {
	height: 30px;
	position: relative;
	}

/**
-----------------------------------------------------
2.0 Header
-----------------------------------------------------
*/
#hdr {
	height: 40px;
	position: relative;
	margin: 0;
	width: 755px;
	}

#hdrlogo {
	position: absolute;
	top: 10px;
	left: 10px;
	}

#hdrlinks {
	color: #000000;
	position: absolute;
	white-space: nowrap;
	bottom: 15px;
	right: 0;
	}

#hdrlinks img {
	vertical-align: middle;
	margin: 0 0.6em 0 2em;
	}

#hdrlinks a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	}

#hdrlinks a:hover {
	text-decoration: underline;
	}
/**
-----------------------------------------------------
1.5 Navigation
-----------------------------------------------------
/* Begin Level One Tabs */
.navT1 {
	color: #000000; 
	font-family: Verdana, Arial, sans-serif; 
	padding: 0 20px;  
	text-decoration: none;
	}

.navT1:link {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	}

.navT1:visited {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	}

.navT1:hover {
	color: #ffffff;
	}

/* End Level One Tabs */

/* Begin Level Two Tabs */

.navT2link:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	}

.navT2link:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	}

.navT2link:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.navT2link:active {
	color: #ffffff;
	text-decoration: underline;
	}
/* End Level two Tabs */

/* Print link */

.printlink a:link {
	color: #999999;
	text-decoration: none;
	}

.printlink a:visited {
	color: #999999;
	text-decoration: none;
	}

.printlink a:hover {
	color: #000;
	text-decoration: underline;
	}

.printlink a:active {
	color: #000;
	text-decoration: underline;
	}

/* End Level two Tabs */

#navpath a 	{
	color: #999999;
	text-decoration: none;
	}

/**
-----------------------------------------------------
3.0 Formatting Structure
-----------------------------------------------------
*/
#container {
	margin: 0;
	position: relative;
	width: 755px;
	}

#title {
	margin: 0;
	position: relative;
	padding: 0 0.5em;
	width: 755px;
	}

#subcontainer {
	margin-left: 140px;
	width: 100%
	}

#subcontainerfull {
	margin-left: 81px;
	width: 100%
	}

/**
-----------------------------------------------------
3.0 Main Left Column (L)
-----------------------------------------------------
*/
#col {
	position: relative;
	width: 90%;
  }

#colL {
	position: absolute;
	left: 10px;
	width: 140px;
	color: #000;
	}

/**
-----------------------------------------------------
4.0 Main Content Column (M)
-----------------------------------------------------
*/
#colM {
	position: relative;
	color: #000;
	width: 65%;
	}

/**
-----------------------------------------------------
5.0 Main Right Column (R)
-----------------------------------------------------
*/
#colR {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
	width: 170px;
  }

/**
-----------------------------------------------------
6.0 Block Position
-----------------------------------------------------
*/
.left {
	float: left;
	}

.right {
	float: right;
	}

.imgleft {
	float:left; 
	margin:2px 10px 5px 0;
	}

.imgright {
	float:right; 
	margin:0 0 5px 10px;
	}

.end {
	float:none;
	display:inline;
	}

/**
-----------------------------------------------------
6.0 Formatting block-box
-----------------------------------------------------
*/
.box1pc {
	display: block;
	margin: 0;
	padding: 2px 0 0.5em;
	text-decoration: none;
	width: 100%;
	}

.box2pc {
	display: block;
	margin: 0;
	text-decoration: none;
	width: 25%;
	}

.box3pc {
	display: block;
	margin: 0;
	text-decoration: none;
	width: 33%;
	}

.box5pc {
	display: block;
	margin: 0;
	text-decoration: none;
	width: 50%;
	}

.box6pc {
	display: block;
	margin: 0;
	text-decoration: none;
	width: 66.45%;
	}

.box180px {
	display: block;
	margin: 0;
	padding: 2px 0.5em;
	text-decoration: none;
	width: 180px;
	}

.borderallgray {
	border: 1px solid F0F0E0;
	}

.borderallred {
	border: 1px solid red;
	}

.borderrightblack {
	border-left: 0px solid #fff;
	border-right: 1px solid #000;
	}

/**
-----------------------------------------------------
4.0 Formatting background color
-----------------------------------------------------
*/
.mygray1 {
	background-color: #E6E6E6;
	}

.mygray2 {
	background-color: #F0F0E0;
	}

.myred1 {
	background-color: #cc0033;
	}

.aliceblue {
	background-color: #f0f8fe;
	}

.darkblue {
	background-color: #000088;
	}

.darkgray {
	background-color: #a9a9a9;
	}

.darkslategray 	{
	background-color: #2f4f4f;
	}

.firebrick 	{
	background-color: #8e2323;
	}

.gray 	{
	background-color: #c0c0c0;
	}

.lightblue 	{
	background-color: #c0d9d9;
	}

.mediumblue {
	background-color: #3232cd;
	}

.navyblue 	{
	background-color: #23238e;
	}

.red 	{
	background-color: #ff0000;
	}

.verydarkgray 	{
	background-color: #cdcdcd;
	}

/**
-----------------------------------------------------
4.0 Formatting Text
-----------------------------------------------------
*/
b 	{
	font-weight: 600;
	}

em {
	color: red;
	}

strong 	{
	font-weight: bold;
	}

.tighten { 
	line-height: normal; 
	margin-bottom: 0;
	margin-top: 0;
	letter-spacing: -1px; 
	}

.T7B {
	color: #000000;
	font-size: 7px;
	text-decoration: none;
	}

.T9B {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
	}

.T11B {
	color: #000000;
	font-size: 11px;
	margin: 0px 0 0em 0;
	text-decoration: none;
	}

.T11B ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

.T11B li {
	padding:0; 
	margin:.2em 0 0;
	font-weight: 600;
	}

.T12B {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	}

.T14R {
	color: #cc0033;
	font-size: 14px;
	text-decoration: none;
	}
/**
-----------------------------------------------------
4.0 Formatting Header Text
-----------------------------------------------------
*/
h1	{
	font-size:	22px;
	font-weight: Normal; 
	margin: 0;
	}
	
h2	{
	font-size:	22px;
	font-weight: normal; 
	color : #cc0033;	
	margin: 0;
	padding: 0;
	}
	
h3	{
	font-size:	14px;
	font-weight: 600; 
	color : #000;
	text-decoration : none;
	margin-bottom: 0;
	margin-top: 0;
	}
	
h4	{
	font-size:	14px;
	font-weight: 600; 
	color : #cc0033;
	text-decoration : none;
	letter-spacing : 0px;
	margin: 0;
	padding: 0;
	}

h5	{
	font-size:	12px;
	font-weight: 600; 
	color : #cc0033;
	text-decoration : none;
	letter-spacing : -1px;
	margin: 0;
	padding: 0;
	}

h6	{
	font-size:	10px;
	font-weight: 600; 
	color : #cc0033;
	text-decoration : none;
	letter-spacing : -1px;
	margin-bottom: -15px;
	margin-top: 0;
	}
	
/**
-----------------------------------------------------
5.0 Begin links
-----------------------------------------------------
*/
.links { 
	color: #000000;
	font-size: 11px;
	}

.linksdivider { 
	color: #000000;
	font-size: 11px;
	}

.links a:link {
	color: #000000;
	text-decoration: underline;
	}

.links a:visited {
	color: #000000;
	}

.links a:active { 
	color: #000000; 
	text-decoration: underline;
	}

.links a:hover {
	color: #000000;
	text-decoration: underline;
	}

/**
-----------------------------------------------------
6.0 Begin Generics
-----------------------------------------------------
*/
.aligntext {
	text-decoration: underline;
	line-height:20%;
	}

.buffer {
	padding: 0.5em;
	}

.textpad {
	padding: 1em;
	}

div .textpad2 {
	padding: 0.5em 0;
	}

.none, .skiplinks {
	display:none;
	}

.hide {
	visibility:hidden;
	}

.nowrap {
	white-space:nowrap;
	}

ul.tight li {
	margin-bottom:0;
	}

.block {
	display:block;
	}

.clear {
	clear:both;
	}

.clearR {
	clear:right;
	}

/**
-----------------------------------------------------
7.0 Begin Footer
-----------------------------------------------------
*/
#footer {
	margin: 0;
	position: relative;
	width: 755px;
	}

#footer .links {
	background-color: #ffffff;
	border-top: 1px solid #990000;
	position: relative;
	white-space: nowrap;
	height: 30px;
	width: 100%;
	text-align: center;
	line-height:300%;
	}

#footer .copyright {
	margin: 0 auto;
	padding-top: 4px;
	text-align: center;
	}
/**
-----------------------------------------------------
pathname:		\style\pc_home.css
lastmodified:	20040105  
description:	homepage style sheet for pc-browsers
author:			VIDE Corporation
-----------------------------------------------------
-----------------------------------------------------
1.0 General Elements
-----------------------------------------------------
*/
#menucontainer {
	position:absolute;
	width:56%;
	right:0;
	}

/**
-----------------------------------------------------
5.0 HomePage Columns
-----------------------------------------------------
*/
#col1 {
	width:100%;
	margin: 0;
	padding: 0;
	}

#col2 .menu {
  position:relative;
  left:0;
  padding:0 0.25em;
  }

#col3 {
  position:absolute;
  width:25%;
  right:0;
  left:auto;
  }

#col3 a {
	font-size: 12px;
	text-decoration: none;
	}

#col3 a:hover {
	text-decoration: underline;
	}
	
#col3 .menu {
  background-color:#666;
  color:#fff;
  border-color:#fff #fff #fff #fff;
  line-height:135%;
  padding:15px 0px 0px 10px; 
  width: 195px;
  height: 51px;
  border-width:0px 2px 1px 2px;
  border-style:solid;
  }

#col3 .menuRed  {
  background-color:#cc0033;
  color:#fff;
  border-color:#fff #fff #fff #fff;
  line-height:135%;
  padding:15px 0px 0px 10px; 
  width: 195px;
  height: 51px;
  border-width:0px 2px 1px 2px;
  border-style:solid;
  }
  -----------------------------------------------------
1.0 Navigation
-----------------------------------------------------
*/
#nav {
	position: relative;
	background-color: #666;
	height: 15px;
	white-space: nowrap;
	width: 100%;
	margin: 0px 0 0px 0px;
	padding: 0;
	}

#nav a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 11px;
	padding: 2px 0.5em;
	text-decoration: none;
	width: 81px;
	}

#nav a:hover {
	background-color: #000000;
	border-left: 5px solid #000000;
	}

#nav a.menuend {
	border-right-width: 0;
	}

/* End Level One Tabs */

#nav2 {
	position: relative;
	background-color: #cc0033;
	height: 15px;
	white-space: nowrap;
	width: 100%;
	margin: 0px 0 0 0px;
	padding: 0;
	}

#nav2 a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 11px;
	padding: 2px 0.5em;
	text-decoration: none;
	width: 80px;
	}

#nav2 a:hover {
	text-decoration: underline;
	border-left: 5px solid #cc0033;
	}

#nav2 a.menuend {
	border-right-width: 0;
	}
/**
/* End Level Two Tabs */
/* Navigation Background Sytles */

#navbg {
	background-color: #666;
	border-left: 5px solid #666;
	border-right: 1px solid #fff;
	}
#navbgOn {
	background-color: #cc0033;
	border-left: 5px solid #cc0033;
	}
#navbgEnd {
	background-color: #666;
	border-left: 5px solid #666;
	border-right: 0;
	}
#navbgEndOn {
	background-color: #cc0033;
	border-left: 5px solid #cc0033;
	border-right: 0;
	}