/*
Main CSS file
*/

/* Here body tag */
body{width:100%;height:100%;margin:0px auto;padding:0px;background:url(../images/bgg.jpg) repeat;font-family:Georgia, "Times New Roman", Times, serif;font-size: 60%;}

/* here for body div */
#body{clear:both;width:900px;height:auto; border:0px solid #000;margin:0px auto;z-index:100;}
a {color:#8db711;text-decoration: none;}

/* Ajax */
#ajax{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background-color:#000;z-index:101;cursor:wait;display:block;filter:alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity: 0.75;opacity: 0.75;}
#ajaxbox{position:absolute;top:100px;left:0px;z-index:102;text-align:center;width:100%;height:100%;display:block;}
#ajaxframe{z-index:103;text-align:center;margin:10px 0;}
#status{text-align:center;padding:0 0 3px;z-index:103;}
#ajaxframe{font-weight: normal;font-size: 17px;color:#fff;}
#status{font-weight: normal;font-size: 17px;color:#fff;}
/* here for header */
#header{clear:both;width:900px; height:40px; border:0px solid #000;margin:10px 0;}
#title{float:left;width:300px; height:40px;}
#top_menu{float:right;width:600px; height:40px;margin: 0px;}
#topmenu{width:600px; height:20px;color:#cab5af;margin:0px;}
#topmenu p{float:right;font-weight: normal;font-size: 17px;margin:0px;padding:0 10px 0 0;}	
#topmenu a{color:#cab5af;text-decoration:none;}
#topmenu a:link{color:#cab5af;}
#topmenu a:hover{color:#8db711;}
#topmenu a.selected{color:#8db711;}

/* here for main */
#main{clear:both;width:900px;height:330px;border:0px solid #715537;margin:10px 0;}
#logo{float:left;width:300px; height:330px;}
#logo img{margin:20px auto;}
#gallary{float:right;width:600px; height:330px;padding:0px;}
#photo_album{clear:both;width:580px;height:310px;padding:0 10px 0 10px;}
#photo_holder{float:left;background-color:#fff;width:400px;height:310px;}
#photo_holder img{border:#fff solid 5px;width:400px;height:300px;}
#photo_list{float:right;width:140px;height:310px;text-align:center;}
#photo_up{width:140px; height:30px;margin:0px;padding:0px;}
#photos{width:140px; height:240px;padding:5px 0px 5px 0px;overflow:hidden;}
#photos a{text-decoration: none;}
#photos img{margin:5px auto;border:#fff solid 2px;}
#photo_down{width:140px; height:30px;margin:0px;padding:0px;}
.ui-effects-transfer { border: 5px solid #fff; }
#full_photo{border:#fff solid 10px;}

/* Wapper */
.wapper_up{clear:both;width:600px;height:10px;background:url(../images/up.png) no-repeat}
.wapper_center{clear:both;background:url(../images/center.png) repeat-y;}
.wapper_down{clear:both;width:600px;height:10px;background:url(../images/down.png) no-repeat;}

/* here content */
#main_body{clear:both;float:left;width:900px;height:auto;margin:10px 0;}
#menu{float:left;width:280px;height:auto;padding:10px;}

/*side panel */
#left_side{float:left;width:300px;height:auto;margin:0px;padding:0px;}
/* Ads */
#ads{width:300px;height:auto;clear:both;}
/*- Menu 2 */
#menu2 ul{list-style: none;margin: 0;padding: 0;}
#menu2 img {border: none;} 
#menu2 {clear:both;width: 270px;margin: 10px;}
#menu2 li a {font-weight: normal;font-size: 17px;text-align:right;height: 32px;text-decoration: none;}	
#menu2 li a:link, #menu2 li a:visited {color:#612512;display: block;background:  url(../images/left-link.png) no-repeat;padding: 8px 48px 0 0;}
#menu2 li a:hover{color:#8db711;background:  url(../images/left-link-ho.png) no-repeat;padding: 8px 48px 0 0;}
#menu2 li a.selected{color:#8db711;background:  url(../images/left-link-ho.png) no-repeat;padding: 8px 48px 0 0;}

#content{float:right;width:600px;height:auto;}
#content_center{width:580px;padding:10px;height:auto;font-weight: normal; font-size: 18px;color:#cab5af;}
#content_center h2{color:#8db711;}
/* here footer */
#footer{clear:both;width:900px;height:50px;background:url(../images/footer.png) no-repeat;margin:0 0 10px 0;padding:12px;color: #8DB711;text-align:center;font-size: 12px;}

