/* CSS Document */

body{
margin:0px 0px 0px 0px;
background-color:#f9f4ec;
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-position:center;
background-position:top;
}

#main-div{
width:995px;
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-position:top;
margin:0px auto;
padding:0px 0px 0px 0px;}

#inside-div{
width:904px;
background-color:#f8e5ca;
border-top:1px solid #ecd4b4;
border-left:1px solid #ecd4b4;
border-right:1px solid #ecd4b4;
margin:51px 45px 0px 45px;}

/*--end--*/
a:link						{color : #0000FF; text-decoration : none;}
a:visited					{color : #0000FF; text-decoration : none;}
a:hover						{color : #0000FF; text-decoration : underline;}
.alignleft {
  text-align : left;
}

.floatleft {
  float : left;
}

.alignright {
  text-align : right;
}

.floatright {
  float : right;
}

.aligncenter {
  text-align : center;
}

.hide {
  display : none;
}

.clear {
  clear : both;
}

.redtext {
  border : #CC0000 solid 1px;
  color: #CC0000;
  margin : 12px;
  padding : 12px;
  background : #FFFFFF;
}

hr {
  border : #CCCCCC dotted 1px;
  height : 1px;
}

html>body hr {
  border : #000000 solid 0px;
  border-top : #CCCCCC dotted 1px;
  border-bottom : #000000 solid 0px;
  display : block;
  margin : 3px 0px 3px 0px;
  background : #FFFFFF;
}

div.backbutton {
  border : #000000 solid 0px;
  float : left;
  width : 20px;
  height : 30px;
  display : inline;
}

div.nextbutton {
  border : #000000 solid 0px;
  float : left;
  width : 20px;
  height : 30px;
  text-align : right;
  display : inline;
}

div.pagenumbers {
  border : #000000 solid 0px;
  float : left;
  width : 500px;
  height : 20px;
  text-align : center;
  display : inline;
}

strong.pagenumber, a.pagenumber {
  border : #000000 solid 0px;
  background : #EEEEEE;
  padding : 3px;
  margin : 2px;
  text-decoration : none;
}
/* FORM STYLES - START */
form {
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
}

label {
  font-weight : normal;
}

label.formleft {
  display : block;
  width : 150px;
  float : left;
  text-align : right;
  margin-right : 6px;
}

small.formnote {/* margin left same width as label.formleft width */
  margin : 0px 0px 0px 160px;
  display : block;
}

input.checkbox {
  width : 20px;
  float : left;
}

label.labelright {
  display : block;
  width : 90%;
  float : left;
  margin-right : 6px;
  text-align : left;
  font-size : 9px;
  font-weight : normal;
  color : #000000;
  padding-top : 4px;
}

fieldset {
  margin : 12px;
  padding : 6px;
}

#search fieldset {
  margin : 12px 12px 12px 12px;
  padding : 6px;
  width: 290px;
  height: 60px;
  border: 1px solid #cccccc;
}

fieldset.address {
  width : 45%;
  float : left;
  margin : 12px;
  padding : 6px;
}

legend {
  color : #000000;
  font-weight : bolder;
}

.formmsg {
  color: #CC0000;
  padding-top : 6px;
}

.form {
  width : 200px;
}

textarea {
  font-size : 12px;
}

.button {
  background-color : #OOO;
  color: #000000;
  border:1px solid #666666;
  font-size:10pt;
  font weight: bold;
}
/* FORM STYLES - END */

table {
  margin-top : 12px;
  margin-bottom : 12px;
  border : 0px;
}

caption {
  text-align : left;
}

th {
  background-color : #B97417;
  padding-left : 3px;
  color:#FFFFFF;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  font-size : small;
  font-weight: normal;
  text-align : left;
  border : 0px;
}

td.right, td.data, td.center {
  background-color : #EEEEEE;
  padding-left : 3px;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  border : 0px;
}

td.right {
  text-align : right;
}

#highlight a.title {
  color: #999999;
  font-size: 18px;
  font-weight:bold;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif, Verdana ;
}

#highlight small {
  color: #000000;
  font-size: 10px;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight p.pricelabel {
  color: #000000;
  font-size: 12px;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight p.price {
  color: #CC0000;
  font-size: 14px;
  font-weight:bold;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight .mainimg {
	margin-right: 10px;
	margin-left: 10px;
}
	
#highlight {
  background-image: url(../images/highlight_bg.gif);
	background-repeat: none;
	background-position: center top;
}

#highlight legend {
	color: #328CB7;
	font-size:110%;
	font-weight: bolder;
	margin: 0px 0px 0px 10px;
}

#highlight .smallimg_1 {
  float:left;
  margin:10px 0px 0px 0px;
}

#highlight .smallimg_2 {
  float:right;
  margin:10px 0px 0px 0px;
}

#highlight .smallimg_3 {
  float:left;
  margin:3px 0px 0px 0px;
}

.highlightbutton {
  margin:20px 0px 0px 40px;
}

#clear{
clear:both}
#head-main{
width:904px;
}

#head-main-lft{
width:267px;
float:left;
}

#head-main-right{
width:637px;
float:right;
}

#rgt-top-main{
width:637px;
height:59px;
}
.cardimg{
padding:0px 5px 0px 0px}

#rgt-top-main-left{
font-family:arial;
font-size:13px;
color:#000000;
width:400px;
float:left;
padding:30px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#rgt-top-main-left ul{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 20px;
list-style:none;

}

#rgt-top-main-left li{
font-family:arial;
font-size:13px;
color:#000000;
text-decoration:none;
float:left;
padding:0px 10px 0px 10px;
margin:0px 0px 0px 0px;
border-right:1px solid #666666;
}
#rgt-top-main-left li.last{
border: none;

}

#rgt-top-main-left li a{
font-family:arial;
font-size:13px;
color:#000000;
text-decoration:none;
}

#rgt-top-main-left li a:hover{
font-family:arial;
font-size:13px;
color:#000000;
text-decoration:underline;
}


#rgt-top-main-right{
width:209px;
float:right;
padding:0px 0px 0px 0px;
margin:30px 0px 0px 20px;
}

#rgt-top-main-right form {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
text-align:left;

}



/*#rgt-top-main-right form input {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:150px;
height:15px;
padding:0px 0px 0px 0px;
margin:0px 00px 0px 0px;
text-align:left;
}*/

.go{
padding:0px 0px 0px 2px;}

#rgt-top-img{
width:637px;
height:282px;

}


/*-----head end----*/

#contener{
width:904px;

}



#contener-left{
width:545px;
float:left;
border:1px solid #000000s;
padding-left:19px;
}

#lft-tbl{
width:545px;
background-color:#f9f4ec;
background-image:url(../images/linebg.jpg);

}

#brown-main{
width:545px;
height:37px;
background-image:url(../images/t-bg.jpg);
}

#brownmain-lft{
width:7px;
height:37px;
float:left;
background-image:url(../images/corner-left.jpg)
}

#brownmain-center{
font-family:arial;
font-size:12px;
color:#ffffff;
float:left;
text-align:center;
}


#brownmain-center ul{
font-family:arial;
font-size:12px;
color:#ffffff;
list-style:none;
margin:0px 0px 0px 5px;
padding:0px 0px 0px 0px;
}

#brownmain-center li{
font-family:arial;
font-size:11px;
color:#ffffff;
font-weight:bold;
float:left;
margin:12px 0px 0px 0px;
padding:0px 10px 0px 9px;
border-right:2px solid #f5ecdf;

}


#brownmain-center li{
font-family:arial;
font-size:11px;
color:#ffffff;
font-weight:bold;
float:left;
margin:12px 0px 0px 0px;
padding:0px 10px 0px 9px;
border-right:2px solid #f5ecdf;

}
#brownmain-center li.end {
	border-right: none;
}


#brownmain-center li a{
font-family:arial;
font-size:12px;
color:#ffffff;
text-decoration:none;


}

#brownmain-center li a:hover{
font-family:arial;
font-size:12px;
color:#ffffff;
text-decoration:underline;



}
#photo-main{
width:500px;
margin:5px 0px 0px 23px;
padding:0px 0px 10px 0px;
overflow:hidden;
}


.img-div{
width:142px;
margin:10px 0px 0px 20px;
padding:0px 0px 3px 0px;
float:left;
height:110px;
}
.img-div2{
width:140px;
margin:10px 0px 0px 20px;
padding:0px 0px 3px 0px;
float:left;
height:108px;
background-color:#f6d298;
border:1px solid #b29367;
}
.bor-img{
border:1px solid #b29367;}

/*--left end---*/

#brownmain-right{
width:7px;
height:37px;
float:right;
background-image:url(../images/corner-right.jpg);
}



#contener-right{
width:330px;
float:right;

}

#rht-tbl{
width:304px;
background-color:#f9f4ec;
background-image:url(../images/line.jpg);

}

#brown-main-rht{
width:304px;
height:37px;
background-image:url(../images/t-bg.jpg);
}



#brownmain-rht-lft{
width:7px;
height:37px;
float:left;
background-image:url(../images/corner-left.jpg)
}

#brownmain-rht-center{
font-family:arial;
font-size:12px;
color:#ffffff;
float:left;
text-align:center;
}

#brownmain-rht-center ul{
font-family:arial;
font-size:12px;
color:#ffffff;
list-style:none;
margin:0px 0px 0px 5px;
padding:0px 0px 0px 0px;
}

#brownmain-rht-center li{
font-family:arial;
font-size:11px;
color:#ffffff;
font-weight:bold;
float:left;
margin:12px 0px 0px 0px;
padding:0px 10px 0px 9px;


}

#brownmain-rht-center li.ends{
border:none;


}

#brownmain-rht-center li a{
font-family:arial;
font-size:12px;
color:#ffffff;
text-decoration:none;


}

#brownmain-rht-center li a:hover{
font-family:arial;
font-size:12px;
color:#ffffff;
text-decoration:underline;

}


#photo-mainrht{
width:290px;
margin:15px 0px 0px 5px;
padding:0px 0px 0px 0px;
}
/*--img 1-*/
#img-div-right-main{
width:140px;
height:110px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
}

#img-div-right-mains{
width:140px;
height:110px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:right;
}

#bottom-round{
width:545x;
height:7px;
background-image:url(../images/roundcorner.jpg);
background-repeat:no-repeat;
}

#bottom-rounds{
width:304x;
height:7px;
background-image:url(../images/r-round-corner.jpg);
background-repeat:no-repeat;
}

#photo-div{
margin:0px 5px 0px 5px;
padding:0px 0px 0px 0px;
border:1px solid #b36c09;
}

#photo-txt{
margin:0px 5px 0px 5px;
padding:0px 0px 0px 0px;
}

#photo-text{
font-family:arial;
font-size:11px;
font-weight:bold;
color:#000000;
float:left;
}
#photo-text-no{
font-family:arial;
font-size:11px;
font-weight:bold;
color:#000000;
float:right;
}
/*.imgpro{
width:125px;
height:98px;
border:1px solid #f5d298;}


#img-tex-main{
width:125px;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
float:left;
}

#img-tex-main-product{
font-family:arial;
font-size:11px;
color:#000000;
font-weight:bold;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
}

#img-tex-main-product-no{
font-family:arial;
font-size:11px;
color:#000000;
font-weight:bold;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:right;
}

.bor-img-right{
border:1px solid #b29367;}

/*---*/





/*.imgpros{
width:125px;
height:98px;
border:1px solid #f5d298;}


#img-tex-mains{
width:125px;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
float:left;
}

#img-tex-main-products{
font-family:arial;
font-size:11px;
color:#000000;
font-weight:bold;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
}

#img-tex-main-product-nos{
font-family:arial;
font-size:11px;
color:#000000;
font-weight:bold;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:right;
}

.bor-img-rights{
border:1px solid #b29367;}

*/

#space{
margin:0px auto;
width:904px;
height:50px;
background-color:#f8e5ca;
border-bottom:1px solid #ecd4b4;
border-left:0px solid #ecd4b4;
border-right:0px solid #ecd4b4;
}
#fotter{
margin:0px auto;
width:904px;
height:90px;
font-family:arial;
font-size:12px;
line-height:20px;
color:#000000;
text-align:center;
padding-top:20px;
}

#fotter a{
margin:0px auto;
width:904px;
height:90px;
font-family:arial;
line-height:20px;
font-size:12px;
color:#000000;
text-decoration:none;
}

#fotter a:hover{
margin:0px auto;
width:904px;
height:90px;
font-family:arial;
line-height:20px;
font-size:12px;
color:#b5700f;
text-decoration:underline;
}


/*---inner page css----*/

#menu{
margin:0px auto;
width:863px;
height:31px;
background-image:url(../images/menubg.jpg);}

#menu-lft{
margin:0px auto;
width:7px;
height:31px;
float:left;
background-image:url(../images/menulft.jpg);}

#menu-cnter{
width:849px;
font-family:arial;
font-size:12px;
color:#000000;
float:left;}

#menu-rht{
margin:0px auto;
width:7px;
height:31px;
float:right;
background-image:url(../images/menurht.jpg)}

#intoplink{
width:849px;
margin:0px auto;
}

#intoplink ul{
font-family:arial;
font-size:12px;
color:#f5ecdf;
list-style:none;
margin:14px 0px 0px 0px;
padding:0px 10px 0px 0px;

}


#intoplink li{
font-family:arial;
font-size:12px;
color:#f5ecdf;
float:left;
text-align:center;
border-right:1px solid #f5ecdf;
margin:0px 0px 0px 0px;
padding:0px 13px 0px 13px;}

#intoplink li.last{
border-right:none;}



#intoplink li a{
font-family:arial;
font-size:12px;
color:#f5ecdf;
font-weight:bold;
float:left;
text-decoration:none;
}


#intoplink li a:hover{
font-family:arial;
font-size:12px;
color:#ffffff;
font-weight:bold;
float:left;
text-decoration:underline;}


#text{
font-family:arial;
font-size:12px;
line-height:17px;
color:#000000;
margin-top:20px;
}

#text-center{
background-image:url(../images/bgline.jpg);
width:609px;
height:7px;}


#topline{
width:609x;
height:7px;}

#matter{
width:609px;
background-color:#f9f4ec;
background-image:url(../images/lbg.jpg);
overflow:hidden;}

#matter p{
font-family:arial;
font-size:12px;
line-height:17px;
color:#000000;
margin:0px 10px 0px 10px;
padding:10px 0px 10px 0px;}

#matter h1{
font-family:arial;
font-size:19px;
line-height:17px;
color:#b36c09;
margin:0px 10px 0px 10px;
padding:10px 0px 5px 0px;
border-bottom:1px solid #b36c09;}

#bottomline{
width:609x;
height:7px;
background-image:url(../images/insidebottomline.jpg);}


#contener-rights{
width:230px;
float:right;
margin:20px 0px 0px 0px;
padding:0px 0px 0px 0px;

}

#aboutimg{
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;

}

#contener-rht{
width:220px;
float:right;
margin:10px 0px 0px 0px;

}

#contener-rhts{
width:220px;
float:right;
margin:10px 0px 0px 0px;

}
#imgframe{
width:128px;
float:left;
margin:0px 0px 0px 0px;
padding:0px 7px 5px 8px;
clear:inherit;}

#imgframe h5{
font-family:arial;
font-size:11px;
color:#000000;
float:left;
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;

}

#imgframe h6{
font-family:arial;
font-size:11px;
color:#000000;
float:right;
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;

}

#imgframe img{
border:1px solid #b36c09;

}
.productthumb1{
width: 170px;
border:#000000 solid 0px;
float:left;
margin: 15px 10px 25px 10px;
color:#838584;
border: #d9b583 solid 0px;
}
.gallery{
width:530px;
border:0px solid #eaca99;
}

.gallery p{
font-family:arial;
font-size:12px;
color:#CC6633;
font-weight:bold;
text-align:left;
margin:0px 0px 0px 0px;
padding:6px 0px 0px 137px;}

.Gallery-Main{
width:530px;
border:0px solid #eaca99;}

.Gallery-Left{
width:513px;
float:left;
border:0px solid #eaca99;
padding:3px 0px 0px 0px;
margin-top:10px;}

.Gallery-Right{
float:left;
border:0px solid #eaca99;
padding:5px 0px 0px 0px;}

.gallery-img{
float:left;
margin:1px 3px 0px 3px;}

.gallery-img img{
float:left;
margin:1px 1px 1px 1px;
border:1px solid #c7a068;}


.gallery-bg
{
width:510px;
height:318px;
background-image:url(../images/gallery-bg.jpg);
background-repeat:no-repeat;
background-position:center;
padding-left:4px;

}

.Container2 {
  position:relative;
  width: 280px;
  padding-top:2px;
  padding-left:0px;
 
  
  
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  width:275px;
  border:0px solid #f9e5ca;
  padding:2px 2px 2px 2px;
  
}
.Scrollbar-Ups {
	cursor: pointer;
	position: absolute;
	top: 5px;
	bottom:85px;
	left: 40px;
	width:14px;
	height:16px;
	border:0px solid #0033CC;
}
.Scrollbar-Downs {
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 15px;
	width:14px;
	height:16px;
}

/*--inner contener-left css--*/
#Inner-Contener-Left
{
width:860px;
float:left;
border:1px solid #000000s;
padding-left:19px;
}

#Matter-Inner-Contener-Left{
width:862px;
background-color:#f9f4ec;
background-image:url(../images/lbg-b.jpg);}

#Matter-Inner-Contener-Left p{
font-family:arial;
font-size:12px;
line-height:17px;
text-align:justify;
color:#000000;
margin:0px 10px 0px 10px;
padding:10px 0px 10px 0px;}

#Matter-Inner-Contener-Left h1{
font-family:arial;
font-size:19px;
line-height:17px;
color:#b36c09;
margin:0px 10px 0px 10px;
padding:10px 0px 5px 0px;
border-bottom:1px solid #b36c09;}

#Inner-Text{
font-family:arial;
font-size:12px;
line-height:17px;
color:#000000;
margin-top:20px;
}

#Inner-Topline{
width:609x;
height:7px;}

#Inner-Bottomline{
width:609x;
height:7px;
background-image:url(../images/insidebottomline.jpg);}


#Inner-photo
{
float:left;
margin:0px 0px 0px 8px;
padding:3px 3px 0px 3px;
border:1px solid #ffd09e;
background-color:#FFFFFF;
text-align:center;
width: 800px;
}

#Inner-photo img
{
margin:10px;
padding:3px 3px 3px 3px;

}

/*-end--*/
