/* REDLAB CO., LTD. [ www.redlab.net ] CSS ------------------------------------------------------------------------------------*/
/* BACKGROUND ----------------------------------------------------------------------------------------------------------------------------*/

.doth{
	background-image:url(img/doth.gif);
	background-repeat:repeat-x;
}

.dotv{
	background-image:url(img/dotv.gif);
	background-repeat:repeat-y;
}

.bgTop{
	background-image:url(img/bgTop.gif);
	background-repeat:no-repeat;
}


.bgTopHeader{
	background-image:url(img/bgTopHeader.gif);
	background-repeat:no-repeat;
}



.bgTopHeader_index{
	background-image:url(img/bgTopHeader_index.gif);
	background-repeat:no-repeat;
}

/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:underline; color:#0092b0;}
a:visited{text-decoration:underline; color:#0092b0;}
a:hover{text-decoration:underline; color:#333333;}

a.link1:link{text-decoration:underline; color:#999999;}
a.link1:visited{text-decoration:underline; color:#999999;}
a.link1:hover{text-decoration:underline; color:#0092b0;}

a.link2:link{text-decoration:underline; color:#666666;}
a.link2:visited{text-decoration:underline; color:#666666;}
a.link2:hover{text-decoration:underline; color:#0092b0;}

a.link3:link{text-decoration:none; color:#666666;}
a.link3:visited{text-decoration:none; color:#666666;}
a.link3:hover{text-decoration:underline; color:#9f6634;}

a.link4:link{text-decoration:underline; color:#9f6634;}
a.link4:visited{text-decoration:underline; color:#9f6634;}
a.link4:hover{text-decoration:underline; color:#666666;}

a.link5:link{text-decoration:none; color:#0092b0;}
a.link5:visited{text-decoration:none; color:#0092b0;}
a.link5:hover{text-decoration:none; color:#9f6634;}

a.link6:link{text-decoration:none; color:#67DE9A;}
a.link6:visited{text-decoration:none; color:#67DE9A;}
a.link6:hover{text-decoration:none; color:#666666;}

.headbrown {
	font-family: "Trebuchet MS", Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size: 11px;
	color: #9F6634;
	font-weight: bold;
}

.headgrey {
	font-family: "Trebuchet MS", Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	color:#333333;
}

.css2{
	color:#999999;
}

.css3{
	color:#CCCCCC;
}

.css4{
	color:#FFFFFF;
}

.css5{
	color:#9F6634;
}

.css6{
	color:#0092b0;
}


.head1{
	font-size:12px;
	color:#333333;
}

.headCat{
	font-size:16px;
	color:#0092b0;
}

/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table,td{
	font-family:"Trebuchet MS", Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size:11px;
	line-height:15px;
	color:#666666;
}

input{
	font-family:"Trebuchet MS", Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size:11px;
	line-height:15px;
	color:#333333;
}

select{
	font-family:"Trebuchet MS", Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size:11px;
	line-height:15px;
	color:#333333;
}

textarea{
	font-family:"Trebuchet MS", Tahoma, "Microsoft Sans Serif", "MS Sans Serif";
	font-size:11px;
	line-height:15px;
	color:#333333;
}

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

.border{
	border:1px solid #cccccc;
}

.borderDot{
	border:1px dashed #9f6634;
}

.borderAll{
	border-color:#0092b0; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:1px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTop{
	border-color:#0092b0; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopDot{
	border-color:#9f6634; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottom{
	border-color:#0092b0; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomDot{
	border-color:#9f6634; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderLeft{
	border-color:#0092b0; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLeftDot{
	border-color:#9f6634; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderRight{
	border-color:#0092b0; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#9f6634; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}

.borderRightBottom{
	border-color:#0092b0; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}
 
.borderTopBottomRight{
	border-color:#0092b0; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderTopBottom{
	border-color:#0092b0; 
	border-top-width:1px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderRightTop{
	border-color:#0092b0; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

ul{
	list-style:circle;
}

.red{
	color:#ff3300;
}
