Body{
background-color:#0a0a0a;
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
font-smooth:always;
width:100%;
height:100%;
color:#9c9b96;
margin:0px;
word-spacing:-1px;
}

#Wrapper{
display:block;
width:100%;
height:100%;
}

#Header{
background-image:url(../images/bg-header.png);
background-repeat:repeat-x;
background-position:top;
background-color:#e8e8e8;
height:200px;
width:100%;
}

#TopImage{
height:140px;
width:100%;
}

/*css for navigation menu*/
#MenuNav{
height:50px;
width:1024px;
}

.Nav{
width:202px;
height:50px;
margin:0px;
padding:0px;
list-style:none;
vertical-align:middle;
}

.Nav li{
padding:0px;
margin:0px;
display:inherit;
text-decoration:none;
}

.Nav li a{
width:202px;
height:50px;
background:none;
display:inherit;
font-size:18px;
font-weight:bold;
text-align:center;
text-decoration:none;
text-shadow: 0px -1px 0px #ffde21;
color:#733401;
margin:0px;
padding:0px;
}

.Nav li a:hover, .Nav li a.active{
color:#ffffff;
text-shadow: 0px -1px 0px #999;
text-decoration:none;
margin:0px;
padding:0px;
}
/*end css for navigation menu*/

#Content{
background-image:none;
background-color:#ffffff;
width:100%;
}

.Title1, .Title3{
color:#f79b10;
font-size:24px;
font-weight:bold;
text-align:left;
}

.Description1, .Description3{
color:#333;
font-size:18px;
font-weight:normal;
text-align:left;
}

.Title2{
color:#f1f1f1;
font-size:18px;
font-weight:bold;
text-align:left;
}

.Description2{
color:#f1f1f1;
font-size:16px;
font-weight:normal;
text-align:left;
}

.Title3{
font-size:16px;
}

.Description3{
font-size:14px;
}

/*css for link boxes*/
#LinksBox{
background-image:url(../images/bg-links.png);
background-repeat:repeat-x;
background-position:top;
background-color:#171717;
width:100%;
}

#Bullet ul{	
margins:0px;  	
padding:0px;       
}

#Bullet ul li{
list-style:url(../images/list-style.png);
color:#f1f1f1;
font-size:16px;
text-align:left;
margin-left:25px;
}

a.Box:Link, a.Box:Visited{
color:#f1f1f1;
text-decoration:none;
}

a.Box:Hover{
color:#f1f1f1;
text-decoration:underline;
}
/*end css for link boxes*/

/*css search button*/
.BgSearch{
background-image:url(../images/bg-search.png);
background-repeat:no-repeat;
background-position:center;
}

.SearchButton{
background:none;
border:0px;
height:25px;
width:162px;
font-size:14px;
color:#ff9517;
padding:0px;
margin-left:9px;
vertical-align:middle;
}

.SearchButton:focus{
outline:none;
border:none;
}


#search_form{
text-align:left;
width:1024px;
height:auto;
}

#search_control .gsc-control{
height:auto;
width:1019px;
font-size:13px;
font-weight:normal;
padding-left:5px;
color:#333;
}
/*end css search button*/

/*css slider*/
#slider{
/* You MUST specify the width and height */
width:300px;
height:330px;
position:relative;	
overflow:hidden;
}

#mask-gallery{
overflow:hidden;	
}

#gallery{	
/* Clear the list style */
list-style:none;
margin:0;
padding:0;
z-index:0;	
/* width = total items multiply with #mask gallery width */
width:900px;
overflow:hidden;
}

#gallery li{
/* float left, so that the items are arrangged horizontally */
float:left;
}

#mask-excerpt{
/* Set the position */
position:absolute;	
top:0;
left:0;
z-index:500px;
/* width should be lesser than #slider width */
width:115px;
overflow:hidden;
}
	
#excerpt{
/* Opacity setting for different browsers */
filter:alpha(opacity=60);
-moz-opacity:0.6;  
-khtml-opacity: 0.6;
opacity: 0.6;
/* Clear the list style */
list-style:none;
margin:0;
padding:0;
/* Set the position */
z-index:10;
position:absolute;
top:0;
left:0;
/* Set the style */
width:115px;
height:330px;
background-color:#000;
overflow:hidden;
font-family:Tahoma, Geneva, sans-serif;
font-size:15px;
color:#fff;	
}

#excerpt li{
padding:4px 4px 4px 7px;
}

.clear{
clear:both;	
}
/*end css slider*/

#Footer{
background-image:url(../images/bg-footer.png);
background-repeat:repeat-x;
background-position:bottom;
background-color:#0a0a0a;
font-size:14px;
height:50px;
width:100%;
color:#f1f1f1;
}

.AllRightsReserve{
color:#f79b10;
font-size:14px;
}

a:Link{
color:#9c9b96;
text-decoration:none;
}

a:Visited{
color:#9c9b96;
text-decoration:none;
}

a:Hover{
color:#fb9514;
text-decoration:none;
}