/*  
Template Name: Dwest Tweople Theme
Developer: Iven Mathew Simon (http://ivenms.com)
Author: Dwest - Developing Web and Software Technologies
Author URI: http://www.dwest.in

*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#d5e9ed url(../images/bgr_main.jpg) no-repeat center top;
	color:#000000;
}
#page{
	width:1000px;
	margin:0px auto;
}

/* HEADER */

#header{
	width:100%;
	height:119px;
	overflow:hidden;
}

#header_banner{
	float:right;
	padding:30px 26px 0 0;
}

#logo{
	color:#000;
	font-size:55px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-6px;
	padding:15px 0 0 51px;
	font-style:italic;
	float:left;
}
#logo a{
	color:#000;
}
#logo a:hover{
	text-decoration:none;
}
#logo .description{
	font-size:17px;
	position:relative;
	top:-5px;
	display:block;
	letter-spacing:0;
	text-align:center;
}

/* MENU */

#menu{
	width:960px;
	height:46px;
	background:url(../images/bgr_menu.png) no-repeat;
	margin:0 0 0 20px;
}

#main_search{
	float:right;
	width:auto;
}
#mainmenu{
	float:left;
	padding:9px 5px 0 5px;
}
#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:#fff;
	padding:0 0 0 16px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../images/bgr_menu_li.gif) no-repeat left center;
	text-transform:uppercase;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#fff;
	z-index:1000;
	padding:5px 10px 5px 10px;
}
* 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{
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	text-decoration:none;
}
/*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 #676767;
	background:#1f1f1f;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:capitalize;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
}

/* BODY */

#body{
	width:100%;
	background:url(../images/bgr_body.gif) repeat-y right;
	overflow:hidden;
}

#body_top{
	width:100%;
	background:url(../images/bgr_body_top.png) no-repeat;
}

#body_end{
	width:100%;
	background:url(../images/bgr_body_end.png) no-repeat left bottom;
	overflow:hidden;
	padding:0 0 105px 0;
}

#body_left{
	width:77%;
	float:left;
}

#body_right{
	width:23%;
	float:right;
}

/* BODY with NO RIGHT */

#body_nr{
	width:100%;
	overflow:hidden;
}

#body_top_nr{
	width:100%;
	background:url(../images/bgr_body_nrtop.png) no-repeat;
}

#body_end_nr{
	width:100%;
	background:url(../images/bgr_body_nrend.png) no-repeat left bottom;
	overflow:hidden;
	padding:0 0 105px 0;
}


/* left contact */

#body_left_content{
	margin:20px 0 0 12px;
}

/* SIDE BAR */

#sidebar{
	width:290px;
	margin:10px 0 0 1px;
	color:#303030;
}

.sidebars h2{
	font-size:23px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	background:#f1f7f9;
	border-bottom:1px solid #d3dadc;
	border-top:1px solid #d3dadc;
	margin:0 0 10px 0;
	padding:10px 0 10px 20px;
}

.sidebars ul{
}

.sidebars ul li{
}

.sidebars ul li ul li{
	margin-bottom:0;
	width:auto;
}

.sidebars ul li ul li ul li{
	margin-left:0;
}

.sidebars li ul{
	padding:0 15px 30px 15px;
}

.sidebars li ul li ul{
	padding:0 0 0 10px;
	width:auto;
}

.sidebars li ul li ul li ul{
}

.sidebars li{
	margin-bottom:0px;
	background:none;
}

.sidebars li li{
	border-bottom:1px solid #d8e0e1;
	padding:8px 0 8px 8px;
	font-size:13px;
}

.sidebars li li li{
	background:none;
	border:0;
	padding-bottom:3px;
}

.sidebars li a{
	color:#303030;
}

.sidebars li.widget_categories ul li{
	font-weight:bold;
}

.sidebars li.widget_categories ul li a{
	background:url(../images/ico_cat.gif) no-repeat left 2px;
	padding:0 0 0 16px;
	font-weight:normal;
}

.sidebars li.widget_categories ul li ul li a{
}

.sidebars li.widget_archives ul li a{
	background:url(../images/ico_cat.gif) no-repeat left 2px;
	padding:0 0 0 16px;
}

.sidebars li.linkcat ul li a{
	background:url(../images/ico_cat.gif) no-repeat left 2px;
	padding:0 0 0 16px;
}

.sidebars .widget_tags p{
	padding:0px 10px 10px 15px;
}

.sidebars .widget_tags a{
	color:#000;
}

.sidebars .textwidget{
	padding:10px;
}

/* FOOTER */

#footer{
	width:100%;
	height:129px;
	background:url(../images/bgr_footer.png) no-repeat;
}
#footer_text{
	padding:40px 0 0 0;
	text-align:center;
}

#footer_text p{
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 8px 0;
	font-size:13px;
}
#footer_text a{
	color:#000;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(../images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(../images/blockquote_bg2.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: right;
	margin:10px auto 0 auto;
	width:95%;
	background:#e6f2f4;
	border:1px solid #c6d2d4;
	padding:10px;
	overflow:hidden;
	font-size:13px;
	color:#000;
	}

#content_single .navigation {
	text-align: center;
	width:96%;
	padding:10px 0 10px 0;
	margin:30px 0 0 25px;
	}

.navigation a{
	color:#000;
	font-size:13px;
	}
ol li{
	list-style: decimal outside;
	}
