/* CSS Document */
body{
font-family:Tahoma;
font-size:11px;
color:#767676;
margin:0px;
padding:0px;
background:url(../images/page_bg.jpg) 0px 0px repeat;
}

td,p,div{
font-family:Tahoma;
font-size:11px;
color:#767676;
}

a{color:#767676; text-decoration:none; outline:none;}
a:hover{color:#fff; text-decoration:underline; outline:none;}

img{border:0}

/* Form Style */
input ,textarea ,select{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
background-color:#fff;
border:1px solid #AFAFAF;
padding:1px;
}
input:hover ,textarea:hover ,select:hover{
background-color:#fff;
border:1px solid #000;
}

.button{
font-family:Tahoma;
background:url(../images/btn_bg.jpg) 0px 0px repeat;
color:#fff;
border:1px solid #000;
padding:2px;
}

.button:hover{
background:url(../images/btn_bg_hvr.jpg) 0px 0px repeat;
color:#fff;
border:1px solid #000;
}

/* Title Style */
h1{
color:#A11111;
font-size:18px;
margin:0px;
padding:0px;
font-weight:normal;
background:url(../images/page_title_img.jpg) 0px 0px no-repeat;
line-height:30px;
text-indent:9px;
text-transform:uppercase;
}

h2{
color:#800000;
font-size:12px;
margin:0px;
padding:0px;
line-height:35px;
font-weight:bold;
}


/* Menu Style */
#basic-accordian{
	position:absolute;
	z-index:2;
}

.accordion_headings{
	cursor:pointer;
	background:#fff url(../images/menu_bg.png) 0px 0px no-repeat;
	line-height:27px;
	font-size:11px;
	width:192px;
	color:#fff;
	text-indent:30px;
}

.accordion_headings a, .accordion_headings1 a{color:#fff; text-decoration:none;}
.accordion_headings a:hover, .accordion_headings1 a:hover{color:#fff; text-decoration:none;}

.accordion_headings:hover{
	background:#fff url(../images/menu_bg_hvr.png) 0px 0px no-repeat;
}

.accordion_headings1{
	cursor:pointer;
	background:url(../images/menu_bg.png) 0px 0px no-repeat;
	line-height:27px;
	font-size:11px;
	width:192px;
	color:#fff;
	text-indent:30px;

}

.accordion_headings1:hover{
	background:url(../images/menu_bg_hvr.png) 0px 0px no-repeat;
}

.accordion_child{
	background:#fff;
}

.header_highlight{
 background:#fff url(../images/menu_bg_hvr.png) 0px 0px no-repeat;
}

.header_highlight1{
 background:url(../images/menu_bg_hvr.png) 0px 0px no-repeat;
}

/* Other Style */
.pagination{
color:#6C6C6C;
font-size:10px;
}
.pagination a{color:#6C6C6C; text-decoration:none;}
.pagination a:hover{color:#800003; text-decoration:none;}


.morelink{
color:#252525;
font-size:11px;
}
.morelink a{color:#252525; text-decoration:none;}
.morelink a:hover{color:#800000; text-decoration:underline;}

.dottedline{background:url(../images/dot.jpg) 0px 0px repeat-x; height:1px;}

.tip_text{color:#787878; font-weight:bold;}

/* Footer Style */
.footer{
color:#B9B9B9;
font-size:11px;
}
.footer a{color:#B9B9B9; text-decoration:none;}
.footer a:hover{color:#fff; text-decoration:underline;}


/* Footer Gallery Style */
/* DIV container slider example */
#gallery_container2 {  width:550px ; height:82px ; margin:15px 0px; display:block; position:relative;}

/* create custom forward-backward buttons for this container */
#gallery_container2 .addfwd { display:block; position:absolute; cursor:pointer; width:22px; height:82px; top:0px; right:0px; background:url(../images/right_arrow.png) center left no-repeat; }
#gallery_container2 .addbkwd { display:block; position:absolute; cursor:pointer; width:22px; height:82px; top:0px; left:0px; background:url(../images/left_arrow.png) center right no-repeat; }

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2{ position:relative ; overflow:hidden ; width:496px ; height:82px;}
/* the thumbnails container; set a width on it so everything will be fine */
#thumbs2 { display:block; position:relative; width:6000px;}


#thumbs2 div.thumbnail { display:block; position:relative; float:left; margin:0px 12px; width:105px; text-align:center; }

#thumbs2 div.thumbnail div{
width:101px;
height:78px;
padding:2px;
background:url(../images/gallery_frame.png) 0px 0px no-repeat;
text-align:center;
}

#thumbs2 div.thumbnail div span{
line-height:16px;
color:#262626;
font-size:10px;
}

/*********************** SCROLLERS ***********************/
.root { position:relative; margin:0px 0px 8px 7px;}
.thumb { position: absolute; height: 13px; width:9px; left:10px; background:#CCCCCC;}
.up, .dn { position: absolute; left:10px; }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{ border:0;}
.scrollContainer { position:absolute; left:2px; top:19px; clip:rect(0 200 200 0); overflow: auto; }
.scrollContent { position:absolute; left: 0px; top: 0px; width:100px;}
/*********************** SCROLLERS ***********************/


