﻿/*
------------------------------------------------------------------------
Theme Name: 	WP Remix
Author URI:		http://www.premiumthemes.net/
Description:   	The WordPress Master Theme. One Theme, Many Possiblities
Version:       	3.0
Author:        	R5 Ltd And R.Bhavesh
Author URI:    	http://www.r5ltd.co.uk and http://cssace.com
------------------------------------------------------------------------

Support:       WP Remix, http://wpremix.com/support
Updated:       June 11, 2009
Copyright:     (c) 2009 WP Remix

All rights reserved.
*/

/*

ALL THE FILES BELOW HAVE BEEN COMBINED INTO THIS ONE TO IMPROVE PERFORMANCE - Glenn

@ import url("css/misc.css");		/ * css reset - do not edit this * /
@ import url("css/dropmenu.css");	/ * styling dropdown menu * /
@ import url("css/homepages.css");	/ * styling homepage templates * /
@ import url("css/innerpages.css");	/ * styling innerpage templates * /
@ import url("css/blog-common.css");		/* styling blog * /
@ import url("css/header.css");		/ * header option styling blog * /
@ import url("css/sidebars.css");		/* styling blog * /
@ import url("css/blog.css");		/ * styling blog * /
@ import url("css/color-default.css");		/ * styling color schemes css  * /


*/

/*  
MISCELLANEOUS
*/

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
hr { visibility: hidden; clear: both; }
a { text-decoration: none; outline:none; }
html, body { min-height: 101%; }


.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



body {
text-align:center;
font: 12px Arial, Helvetica, sans-serif;
}
/* Links -----------------------------------------------------------------------*/
a {
outline:none;
}
ul {
list-style:none;
}
.clear {
clear:both;
}
.bold {
font-weight:bold;
}
p.aright {
text-align:right;
}
.italic {
font-style:italic;
}
/* section alignment --------- */

.alignleft {
float:left;
}
.alignright {
float:right;
}
/* image alignment left, right & center --------- */

.imgleft {
float:left;
margin:0 12px 12px 0;
padding:3px;
}
.imgright {
float:right;
margin:0 0 12px 12px;
padding:3px;
}
.imgleft_n {
float:left;
margin:0 40px 12px 0;
padding:3px;
}
.img_center {
margin:10px 0;
padding:5px;
}
code {
font-size:12px;
}
/* blog & content css common ---------------------------------------------------- */

h1 {
font-size:20px;
font-weight:400;
margin:0 0 0px;
padding:0 0 5px;
}
h2 {
font-size:20px;
font-weight:400;
margin:0 0 8px;
padding:0;
}
h2 a {
text-decoration:none;
}
h2 a:hover {
text-decoration:none;
}
h3 {
font-size:18px;
font-weight:400;
margin:0 0 10px;
padding:0;
}
h4 {
font-size:16px;
font-weight:700;
margin:15px 0 5px;
padding:0 0 5px;
}
h5 {
font-size:16px;
font-weight:700;
margin:25px 0 8px 0;
padding:0;
}
h6 {
font-size:12px;
font-weight:700;
margin:5px 0;
padding:0 0 5px;
}
p {
font-size:12px;
line-height:18px;
margin:0 0 12px;
}
p a {
text-decoration:none;
}

ul {
font: bold 12px Arial, Helvetica, sans-serif;
margin:0 0 15px 6px;
padding:0;
}
ul li ul {
margin:8px 0 5px;
padding:0;
}
ol {
line-height:18px;
font-size:12px;
background:none;
margin:0 0 0 5px;
padding:0 0 10px 20px;
}
ol li {
background:none;
list-style-type:decimal;
margin:0 0 5px;
padding:0;
}
ol li ol {
margin:8px 0 5px 24px;
padding:0;
}
blockquote {
	background:url(images/quote2.png) no-repeat;
	background-position:5px 8px;
	margin-bottom:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:5px 0px 5px 30px;
	margin-bottom:10px;
}
blockquote p { font:bold 12px Arial, Helvetica, sans-serif;  }
.clientname {
	font-size:11px; font-weight:normal; color:#666;
	margin-bottom:12px;
}

li,ul li ul li {
line-height:18px;
margin:0 0 5px;
padding:0 0 0 12px;
}
/* instruction elements -------------------------------------- */
address {
font-style:italic;
}
p.alert,p.download,p.info,p.note {
margin:10px 0 0;
padding:10px 10px 10px 36px;
}
p.alert {
padding:10px 10px 10px 36px;
}

/* STRUCTURE ----------------------------------*/
#header {
height:65px;
margin:0 auto;
}
#content-wrap {
overflow:hidden;
height:100%;
padding:0 0 1px;
}
#wrapper {
text-align:left;
width:900px;
margin:0 auto;
padding:0 30px;
overflow:hidden;
height:100%;
}
#main {
overflow:hidden;
clear:both;
}
#main .subcolumns {
width:400px;
}
#content {
width:610px;
padding-bottom:10px;
}
#content2 {
width:560px;
}
#content, #content2 { 
float:right;
}
#sidebar {
width:255px;
margin-bottom:15px;
}
#sidebar2 {
width:260px;
margin-bottom:15px;
}
#sidebar, #sidebar2 {
float:left;
}



#footer {
clear:both;
overflow:hidden;
text-align:left;
height:100%;
width:840px;
margin:0 auto;
padding:5px 10px;
}
#sidebar span {
font-size:12px;
}
#content .subcolumns,#sidebar .subcolumns {
width:295px;
}
/* Header Section  ----------------------------------*/
#header .logo {
font:25px "Arial Black", Arial, Helvetica, sans-serif;
color:#fff;
margin-top:5px;
text-transform:uppercase;
float:left;
}
#header .h_left {
float:left;
/*width:320px;*/
}
#header .description {
font:12px Arial, Helvetica, sans-serif;
clear:both;
margin-top:-5px;
}
/* ------------------------------  footer ---------------------------------------  */

#footer p {
font-size:12px;
line-height:20px;
float:left;
font-family:Arial, Helvetica, sans-serif;
margin:5px 0;
padding:0;
}
#footer span {
margin-top:-8px;
font-size:11px;
padding-left:1px;
}
#footer span a {
text-decoration:none;
}
#footer span a:hover {
text-decoration:none;
}
#flinks {
list-style:none;
float:right;
}
#flinks li {
display:inline;
line-height:26px;
text-align:right;
padding:0 5px;
}
#flinks li a {
font-size:11px;
text-decoration:none;
}
#flinks li a:hover {
display:inline;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
float:right;
margin-top:20px;
width:205px;
height:21px;
padding:2px 0 0 15px;
}
* html #search {
width:208px;
overflow:hidden;
}
#search .s {
font:12px Arial, Helvetica, sans-serif;
width:170px;
float:left;
margin-right:5px;
padding:2px;
}
#searchform .sgo {
width:26px;
height:23px;
margin:-2px 0 0;
}
/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */

#nav {
width:900px;
height:28px;
z-index: 10;
position:relative;
margin:0 auto 5px;
}
#nav .rss {
font:bold 12px Arial, Helvetica, sans-serif;
padding-left:18px;
position:absolute;
top:7px;
right:8px;
}

/* breadcrumb start -----------------------------------------------------------------------*/
 
#content-wrap .breadcrumb{
font:10px Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-align:left;
clear:both;
line-height:25px;
padding-left:5px;
margin-bottom:10px;
}
a.button {
margin-bottom:8px;
font-weight:700;
font-size:12px;
padding:3px 15px 3px 10px;
}

.submit {
margin-bottom:8px;
font-weight:700;
font-size:12px;
cursor:pointer;
padding:3px 15px 3px 10px;
}
.postads {
text-align:center;
overflow:hidden;
height:100%;
margin-bottom:25px;
}
.small { font-size:11px; color:#666; }
.small a { color:#666; }
.small a:hover { color:#000; }


/*------- Demo  ---------*/

#demotop { background:#000; height:50px; overflow:hidden; } 
#demotop-in { width:860px; margin:0 auto;  }
#demotop-in h5 { float:left; font:bold 14px Georgia, "Times New Roman", Times, serif; color:#fff; margin:0; padding:8px 0 0 0; }
#demotop-in p { font-size:11px; color:#9f9f9f; clear:both;  float:left; }

.img_button {
	position:relative;
	display:block;
	font-size:12px;
}
.img_button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.img_button span a {
	display:block;
}

.b_purchasedownload2 {
	top:9px;
	right:0;
	float:right;
}
.b_purchasedownload2 span, .b_purchasedownload2 span a {
	background:url(images/b_purchasedownload2.png) no-repeat;
}
.b_purchasedownload2 span a, .b_purchasedownload2 {
	width:190px;
	height:32px;
}
.b_purchasedownload2 span:hover {
	background-position:0 -32px;
}

/* NEW 2.7 */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
.commentlist li ul li {
	font-size: 1em;
}
#commentform {
	margin: 5px 10px 0 0;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.children { padding: 0; }


/* Start CSS for front page booking form */



 	* {
                margin: 0;
        }

	a img {
		border: 0;
	}

	#searchboxInc {
		font: 12px/1.5 Arial, Helvetica, sans-serif;
		color: #003580;
		width: 243px;
	}
	
	#searchboxInc form {
		background: #feba02;
	}
	
	#searchboxInc fieldset, #searchboxInc img {
		border: 0;
	}
	
	#searchboxInc fieldset {
		padding: 8px;
	}
	
	#searchboxInc #inout h3 {
		background-color:transparent;
		font-size:1.1em;
	}
	
	#searchboxInc h3 {
		margin-bottom:0.2em;
		position:static;
		font-size:118%;
		font-weight:bold;
		margin: 0;
	}

	#searchboxInc p {
		font-size: 2em;
		margin: 0;
	}
	
	#homein, #homeout {
		float: left;
		padding: 0.5em 1em 0 0;
        }
	
	.avail {
		padding-top: 1em;
		clear: left;
	}
	
	#searchboxInc a.calender {
		vertical-align: -4px;
	}
	
	#searchboxInc a.calender img {
		background: #0896ff;
	}
	
	.blur {
		color: #999;
	}
	
	button {
		float: right;
		-moz-border-radius: 8px;
		background-color: #4BA9DF;
		border: 2px solid #fff;
		color: #fff;
		letter-spacing: 1px;
		padding: 0.15em 0.75em;
		text-transform: lowercase;
		font: 1.333em/1 Arial, Helvetica, sans-serif;
	}

	#calendar {
		font: 12px/1.5 Arial, Helvetica, sans-serif;
		color: #003580;
	    display: none;
	    position: absolute;
	    background-image: url(http://l.bstatic.com/static/img/shadow3.png);
	    padding: 0 4px 4px 0;
	}

	/* For calendar */
	.caltable {
	    border: 1px solid #003580;
	    background-color: #fff;
	}
	.caltable a:link, .caltable a:visited {
	    color: #0896ff !important;
	}
	.caltable a:hover {
	    color: #feba02 !important;
	    border-color: #feba02 !important;
	}
	.caltable a:active {
	    color: #b30000 !important;
	    border-color: #b30000 !important;
	}
	.caltable td {
	    text-align: center;
	}
	.caltable td a {
	    display: block;
	    text-decoration: none;
	}
	.caltable td.calheader a {
	    display: inline;
	    vertical-align: -.4em;
	}
	.caltable td.calheader img.calNoPrevMonth {
	    background: white url(http://l.bstatic.com/static/img/butPrevMonth.png) 0 -72px no-repeat;
	    vertical-align: -.4em;
	}
	.caltable td.calheader img.calNoNextMonth {
	    background: white url(http://m.bstatic.com/static/img/butNextMonth.png) 0 -72px no-repeat;
	    vertical-align: -.4em;
	}
	.caltable td.calheader .calNextMonth img {
	    background: white url(http://l.bstatic.com/static/img/butNextMonth2.png) 0 0 no-repeat;
	}
	.caltable td.calheader .calPrevMonth img {
	    background: white url(http://l.bstatic.com/static/img/butPrevMonth2.png) 0 0 no-repeat;
	}
	.caltable td.calheader .calNextMonth:hover img, .caltable td.calheader .calPrevMonth:hover img {
	    background-position: 0 -24px;
	}
	.caltable td.calheader .calNextMonth:active img, .caltable td.calheader .calPrevMonth:active img {
	    background-position: 0 -48px;
	}
	.calheader {
	    padding: .4em;
	    white-space: nowrap;
	}
	.calheader select {
	    margin: 0 .6em;
	}
	.monthYear {
	    background-color: #ffffff;
	    color: white;
	}
	.dayNames td {
	    border-bottom: 1px solid #003580;
	    background-color: #e6edf6;
	}
	.days td {
	    color: #779bca;
	    background-color: #e6edf6;
	    padding: .2em;
	    border: 2px solid #e6edf6;
	}
	.days td.weekend {
	    background-color: #c5d4e9;
	    border-color: #c5d4e9;
	}
	.days td.past {
	    text-decoration: line-through;
	}
	.days td.today, .days td.future {
	    border: none;
	    padding: 0;
	}
	.days td a {
	    padding: .2em;
	    border: 2px solid #e6edf6;
	}
	.days td.weekend a {
	    border-color: #c5d4e9;
	}
	.days td.today a {
	    background-color: #fff;
	}
	.days td.selected {
	    font-weight: bold;
	}
	.days td.selected a {
	    border-color: #0896ff;
	}

/* Start cforms css */


/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
/* @ import "calendar.css"; - Now in this file - Glenn */

.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

/* Cforms calendar */

table.jCalendar {
	border: 1px solid #666;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #444;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #f0f0f0;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

div.dp-popup {
	position: relative;
	background: #d6eafe;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: auto;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	border:2px solid #c2e0f8;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 3px 0pt 4px;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* This is the CSS for WP-Tables reloaded */

/*************************************************
*  This CSS file belongs to WP-Table Reloaded!   *
*  DO NOT make any changes here, add them to the *
* "Custom CSS" textarea in the "Plugin Options"! *
*************************************************/

.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #CDCDCD;
	margin: 10px 0px 15px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.wp-table-reloaded th {
	background-color: #E6EEEE;
	border: 1px solid #FFFFFF;
	padding: 4px;
	color: #3D3D3D!important;
}
.wp-table-reloaded td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.wp-table-reloaded .even td {
	background-color: #FFFFFF;
}
.wp-table-reloaded .odd td {
	background-color: #F0F0F6;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6!important;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}

/*************************************************
*  This CSS file belongs to WP-Table Reloaded!   *
*    DO NOT make any changes here, but in the    *
* "Custom CSS" textarea in the "Plugin Options"! *
*************************************************/

.wp-table-reloaded .sorting {
	background: #E6EEEE url(../img/bg.gif) no-repeat center right;
	cursor: pointer;
}
.wp-table-reloaded .sorting_asc {
	background: #8DBDD8 url(../img/asc.gif) no-repeat center right;
}

.wp-table-reloaded .sorting_desc {
	background: #8DBDD8 url(../img/desc.gif) no-repeat center right;
}

.dataTables_wrapper {
    position: relative;
    zoom: 1;
    min-height: 302px;
	_height: 302px;
	clear: both;
}

.dataTables_wrapper .wp-table-reloaded {
    clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 50%;
	float: left;
}

.dataTables_filter {
	width: 48%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url(../img/back_disabled.jpg);
}

.paginate_enabled_previous {
	background-image: url(../img/back_enabled.jpg);
}

.paginate_disabled_next {
	background-image: url(../img/forward_disabled.jpg);
}

.paginate_enabled_next {
	background-image: url(../img/forward_enabled.jpg);
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

/*  
VERTICAL and HORIZONTAL dropmenu settings
*/
ul#navmenu-h, ul#navmenu-h li, ul#navmenu-h ul{ margin: 0; padding: 0; border: 0 none;list-style: none;}
ul#navmenu-h ul ul { margin-top:-1px;}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/ {
	clear: both; display: block; font: 1px/0px serif; content: "."; height: 0; visibility: hidden; }

ul#navmenu-h {
	height: 28px;
}
ul#navmenu-h li {
	height:25px;
	float: left;
	display: inline;
	position: relative;
}
ul#navmenu-h ul {
	width: 160px;
	top: 28px;
	left: 0;
	display: none;
	position: absolute;
}
ul#navmenu-h ul li {
	width: 160px;
	float: left;
	display: block !important;
	display: inline;
}
/* Root Menu */
ul#navmenu-h li a, ul#navmenu-v li a {
	border-left: none;
	padding: 0 10px;
	float: none !important;
	float: left;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	line-height:26px;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a, ul#navmenu-v li:hover li a,
ul#navmenu-h li.iehover li a, ul#navmenu-v li.iehover li a { 
	float: none;
	_border-top:none;
}
ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul,
ul#navmenu-h ul ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

/* NO EDIT PAST THIS LINE - Do Not Move - Must Come Before display:block for Gecko */

ul#navmenu-h li:hover ul ul, ul#navmenu-v li:hover ul ul,
ul#navmenu-h li:hover ul ul ul, ul#navmenu-v li:hover ul ul ul,
ul#navmenu-h li:hover ul ul ul ul, ul#navmenu-v li:hover ul ul ul ul,
ul#navmenu-h li.iehover ul ul, ul#navmenu-v li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul, ul#navmenu-v li.iehover ul ul ul,
ul#navmenu-h li.iehover ul ul ul ul, ul#navmenu-v li.iehover ul ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul, ul#navmenu-v li:hover ul,
ul#navmenu-h ul li:hover ul, ul#navmenu-v ul li:hover ul,
ul#navmenu-h ul ul li:hover ul, ul#navmenu-v ul ul li:hover ul,
ul#navmenu-h ul ul ul li:hover ul, ul#navmenu-v ul ul ul li:hover ul,
ul#navmenu-h li.iehover ul, ul#navmenu-v li.iehover ul,
ul#navmenu-h ul li.iehover ul, ul#navmenu-v ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul, ul#navmenu-v ul ul li.iehover ul,
ul#navmenu-h ul ul ul li.iehover ul, ul#navmenu-v ul ul ul li.iehover ul {
	display: block;
}
/* #end -------------- */

/*  
VERTICAL and HORIZONTAL dropmenu settings
*/
 
ul#navmenu-v, #sidebar ul#navmenu-v,
ul#navmenu-v li, #sidebar ul#navmenu-v li,
ul#navmenu-v ul, #sidebar ul#navmenu-v ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px; /*For KHTML*/
  list-style: none;
}
ul#navmenu-v:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
ul#navmenu-v li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}
ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  right:180px;	
 /*If you wish to use vertical dropmenu on left sidebar, simply change the value right to left here. e.g. = left:180px;*/
}
#r_sidebar h3.vmenuspcaer { padding-top:18px;  }

/* inner pages sidebar vmenu css -------------------------------- */

#sidebar ul#navmenu-v li  
#sidebar ul#navmenu-v,
#sidebar ul#navmenu-v li,
#sidebar ul#navmenu-v ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 240px; /*For KHTML*/
  list-style: none;
}
#sidebar ul#navmenu-v ul,
#sidebar ul#navmenu-v ul ul,
#sidebar ul#navmenu-v ul ul ul {
  right:240px;	/*If you wish to use vertical dropmenu on left sidebar, simply change the value right to left here. e.g. = left:240px;*/
}
#sidebar ul#navmenu-v li a:hover { text-decoration:none; }

* html #sidebar ul#navmenu-v li a{ 
  width: 220px;
  padding:0 10px;
}


/*  
HOMEPAGES
*/
/*========================================================== { home v1  }============================================================== */

/* banner ------------------------------------------------------------------------------------ */
#banner {
width:840px;
height:250px;
clear:both;
margin:0 auto 22px
}
#banner h2 {
font:22px Arial, Helvetica, sans-serif;
margin:0;
padding:0
}
#banner .content {
float:right;
width:450px;
padding:10px
}
#banner p {
line-height:18px;
margin:0;
padding:0
}
#banner .option {
clear:both;
margin:15px 0 0;
padding:0
}
#banner .option li {
width:180px;
margin-bottom:12px;
float:left;
font-size:11px;
text-align:left;
list-style:none;
padding:5px 0 0 38px
}
#banner .option li a {
font-weight:bold;
font-size:12px;
}
.bgetstartednow {
position:relative;
display:block;
width:138px;
height:26px;
clear:both;
float:right;
font-size:12px;
margin-top:18px
}
.bgetstartednow span {
height:100%;
width:100%;
position:absolute;
bottom:0;
left:0;
cursor:pointer;
}
.bgetstartednow span a {
display:block;
width:138px;
height:26px;
}
/* #content ------------------------------------------------------ */


#content h3 {
font-size:18px;
font-weight:normal;
margin:0 0 12px;
padding:0 0 5px
}
#content p {
line-height:18px;
font-size:12px;
margin:0 0 18px;
padding:0
}
#content .imgborder {
margin-bottom:8px
}
#content .testimonials {
	overflow:hidden;
	height:100%;
}
/* subscribe section ----------- */

#subscribe {
height:100%;
display:table;
width:270px;
margin:12px 0 0;
padding:5px 6px 8px
}
#subscribe p.i_email {
padding-left:20px
}
.subtextfield {
width:218px;
float:left;
margin-right:5px;
padding:3px
}
  
/*========================================================== { home v2  }============================================================== */

/* banner ------------------------------------------------------------------------------------ */
#banner2 {
width:840px;
clear:both;
height:100%;
overflow:hidden;
margin:0 auto 22px
}
#banner2 h2 {
font:22px Arial, Helvetica, sans-serif;
margin:0 0 8px;
padding:0
}
#banner2 .bsubcolum {
width:260px;
padding:8px 10px
}
#banner2 .pfeture ul {
margin:0;
padding:0
}
#banner2 .pfeture li {
line-height:20px;
font:12px Arial, Helvetica, sans-serif;
margin:0 0 8px;
padding:0 0 5px 15px
}
#banner2 .pfeture li a {
text-decoration:none
}
#banner2 .pfeture li a:hover {
text-decoration:underline
}
/* #content ------------------------------------------------------ */

#main h3 {
font-size:18px;
font-weight:normal;
margin:0 0 3px 0;
padding:0 0 3px 0;
}
#main h4 {
font-size:14px;
font-weight:bold;
margin:0 0 12px;
padding:0 0 5px
}
#main p {
line-height:18px;
font-size:12px;
margin:0 0 8px;
padding:0;
}

/*  Css base rounded corner no image ------------- */
.xsnazzy {
clear:both;
margin:10px 0
}
.xsnazzy2 {
clear:both;
margin:0
}
#main .xboxcontent h4 {
margin-left:8px
}
.xtop,.xbottom {
display:block;
font-size:1px;
overflow:hidden;
height:100%
}
.xb1,.xb2,.xb3,.xb4 {
display:block;
overflow:hidden
}
.xb1,.xb2,.xb3 {
height:1px
}

.xb1 {
margin:0 5px
}
.xb2 {
border-width:0 2px;
margin:0 3px
}
.xb3 {
margin:0 2px
}
.xb4 {
height:2px;
margin:0 1px
}
.xboxcontent {
display:block;
overflow:hidden;
height:100%;
padding:3px 5px
}

.box {
display:block;
overflow:hidden;
height:100%;
padding:3px 5px;
clear:both;
}

#main .pplans {
width:255px;
margin:0;
padding:0 10px
}
#main .pplans li {
font:12px Arial, Helvetica, sans-serif;
margin:0 0 5px;
padding:0 0 5px 15px
}
#main .pplans li a {
text-decoration:none
}
#main .pplans li a:hover {
text-decoration:underline
}
/*========================================================== { home v3  }============================================================== */

#content2 h3 {
font-size:12px;
font-weight:bold;
margin:0 0 8px;
padding:0 0 5px
}
#content2 p {
line-height:18px;
font-size:12px;
margin:0 0 8px;
padding:0
}
#content2 .latestpost p.date {
font-size:11px;
margin:0 0 8px;
padding:0;
}
#content2 .latestpost p.more {
font-size:10px;
text-transform:uppercase;
padding-right:12px;
}

#content .latestpost .imgleft{
padding-bottom:0;}
#content2 .latestpost {
margin-bottom:20px;
padding:8px 8px 0 8px;
overflow:hidden;
}
#content2 .latestpost h2 {
font-size:14px;
margin:0;
padding:0
}
#content2 .latestpost p a {
text-decoration:none
}
#content2 .post {
padding-bottom:8px;
margin-bottom:10px;
clear:both;
overflow:hidden;
height:100%
}
#content2 .post h2 {
font-size:12px;
margin:0;
padding:0
}
#content2 .post p {
font-size:11px
}
#content2 .post p a {
text-decoration:none
}


#content2 p.date {
font-size:11px;
margin:0 0 8px;
padding:0
}
#content2 p.more {
font-size:10px;
text-transform:uppercase;
padding-right:12px;
}
p.more {
font-size:10px;
text-align:right;
text-transform:uppercase;
padding-right:12px !important;
}


/* sidebar -------------------------------------------- */

#sidebar2 h3 {
font-size:12px;
font-weight:bold;
margin:20px 0 8px;
padding:0 0 5px
}
#sidebar2 .services {
margin:0;
padding:0
}
#sidebar2 .services li {
font:12px Arial, Helvetica, sans-serif;
margin:0 0 5px;
padding:0 0 5px 15px
}
#sidebar2 .services li a {
text-decoration:none
}
#sidebar2 .services li a:hover {
text-decoration:underline
}

/*========================================================== { home v4  }============================================================== */

#content #banner2 {
width:560px;
margin-bottom:22px;
height:235px;
padding:10px
}
#content #banner2 h2 {
font-size:26px;
font-weight:normal;
text-align:right;
margin:0;
padding:0
}
#content #banner2 .content {
width:200px;
float:right
}
#content #banner2 p a {
text-decoration:none
}
#content .subcolumns h2 {
font-size:18px;
font-weight:normal;
margin:0 0 15px;
padding:0
}
#content .subcolumns .course {
margin:8px 0 0;
padding:0
}
#content .subcolumns .course li {
font:12px Arial, Helvetica, sans-serif;
line-height:18px;
margin:0 0 5px;
padding:0 0 5px 15px
}
#content .course li a {
text-decoration:none
}
/* ------- sidebar ------------------------*/

#sidebar h2.t1 {
font-size:18px;
font-weight:normal;
margin:0 0 10px;
padding:0
}
#sidebar p {
margin:0 0 8px;
padding:0
}
.hr {
margin-bottom:22px;
clear:both
}
#sidebar .news {
height:100%;
overflow:hidden;
padding-bottom:5px;
margin-bottom:10px
}
#sidebar .news p.title {
margin-bottom:3px
}
#sidebar .news .imgleft {
float:left;
margin:0 8px 8px 0
}
#sidebar .news .imgright {
float:left;
margin:0 0 8px 8px
}



/*========================================================== { home v5  }============================================================== */

.twocolumns {
width:410px;
height:100%;
display:table;
margin-top:10px
}
.twocolumns h2 {
font:bold 14px Arial, Helvetica, sans-serif;
margin:0 0 2px;
padding:5px
}
.twocolumns p {
line-height:18px;
margin:0 0 8px;
padding:0
}
.twocolumns p a {
text-decoration:none
}
.twocolumns .imgspcaer {
margin-bottom:5px
}
.twocolumns .news {
display:table;
width:400px;
margin-bottom:10px;
padding:5px
}
.twocolumns .newslist {
overflow:hidden;
padding-bottom:5px;
margin-bottom:10px
}
.twocolumns .newslist p.title {
margin-bottom:0;
font-size:12px;
padding:0
}
.twocolumns .newslist p {
font-size:11px
}
.twocolumns .newslist p.date {
margin-bottom:3px;
font-size:11px;
}
.twocolumns .newslist .imgleft {
float:left;
margin:0 8px 8px 0
}
.twocolumns .sponsors {
overflow:hidden;
margin:11px -45px 0 0;
padding:0
}
* html .twocolumns .sponsors {
height:150px
}
.twocolumns .sponsors li {
float:left;
display:inline;
font:12px Arial, Helvetica, sans-serif;
margin:0 22px 20px 0;
padding:0
}
* html .twocolumns .sponsors li {
margin:0 22px 20px 0
}
/*sildeshow ---------------------- */

#dhtmlgoodies_slideshow{
		width:400px;	/* Total width of slideshow */
	}
	#previewPane{
 		text-align:center;
		vertical-align:middle;
		padding-top:5px;

		position:relative;
		
		/* CSS HACK */
		height: 282px;	/* IE 5.x */
		height/* */:/**/260px;	/* Other browsers */
		height: /**/280px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:left;
		font:12px Arial, Helvetica, sans-serif;	/* Font to use */
		padding:8px;
 	}
	#previewPane #largeImageCaption strong { line-height:18px;}
	#galleryContainer{
		
		height:72px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 72px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/72px;	/* Other browsers */
		height: /**/72px;
		margin-bottom:22px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:1px;
 	}
 	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
 		padding:1px;	
 	}
	
	#theImages{
		position:absolute;
		height:50px;
		left:18px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px 7px;
/*		filter: alpha(opacity=50);
		opacity: 0.5;*/	
		cursor:pointer;
		border:0px;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
 		padding:4px;
 		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	/*silde show end */
	
	
/*========================================================== { home v6 }============================================================== */


#main h2 {
font-size:18px;
font-weight:normal;
margin:0 0 5px;
padding:0 0 5px
}
#main .project {
height:214px;
overflow:hidden;
margin-bottom:10px
}
#main .project h2.title {
font-size:10px;
text-transform:uppercase;
margin:5px 0;
padding:0
}
#main .project img {
float:left;
}
#main .project .pcontent {
float:right;
width:400px
}
.threecolumns-in .flickr { margin:10px 0; clear:both; overflow:hidden; width:100%}
.threecolumns-in .flickr img{ width:42px!important; height:42px!important; border:2px solid #ccc}
/*content ----------------------------------- */
#content h3.newstitle {
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin:0 0 12px;
padding:0 0 5px
}
#content h2.newshead {
font-weight:bold;
border-bottom:none;
margin:0
}
#content p.ptop {
font-size:11px;
margin:0 0 12px;
padding:0
} 
/*sidebar ----------------------------------- */

#sidebar h2.subtitle {
font-size:12px;
text-transform:uppercase;
font-weight:bold;
margin:0 0 12px;
padding:0 0 5px
}
/*Our Latest Work ----------------------------------- */
#sidebar h2.subtitle {
font-size:12px;
text-transform:uppercase;
font-weight:bold;
margin:0 0 12px;
padding:0 0 5px
}
#latestwork {
clear:both;
height:100%;
overflow:hidden;
padding:10px 0
}
#latestwork h2 {
font-size:12px;
font-weight:bold;
border-bottom:none;
margin:0;
padding:0
}
#latestwork .projectlist {
overflow:hidden;
margin:11px -55px 0 0;
padding:0
}
* html #latestwork .projectlist {
height:120px
}
#latestwork .projectlist li {
float:left;
width:175px;
display:inline;
font:bold 12px Arial, Helvetica, sans-serif;
margin:0 45px 20px 0;
padding:0
}
* html #latestwork .projectlist li {
margin:0 42px 20px 0
}
#latestwork .projectlist li img {
border:2px solid silver;
margin-bottom:5px
}

.alllinks {
overflow:hidden;
height:100%;
width:400px;
padding-top:15px;
margin-bottom:5px;
}
.alllinks h2 {
font-size:12px;
font-weight:bold;
margin:0 0 12px;
padding:0
}
.alllinks .mylinks {
width:420px;
overflow:hidden;
margin:0 -45px 0 0;
padding:0
}
.alllinks .mylinks li {
display:table;
font:12px Arial, Helvetica, sans-serif;
width:180px;
float:left;
margin:0 12px 5px 0;
padding:0 0 2px 15px
}
.alllinks .mylinks li a {
text-decoration:none
}
.alllinks .mylinks li a:hover {
text-decoration:underline
}

/*========================================================== { home v7 }============================================================== */

#banner3 {
width:840px;
overflow:hidden;
margin:0 auto 15px
}
#banner3 .b3content {
width:600px;
float:left
}
#banner3 .b3content h2 {
font-size:24px;
font-weight:normal;
border-bottom:none;
margin:12px 0 8px;
padding:0
}
#banner3 .b3content p {
font-size:16px;
line-height:22px;
margin:0 0 8px;
padding:0
}
.bgetstartednow2 {
position:relative;
display:block;
width:105px;
height:20px;
clear:both;
float:right;
font-size:12px;
margin-top:-18px
}
.bgetstartednow2 span {
height:100%;
width:100%;
position:absolute;
bottom:0;
left:0;
cursor:pointer;
}
.bgetstartednow2 span a {
display:block;
width:105px;
height:20px;
}
#threecoulums {
width:100%;
height:100%
}
#threecoulums .threecolumns-in {
width:280px
}
#threecoulums .threecolumns-in p {
font-size:12px;
font-weight:normal;
line-height:18px;
margin:0 0 10px;
padding:0
}
#threecoulums .threespcaer {
margin-left:20px
}
#threecoulums .flickrphoto {
overflow:hidden;
margin:0 -25px 10px 0;
padding:0
}
#threecoulums .flickrphoto li {
display:table;
font:12px Arial, Helvetica, sans-serif;
float:left;
margin:0 18px 15px 0;
padding:0
}
* html #threecoulums .flickrphoto {
height:130px
}

#threecoulums .testimonials {
padding-top:20px;
height:100%
}
#sidebar h2.threetitle,#threecoulums .threecolumns-in h2 {
font-size:18px;
font-weight:normal;
margin:0 0 10px;
padding:0
}


/*========================================================== { home v8 }============================================================== */

/*mcontainer ------------------------------ */


#mcontainer {
width:400px;
float:left;
margin-left:20px
}
#mcontainer h2 {
font-size:14px;
font-weight:bold;
margin:0 0 10px;
padding:3px 4px
}
#mcontainer h3 {
font-size:14px;
font-weight:bold;
margin:0 0 10px;
padding:3px 4px
}
#mcontainer p {
margin:0;
padding:0
}
#mcontainer .posts {
overflow:hidden;
height:100%;
padding-bottom:10px;
margin-bottom:12px
}
#mcontainer .posts p.title {
font-weight:bold;
margin:0;
padding:0
}
#mcontainer .posts .calendar {
margin-right:10px;
width:45px;
font-size:22px;
text-align:center;
float:left;
padding:5px 0
}
#mcontainer .posts .month {
font-size:12px;
font-weight:bold;
}
#mcontainer .posts p.author {
font-size:11px;
margin-bottom:8px;
}
#mcontainer .pright {
float:right;
width:340px
}
#l_sidebar .flickr img{
float:left;
margin:0 5px 5px 0;
}
/*left sidebar ------------------------------ */
#l_sidebar {
width:220px;
float:left
}
#l_sidebar .welcometext {
height:100%;
overflow:hidden;
margin-bottom:15px;
padding:8px
}
#l_sidebar .welcometext h2 {
font-size:18px;
font-weight:normal;
margin:0 0 10px;
padding:0
}
#l_sidebar .welcometext p {
font-size:12px;
font-weight:normal;
line-height:18px;
margin:0 0 10px;
padding:0
}
#l_sidebar h3 {
font-size:14px;
font-weight:bold;
margin:0 0 10px;
padding:0
}
#l_sidebar .flickr, #content .flickr  {
clear:both;
margin-bottom:25px;
margin-left:11px;
overflow:hidden
}
#l_sidebar .flickr img, #threecoulums .flickr img {
font:10px Arial, Helvetica, sans-serif;
width:65px;
height:66px;
float:left;
display:inline;
margin:2px 5px 5px
}
#content .flickr img { 
width:50px;
height:50px;}

/*left sidebar ------------------------------ */


#r_sidebar {
width:180px;
float:right
}
#r_sidebar h2 {
font-size:14px;
font-weight:bold;
margin:0 0 10px;
padding:3px
}
#r_sidebar h3 {
font-size:14px;
font-weight:bold;
margin:0 0 10px;
padding:3px
}
#r_sidebar p {
font-size:12px;
font-weight:normal;
line-height:18px;
margin:0 0 8px;
padding:0
}
#r_sidebar p.spretor {
padding-bottom:3px
}
#r_sidebar .services {
margin:0 0 15px;
padding:0
}
#r_sidebar .services li {
font:12px Arial, Helvetica, sans-serif;
margin:0 0 5px;
padding:0 0 3px 12px
}
#r_sidebar .services li a {
text-decoration:none
}

/*========================================================== { home v9 }============================================================== */

#banner4 {
overflow:hidden;
height:227px;
margin-bottom:18px;
padding:0 340px 8px 0
}
#banner4 h2 {
font-size:22px;
font-weight:bold;
margin:0 0 10px;
padding:3px
}
#banner4 p {
font-size:12px;
font-weight:normal;
line-height:18px;
margin:0 0 8px;
padding:0
}

#sidebar h2 {
font-size:14px;
font-weight:bold;
margin:0 0 10px;
padding:3px 0
}

#content .imgcenter {
margin-bottom:10px
}
/*========================================================== { home v9 }============================================================== */
 
#banner9 {
width:839px;
height:250px;
margin-bottom:20px;
clear:both;
}
#banner9 p {
width:500px;
margin-left:125px;
font-size:13px;
margin-bottom:12px;
}
#banner9 h2 {
width:500px;
padding-top:20px;
margin-left:125px;
font:bold 22px Arial, Helvetica, sans-serif
}
ul.option9 {
float:right;
width:200px;
margin:15px 0 0;
padding:0
}
ul.option9 li {
font-size:11px;
margin-bottom:18px;
text-align:left;
list-style:none;
padding:5px 0 0 38px
}
ul.option9 li a {
font-weight:bold;
font-size:12px;
text-decoration:none;
list-style:none
}
/*========================================================== { home v10 }============================================================== */

 
#banner10 {
width:840px;
height:250px;
margin-bottom:20px;
}
#banner10 p {
font-size:13px;
margin:0 300px 5px 55px
}
#banner10 h2 {
padding-top:20px;
font:bold 22px Arial, Helvetica, sans-serif;
margin:0 300px 20px 55px
}
ul.option10 {
margin:0;
padding:0
}
ul.option10 li {
float:left;
font-size:12px;
margin-bottom:18px;
margin-right:10px;
width:230px;
text-align:left;
list-style:none;
background-position:0 10px;
padding:9px 0 15px 43px
}


/*  
INNERPAGES
*/


/*========================================================== { inner 1 }============================================================== */
#content h3 {
font-size:18px;
font-weight:normal;
margin:0 0 15px;
padding:0;
}
#content .service {
clear:both;
overflow:hidden;
height:100%;
margin:15px -45px 0 0;
padding:0
}
#content .service li {
width:200px;
height:90px;
float:left;
font-size:12px;
line-height:18px;
text-align:left;
list-style:none;
margin:10px 0 0;
padding:0 25px 0 60px
}
#content .service li a {
font-size:12px;
}
#content .margin_auto {
margin:15px 0
}
#content .service li.service_block {
width:85%
}

/*========================================================== { inner 2 }============================================================== */

#content .profile_section {
overflow:hidden;
height:100%;
margin-top:22px;
margin-bottom:15px
}
#content .profile {
width:280px;
overflow:hidden;
height:100%;
}
#content .profile2 {
width:265px;
overflow:hidden;
height:100%;
padding:5px 10px 0 8px
}
/*========================================================== { inner 3 }============================================================== */

#content h3.eventtitle {
	margin:0 0 0 0;
	padding:0 0 3px 0;
	font-size:14px;
	font-weight:bold;
}
#content p.date {
	font-size:11px;
}
.hr2 {
	clear:both;
}
#content .event_spacer {
	margin-top:22px;
	margin-bottom:22px;
}
/*========================================================== { inner 4 }============================================================== */

h1.pagetitle {
font-size:22px;
font-weight:400;
margin:0 0 8px;
padding:0
}
#content .showcase_spcaer {
margin-top:12px;
margin-bottom:12px
}
#content .showcase {
width:282px
}
#content .showcase .scontent {
width:165px;
margin-bottom:10px
}
#content .showcase .imgf_right {
float:right;
}
/*========================================================== { inner 5 }============================================================== */

 #content .download_section {
overflow:hidden;
height:100%;
margin-top:22px;
margin-bottom:15px
}
#content .download_product {
width:280px;
overflow:hidden;
height:100%;
padding-bottom:10px
}
#content .download_product p.producttitle {
margin-bottom:0;
font-size:12px;
font-weight:bold
}
#content .download_product p {
margin-bottom:3px;
font-size:11px
}
/*========================================================== { inner7}============================================================== */

#content .twoby2 {
width:280px;
overflow:hidden;
height:100%;
padding-bottom:15px
}
#content .twoby2 p {
margin-bottom:5px
}
#content .list_rounded {
margin:0 0 15px;
padding:0
}
#content .list_rounded li {
font:12px Arial, Helvetica, sans-serif;
margin:0 0 5px;
padding:0 0 3px 12px
}
#content .list_rounded li a {
text-decoration:none
}
/*========================================================== { inner8 }============================================================== */

#content .testtimonials {
height:100%;
margin-bottom:15px;
padding:0 0 0 20px
}
#content .testtimonials .timg_left {
float:left;
margin:5px 10px 10px 0
}
#content .testtimonials .timg_right {
float:right;
margin:5px 0 10px 10px
}
/*========================================================== { inner9 }============================================================== */
#content table {
margin-bottom:20px
}
#content table td {
padding:8px
}
#content table tr.thead {
font-weight:bold
}
/*========================================================== { inner11 }============================================================== */
#content .message_list ol {
list-style:none;
margin:0;
padding:0
}
#content .message_list li {
font:12px Arial, Helvetica, sans-serif;
list-style:none;
margin:0;
padding:0 0 0 15px
}
#content .message_head {
font:bold 20px Arial, Helvetica, sans-serif;
cursor:pointer;
margin:0;
padding:5px 0 0
}
#content .message_subhead {
font:bold 13px Arial, Helvetica, sans-serif;
cursor:pointer;
margin:0 0 5px;
padding:5px 0 0
}
#content .message_head .timestamp {
font-size:95%;
position:absolute;
right:10px;
top:5px
}
#content .message_head cite {
font:18px Arial, Helvetica, sans-serif
}
#content .message_body p {
padding:5px 10px 0 0
}
.hr3 {
clear:both;
margin:10px 0
}
/*========================================================== { inner12 }============================================================== */

#content .helpline {
clear:both;
overflow:hidden;
margin:15px -45px 0 0;
padding:0
}
* html #content .helpline {
height:380px
}
#content .helpline li {
width:220px;
height:100px;
margin-bottom:20px;
margin-right:20px;
float:left;
font-size:12px;
text-align:left;
list-style:none;
line-height:18px;
padding:8px 10px 8px 50px
}
#content .helpline li a {
font-size:18px;
font-weight:normal;
line-height:24px;
}
/*========================================================== { inner13 }============================================================== */

#content .productlist {
overflow:hidden;
margin-right:-30px;
height:350px
}
#content .product {
width:180px;
overflow:hidden;
height:100%;
margin-right:20px;
float:left;
}
#content .product a { margin-left:5px; }
#content .product h2 {
font:bold 12px Arial, Helvetica, sans-serif;
margin:0 0 5px;
padding:5px 0
}
#content .acenter {
text-align:center
}
#content .feature {
float:left;
margin:0 0 10px;
padding:0
}
#content .feature li {
font:11px Arial, Helvetica, sans-serif;
margin:0 0 5px;
padding:0 0 3px 12px
}
#content .more {
font-size:11px;
font-weight:bold;
padding-right:10px;
text-decoration:underline
}
/*========================================================== { inner14 }============================================================== */

#content .gallerylist {
overflow:hidden;
margin-right:-30px
}
#content .gallery {
width:264px;
float:left;
margin-right:20px;
margin-bottom:20px;
overflow:hidden;
padding:5px 8px
}
#content .gallery img {
margin-bottom:5px
}
/* ie modification gallery height define*/
* html .minheight1 {
height:540px
}
* html .minheight2 {
height:630px
}
#content .projectdetails {
margin:0;
padding:0
}
#content .projectdetails li {
font:11px Arial, Helvetica, sans-serif;
margin:0 0 2px;
padding:0 0 3px 12px
}
#content .pagenavi {
font-size:12px;
text-transform:uppercase;
overflow:hidden;
height:100%;
font-weight:bold;
margin-top:5px;
padding:5px 0
}
#content .next {
padding-right:12px
}
#content .previous {
padding-left:12px
}
/*========================================================== { inner15 }============================================================== */

#content .subcolumns h2 {
font-size:14px;
font-weight:bold;
margin:0 0 3px;
padding:0
}
#content .subcolumns ul {
margin:0;
padding:0
}
#content .subcolumns li {
font:12px Arial, Helvetica, sans-serif;
margin:0 0 2px;
padding:0 0 3px 12px
}
#content .main_columns {
overflow:hidden;
height:100%;
margin-bottom:22px
}
/*========================================================== { inner16 }============================================================== */

#content .gallery2 {
overflow:hidden;
margin:11px -55px 0 0;
padding:0
}
* html #content .gallery2 {
height:380px
}
#content .gallery2 li {
float:left;
width:180px;
display:inline;
font:bold 12px Arial, Helvetica, sans-serif;
margin:0 20px 20px 0;
padding:0
}
* html #content .gallery2 li {
margin:0 20px 20px 0
}
#content .gallery2 li img {
border:2px solid silver;
margin-bottom:5px
}
/*========================================================== { inner17 }============================================================== */

#content .gallery3 {
overflow:hidden;
margin:11px -55px 0 0;
padding:0
}
* html #content .gallery3 {
height:540px
}
#content .gallery3 li {
float:left;
width:180px;
display:inline;
font:12px Arial, Helvetica, sans-serif;
line-height:23px;
background:none;
margin:0 20px 20px 0;
padding:0
}
* html #content .gallery3 li {
margin:0 20px 20px 0
}
#content .gallery3 li a.more{ text-decoration:underline; font-size:11px;}

/*========================================================== { inner18 }============================================================== */

#content .clientname {
margin-bottom:8px;
clear:both;
display:table;
width:100%;
font-size:11px;
}
#content .bthumb {
margin-bottom:5px;
padding:2px
}
#content h3.pname {
font-size:18px;
margin:15px 0 4px;
padding:0
}
#content span { font-size:12px; }

/*========================================================== { inner19 }============================================================== */

.historyimg {
margin-bottom:8px;
}
/*========================================================== { 404 Page Seting }============================================================== */

#content .error_title {
text-align:center;
font-size:14px;
font-weight:bold;
margin-bottom:20px
}
#content .category {
overflow:hidden;
height:100%;
min-height:100px;
margin:0 -40px 30px 0;
padding:0
}
* html #content .category {
height:150px
}
#content .category li {
float:left;
width:170px;
font:12px Arial, Helvetica, sans-serif;
margin:0 20px 2px 0;
padding:0 0 3px 10px
}

/*========================================================== { inner 20 }============================================================== */

.xboxcontent2 {
display:block;
padding:5px 15px
}
#content .download {
line-height:18px;
font-size:12px;
overflow:hidden;
height:100%;
margin:0 0 8px;
padding:10px 0
}
#content .download li {
width:240px;
height:62px;
float:left;
margin:0 10px 15px 0;
padding:0 0 0 15px
}
#content .xboxcontent2 h3 {
font-size:20px;
margin:0 0 10px;
padding:0
}
/*========================================================== { inner 21 }============================================================== */

#content .features {
overflow:hidden;
height:100%;
margin-bottom:15px;
padding-top:5px;
padding-bottom:15px;
}
#content .fcontent {
float:right;
width:380px
}
#content .fcontent h3 {
font-size:16px;
font-weight:bold;
border:none;
margin:0 0 5px;
padding:0
}
#content .feature_img {
float:left;
}
/*========================================================== { inner 22 }============================================================== */


#content .screenshot {
width:180px;
float:left;
display:inline;
overflow:hidden;
height:100%;
padding-bottom:25px;
}
#content .screenshot h2 {
font:bold 12px Arial, Helvetica, sans-serif;
color:#333;
margin:0 0 5px;
padding:5px 0
}
#content .screenshot img {
margin-bottom:3px
}
#content .screenshot p {
margin-bottom:3px
}
#content .sspacer {
padding-right:20px
}
/*========================================================== { inner 23 }============================================================== */

#main .ourwork {
clear:both;
overflow:hidden;
margin:15px -45px 0 0;
padding:0
}
* html #main .ourwork {
height:480px
}
#main .ourwork li {
width:260px;
height:135px;
float:left;
font-size:12px;
text-align:left;
list-style:none;
line-height:19px;
padding:10px 10px 8px;
background:none;
margin:0;
}
#main .ourwork li a {
font-weight:normal;
}
#main .linkspacer {
margin-top:5px;
font-size:12px
}
#main .ourwork li img { padding-top:5px;}

/*========================================================== { inner 23 }============================================================== */

#main #banner5 {
height:227px;
margin-bottom:10px
}
#main #banner5 .b5content {
width:280px;
height:165px;
margin:20px 0 0 20px
}
#main #banner5 .b5content h2 {
font-size:32px;
margin:0 0 5px;
padding:0
}
#main #banner5 .b5content p {
margin:0 0 5px;
padding:0
}
#main p.highlight {
font-size:14px;
font-weight:bold;
text-align:center;
margin:0 0 20px;
padding:0 10px
}
#main .columns3 {
width:280px;
overflow:hidden
}
#main .columns3 h3 {
font-size:14px;
font-weight:bold;
border-bottom:none;
margin:0 0 5px;
padding:0
}
#main .columns_img {
margin-bottom:5px
}
#main .columns_spacer {
margin-left:30px
}
/*========================================================== { inner 24 }============================================================== */

#main p.captial:first-letter {
font-size:32px;
display:block;
font-weight:bold;
float:left;
margin:5px 5px 0 0;
line-height:35px;
padding:10px
}
/*========================================================== { inner 24 }============================================================== */

#content .subcolumns .xsnazzy2 h3 {
font-size:16px;
font-weight:bold;
margin:0 0 5px;
padding:0
}
#content .subcolumns .lnews {
overflow:hidden;
height:100%;
padding-bottom:5px;
margin-bottom:8px
}
#content .subcolumns .fimg {
float:left;
margin:0 8px 5px 0
}
#content .sub_spcaer {
margin-top:15px;
margin-bottom:15px
}
/*========================================================== { Contact us }============================================================== */

.contactform {
width:580px;
margin-top:15px;
min-height:320px;
padding:15px 0
}
.contactform textarea,.contactform input {
font:12px Arial, Helvetica, sans-serif;
margin-right:5px;
width:280px;
padding:5px
}
.contactform textarea {
height:150px
}
.contactform #contactsubmit {
width:133px;
height:28px;
font:bold 12px Arial, Helvetica, sans-serif;
border:none;
cursor:pointer;
}
.contactleft {
font-weight:bold;
width:100px;
float:left;
margin-bottom:12px;
padding:6px 0
}
.contactright {
font:normal 9px Arial, Helvetica, sans-serif;
width:460px;
float:right;
margin-bottom:12px
}
/*========================================================== { inner 25 }============================================================== */
#product_detail {
overflow:hidden;
font-size:11px;
line-height:18px;
margin:20px 0
}
.product_pic {
float:left;
text-align:center;
width:230px
}
.product_pic img {
padding:0 5px
}

#content .relatedproduct {
line-height:15px;
font-size:12px;
min-height:180px;
margin:0 -40px 0 0
}
* html #content .relatedproduct {
height:180px
}
#content .relatedproduct li {
float:left;
width:100px;
text-align:center;
list-style-type:none;
background:none;
margin:5px 19px 0 0
}
* html #content .relatedproduct li {
margin:5px 10px 0 0
}
#content .relatedproduct li a {
padding:4px 4px 0 0
}
#content .relatedproduct li a:hover {
color:#000
}
#content .relatedproduct li a img {
margin:4px 0 5px
}
#content .relatedproduct li a:hover img {
margin-top:4px
}


/*========================================================== { inner 16 }============================================================== */

.box .imgl { margin:2px 10px 5px 0; float:left; border:1px solid #ddd; }
#content .box h5 { margin-bottom:5px;}


#content .stepslist {
overflow:hidden;
margin-right:-30px;
margin-top:15px;
height:250px; /* ie height */
}
#content .steps {
width:180px;
overflow:hidden;
height:100%;
margin-right:20px;
float:left;
}
#content .steps a { margin-left:5px; }
#content .steps h2 {
font:bold 14px Arial, Helvetica, sans-serif;
margin:0 0 5px;
padding:5px 5px;
border-bottom:2px solid #ccc;
background:#eee;
color:#c00;
}
#content .steps li { font-size:12px;}


/*========================================================== { inner 17 }============================================================== */


#content .product_steps { overflow:hidden; height:100%; border-bottom:1px dashed #ddd; padding-bottom:15px; margin-bottom:15px; }
#content .product_steps h3 { border:none; margin-bottom:3px; }

#content .pleft { width:100px; font-size:82px; text-align:center;  float:left; background:#eee; border:1px solid #ddd; color:#bbb; margin-top:6px;   }
#content .pright	{ width:460px; float:right; padding:3px 0 0 15px; border-left:2px solid #fff;   overflow:hidden; height:100%; }


/*========================================================== { inner 18 }============================================================== */

#content .magazine_left { width:241px; float:left; }

#content .magazine_left img { padding:2px; margin-bottom:10px;  }

#content .magazine { width:310px; float:right; }
#content .magazine h3 { border:none;  font-size:26px; }
#content .magazine .box p { font-size:11px; line-height:18px; }

#content .magazine img { float:left;  }
#content  .mcontent { width:250px; float:right; }

#content .hr {
	color:#fff;
	border:none;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding:0;
	clear:both;
}
* html #content .hr { margin-bottom:0; }


/*========================================================== { inner 19 }============================================================== */

#content .pboxlist { overflow:hidden; height:100%; margin-bottom:15px; }
#content .productbox { background:#eee; border:1px solid #ddd; float:right; padding:8px; width:500px;    }

#content .iconbox { float:left; background:#fff; padding:5px 5px; vertical-align:middle; text-align:center; border:1px solid #ddd;  width:50px;  overflow:hidden; z-index:0; margin-top:15px; }

#content .articleimg { border-bottom:3px solid #ccc; margin-bottom:10px; padding:0 0;  }


#content .subcolumns h3 { margin-bottom:5px; }

/*========================================================== { M05-}============================================================== */
#content .sitemap {
overflow:hidden;
margin-right:-30px;
margin-top:15px;
height:100%;
}
#content .sitemap_list {
width:155px;
overflow:hidden;
height:100%;
margin-right:38px;
float:left;
}

#content .sitemap_list li { font-size:12px;}

#content .sitemap_list li a { color:#666; }
#content .sitemap_list li a:hover { color:#000; text-decoration:underline;  }



/* trackback css --------------------------------------------------------- */	

#blog_content .trackbacklist {
list-style:none;
margin:8px 0 0;
padding:0
}
#blog_content .trackbacklist li {
list-style:none;
margin:0 0 8px;
padding:0 0 5px 18px
}
/* Comments form ----------------------------------*/

#commentform {
margin-top:10px;
margin-bottom:10px;
overflow:hidden;
}
#commentform label {
float:left;
text-align:left;
margin-bottom:15px;
font-size:11px;
font-weight:bold
}
#blog_content .textarea {
float:right;
margin-bottom:10px;
font:12px Arial, Helvetica, sans-serif;
padding:5px
}
#blog_content .Cbutton {
border:none;
font:bold 11px Arial, Helvetica, sans-serif;
clear:both;
float:left;
width:100px;
cursor:pointer;
padding:4px
}


/*	Comments --------------------- */
#blog_content .gravatar {
width:40px;
height:40px;
display:block;
float:right;
margin:0 0 10px 10px
}
#blog_content .commentmainauthor {
clear:both;
overflow:hidden;
height:100%;
margin-bottom:20px;
padding:8px 10px
}
#blog_content .commentmain {
clear:both;
overflow:hidden;
height:100%;
margin-bottom:20px;
padding:8px 10px
}
#blog_content .comment_right {
float:right;
font-size:11px;
width:72%;
padding:5px 0 0 15px
}
#blog_content .comment_left {
margin-bottom:15px;
float:left;
font-size:11px;
width:12%
}
#blog_content .comment_left span {
font-size:11px
}
#blog_content .bookmark {
float:right;
margin:0 -9px 0 0;
padding:0
}
#blog_content .bookmark li {
float:left;
list-style:none;
background:none;
font:11px Arial, Helvetica, sans-serif;
margin:0 3px 0 0;
padding:0
}
#blog_content .bookmark li a {
display:block;
width:16px;
height:16px;
text-indent:-9009px;
margin-left:6px
}
#blog_content .post_paginate {
font-weight:bold
}
#blog_content .post_paginate p a {
text-decoration:underline;
margin-right:5px
}
/* Previous/Next Page Navigation ----------------------------------------------------------------*/
.page-nav {
clear:both;
height:22px;
margin:15px 0;
padding:2px 0
}
.nav-previous {
float:left;
text-align:left;
margin-top:4px
}
.nav-next {
float:right;
text-align:right;
margin-top:4px
}
.page-nav a {
text-decoration:none
}
.nav-previous a {
padding-left:14px;
font-size:11px;
text-transform:uppercase;
}
.nav-next a {
padding-right:12px;
font-size:11px;
text-transform:uppercase;
}
* html .nav-previous,* html .nav-next {
margin-top:3px
}
/* page navigatin css --------------------------------------------------------- */	
#blog_content .wp-pagenavi {
text-align:center;
font-size:12px
}
#blog_content .wp-pagenavi a,#blog_content .wp-pagenavi a:link,#blog_content .wp-pagenavi a:active {
text-decoration:none;
line-height:24px;
margin:2px;
padding:3px 8px
}

#blog_content .wp-pagenavi span.pages {
font-size:12px;
margin:2px;
padding:3px 8px
}
#blog_content .wp-pagenavi span.current {
line-height:24px;
font-size:12px;
font-weight:bold;
margin:2px;
padding:3px 8px
}
#blog_content .wp-pagenavi span.extend {
line-height:25px;
margin:2px;
padding:3px 8px
}



/* widget calendar ---------------------------  */

#wp-calendar {
width:90%;
color:#2a271c;
margin:0 auto
}
#sidebar .widget_calendar h2,widgettitle {
display:none
}
#sidebar #calendar_wrap caption {
font:bold 13px "Trebuchet MS", Verdana, Arial;
text-align:left;
margin:0 0 5px;
padding:2px 0 3px 22px
}

/*========================================================== { 404 Page Seting }============================================================== */

#blog_content h2.error_title {
text-align:center;
font-size:14px;
font-weight:bold;
margin-bottom:20px
}
#blog_content .category {
overflow:hidden;
height:100%;
min-height:100px;
padding:0
}
* hmtl #blog_content .category {
height:150px
}
#blog_content .category li {
float:left;
width:170px;
background:url(../images/bullet3.png) no-repeat 0 5px;
font:12px Arial, Helvetica, sans-serif;
margin:0 20px 2px 0;
padding:0 0 3px 10px
}
/*--taber --------------------------------------------------- -*/
.tabberlive .tabbertabhide {
	display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	clear:both;
}
.tabberlive {
	/* margin-top:1em;*/
 margin-bottom: 10px;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin:0;
	padding: 3px 0;
	font: bold 11px Arial, Helvetica, sans-serif;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a {
	padding: 3px 5px 3px 5px;
	margin:0 ;
	line-height:22px;
	margin-left: 3px;
	text-decoration: none;
}
#sidebar ul.tabbernav li { border-bottom:none; }
#sidebar ul.tabbernav li a { padding: 3px 3px 2px 3px;  line-height:23px; }
#sidebar ul.tabbernav li a { margin-left:-10px; font-weight:bold; font-size:11px;}
#content ul.tabbernav li a { margin-left:3px; font-weight:bold; font-size:12px;}
ul.tabbernav li.tabberactive a {
	text-decoration:none;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
	margin-top:-18px;
	/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
}
/* If desired, hide the heading since a heading is provided by the tab */

#sidebar .tabberlive .tabbertab { margin-top:-3px;}
#content .tabberlive .tabbertab { margin-top:0px;}
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tablog_ {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:150px;
	overflow:hidden;
}
 
#blog_sidebar .comments2,#sidebar .comments2 {
clear:both;
overflow:hidden;
height:100%;
padding:3px 0 5px 15px
}
#blog_sidebar .tabslist,#sidebar .tabslist {
list-style:none;
margin:8px 0 0;
padding:0
}
#blog_sidebar .tabslist li,#sidebar .tabslist li {
list-style:none;
margin:0 0 8px;
padding:0 0 5px 12px
}
#blog_sidebar .tabslist li a,#sidebar .comments2 a,#sidebar .tabslist li a {
text-decoration:none
}
#blog_sidebar .tabslist li a:hover,#sidebar .comments2 a:hover,#sidebar .tabslist li a:hover {
text-decoration:underline
}
#blog_sidebar .tabbertab h5,#sidebar .tabbertab h5 {
display:none
}
/* misc */
#blog_content{overflow:hidden!important;}

/* Widget Search Section ------------ */

#blog_sidebar #search, #blog_sidebar_r #search, #blog_sidebar_l #search { 
width:auto; 
background:none; 
overflow:hidden; 
height:100%; 
float:none; 
} 
#blog_sidebar h2 { 
clear:both; 
}
#blog_sidebar #searchform, #blog_sidebar_r #searchform, #blog_sidebar_l #searchform {
margin:0 auto;
text-align:left;
float:none;
background:none;
}
#blog_sidebar #searchform input, #blog_sidebar_l #searchform input, #blog_sidebar_r #searchform input {
margin-bottom:5px;
padding:3px;
font:bold 11px Arial, Helvetica, sans-serif;
}
#blog_sidebar #search, #blog_sidebar_l #search, #blog_sidebar_r #search {
border:none;
background:#fff url(../images/i_search.png) no-repeat 3px 5px;
}
#blog_sidebar #search #s, #blog_sidebar_l #search #s, #blog_sidebar_r #search #s   { 
border:1px solid #ccc; 
font:normal 11px Arial, Helvetica, sans-serif; 
}



/*Header 1 --------------------------------------------------------------- */

#header1 {
height:130px;

}
#header1 .h_left {
float:left;
width:350px;
margin-top:14px;
}
#header1 .h_left img {
margin-bottom:3px
}
#header1 .h_right {
float:right;
margin-top:21px
}

/*Header 2 --------------------------------------------------------------- */

#header2 {
height:100px;
}
#header2 .h_left {
float:left;
width:350px;
margin-top:34px;
margin-left:8px;
}
#header2 .h_left img {
margin-bottom:3px
}
#header2 .h_right {
float:right;
overflow:hidden
}
#topnav {
overflow:hidden;
font:11px Arial, Helvetica, sans-serif;
text-align:right;
margin:0;
padding:0
}
#topnav li {
display:inline;
background:none;
text-align:right;
margin:0;
padding:0 5px
}

#header2 p {
clear:both;
font-size:12px;
margin:0;
padding:0 5px 0 0
}
#header2 p a {
color:#333;
text-decoration:underline
}
#header2 p a:hover{
color:#c00;
}
#header2 .hspcaer {
margin-top:32px
}
#header2 p.i_phone {
padding-left:18px
}
#header2 p.i_mail {
padding-left:18px
}
/*Header 1 --------------------------------------------------------------- */

#header3 {
height:140px;
padding:0 10px;
background:url(../images/headerbg4.jpg) no-repeat top;
}
#header3 .h_left {
float:left;
width:350px;
margin-top:28px;
}

#header3 .logo {
font:25px "Arial Black", Arial, Helvetica, sans-serif;
color:#fff;
margin-top:5px;
text-transform:uppercase;
float:left;
}
#header3 .logo a { color:#ffeeee; }
#header3 .logo a:hover { color:#fff; }
#header3 .description {
font:12px Arial, Helvetica, sans-serif;
clear:both;
margin-top:-5px;
color:#fff;
}


#sidebar h3 {
	margin:0 0 12px;
	padding:0 0 3px;
	font-size:18px;
	font-weight:normal;
}
#sidebar h5 {
	margin:0 0 8px;
	padding:0 0 3px;
	font-size:18px;
	font-weight:normal;
}
#sidebar .xboxcontent2 h5 {
	margin:0 0 10px;
	padding:0;
	font-size:16px;
	font-weight:bold;
}
#sidebar .sfeatures {
	overflow:hidden;
	height:100%;
	margin-bottom:15px;
	padding:5px;
	margin-top:5px;
}
#sidebar .sfeatures h5 {
	font-size:16px;
	font-weight:bold
}
#sidebar .newsletter {
	overflow:hidden;
	height:100%;
	margin-bottom:5px
}
#sidebar .nfield {
	float:left;
	width:45px;
	font-weight:bold;
	padding-top:3px
}
#sidebar .ntextfield {
	width:160px;
	font-size:11px;
	padding:3px
}
#sidebar p {
	margin:0 0 8px;
	padding:0;
	line-height:18px;
	font-size:12px
}
#sidebar ul {
	margin:0;
	padding:0;
	clear:both;
}
#sidebar li {
	margin:0 0 8px 18px;
	padding:0 0 5px;
	line-height:20px;
	list-style:disc;
	font:12px Arial, Helvetica, sans-serif;
}
#sidebar li ul li {
	padding:5px 0 0;
	border:none;
	line-height:22px
}
#sidebar li a {
	text-decoration:none
}
#sidebar li a:hover {
	text-decoration:underline
}
#sidebar .contactform {
	margin:0;
	padding:0;
	min-height:280px;
	font:normal 11px Arial;
	width:240px;
	overflow:hidden
}
#sidebar .contactform textarea, #sidebar .contactform input {
	width:180px;
	padding:2px
}
#sidebar .contactform textarea {
	height:80px;
	width:220px
}
#sidebar .contactform #contactsubmit {
	width:100px;
	cursor:pointer;
}
#sidebar .contactleft {
	float:none;
	padding:0;
	margin:0;
	font-weight:normal
}
#sidebar .contactright {
	margin:0 0 10px;
	padding:0;
	font:normal 9px Arial, Helvetica, sans-serif !important;
	float:none
}
#sidebar .subscribe h5 {
	margin:0;
	padding:0px 0 5px;
	font-size:12px;
	font-weight:bold;
	border:none
}
#sidebar .subscribetextbg {
	padding:0;
	margin:0px 0 8px;
	overflow:hidden
}
#sidebar .subscribe_textfield {
	font:12px Arial, Helvetica, sans-serif;
	margin:2px 0 0 2px;
	padding:2px;
	width:162px;
	float:left
}
#sidebar .subscribe {
	padding:10px 5px 5px;
	overflow:hidden;
	height:100%;
	margin-bottom:11px
}
#blog_sidebar .subscribe h2 {
	background:none;
	border-top:none;
	padding-top:0
}
.subscribe_b {
	border:none;
	margin-top:1px;
	float:right
}
#sidebar p.i_email {
	padding-left:28px
}
#sidebar p.i_rss {
	padding-left:28px
}
#sidebar .ads {
	margin-bottom:8px
}
#sidebar .testimonials, #r_sidebar .testimonials {
	padding:0 0 10px 20px;
	font:16px Georgia, "Times New Roman", Times, serif;
	margin-bottom:18px;
	line-height:20px;
}
.clientname {
	float:right; font-size:12px;
}


/* STRUCTURE ----------------------------------*/

#blog_content {
width:610px;
float:left;
margin-top:10px;
}
#blog_sidebar {
width:280px;
float:right;
margin-top:10px;
}
.sidebar_top {

}
.sidebar_bottom {
padding-left:20px;
overflow:hidden;
height:100%;
}
#blog_content h2 {
margin:0 0 0 0;
padding:0;
font-size:22px;
color:#cc0000;
font-weight:normal;
}
/*post css start ----------------------------------*/
#blog_content .posts {
padding-bottom:5px;
margin-bottom:25px;
overflow:hidden;
height:100%;
}
#blog_content .post_top {
padding:0;
margin-bottom:10px;
overflow:hidden;
height:100%;
background:url(../images/sepretor_hr.png) repeat-x bottom;
}
#blog_content .pright {
width:90%;
float:right;
padding-left:15px;
background:url(../images/sepretor_vr.png) repeat-y left;
}
#blog_content .post_top p {
font-size:11px;
margin:0;
padding:0;
color:#666;
}
#blog_content .post_top span {
font-size:11px;
color:#666;
}
#blog_content .calendar {
width:40px;
float:left;
padding-top:5px;
font-size:24px;
margin-top:3px;
text-align:center;
line-height:20px;
}
#blog_content .month {
font-size:12px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
}
.i_author {
padding-left:13px;
padding-right:10px;
background:url(../images/i_author.png) no-repeat 0 3px;
}
.i_comment2 {
padding-left:13px;
padding-right:10px;
background:url(../images/i_comment2.png) no-repeat 0 3px;
}
#blog_content .post_bottom {
padding:4px 0;
overflow:hidden;
height:100%;
color:#939393;
clear:both;
background:url(../images/sepretor_hr.png) repeat-x bottom;
}
#blog_content .post_bottom p, .post_bottom span {
margin:0 0 0 0;
padding:0 0 0 0;
font-size:11px;
}
#blog_content .post_bottom a {
color:#666;
text-decoration:none;
}
#blog_content .post_bottom a:hover, #blog_content .post_top span a:hover {
color:#000;
text-decoration:underline;
}
#blog_content .cate {
float:left;
width:50%;
background:url(../images/i_categories.png) no-repeat 0 5px;
padding-left:15px;
padding-top:2px;
}
#blog_content .tags {
background:url(../images/i_tag.png) no-repeat 0 4px;
padding-left:15px;
}
#blog_content .pbottom {
float:right;
width:40%;
text-align:right;
}
#blog_content .post-ratings {
font-size:11px;
font-style:normal;
padding-left:8px;
margin:8px 0;
}
#blog_content .more-link {
text-align:right;
float:right;
font-size:10px;
text-transform:uppercase;
background:url(../images/i_continue.png) no-repeat right;
padding-right:10px;
margin-bottom:10px;
}
/* comment form --------------------------- */						
#commentform label {
width:110px;
padding:0 0 10px 0;
}
#commentform { padding-bottom:25px; height:100%; overflow:hidden; }
.field { 
overflow:hidden; 
height:100%; 
}
#blog_content .textarea {
width:420px;
}
#blog_content .Cbutton {
margin-left:120px; _margin-left:118px;
}
/* sidebar -------------------------------------------------------------------------------- */
#blog_sidebar h5, #blog_sidebar h2 {
margin:0;
padding:0 0 3px 0;
font-size:18px;
font-weight:normal;
color:#c00;

}
.advt {
overflow:hidden;
height:100%;
padding-bottom:15px;
margin-bottom:8px;
background:url(../images/advt_spcaer.png) repeat-x bottom;
}
.advt img {
margin-bottom:8px;
}
/* widget search  ===================================================  */	

#blog_sidebar #searchform {
overflow:hidden;
height:100%;
width:100%;
margin:0 auto;
text-align:left;
}
#blog_sidebar #searchform input {
margin-bottom:5px;
}
#blog_sidebar #search br {
display:none;
}
#blog_sidebar ul {
margin:0 0 25px 0;
padding:0;
}
#blog_sidebar li {
margin:0 0 25px 0;
padding:0;
font-size:12px;
list-style-type: none;
background:none;
}
#blog_sidebar ul li ul {
margin:0;
padding:0;
background:none;
}
#blog_sidebar ul li ul li {
margin: 0;
padding: 3px 0 3px 15px;
background:url(../images/bullet2.png) no-repeat;
background-position:0 9px;
}
#blog_sidebar ul li ul li a {
line-height:18px;
text-decoration: none;
}
#blog_sidebar ul li ul li a:hover {
text-decoration: underline;
}
#blog_sidebar ul li ul li ul li {
margin:0;
padding: 3px 0 3px 15px;
background:none;
}
#blog_sidebar ul li ul li ul li a {
text-decoration: none;
}
#blog_sidebar ul li ul li ul {
padding: 0;
margin: 0;
}



/*====================================== 
style.css start 
=============================================*/

body {
background:#F0F5F9;
}
/* Links -----------------*/
a{
color:#c00;
}
a:hover {
color:#333;
}
.imgleft {
border:1px solid #ccc;
background:#fff;
}
.imgright {
border:1px solid #ccc;
background:#fff;
}
.img_center {
border:1px solid #ccc;
background:#fff;
}
p, address{
color:#003580;
}
/* STRUCTURE -----------------*/
#header {
background:#fff;
border-top:5px solid #ebebeb;
}
#wrapper {
background: url("./images/background_shadow1.png") repeat scroll 0 0 transparent;
}
/* Header Section  ----------------------------------*/
#header .logo {
color:#000;
}
#header .logo a{
color:#c00;
}
#header .logo a:hover{
color:#000;
}
#header .description {
color:#555;
}
/* ------------------------------  footer ---------------------------------------  */

#footer p {
color:#333;
}
#footer span {
color:#666;
}
#footer span a {
color:#666;
}
#footer span a:hover {
color:#333;
}
#footer p a {
color:#666;
}
#footer p a:hover {
color:#000;
}
#flinks li {
background:none;
}
#flinks li a {
color:#666;
}
#flinks li a:hover {
color:#c00;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
border:2px solid #ebebeb;
background:#fff url(./images/i_search.png) no-repeat 3px 5px;
}
#search .s {
border:none;
background:#fff;
color:#666;
}
#searchform .sgo {
background:#fff url(./images/b_go.png) no-repeat;
}
/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */

#nav {
background:#4BA9DF;
}
#nav .rss {
color:#fff;
background:url(./images/rss.png) no-repeat;
}
#nav .rss a {
color:#fff;
}
#nav .rss a:hover {
color:#f60;
}
/* breadcrumb start -----------------------*/
 
#content-wrap .breadcrumb {
border-bottom:1px dotted #e0e0e0;
background:#fafafa;
color:#888;
}
#content-wrap .breadcrumb a {
color:#333;
}
#content-wrap .breadcrumb a:hover {
color:#dc0709;
}
a.button {
color:#fff !important;
background:#666 url(./images/button_bullet.png) no-repeat right;
border:1px solid #333;
border-top-color:#f6f6f6;
border-left-color:#f6f6f6;
}
a.button:hover,.submit:hover {
background:#c00 url(./images/button_bullet.png) no-repeat right;
color:#fff;
}
.submit {
color:#fff;
background:#666 url(./images/button_bullet.png) no-repeat right;
border:1px solid #333;
border-top-color:#f6f6f6;
border-left-color:#f6f6f6;
}

 
/* blog & content css common ------------------- */

h1 {
color:#254284;
border-bottom:0px solid #ccc;
}
h2 {
color:#254284;
}
h2 a, .posts h2 a {
color:#254284;
}
h2 a:hover, .posts h2 a:hover {
color:#000;
}
h3 {
color:#333;
}
h4 {
border-bottom:1px solid #ccc;
color:#333;
}
h5 {
color:#333;
}
h6 {
border-bottom:1px solid #ccc;
color:#333;
}
p a {
color:#333;
}
p a:hover {
color:#c00;
}
ol {
background:none;
}
ol li {
background:none;
color:#333;
}
ol li ol {
margin:8px 0 5px 24px;
padding:0;
}
blockquote {
background:url(./images/quote.png) no-repeat 10px 10px;
color:#333;
}
blockquote blockquote {
background:url(./images/quote.png) no-repeat 10px 10px;
color:#333;
}
li,ul li ul li {
background:url(./images/bullet4.png) no-repeat;
background-position:0 6px;
color:#4BA9DF;
}
/* instruction elements ------------------------- */


p.alert {
border-top:1px solid #f0baa2;
border-bottom:1px solid #f0baa2;
background:#ffd9c8 url(../images/alert.png) no-repeat 12px 13px;
}
p.download {
border-top:1px solid #d4ebaf;
border-bottom:1px solid #d4ebaf;
background:#edfcd5 url(../images/download.png) no-repeat 10px 13px;
}
p.info {
border-top:1px solid #eee;
border-bottom:1px solid #eee;
background:#f9f9f9 url(../images/info.png) no-repeat 12px 13px;
}
p.note {
border-top:1px solid #efe3ae;
border-bottom:1px solid #efe3ae;
background:#fef6d2 url(../images/note.png) no-repeat 14px 13px;
}


/*====================================== 
Extara 2 header - header.css start 
=============================================*/

/*Header 1 --------------------------------------------------------------- */

#header1 {
background:#fff
}
#header1 .h_left {
color:#666
}
/*Header 2 --------------------------------------------------------------- */

#header2 {
background:#fff url(../images/headerbg2.png) repeat-x bottom;
border-top:5px solid #333
}
#header2 .h_left {
color:#666
}
#topnav li {
background:none;
}
#topnav li a {
color:#666
}
#topnav li a:hover {
color:#333
}
#header2 p {
color:#666;
}
#header2 p.i_phone {
background:url(../images/i_contact.png) no-repeat 0 3px;
}
#header2 p.i_mail {
background:url(../images/i_mail.png) no-repeat 0 4px;
}
.red {
color:#c00
}

/*====================================== 
homepages.css start 
=============================================*/


/* banner ------------------------------------------------------------------------------------ */
#banner {
background:#f2f2f2 url(../images/bannerbg.png) no-repeat 35px bottom;
border:1px solid #ccc;
}
#banner h2 {
color:#000;
}
#banner p {
color:#333;
}
#banner .option {
color:#006598;
}
#banner .option li {
background-position:0 3px;
color:#666;
}
#banner .option li a {
color:#333
}
.i_feature1 {
background:url(../images/i_folder.png) no-repeat
}
.i_feature2 {
background:url(../images/i_image.png) no-repeat
}
.i_feature3 {
background:url(../images/i_service.png) no-repeat
}
.i_feature4 {
background:url(../images/i_globe.png) no-repeat
}

.bgetstartednow span {
background:url(../images/b_getstartednow.png) no-repeat
}
.bgetstartednow span a {
background:url(../images/b_purchasedownload.png) no-repeat
}
.bgetstartednow span:hover {
background-position:0 -26px
}
.bgetstartednow a {
color:#c00
}
.bgetstartednow a:hover {
color:#000
}

/* #content ------------------------------------------------------ */


#content h3 {
color:#c00;
border-bottom:1px dashed #ddd;
}
#content p {
color:#888888;
}
#content .imgborder {
border:3px solid #ccc;
}
#content .testimonials {
border-top:3px solid #e0e0e1;
border-bottom:1px solid #e0e0e1;
background:#f2f2f2;
}
/* subscribe section ----------- */

#subscribe {
border:1px solid #e0e0e0;
background:#f2f2f2;
}
#subscribe p.i_email {
background:url(../images/i_mail.png) no-repeat 0 3px;
}
.subtextfield {
border:1px solid #e0e0e0;
background:#fff;
color:#333;
}
  
/*========================================================== { home v2  }============================================================== */

/* banner ------------------------------------------------------------------------------------ */
#banner2 {
background:#c00 url(../images/banner2bg.png) repeat-y 270px 0;
border:1px solid #c00;
}
#banner2 h2 {
color:#fff;
}
#banner2 .pfeture li {
background:url(./images/bullet5.png) no-repeat 0 4px;
color:#fff;
}
#banner2 .pfeture li a {
color:#fff;
}
#banner2 .pfeture li a:hover {
color:#fff;
}
/* #content ------------------------------------------------------ */

#main h3 {
color:#000;
border-bottom:1px dashed #ddd;
}
#main h4 {
color:#000;
}
#main p {
color:#444;
}
/*  Css base rounded corner no image ------------- */
.xsnazzy {
background:transparent;
}
.xsnazzy2 {
background:transparent;
}
.xtop,.xbottom {
background:transparent;
}
.xb2,.xb3,.xb4 {
background:#f4f4f4;
border-left:1px solid #dbdbdb;
border-right:1px solid #dbdbdb
}
.xb1 {
background:#dbdbdb;
}
.xb2 {
border-width:0 2px;
}
.xboxcontent {
background:#f4f4f4;
border:0 solid #dbdbdb;
border-width:0 1px;
}

.box {
background:#f4f4f4;
border:1px solid #dbdbdb;
}

#main .pplans li {
background:url(./images/bullet4.png) no-repeat 0 4px;
color:#444;
}
#main .pplans li a {
color:#444;
}
#main .pplans li a:hover {
color:#000;
}
/*========================================================== { home v3  }============================================================== */

#content2 h3 {
color:#c00;
}
#content2 p {
color:#444;
}
#content2 .latestpost p.date {
color:#a5a5a5;
}
#content2 .latestpost p.more {
background:url(../images/bullet6.png) no-repeat right
}
#content2 .latestpost {
background:#000;
}
#content2 .latestpost h2 {
color:#fff;
}
#content2 .latestpost h2 a:hover {
color:#fff
}
#content2 .latestpost p {
color:#ddd
}
#content2 .latestpost p a {
color:#fff;
text-decoration:none
}
#content2 .post {
background:url(../images/sepretor_hr.png) repeat-x bottom;
}
#content2 .post h2 {
color:#000;
}
#content2 .post h2 a {
color:#000
}
#content2 .post h2 a:hover {
color:#c00
}
#content2 .post p {
color:#444;
}
#content2 .post p a {
color:#c00;
}
#content2 .post p a:hover {
color:#333
}
#content2 p.date {
color:#666;
}
#content2 p.more {
background:url(../images/bullet7.png) no-repeat right
}
p.more {
background:url(../images/bullet7.png) no-repeat right
}
#content2 .latestpost h2 a,#content2 .latestpost p a:hover {
color:#ccc
}

/* sidebar -------------------------------------------- */

#sidebar2 h3 {
color:#c00;
}
#sidebar2 .services li {
background:url(../images/bullet4.png) no-repeat left 4px;
color:#444;
}
#sidebar2 .services li a {
color:#444;
}
#sidebar2 .services li a:hover {
color:#000;
}
#sidebar2 p a {
color:#333
}
#sidebar2 p a:hover {
color:#c00
}
/*========================================================== { home v4  }============================================================== */

#content #banner2 {
background:#000 url(../images/bannerbg2.png) no-repeat 5px 5px;
}
#content #banner2 h2 {
color:#fff;
}
#content #banner2 p a {
color:#ccc;
}
#content .subcolumns h2 {
color:#c00;
}
#content .subcolumns .course li {
background:url(../images/bullet4.png) no-repeat left 6px;
color:#444;
}
#content .course li a {
color:#4270af;
}
#content .course li a:hover {
color:#c00
}
#content #banner2 p,#content #banner2 p a:hover {
color:#fff
}
/* ------- sidebar ------------------------*/

#sidebar h2.t1 {
color:#333;
}
#sidebar p {
color:#666;
}
.hr {
color:#fff;
border:none;
border-bottom:1px #000 dotted;
}
#sidebar .news {
background:url(../images/sepretor_hr.png) repeat-x bottom;
}
#sidebar .news .imgleft {
border:1px solid #666;
}
#sidebar .news .imgright {
border:1px solid #666;
}
#sidebar .news p a {
color:#000;
}
#sidebar .news p a:hover {
color:#c00
}


/*========================================================== { home v5  }============================================================== */
.twocolumns h2 {
background:#000;
color:#fff;
}
.twocolumns p {
color:#666;
}
.twocolumns p a {
color:#000;
}
.twocolumns p a:hover {
color:#c00
}
.twocolumns .news {
background:#ebebeb;
}
.twocolumns .newslist {
background:url(../images/sepretor_hr.png) repeat-x bottom;
}
.twocolumns .newslist p.date {
color:#666
}
.twocolumns .newslist .imgleft {
border:1px solid #dbdbdb;
background:#fff;
}
.twocolumns .sponsors li {
color:#444;
}
/*sildeshow ---------------------- */

#dhtmlgoodies_slideshow{
		width:400px;	/* Total width of slideshow */
	}
	#previewPane{
		border:1px solid #000;
		padding-top:5px;
		background:#000;			
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		color:#fff;
		background:#000;
 	}
	#galleryContainer{
		border:1px solid #ccc;
		background:#ebebeb;	
	}
	#arrow_left{
		background:#ebebeb;
 	}
 	#arrow_right{
		background: #ebebeb;
 	}
	#waitMessage{
		background-color:#FFF;
		border:3px double #000;
		color:#555;
	}	
	/*silde show end */
	
	
/*========================================================== { home v6 }============================================================== */


#main h2 {
color:#000;
}
#main .project {
background:#f9f9f9;
border:5px solid #dcdcdc;
}
#main .project h2.title {
color:#000;
text-transform:uppercase;
}
#main .project img {
border-right:5px solid #dcdcdc
}
#main h2 a,#content h2 a,#content p a {
color:#254284
}
#main h2 a:hover,#content h2 a:hover,#content p a:hover {
color:#333
}
#main .project .pcontent {
width:400px
}
/*content ----------------------------------- */
#content h3.newstitle {
color:#000;
}
#content h2.newshead {
color:#000;
border-bottom:none;
}
/*sidebar ----------------------------------- */

#sidebar h2.subtitle {
color:#000;
border-bottom:1px dashed #ddd;
}
/*Our Latest Work ----------------------------------- */
#sidebar h2.subtitle {
color:#000;
border-bottom:1px dashed #ddd;
}
#latestwork {
border-top:2px solid #ececec;
border-bottom:2px solid #ececec;
}
#latestwork h2 {
color:#000;
}
#latestwork .projectlist li {
color:#444;
}
#latestwork .projectlist li img {
border:2px solid silver;
}
#latestwork .projectlist li a {
color:#c00
}
#latestwork .projectlist li a:hover {
color:#333
}
.alllinks {
overflow:hidden;
height:100%;
width:400px;
padding-top:15px
}
.alllinks h2 {
color:#000;
border-bottom:none;
}
.alllinks .mylinks li {
background:url(../images/bullet4.png) no-repeat 0 5px;
color:#444;
}
.alllinks .mylinks li a {
color:#666;
}
.alllinks .mylinks li a:hover {
color:#000;
}

/*========================================================== { home v7 }============================================================== */

#banner3 {
border-bottom:3px solid #000;
background:url(../images/bannerbg3.png) no-repeat bottom right;
}
#banner3 .b3content h2 {
color:#666;
}
#banner3 .b3content p {
color:#666;
}
.bgetstartednow2 span {
background:url(../images/b_getstartednow2.png) no-repeat
}
.bgetstartednow2 span a {
background:url(../images/b_getstartednow2.png) no-repeat
}
.bgetstartednow2 span:hover {
background-position:0 -20px
}
.bgetstartednow2 a {
color:#c00
}
#threecoulums .threecolumns-in p {
color:#666;
}
#threecoulums .flickrphoto li {
color:#444;
}
#threecoulums .flickrphoto li img {
border:3px solid #ccc
}
#threecoulums .testimonials {
background:url(../images/sepretor_hr.png) repeat-x top;
}
#sidebar h2.threetitle,#threecoulums .threecolumns-in h2 {
color:#000;
}
.black,.bgetstartednow2 a:hover {
color:#000
}

/*========================================================== { home v8 }============================================================== */

/*mcontainer ------------------------------ */


#mcontainer h2 {
color:#fff;
background:#333;
}
#mcontainer h3 {
color:#000;
}
#mcontainer p {
color:#333
}
#mcontainer p a {
color:#333
}
#mcontainer p a:hover {
color:#c00
}
#mcontainer .posts {
background:url(../images/sepretor_hr.png) repeat-x bottom;
}


#mcontainer .posts .calendar {
background:#ededed;
border:2px solid #dbdbdb;
color:#c00;
}
#mcontainer .posts .month {
color:#666
}
#mcontainer .posts p.author {
color:#666
}

#l_sidebar .flickr img, #content .flickr img {
border:3px solid #ccc;
margin:0 5px 5px 0
}
/*left sidebar ------------------------------ */
#l_sidebar {
width:220px;
float:left
}
#l_sidebar .welcometext {
background:#333;
}
#l_sidebar .welcometext h2 {
color:#fff;
}
#l_sidebar .welcometext p {
color:#fff;
}
#l_sidebar h3 {
color:#000;
}
/*left sidebar ------------------------------ */
#r_sidebar h2 {
background:#333;
color:#fff;
}
#r_sidebar h3 {
color:#333;
}
#r_sidebar p {
color:#666;
}
#r_sidebar p.spretor {
background:url(../images/sepretor_hr.png) repeat-x bottom;
}
#r_sidebar .services li {
background:url(../images/bullet4.png) no-repeat 0 5px;
border-bottom:1px dotted #333;
color:#444;
}
#r_sidebar .services li a {
color:#666;
}
#r_sidebar .services li a:hover {
color:#000
}
/*========================================================== { home v9 }============================================================== */

#banner4 {
background:url(../images/screenshot.png) no-repeat right bottom;
border-bottom:1px solid #ccc;
}
#banner4 h2 {
color:#333;
}
#banner4 p {
color:#666;
}
#banner4 p a {
color:#333
}
#banner4 p a:hover {
color:#c00
}
#sidebar h2 {
color:#c00;
border-bottom:1px solid #ccc;
}
#sidebar .date {
color:#666
}
#content .imgcenter {

}
/*========================================================== { home v9 }============================================================== */
 
#banner9 {
background:#f2f2f2 url(../images/bannerbg10.png) no-repeat 25px bottom;
border-right:2px solid #dfdede;
border-bottom:2px solid #dfdede
}
/*========================================================== { home v10 }============================================================== */

 
#banner10 {
background:#f2f2f2 url(../images/bannerbg10.png) no-repeat 700px bottom;
border-bottom:2px solid #333;
border-top:2px solid #dfdfdf;
color:#333;
}
ul.option10 li {
background-position:0 10px;
color:#333;
}

ul.option10 li a, #banner10 p a, .option9 li a{ color:#c00;} 
ul.option10 li a:hover, #banner10 p a:hover, .option9 li a:hover, .option9 li a:hover { color:#000;} 

/*====================================== 
 innerpages.css start 
=============================================*/

/*========================================================== { inner 1 }============================================================== */

#content h3 {
color:#333;
border-bottom:1px solid #ccc;
}
#content .service {
color:#006598;
background:url(../images/sepretor_hr2.png) repeat-y 270px 0;
}
#content .service li {
border-bottom:1px solid #ccc;
color:#666;
}
#content .service li a {
color:#333
}
#content .service li a:hover {
color:#c00
}
#content .bgnone {
background:none
}
.i_globe2 {
background:url(../images/i_globe2.png) no-repeat
}
.i_floder {
background:url(../images/i_floder.png) no-repeat
}
.i_about {
background:url(../images/i_about.png) no-repeat
}
.i_camera {
background:url(../images/i_camera.png) no-repeat
}
.i_pc {
background:url(../images/i_pc.png) no-repeat
}
.i_service2 {
background:url(../images/i_service2.png) no-repeat
}
.i_tools {
background:url(../images/i_tools.png) no-repeat
}
.i_lock {
background:url(../images/i_lock.png) no-repeat
}
/*========================================================== { inner 2 }============================================================== */
#content .profile {
border-bottom:1px solid #ccc
}
#content .profile2 {
background:#f7f5f5;
border:1px solid #ddd;
}
#content .profile .degree {
color:#999
}

/*========================================================== { inner 3 }============================================================== */

#content h3.eventtitle {
	color:#333;
	border-bottom:none;
}
#content p.date {
	color:#666;
}
.hr2 {
	color:#ccc;
	border:none;
	border-bottom:1px solid #ccc;
}
/*========================================================== { inner 4 }============================================================== */

h1.pagetitle {
color:#254284;
border-bottom:1px solid #ccc;
}
#content .showcase .imgf_right {
border:3px solid #d1d1d1
}
/*========================================================== { inner 5 }============================================================== */

#content .download_product {
border-bottom:1px solid #ccc;
}
/*========================================================== { inner7}============================================================== */

#content .list_rounded li {
background:url(../images/bullet3.png) no-repeat 0 5px;
color:#444;
}
#content .list_rounded li a {
color:#666;
}
#content .list_rounded li a:hover {
color:#000
}
/*========================================================== { inner8 }============================================================== */

#content .testtimonials {
background:url(../images/quote.png) no-repeat left top;
border-bottom:1px solid #ccc;
}
#content .testtimonials .timg_left {
border:3px solid #ccc;
}
#content .testtimonials .timg_right {
border:3px solid #ccc;
}
/*========================================================== { inner9 }============================================================== */
#content table td {
border-right:1px solid #fff;
}
#content table tr.thead {
background:#333;
color:#fff;
}
#content table tr.row1 {
background:#ebebeb;
border-bottom:2px solid #fff
}
#content table tr.row2 {
background:#f5f5f5;
border-bottom:2px solid #fff
}

#content table td a { color:#c00;   }
#content table td a:hover { color:#000;  }

/*========================================================== { inner11 }============================================================== */

#content .message_list li {
color:#db4704;
background:url(../images/bullet8.png) no-repeat 0 10px;
}
#content .message_head {
color:#254284;
border-bottom:none;
}
#content .message_head:hover {
color:#c00
}
#content .message_subhead {
color:#606060;
border-bottom:none;
}
#content .message_head cite {
color:#606060;
}
.hr3 {
color:#ccc;
border:none;
border-bottom:1px solid #ccc;
}
/*========================================================== { inner12 }============================================================== */

#content .helpline {
color:#006598;
}
#content .helpline li {
color:#666;
background-position:8px 10px;
border:1px solid #e7e7e7;
}
#content .helpline li a {
color:#333
}
#content .helpline li a:hover {
color:#c00
}
.i_csupport {
background:#f8f8f8 url(../images/i_support.png) no-repeat
}
.i_job {
background:#f8f8f8 url(../images/i_job.png) no-repeat
}
.i_comment {
background:#f8f8f8 url(../images/i_comment.png) no-repeat
}
.i_affilate {
background:#f8f8f8 url(../images/i_affilate.png) no-repeat
}
.i_mike {
background:#f8f8f8 url(../images/i_mike.png) no-repeat
}
.i_email {
background:#f8f8f8 url(../images/i_email4.png) no-repeat
}
/*========================================================== { inner13 }============================================================== */

#content .product {
border-top:3px solid #eee;
border-bottom:3px solid #eee
}
#content .product h2 {
color:#333;
border-bottom:3px solid #eee;
}

#content .feature li {
background:url(../images/bullet3.png) no-repeat 0 5px;
color:#444;
}
#content .more {
background:url(../images/bullet10.png) no-repeat right;
color:#333;
}
#content .more:hover {
color:#c00
}
/*========================================================== { inner14 }============================================================== */


#content .gallery {
border-top:4px solid #ddd;
border-bottom:4px solid #ddd;
background:#f0f0f0;
}

#content .projectdetails li {
background:url(../images/bullet3.png) no-repeat 0 5px;
color:#444;
}
#content .pagenavi {
border-top:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}
#content .pagenavi a {
color:#c00
}
#content .pagenavi a:hover {
color:#000
}
#content .next {
background:url(../images/arrow-right.gif) no-repeat right;
}
#content .previous {
background:url(../images/arrow-left.gif) no-repeat 0 2px;
}
/*========================================================== { inner15 }============================================================== */

#content .subcolumns h2 {
color:#000;
}
#content .subcolumns li {
background:url(../images/bullet3.png) no-repeat 0 5px;
color:#444;
}
/*========================================================== { inner16 }============================================================== */

#content .gallery2 li {
color:#444;
}
#content .gallery2 li a {
color:#333
}
#content .gallery2 li a:hover {
color:#c00
}
/*========================================================== { inner17 }============================================================== */

#content .gallery3 li {
color:#444;
background:none;
}
#content .gallery3 li img {
border:4px solid #eee
}
#content .gallery3 li a {
color:#333
}
#content .gallery3 li a:hover {
color:#c00
}
#content .gallery3 li .use {
background:#333;
color:#fff
}
#content .gallery3 li .use:hover {
color:#fff;
background:#000
}
/*========================================================== { inner18 }============================================================== */

#content .bthumb {
border:5px solid #eee;
background:#fff;
}
#content h3.pname {
color:#000;
border:none;
}
#content span a { color:#254284;}
#content span a:hover { color:#000;}

/*========================================================== { inner19 }============================================================== */

.historyimg {
border:1px solid #666
}
/*========================================================== { 404 Page Seting }============================================================== */

#content .error_title {
background:url(../images/titlebg.png) no-repeat;
color:#333;
}

#content .category li {
background:url(../images/bullet3.png) no-repeat 0 5px;
color:#444;
}
#content .category li a {
color:#333
}
#content .category li a:hover {
color:#c00
}
/*========================================================== { inner 20 }============================================================== */

.xboxcontent2 {
background:#f8f6f6;
border:0 solid #ddd;
border-width:0 1px;
}
#content .download {
border-bottom:1px solid #ccc;
color:#333;
}
#content .download li {
background:url(../images/bullet2.png) no-repeat 0 5px;
}
/*========================================================== { inner 21 }============================================================== */

#content .features {
border-bottom:1px solid #e3e3e3
}

#content .fcontent h3 {
border:none;
}
#content .feature_img {
border:2px solid #d2d2d2
}
/*========================================================== { inner 22 }============================================================== */
#content .screenshot {
background:#fff
}
#content .screenshot h2 {
color:#333;
border-bottom:3px solid #eee;
}
#content .screenshot img {
border:2px solid #ccc;
}
/*========================================================== { inner 23 }============================================================== */

#main .ourwork {
color:#006598;
}
#main .ourwork li {
color:#666;
border-right:1px solid #e7e7e7;
border-bottom:1px solid #e7e7e7;
}
#main .ourwork li a {
color:#c00
}
#main .ourwork li a:hover {
color:#333
}

/*========================================================== { inner 23 }============================================================== */

#main #banner5 {
background:url(../images/bannerbg4.png) no-repeat;
border-top:1px solid #000;
border-bottom:1px solid #000;
}
#main #banner5 .b5content h2 {
color:#fff;
}
#main #banner5 .b5content p {
color:#fff;
}
#main .columns3 h3 {
border-bottom:none;
}
#main .columns_img {
border:1px solid #ccc;
}
/*========================================================== { inner 24 }============================================================== */

#main p.captial:first-letter {
color:#fff;
background:#000;
}
/*========================================================== { inner 24 }============================================================== */

#content .subcolumns .xsnazzy2 h3 {
border-bottom:1px solid #ccc;
}
#content .subcolumns .lnews {
border-bottom:1px solid #bbb;
}
#content .subcolumns .fimg {
border:1px solid #a4a4a4;
}
/*========================================================== { Contact us }============================================================== */

.contactform {
color:#000;
background:url(../images/at.png) no-repeat 380px 225px;
}
.contactform textarea,.contactform input {
border:1px solid #e7e7e7;
color:#333;
background:#f8f8f8;
border-bottom:1px solid #c6c6c6;
border-right:1px solid #c6c6c6;
}
.contactform textarea:hover,.input:hover {
background:#fff
}
.contactform #contactsubmit {
background:#d22020;
color:#fff;
border:none
}
.contactform #contactsubmit:hover {
background:#000
}
.contactleft {
color:#666;
}
.contactright {
color:#e02000;
}
/*========================================================== { inner 25 }============================================================== */
.price {
color:#cc0606
}
#content .relatedproduct li a {
color:#555;
border:1px solid #fff;
}
#content .relatedproduct li a:hover {
color:#000
}
#content .relatedproduct li a img {
border:3px solid #ccc;
}
#content .relatedproduct li a:hover img {
border:3px solid #999;
}

/*====================================== 
 sidebars.css start 
=============================================*/

#sidebar h3 {
	color:#c00;
	border-bottom:1px dashed #ddd
}
#sidebar h5 {
 	color:#254284;
	border-bottom:1px solid #ccc
}
#sidebar .xboxcontent2 h5 {
	border:none
}
#sidebar .sfeatures {
	background:#f6f6f6;
	border:1px solid #e3e3e3
}
#sidebar .sfeatures h5 {
	border-bottom:none;
}
#sidebar .ntextfield {
	background:#fff;
	border:1px solid #ababab;
}
#sidebar p {
	color:#444;
}
#sidebar ul {
	background:none !important
}
#sidebar li {
	border-bottom:1px dashed #ddd;
	background:none;
	color:#333;
}
#sidebar li a {
	color:#444;
}
#sidebar li a:hover {
	color:#c00;
}
#sidebar .subscribe h5 {
	color:#666;
	border:none
}
#sidebar .subscribetextbg {
	background-position:55px 4px;
}
#sidebar .subscribe_textfield {
	border:1px solid #ccc;
	background:#fff;
}
#sidebar .subscribe {
	border:1px solid #efefef;
	border-top:4px solid #efefef;
}
#blog_sidebar .subscribe h2 {
	background:none;
	border-top:none;
}
.subscribe_b {
	border:none;
}
#sidebar p.i_email {
	background:url(../images/i_email2.png) no-repeat;
	background-position:5px 4px;
}
#sidebar p a { color:#000; }
#sidebar p a:hover { color:#c00; }
#sidebar p.i_rss {
	background:url(../images/toprss.png) no-repeat;
	background-position:5px 4px;
}
#sidebar .testimonials, #r_sidebar .testimonials {
	background:url(../images/quote.png) no-repeat left top;
	color:#333;
}
.clientname {
	color:#999; 
}

/*====================================== 
 dropmenu.css start 
=============================================*/

/*--------------------------------------*/

/*  
VERTICAL and HORIZONTAL dropmenu settings
*/

ul#navmenu-h li a, ul#navmenu-v li a,
ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul,
ul#navmenu-h ul ul ul ul,
ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul,
ul#navmenu-h li:hover li a, ul#navmenu-v li:hover li a,
ul#navmenu-h li.iehover li a, ul#navmenu-v li.iehover li a
{
	border: 1px solid #4BA9DF;
}
ul#navmenu-h li:hover li a, ul#navmenu-v li:hover li a,
ul#navmenu-h li.iehover li a, ul#navmenu-v li.iehover li a {
}
/* Top level */
ul#navmenu-h li a, ul#navmenu-v li a,

/* 2nd Menu */
ul#navmenu-h li:hover li a, ul#navmenu-v li:hover li a,
ul#navmenu-h li.iehover li a, ul#navmenu-v li.iehover li a,

 /* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, ul#navmenu-v li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a, ul#navmenu-v li.iehover li.iehover li a,

/* 4rd Menu */
ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-v li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a, ul#navmenu-v li.iehover li.iehover li.iehover li a,

/* 5th Menu */
ul#navmenu-h li:hover li:hover li:hover li:hover li a, ul#navmenu-v li:hover li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li.iehover li a, ul#navmenu-v li.iehover li.iehover li.iehover li.iehover li a 
{
	background: #4BA9DF;
	color: #fff;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover, 
ul#navmenu-h li:hover a, 
ul#navmenu-h li.iehover a,
ul#navmenu-h li:hover a:hover, 
ul#navmenu-h li:hover li:hover a, 
ul#navmenu-h li:hover li.iehover a,
ul#navmenu-h li:hover li:hover a:hover, 
ul#navmenu-h li:hover li:hover li:hover a, 
ul#navmenu-h li:hover li:hover li.iehover a,
ul#navmenu-h li:hover li:hover li:hover a:hover, 
ul#navmenu-h li:hover li:hover li:hover li:hover a, 
ul#navmenu-h li:hover li:hover li:hover li.iehover a,

/* current page item ul#navmenu-h color setting ------------------------------------- */
#navmenu-h li.current_page_item a,
#navmenu-h li.current_page_item a:hover,
#navmenu-h li ul li.current_page_item a,
#navmenu-h li ul li.current_page_item a:hover,

/* Remembers the parent page of the current page ------------------------------------- */

#navmenu-h li.current_page_ancestor a,
#navmenu-h li.current_page_ancestor a:hover,
#navmenu-h li.current_page_ancestor ul li.current_page_ancestor a,
#navmenu-h li.current_page_ancestor ul li.current_page_ancestor a:hover,
#navmenu-h li.current_page_ancestor ul li.current_page_ancestor li.current_page_item a,
#navmenu-h li.current_page_ancestor ul li.current_page_ancestor li.current_page_item a:hover,
#navmenu-h li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor a,
#navmenu-h li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor a:hover,
#navmenu-h li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor a,
#navmenu-h li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor a:hover,
#navmenu-h li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor a,
#navmenu-h li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor ul li.current_page_ancestor a:hover,


/* IE Specific ------------------------------------- */

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, ul#navmenu-v li:hover li a:hover,
ul#navmenu-h li:hover li:hover a, ul#navmenu-v li:hover li:hover a, 
ul#navmenu-h li.iehover li a:hover, ul#navmenu-v li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a, ul#navmenu-v li.iehover li.iehover a,

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-v li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-v li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a, ul#navmenu-v li.iehover li.iehover li.iehover a,

/* 4rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-v li:hover li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover li:hover a, ul#navmenu-v li:hover li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li.iehover a, ul#navmenu-v li.iehover li.iehover li.iehover li.iehover a,

/* 5th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li:hover li:hover a, ul#navmenu-v li:hover li:hover li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li.iehover li.iehover li.iehover a,  ul#navmenu-v li.iehover li.iehover li.iehover li.iehover li.iehover a,
ul#navmenu-h li:hover li:hover li:hover li:hover li a:hover, ul#navmenu-v li:hover li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover li.iehover li.iehover li a:hover,

/* IE verticle Specific ------------------------------------- */

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover, ul#navmenu-v li:hover li a:hover,
ul#navmenu-h li:hover li:hover a, ul#navmenu-v li:hover li:hover a, 
ul#navmenu-h li.iehover li a:hover, ul#navmenu-v li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a, ul#navmenu-v li.iehover li.iehover a,

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-v li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-v li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a, ul#navmenu-v li.iehover li.iehover li.iehover a,

/* 4rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-v li:hover li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover li:hover a, ul#navmenu-v li:hover li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li.iehover a, ul#navmenu-v li.iehover li.iehover li.iehover li.iehover a,

/* 5th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li:hover li:hover a, ul#navmenu-v li:hover li:hover li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li.iehover li.iehover li.iehover a,  ul#navmenu-v li.iehover li.iehover li.iehover li.iehover li.iehover a,
ul#navmenu-h li:hover li:hover li:hover li:hover li a:hover, ul#navmenu-v li:hover li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li.iehover li a:hover, ul#navmenu-v li.iehover li.iehover li.iehover li.iehover li a:hover

{ 
background:#254284;
}
/* #end -------------- */

/* inner pages sidebar vmenu css -------------------------------- */

#sidebar ul#navmenu-v li a:hover {color:#fff; background:#c00; }



/*====================================== 
 blogcommon.css start 
=============================================*/

/* trackback css --------------------------------------------------------- */	
#blog_content .trackbacklist li {
border-bottom:1px solid #eee;
}
/* Comments form ----------------------------------*/

#blog_content .textarea {
border:1px solid #cbcbcb;
background:#eee;
color:#333;
}
#blog_content .textarea:hover, #blog_content textarea:focus, #blog_content input:focus {
border:1px solid #cbcbcb;
background:#fff
}
#blog_content .Cbutton {
border:none;
background:#c00;
color:#fff;
}
#blog_content .Cbutton:hover, #blog_content .Cbutton:focus {
border:none;
background:#000;
color:#fff
}

/*	Comments --------------------- */
#blog_content .gravatar {
border:2px solid #ccc;
background:url(../images/gravtar.png) no-repeat;
}
#blog_content .commentmainauthor {
background:#eee url(../images/sepretor_hr.png) repeat-x bottom;
color:#333;
}
#blog_content .commentmain {
background:#fff url(../images/sepretor_hr.png) repeat-x bottom;
color:#333;
}
#blog_content label { color:#333; }
#blog_content .comment_right {
background:url(../images/sepretor_vr.png) repeat-y left;
}
#blog_content .comment_left span a {
color:#c00
}
#blog_content .comment_left span a:hover {
color:#000
}
#blog_content .bookmark li {
color:#666;
}
#blog_content .bookmark li.i_del {
background:url(../images/i_delious.gif) no-repeat
}
#blog_content .bookmark li.i_digg {
background:url(../images/i_diggit.gif) no-repeat
}
#blog_content .bookmark li.i_redit {
background:url(../images/i_redit.gif) no-repeat
}
#blog_content .bookmark li.i_netscape {
background:url(../images/i_netscape.gif) no-repeat
}
#blog_content .bookmark li.i_stumbel {
background:url(../images/i_stumbel.gif) no-repeat
}
#blog_content .post_paginate {
font-weight:bold
}
#blog_content .post_paginate p a {
text-decoration:underline;
margin-right:5px
}
/* Previous/Next Page Navigation ----------------------------------------------------------------*/
.page-nav {
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}
.nav-previous a {
background:url(../images/arrow-left.gif) no-repeat left
}
.nav-next a {
background:url(../images/arrow-right.gif) no-repeat right
}
* html .nav-previous,* html .nav-next {
margin-top:3px
}
/* page navigatin css --------------------------------------------------------- */	
#blog_content .wp-pagenavi a,#blog_content .wp-pagenavi a:link,#blog_content .wp-pagenavi a:active {
color:#fff;
background-color:#666;
}
#blog_content .wp-pagenavi a:hover {
color:#fff;
background-color:#000
}
#blog_content .wp-pagenavi span.current {
color:#fff;
background:#c00;
}
#blog_content .wp-pagenavi span.extend {
color:#fff;
background-color:#fff;
}



/* widget calendar ---------------------------  */

#wp-calendar {
color:#333;
}
#sidebar .widget_calendar h2,widgettitle {
display:none
}
#sidebar #calendar_wrap caption {
color:#fff;
background:#000;
margin:0 0 5px;
padding:2px 0 3px 22px
}

/*========================================================== { 404 Page Seting }============================================================== */

#blog_content h2.error_title {
background:url(../images/titlebg.png) no-repeat center;
color:#333;
}
#blog_content .category li {
background:url(../images/bullet3.png) no-repeat 0 5px;
color:#444;
}
#blog_content .category li a {
color:#333
}
#blog_content .category li a:hover {
color:#c00
}
/*--taber --------------------------------------------------- -*/
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
 	border-bottom: 1px solid #e5e5e5;
 }
ul.tabbernav li {
 	background:none;
}
ul.tabbernav li a:link {
	color: #7c7c7c;
}
ul.tabbernav li a:visited {
	color: #667;
}
ul.tabbernav li a:hover {
	color: #000;
	border-color: #e5e5e5;
}
ul.tabbernav li.tabberactive a {
	background: #fff;
	color:#ef181e !important;
	border: 1px solid #e5e5e5;
	border-bottom: 5px solid #fff;
}
ul.tabbernav li.tabberactive a:hover {
	color: #333;
	background: #fff;
	border-bottom: 1px solid #fff;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

#blog_sidebar .comments2,#sidebar .comments2 {
background:url(../images/bullet2.png) no-repeat 0 8px;
}
#blog_sidebar .tabslist li,#sidebar .tabslist li {
background:url(../images/bullet3.png) no-repeat 0 5px;
border-bottom:1px solid #eee;
}
#blog_sidebar .tabslist li a,#sidebar .comments2 a,#sidebar .tabslist li a {
color:#000;
}
#blog_sidebar .tabslist li a:hover,#sidebar .comments2 a:hover,#sidebar .tabslist li a:hover {
color:#c00;
}

/* footer 1 -----------------------------------------------------------------------*/
#footer1 {
background:#000 url(../images/flines.png) no-repeat center;
background-position:250px 0;
}
#footer1 h2 {
color:#ccc;
}
#footer1 .fblock p {
color:#ccc;
}
#footer1 .fblock p a {
color:#fff
}
#footer1 .fblock p a:hover {
color:#ccc
}
#footer1 .subscribefield {
border:1px solid #ccc;
color:#666;
}
#footer1 .subscribe_b {
background:#777;
border:none;
color:#fff;
}
#footer1 .subscribe_b:hover {
background:#c00
}


/*====================================== 
 blogdefault blog.css start 
=============================================*/

#blog_content h2, #blog_sidebar_l h5,#blog_sidebar_r h5 {
color:#cc0000;
}
#blog_content h2.h1 {
color:#254284;
}
#blog_content p.redtitle {
color:#c00;
}


#blog_content p a, #blog_sidebar p a {
color:#c00
}
#blog_content p a:hover, #blog_sidebar p a:hover {
color:#333
}
#blog_content .calendar {
color:#000;
}
#blog_content .month {
color:#333;
}
#blog_content .post_bottom {
	color:#939393;
}
#blog_content .post_bottom a {
color:#666;
}
#blog_content .post_bottom a:hover, #blog_content .post_top span a:hover {
color:#000;
}
#blog_content .pcomments a {
color:#000
}
#blog_content .pcomments a:hover {
color:#c00;
}
/* sidebar -------------------------------------------------------------------------------- */
#blog_sidebar h5 {
color:#254284;
}
#blog_sidebar #searchform input {
color:#333;
border:1px solid #ccc;
}
#blog_sidebar li {
border-bottom:1px solid #eee;
}
#blog_sidebar li ul li ul li { border:none;  }
#blog_sidebar ul li ul {
	background:url(../images/bullet3.png) no-repeat 0 4px;
	background-position:0 9px;
}
 
#blog_sidebar ul li ul li a, #blog_sidebar_l ul li ul li,#blog_sidebar_r ul li ul li, #blog_sidebar_l ul li ul li a,#blog_sidebar_r ul li ul li a, #blog_sidebar_l ul li ul li ul li a,#blog_sidebar_r ul li ul li ul li a {
color: #666;
}
#blog_sidebar ul li ul li a:hover, #blog_sidebar_l ul li ul li a:hover,#blog_sidebar_r ul li ul li a:hover, #blog_sidebar_l ul li ul li ul li a:hover,#blog_sidebar_r ul li ul li ul li a:hover {
color:#000;
}
#blog_sidebar ul li ul li ul li a {
color: #666;
}
#blog_sidebar ul li ul li ul li a:hover {
color:#000;
}

/* ============== blog2 blog.css start
==================== */

#blog_banner {
background:#000 url(../images/photo.png) no-repeat 25px bottom;
}
#blog_banner .bcontent {
color:#ccc;
}
#blog_banner p {
color:#ccc;
}
#blog_banner p a {
color:#fff;
}
#blog_banner p a:hover {
color:#fff;
}
#blog_banner h2,#blog_banner h3 {
color:#fff;
}
#blog_banner blockquote {
background:url(../images/bquote1.png) no-repeat left 5px;
}
#blog_banner .quote {
background:url(../images/bquote2.png) no-repeat bottom right;
}
#blog_banner .ebook {
border-left:1px solid #333
}

