@charset "UTF-8";
/*  
Theme Name: Select2Web
Theme URI: http://www.select2web.com/
Description: Custom theme by http://www.select2web.com/
Version: 1.0
Author: Select2Web
Author URI: http://www.select2web.com/

*/
html{
	background:#f0f1de url(../images/bg.jpg)  center top no-repeat;
}
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#171717;
}
#page{
	width:98%;
	margin:0px auto;
}

/* HEADER */

#header{
	width:100%;
	height:1px;
/*	background:url(../images/bgr_header.gif) no-repeat*/
}

#header #logo {
	color:#fff;
	font-size:47px;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-4px;
	padding:20px 0 0 60px;
	float:left;
	width:260px;
	
}
#header #logo a{
	color:#fff;
}
#header #logo a:hover{
	text-decoration:none;
}
#header #logo .description{
	letter-spacing:0;
	font-size:16px;
	color:#E9E9E9;
	text-align:center;
	display:block;
}
 #logo a span{
	height:47px;
	width:161px;
	position:absolute;
	margin:92px 0 0 15px;
	background: url(../images/back_phithan.gif) no-repeat;

	}

/* MENU */
#mainmenu{
	float: left;
	text-align:center;
	padding:2px 45px 0 0px;
	margin:0px 0 0 0;
	font-size:13px;
}
#mainmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;

}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#000;
	padding:0 20px 0 15px;
	font-family:Tahoma, Geneva, sans-serif;
/*	border-right: #999 dotted 1px;*/
background:url(../images/border.gif) no-repeat  right top;
	height:26px;
}



#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a, #mainmenu ul li a:visited {
	display:block;
	color:#35190a;
	z-index:1000;
	text-transform:uppercase;
}

#mainmenu ul li a:hover {
	color:#be4707;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}

* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 17px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px; /*width of sub menus*/
	height:auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #adadad;
	background:#fff;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:inherit;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:underline;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
/*board*/
#board{
	width:100%;
	overflow:hidden;
	background: url(../images/bg-board.gif) no-repeat  99% top;	
}
#board_left{
	display:block;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	float:right;
}
#board_twitter{
	float:right;
	width:338px;
	padding:18px 0 0 0;
        position:relative;
}
#board_twitter img{
	float:left;
}
#board_items{
	width:620px;
	padding:18px 0 0 3px;
	position:relative;

}
#board_body{
	width:880px;
	margin:0 0 0 20px;
}
#board_carusel{
	width:880px;
	height:127px;
	position:relative;
}
#board_carusel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.board_item{
	width:880px;
	height:114px;
	overflow:hidden;
}
#board_body h2{
	color:#90cacc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:normal;
	margin:0 0 15px 0;
}
#board_body strong{
	font-size:12px;
	color:#a6a6a6;
	line-height:18px;
	display:block;
}
#board_body p{
	font-size:12px;
	color:#a6a6a6;
	line-height:18px;
	padding:0 20px 10px 0;
}
#board_body p img{
	float:left;
	border:1px solid #83b2c4;
	margin:0 20px 0 0;
	width:161px;
	height:107px;
}
#board_body p a{
	color:#a6a6a6;
}
#board_body p.more a{
	text-decoration:underline;
}
#board_body p.more a:hover{
	text-decoration:none;
}
#board_carusel_nav{
	width:100%;
	overflow:hidden;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#board_carusel_nav li{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
}
#board_carusel_nav a{
	display:block;
	float:left;
	background:#333333;
	border-right:1px solid #000000;
	width:33px;
	text-align:center;
	color:#ffffff;
	padding:7px 0 7px 0;
}
#board_carusel_nav a.selected, #board_carusel_nav a:hover{
	text-decoration:underline;
	font-weight:bold;
	background:#202020;
	border-right:1px solid #202020;
}
/* BODY */

#body{
	width:100%;
/*	background:url(../images/bgr_body.gif) repeat-y;*/
	overflow:hidden;
}

#body_top{
	width:100%;
/*	background:url(../images/bgr_body_top.gif) repeat-y;*/
	overflow:hidden;
}

/* CONTENT */

#content{
  margin : 5px 20px 5px 20px;
  padding : 2px 15px 2px 15px;
}
.clear{
	clear:both;
}


/* FOOTER */

#footer{
	width:100%;
	overflow:hidden;

}
#footer h2 a {
	color:#b0b08e;
	font-size:55px;
	line-height:70px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-4px;
	padding:12px 0 0 40px;
	margin:0;
	font-style:italic;
	float:left;
}

#footer h2 a:hover,#footer h2 a:visited,#footer h2 a:active{
	text-decoration:none;
}

#footer_text{
	padding:20px 60px 0 0;
	float:right;
	text-align:right;
}

#footer_text p{
	color:#729ba0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	font-size:13px;
}
#footer_text a{
	color:#537478;
}
