body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(images/bg.jpg) repeat;
	font-family: 'verdana', serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #221D1D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

#wrapper {
	padding: 0;
	background: url(images/main-image-bg.jpg) no-repeat center top;
}

/* Header */

#header {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	
}

/* Logo */

#logo {
	width: 960px;
	height: 150px;
    background: url(images/header.jpg) no-repeat center top;
	margin: 0px auto;
	color: #000000;
    font-variant:small-caps;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #323435;
	border-bottom: 4px solid #0974C4;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: none;
	background: #000000;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #464032;
}

#search-submit {
	width: 50px;
	height: 23px;
	border: 1px solid #525252;
	background: #525252;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

/* Page */

#page {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 30px 30px;
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 10px 0px 0px 0px;
}

.post {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0px 20px 0px;
	letter-spacing: -1px;
	color: #101010;
}

.post .title a {
	color: #101010;
	border: none;
}

.post .meta {
	height: 30px;
	border-bottom: 1px solid #292929;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta a {
	color: #BBBBBB;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 30px 0px 0px 0px;
	color: #383838;
	-webkit-box-shadow:-2px -2px 3px #ccc;
	padding: 4px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #D4D4D4;
	margin: 0px 0px;
	border-right: none;
}

#sidebar li a {
	background: url(images/img03.gif) no-repeat left 6px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #101010;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #383838;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #181818;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	overflow: hidden;
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
}

#three-columns {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 1px solid #D4D4D4;
	color: #000000;
}

#three-columns h2 {
	padding: 0px 0px 10px 0px;
	font-size: 24px;
	color: #000000;
}

#three-columns #column1 {
    background-color:#fff;
    background-image:url('images/col_bg.jpg');
    background-position:bottom;
    background-repeat:repeat-x;
    padding:8px;
	float: left;
	width: 290px;
	margin-right: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#three-columns #column2 {
    background-color:#fff;
    background-image:url('images/col_bg.jpg');
    background-position:bottom;
    background-repeat:repeat-x;
    padding:8px;
	float: left;
	width: 290px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#three-columns #column3 {
    background-color:#fff;
    background-image:url('images/col_bg.jpg');
    background-position:bottom;
    background-repeat:repeat-x;
    padding:8px;
	float: right;
	width: 300px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #83003E;
	color: #FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}


.link-style2 {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 25px;
	background: #83003E;
	font-size: 20px;
	color: #FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#welcome {
	width: 960px;
	margin: 0px auto;
	padding: 30px;
	border-bottom: 1px solid #D4D4D4;
	color: #000000;
}

#welcome h2 {
	padding: 0px 0px 20px 0px;
}

#welcome h2 a {
	color: #000000;
}

#welcome a {
	color: #000000;
}

#banner {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

#two-columns {
	overflow: hidden;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#two-columns #col1 {
	float: left;
	width: 660px;
	color: #000000;
	line-height:20pt;
}

#two-columns #col2 {
	float: right;
	width: 300px;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}

#two-columns .image-style {
}

#two-columns .text-style {
	padding-bottom: 10px;
	border: 10px solid #000000;
	text-align: center;
	font-size: 20px;
}

/* Menu */

#new-menu {
	width: 960px;
	padding:10px 0px;;
	margin: 0px auto;
    margin-top:-8px;
	background: #83003E;
	color: #000000;
    z-index:1000;
    text-align:center;
	height:25px;
    }

/* Vertical Navigation */
#vertical-navigation { 
    margin-top:0px;
    list-style: none; 	 
	padding: 0;
	font-size: 12pt;
    text-align:center;
	}

/* CSS for each Parent Item */
#vertical-navigation li {padding:0px; float: left; position: relative;width:11.8em;color:#fff;}

#vertical-navigation li a
{
	display: block;
	padding:0px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
    text-align:center;
    line-height:25px;
	/*margin-right: 10px;*/
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	/*background: #999;*/
	color: #F6FF00;	
}

/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {display: none;text-align:center;}

/* Each Child Item will be visible if mouse hover */
#vertical-navigation li:hover ul {display: block;}

#vertical-navigation ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 1px;
	padding: 1px;
	top: 1.5em;
	left: 0px;
    text-align:center;
	z-index:2500;
}

#vertical-navigation ul li
{
	float: none;
	clear: none;
	margin: 2px;
	padding: 2px;
	width: 15em;
	color: #fff;
    background: #999;
    text-align:center;
}

/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 200%;
	display: block;
	padding: 0;
	float: none;
	text-transform: uppercase;
	color: #fff;
	background: none;
    text-align:center;
}

#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	background: none;
	color: #000;
}

/*Slide Show*/

#container {
	width:1000px;
	padding:10px;
	margin:0px auto 10px auto;
	z-index:0;
}

#example {
	width:860px;
	height:350px;
	margin:0px auto;
    position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:1100px;
	height:341px;
	top:-3px;
	left:-113px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:860px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:860px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:880px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


.clients img{
    padding-top:6px;
    width:99px;
    height:60px;
 }
 
 .transClient img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.5;
opacity: 0.5;
}

.transClient:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}#wrapper #welcome .entry p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	padding-left: 10px;
	
}
#wrapper #welcome .entry .con_Heads {
	background-color: #FFCC66;
	width: 940px;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #000099;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #000099;
}

/*----Accordion CSS---*/

#holder dl, dt, dd, ul
{
margin:0; padding:0;
}

#holder
{
margin:auto;
font-size:small;
}

#holder a 
{ 
text-decoration:none;
color:#292929;
font-size:small;
}

.ac_ul li
{
padding-left:10px;
list-style:none;
line-height:18px;
width:280px;
text-align:justify;
}
.cl_dl
{
width: 340px;
}

.ac_dt
{
background-color:#faa41a;
border-bottom:solid thin black;
font-size:medium;
padding:4px;
}

/*----------popup box css-----------*/

#popup_wrapper{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	margin-top:0px;
}

#popup_wrapper a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.box {
    color: #888888;
    height: 300px;
    right: 100%;
    padding: 2px;
    position: fixed;
    right: -100%;
    top: 65%;
    width: 300px;
    z-index: 1000;
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
.box img{
	margin-top:-25px;
	}
.popup_overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.boxclose {
    background: url("images/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}

/*----------popup2 box css-----------*/
#content1 {
	float: left;
	width: 400px;
}

#popup_wrapper1{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	margin:5px;
}

#popup_wrapper1 a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.box1 {
    background-color: #063;
    color: #0F0;
    height: 250px;
    left: 100%;
    padding: 2px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 400px;
    z-index: 101;
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}

.popup_overlay1 {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.boxclose {
    background: url("images/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}



/*----------------Slider Menu CSS----------------*/

#sliderWrap {
margin-left:0px;
width: 150px;
}
#slider {
position: absolute;
background-image:url(images/slider.png);
background-repeat:no-repeat;
background-position: bottom;
width: 150px;
height: 50px;
margin-left: -130px;
}
#slider img {
border: 0;
}
#sliderContent {
/*margin: 50px 0 0 50px;*/
position: absolute;
text-align:center;
/*background-color:#FFFFCC;*/
color:#333333;
font-weight:bold;
padding: 15px;
}

#openCloseWrap {
position:absolute;
margin: 0 0 0 138px;
font-size:12px;
font-weight:bold;
}
#tab_control {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 40px;
}
#tab_control div {
	background-color: #FFFFCC;
	width: 925px;
	border: thin solid #CCCC33;
	padding: 4px;
}
#tab_control table {
	padding: 2px;
	width: 100%;
	overflow: scroll;
}
#tab_control table tr {}
#tab_control table tr:nth-child(odd) { background-color:#eee; }
#tab_control table tr:nth-child(even) { background-color:#fff; }#welcome .entry p {
	text-align: justify;
	text-indent: 22px;
}


/*----------popup box css-----------*/

#lib_popup_wrapper{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	margin-top:0px;
}

#lib_popup_wrapper a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.lib_box {
    color: #888888;
    height: 281px;
    left: 100%;
    padding: 2px;
    position: fixed;
    right: 30%;
    top: 67%;
    width: 300px;
    z-index: 101;
	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
.lib_box img{
	margin-top:-25px;
	}
.lib_popup_overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.lib_boxclose {
    background: url("images/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}

.galry{
	width:700px;
	padding:15px;
	}
.galry img{
	width:150px;
	height:150px;
	border:solid thin #C96;
	padding:15px;
	}
.galry a{
	text-decoration:none;
	}