/* CSS Document */
/*Style Octa foods*/
body
{ 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
/*background-image: url("images/bg-index.jpg");
background-repeat: repeat-y;*/
background-color: #FFFFFF;
font-family: Tahoma,MS Sans Serif;
color: #003399;
}						
/*----------text----------*/
body,td {
	color: #666666; 								
	/*background-color: #370000;*/
   /* font-weight: bold;*/
	font-family: Tahoma,MS Sans Serif;
	font-size: 9pt;
	line-height:16px;
}
.Grey{
	font-family: Tahoma,MS Sans Serif;
	font-size: 17pt;
	font-weight:bold;
	color:#666666;
}
.Grey-underline{
	font-family: Tahoma,MS Sans Serif;	
	text-decoration:underline;
	font-size: 9pt;
	font-weight:bold;
	color:#666666;
}
.Grey-bold{
	font-family: Tahoma,MS Sans Serif;	
	font-size: 9pt;
	font-weight:bold;
	color:#666666;
}

.Green{
	font-family: Tahoma,MS Sans Serif;
	font-size: 7pt;
	color:#82CA9C;
}
.white{
	font-family: Tahoma,MS Sans Serif;
	font-size: 10pt;
	color:#FFFFFF;
}
.whitebold{
	font-family: Tahoma,MS Sans Serif;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight:bold;
}

.Green-mail{
	font-family: Tahoma,MS Sans Serif;
	font-size: 9pt;
	color:#00764B;
}

.Green-B{
	font-family: Tahoma,MS Sans Serif;
	font-size: 9pt;
	font-weight:bold;
	color:#CCFFCC;
}
.Green-News{
	font-family: Tahoma,MS Sans Serif;
	font-size: 10pt;
	font-weight:bold;
	color:#00764B;
}
.Red{
	font-family: Tahoma,MS Sans Serif;
	font-size: 9pt;
	font-weight:bold;
	color:#FF0000;
}


.h1 {
		text-align:right;
		font-size: 33pt;
		line-height: 25px;
		font-family: Angsana New, Tahoma;
		letter-spacing: 0.02cm;
		font-weight: bold;
		position: relative;
		color: #666666;
	}
	.h1 span {
		position: absolute;
		top: 17px;
		left: -3px;
		padding-right: -3px;
		color: #FFFFFF;
	}
.text-Oriental{
	font-family: Tahoma,MS Sans Serif;
	font-size: 9pt;
	font-weight:normal;
	color:#F7941C;
	line-height:20px;
}

p {color: rgb(0,0,255)}
.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
	font-family: Tahoma,MS Sans Serif;
	font-size: 9pt;
	font-weight:normal;
	color:#FFFFFF;
}
.verticaltext-01 {
	writing-mode: tb-rl;
	filter: flipv fliph;
	font-family: Tahoma,MS Sans Serif;
	font-size: 9pt;
	font-weight:normal;
	color:#E78105;
}

/*----------End Text----------*/


/*----------Link----------*/
a:link {
	color: #000000;
	line-height:20px;
	font-family: Tahoma,MS Sans Serif;
	text-decoration: none;
	font-size: 8pt;
	font-weight:bold;
}
a:visited {
	color: #000000;
	line-height:20px;
	font-family: Tahoma,MS Sans Serif;
	text-decoration: none;
	font-size: 8pt;
	font-weight:bold;
}
a:hover {
	color: #FFFFFF;
	line-height:20px;
	font-family: Tahoma,MS Sans Serif;
	text-decoration: none;
	font-size: 8pt;
	font-weight:bold;
}
a:active {
	color: #000000;
	line-height:20px;
	font-family: Tahoma,MS Sans Serif;
	text-decoration: none;
	font-size: 8pt;
	font-weight:bold;
}
/*----------End Link----------*/

/*-----------Form-----------*/

.combobox {
	color: #000000; 				
	font-family: Tahoma,MS Sans Serif;
	font-size: 8pt;
	line-height: 14pt;
	border-color:9CC192;
	border-bottom:9CC192;
}

/*----------End Form----------*/


.box-alpha{
	filter:alpha(opacity=70);
}
.green-Gradient{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3A9574,endColorStr=#FFFFFF);
}
.yellow-Gradient{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEDC1F,endColorStr=#FFFFFF);
}

ul.OurCompany
{
	list-style-image:url(images/arrow.gif);
	font-family: Tahoma,MS Sans Serif;
	font-weight:normal;
	font-size: 9pt;
	color:#00764B;
	margin-bottom:3px;
	margin-left:50px;		
}

img.floatLeft { 
	float: left; 
	margin: 2px; 
}

img.floatRight { 
	float:right; 
	margin: 4px;
	margin-top:-1px;
	margin-bottom:0px;
}

.box-Catalog{
	background-image: url("images/bg-Kitchen.jpg"); 
    background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:right;
}
.box-spice{
	background-image: url("images/pic-spice.jpg"); 
    background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:left;
}
.box-Rice{
	background-image: url("images/pic-Rice.jpg"); 
    background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:right;
}
.box-Sauce{
	background-image: url("images/pic-sauce.jpg"); 
    background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:left;
}
.box-soup{
	background-image: url("images/pic-soup.jpg"); 
    background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:right;
}
.box-Dessert{
	background-image: url("images/pic-Dessert.jpg"); 
    background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:left;
}
