/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

a 		{ color:#ff0000; text-decoration: none;}
a:hover		{ color:#000000; text-decoration: none;}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}





.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
	
	
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

strong{
font-weight:bold;
}

body {
	line-height: 1;
}
ol, ul {
	list-style:none;

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------reset code----------------------------------*/
.clear							{	clear:both; line-height:1px; font-size:1px;}

body 							{	font:normal 15px/20px  Arial, Helvetica, sans-serif; color:#444444; background:#fff url(images/bg.jpg) ; }
/*---------------------------Main Body Start ----------------------------*/
.main_wrapper					{	width:100%; margin:0 auto;    }
.wrapper						{	width:969px; margin:0 auto; }
/*---------------------------Main Body End-------------------------------*/


/*---------------------------Text Css Start-------------------------------*/
h1
/*{	
	font:italic 24px/28px Georgia,"Times New Roman",Times,serif color:#ff0000; 
}*/

{ font: 24px  Georgia, "Times New Roman", Times, serif; color:#FF0000; padding:0 0 15px 0;}

h2

{
	font-family:Verdana, Arial, san-serif;
	font-size:14px;
	color:#414042;
	line-height:15px;
	padding: 25px 0 0 10px;
	margin-left:0px;
}

h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	line-height:15px;
	margin-left:10px;
}

h4								{	font:bold 15px/18px Verdana, Geneva, sans-serif; color:#FF0000; padding:30px 0 0 0;}
h5								{	font:bold 13px/29px Verdana, Geneva, sans-serif; color:#4D4D4D; padding:0 0 0 0;}
h6  							{	font:italic 15px/18px  Georgia, "Times New Roman", Times, serif; color:#FF0000; padding:0 0 0 0;}
blockquote
{
	background-color:#E6E7E8;
	padding:15px;
	font:12px Arial;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:15px;
}

/*---------------------------Text Css End---------------------------------*/


 
/*---------------------------Header Start-------------------------------*/
.header							{	width:100%;  margin:0 auto; background:url(images/headerbg.gif) repeat-x; } 

/*.header { margin:0 auto; background:url(images/bg.gif) repeat-x; }*/


.header_container				{	width:969px;   margin:0 auto; padding:0 0 14px 0; }
.logo							
{	float:left;	width:254px; padding:20px 20px 15px 60px;}



/*.logo { float:left; padding:0px 0 14px 96px; background:url(images/logobg.png) no-repeat; width:260px;  }*/


.navigation						{	float:right; margin:0; padding:70px 140px 0 0 ; width:385px;}
.navigation ul					{	margin:0; padding:0;}
.navigation ul li				{	margin:0; padding:0; display:inline;}
.navigation ul li a				{	margin:0; padding:1px 6px 3px 6px; font:italic 15px/18px Georgia, "Times New Roman", Times, serif; color:#fff; display:inline-block; text-decoration:none;}
.navigation ul li a:hover		{	background-color:#4d4d4d; color:#fff;}
.navigation ul li.active_tab a 		{	background-color:#ff0000; color:#fff;}

.banner							{	width:969px; min-height:0; margin:0 auto; background:#f2f2f2;}

.breadcrumb						{	width:969px; padding:24px 0 0 0;text-transform:lowercase;}

.breadcrumb p 					{	font:11px/19px Verdana, Geneva, sans-serif; color:#4D4D4D; text-decoration:none;text-transform:lowercase;}

.breadcrumb p a					{	font:11px/14px  Verdana, Geneva, sans-serif; color:#4D4D4D; text-decoration:none;text-transform:lowercase;}

.breadcrumb p a:hover			{	text-decoration:underline;text-transform:lowercase;}

.breadcrumb p .breadcrumb_active a	 {	color:#000;text-transform:lowercase;}

/*---------------------------Header End---------------------------------*/

 
 
/*---------------------------Contianer Start--------------------------------*/
.container						{	width:969px; margin:0 auto; padding:10px 0 0 0; }
.container_left					{	float:left; width:475px;}

ul
{
	margin-left:50px;
	margin-bottom:10px;
}


ul li
{
	list-style: disc; color:#4d4d4d;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;line-height:18px;
}

ol
{
	margin-left:50px;
	margin-bottom:10px;
}

ol li
{
	list-style-type:decimal;color:#4d4d4d;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;line-height:18px;
}

.container_center				{	float:left; width:180px; padding:0 0 0 51px;}
.container_right				{	float:right; width:214px;}

.container_left p				{	font:normal 13px Verdana, Geneva, sans-serif; color:#4D4D4D; padding:0 0 10px 5px; line-height:19px}
.container_left p a				{	font:normal 13px/15px Verdana, Geneva, sans-serif; color:#FF0000;  text-decoration:none;}
.container_left p a:hover		{	color:#000000; text-decoration:none;}


.container_center ul			{	
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:23px;
padding-left:0;
padding-right:0;
padding-top:23px;
}
.heading	{	font:italic 20px/24px Georgia, "Times New Roman", Times, serif; color:#333333; }
.container_center ul li			{	margin:0; padding:0; list-style:none; /*text-align:center;*/ text-align:left; margin-left:20px;}
.container_center ul li a		{	margin:0; padding:0; font:normal 15px/30px Verdana, Geneva, sans-serif; color:#000; text-decoration:none;}
.container_center ul li a:hover	{	color:#FF0000;}
.container_center ul li.active2 a	{color:#FF0000;}
.free_reports					{	width:175px; margin:0 auto; background:url(images/free_report_img.gif) no-repeat; height:161px;}
.free_reports p					{	width:122px; margin:0 auto; font:13px/24px Arial, Helvetica, sans-serif; color:#333333; padding:45px 0 5px 0; text-align:center;}
.download_btn					{	width:105px;  text-align:center; color:#fff;  cursor:pointer; font:normal 11px/17px Verdana, Geneva, sans-serif; background: url(images/download_btn.png) no-repeat; padding:4px 0 6px 0;
									margin:0 0 0 34px;  border:none;    }


.container_left_title			{	width:456px; height:33px; background:#f5f5f5; padding:9px 0 0 19px; margin-bottom:12px;}
.container_center_title			{	width:161px; height:33px; background:#f5f5f5; padding:9px 0 0 19px;}
.container_right_title			{	width:195px; height:33px; background:#f5f5f5; padding:9px 0 0 19px;}
/*---------------------------Contianer Start--------------------------------*/
 
/*---------------------------Contianer Left Start--------------------------------*/
.left_menu						{	float:left;	width:149px; min-height:276px; }
.left_top						{	float:left;	width:121px; height:35px; margin:0 auto; background:#f2f2f2; padding:10px 0 0 19px;}


.left_menu_center				{	float:left;	width:138px;  min-height:276px; /*background:url(images/left_menu_centerbg.gif) repeat-y;*/ 
border-right:1px solid #e6e6e6;

}


.left_menu_center ul			{	margin:0; padding:29px 0 0 0;}

.left_menu_center ul li			{	margin:0 0 0 25px; padding:0 0 0 0; height:24px; list-style:none; text-align:center;}


.left_menu_center ul li a		{	margin:0; padding:0 0 10px 0; font:normal 12px/22px Verdana, Geneva, sans-serif; color:#4D4D4D; text-decoration:none;}


.left_menu_center ul li a:hover {	color:#FF0000; font:normal 12px/22px Verdana, Geneva, sans-serif; }


.left_menu_center ul li.active a {  font:normal 15px/22px Verdana, Geneva, sans-serif; color:#fff; background:url(images/left_menu_activebg.gif) 0 2px no-repeat;  display:inline-block; width:149px;text-align:left;margin-left:-22px; padding-left:22px; }	

.left_menu_center ul li.otheractive a
{
	font:normal 15px/22px Verdana, Geneva, sans-serif;
	text-align:left;	
	margin-left:-25px;
}


.left_menu_center ul li.otheractive1 a
{
	font:normal 15px/22px Verdana, Geneva, sans-serif;
	text-align:left;	
	margin-left:-65px;
}


/*---------------------------Contianer Left Start--------------------------------*/


/*---------------------------Contianer Center Start--------------------------------*/
.center_container				{	float:left; width:509px; padding:0 0 150px 37px;  position:relative;  }
.center_top						{	width:509px; margin:0 auto; padding:0 0 36px 0; /*border-bottom:1px dotted #666666;*/border-bottom:1px dashed #CCCCCC;}
.center_top p						{ padding:10px 0 0 0;}
.center_top_left				{	float:left; width:75px;}
.center_top_right				{	float:left; width:500px; padding:14px 0 0 7px;}
.center_top_right p				{	font:13px/22px Verdana, Geneva, sans-serif; color:#4D4D4D; padding:10px 0 0 10px;}
.center_top_right ul li				{	padding:13px 0 0 0;}
.italic							{	font-style:italic;}

.center_top_right p span		{	font:italic 24px/28px Georgia, "Times New Roman", Times, serif; color:#FF0000;}

.center_content					{	padding:23px 0 0 0; width:509px; margin:0 auto; /*border-bottom:1px dotted #666666;*/border-bottom:1px dashed #CCCCCC;position:relative;}
.center_content p				{	font:normal 12px/17px Verdana, Geneva, sans-serif;  color:#4D4D4D; padding:0 0 19px 0;  }
.going_up a						{	position:absolute; bottom:17px; right:23px; font:italic 12px/17px Georgia, "Times New Roman", Times, serif; color:#FF0000; text-decoration:none;}
.going_up a:hover				{	text-decoration:underline;}
/*---------------------------Contianer Center End--------------------------------*/

/*---------------------------Contianer Right Start--------------------------------*/
.right_container				{	float:right; width:221px;}
.right_top						{	width:181px; height:34px; background:#f2f2f2; padding:10px 0 0 40px;}


.right_center					{	width:221px; min-height:353px;  margin:0 0 0 2px;}

.right_center ul 				{	margin:0; padding:0 0 0 0;}


.right_center ul li				{	margin:0 0 0 15px; padding:26px 0 0px 0; list-style:none; /*border-bottom:1px dotted #666666;*/ border-bottom:1px dashed #CCCCCC; width:183px; height:40px;}




.right_center ul li a			{	margin:0; padding:17px 0 18px 48px; font:normal 13px/16px Verdana, Geneva, sans-serif; color:#4D4D4D; text-decoration:none;}
.right_center ul li a:hover		{	color:#000;}

.right_center ul li.mob a     	{	width:53px; background:url(images/mob_img.gif) no-repeat left; margin-left:8px; 	}

.ie6 .right_center ul li.mob      { padding-right:20px;float:right}

.ie6 .right_center ul li.mob  a   { background-repeat:no-repeat; margin-left:0px;}


.ie7 .wpcf7-form p
{
	
	margin-left:5px;
}

.right_center ul li.email a     {	width:53px;  background:url(images/email.gif) 0 10px no-repeat;  padding:17px 0 18px 60px; }

.right_box2						{	width:184px; margin:0 auto;}
.right_box2 p					{	width:178px; font:normal 13px/22px Verdana, Geneva, sans-serif; color:#4D4D4D; text-align:left; padding:40px 0 18px 8px; margin:0;}
.right_img						{	float:left;	 width:22px;  padding:18px 0 0 0;  }
.right_name_text				{	font:bold 12px/13px Verdana, Geneva, sans-serif; color:#4D4D4D;}
/*---------------------------Contianer Right Start--------------------------------*/


/*---------------------------Footer Start--------------------------------*/
.footer							{	width:100%; margin:0 auto; height:278px; background:url(images/footerbg.gif) repeat-x;}
.footer_container				{	width:969px; margin:0 auto; padding:55px 0 0 0;}
.footer_left					{	float:left;	width:425px; padding:0 0 0 0; }
.footer_left p					{	font: italic 12px/14px Georgia, "Times New Roman", Times, serif; color:#666666; padding:0 0 38px 45px;}
.footer_right					{	float:right; width:283px; padding:0 0 0 0;}
.footer_right ul				{	margin:0; padding:0;}

.footer_right ul li				{	margin:0; padding:0 0 0 14px; list-style:none; font:italic 12px/14px Georgia, "Times New Roman", Times, serif; color:#666666; text-align:center; display:inline;}




.left_link_box					{	width:106px; float:left;}
.left_link_box ul				{	margin:0; padding:0;}
.left_link_box ul li			{	margin:0; padding:0; list-style:none;}
.left_link_box ul li a			{	float:left;	margin:0; padding:5px 0 0 0; font:normal 11px/13px Verdana, Geneva, sans-serif; color:#999999; text-decoration:none; width:100%;}
.left_link_box ul li.main a		{	margin:0; padding:0 0 5px 0; font:italic 15px/18px Georgia, "Times New Roman", Times, serif; color:#808080; text-decoration:none; font-weight:bold;}
.left_link_box ul li a:hover	{	text-decoration:underline; color:#808080;}
/*---------------------------Footer End--------------------------------*/




/*---------------------------inner1 Css Start--------------------------------*/
.inner1_center_top				{	width:509px; margin:0 auto; padding:0 0 0 0;  }
.inner1_center_top2				{	width:509px; margin:0 auto; padding:31px 0 0 0;   }

.inner1_center_top_left			{	float:left; width:75px;}
.inner1_center_top_right		{	float:left; width:427px; padding:10px 0 0 7px;}
.inner1_center_top_right p		{	font:13px/22px Verdana, Geneva, sans-serif; color:#4D4D4D;}
.inne1_content_box				{	width:510px; margin:0 auto; /*border-bottom:1px dotted #666666;*/border-bottom:1px dashed #CCCCCC; padding:34px 0 34px 0;}
.inne1_content_img				{	float:left;	width:136px;}
.inner_content_text				{	float:right; width:323px; position:relative;  }

.inner1_title					{	font:italic 13px/22px Georgia, "Times New Roman", Times, serif; color:#000;}


.inner_content_text p			{	font:normal 13px/15px  Verdana, Geneva, sans-serif; color:#4D4D4D;}
.download						{	position:absolute; bottom:0px; left:0; font:italic 13px/15px  Verdana, Geneva, sans-serif; color:#4D4D4D; text-decoration:none;}
.download a						{	font:italic 13px/15px  Verdana, Geneva, sans-serif; color:#FF0000; text-decoration:none;}
.download a:hover				{	text-decoration:underline;}

.design_imges					{	float:left;	width:497px; margin:0; padding:0 0 55px 0; /*border-bottom:1px dotted #666666;*/border-bottom:1px dashed #CCCCCC;  }
.design_imges ul 				{	float:left;	margin:0; padding:0 0 0 0;}
.design_imges ul li				{	float:left;	margin:20px 0 0 10px; height:150px; width:150px;  list-style:none; border:1px solid #B3B3B3; display:inline;}
.design_imges ul li.last		{	margin:0 0 0 10px;   }


.content1						{	width:509px; margin:0 auto; }
.border_no						{	border:none;}


.inner_right_center					{	width:221px; min-height:458px; /*background:url(images/right_centerbg.gif) repeat-y;*/ margin:0 0 0 0px; border-left:1px solid #e6e6e6;}
.inner_right_center ul 				{	margin:0; padding:20px 0 0 0;}


.inner_right_center ul li			{	margin:0 0 0 24px; padding:26px 0 0px 0; list-style:none; /*border-bottom:1px dotted #666666;*/ border-bottom:1px dashed #CCCCCC; width:183px; height:49px;}



.inner_right_center ul li a			{	margin:0; padding:17px 0 18px 48px; font:normal 13px/16px Verdana, Geneva, sans-serif; color:#4D4D4D; text-decoration:none;}
.inner_right_center ul li a:hover	{	color:#000;}

.inner_right_center ul li.mob a     {	width:53px; background:url(images/mob_img.gif) 0 0 no-repeat; padding:30px 0 27px 60px;	}


.ie6 .inner_right_center ul li.mob a     {	width:53px; background:url(images/mob_img.gif)right no-repeat; padding:30px 0 27px 60px;margin-left:10px;	}


.inner_right_center ul li.email a   {	width:53px;  background:url(images/email.gif) 0 8px no-repeat;  padding:17px 0 18px 60px; }

.input_box						{	width:221px; margin:0 auto; padding:16px 0 17px 0; 	}

.input_text_box					{	color:#808080; font:normal 12px/14px Verdana, Geneva, sans-serif; border:none; margin-top:9px;width:192px; margin-left:15px;  padding:5px 5px 5px 5px;  background-color:#f2f2f2;   }


.add_textbox					{	 width:195px;  background:url(images/text_area.gif) no-repeat; border:none; height:98px;  margin-top:9px; margin-left:15px; font:normal 12px/14px Verdana, Geneva, sans-serif; padding:5px 0px 5px 10px; /*color:#cebfc5;*/ color:#080808; overflow:auto;}



.send							{	width:119px; height:28px; text-align:center; color:#fff;  cursor:pointer; font:normal 12px/14px Verdana, Geneva, sans-serif; background: url(images/send_your_note.gif) no-repeat; padding:0 0 0 0;
									margin:16px 0 0 46px;  border:none;   }
									
.right_bottom					{    /*border-top:1px dotted #666666;*/border-top:1px dashed #CCCCCC; width:184px; margin:0 auto;	}
.right_bottom ul 				{	margin:0; padding:0;}
.right_bottom_img1	 			{	float:left;	margin:0; padding:16px 0 0 20px; width:36px;  }
/*---------------------------inner1 Css End--------------------------------*/

/*---------------------------inner2 Css Start--------------------------------*/
.center_top						{	width:509px; margin:0 auto; padding:0 0 36px 0; /*border-bottom:1px dotted #666666;*/border-bottom:1px dashed #CCCCCC; }
.center_top_left				{	float:left; width:75px;}
.center_top_right				{	float:left; width:500px; padding:14px 0 0 7px;}
.center_top_right p				{	font:13px/22px Verdana, Geneva, sans-serif; color:#4D4D4D;}
.italic							{	font-style:italic;}
.center_content					{	padding:23px 0 0 0; width:509px; margin:0 auto; /*border-bottom:1px dotted #666666;*/border-bottom:1px dashed #CCCCCC; position:relative;}
.center_content p				{	font:normal 12px/17px Verdana, Geneva, sans-serif;  color:#4D4D4D; padding:0 0 19px 0;  }
/*---------------------------inner2 Css End--------------------------------*/



/*---------------------------inner3 Css Start--------------------------------*/
.inner3_center_top_right				{	float:left; width:505px; padding:14px 0 0 7px;}
.inner3_center_top_right p				{	font:13px/15px Verdana, Geneva, sans-serif; color:#4D4D4D; padding:8px 0 143px 0;}
.inner3_box1							{	width:503px; margin:0 auto;  padding:31px 0 0 0; }

.project_form							{ padding:24px 0 49px 0; /*border-bottom:1px dotted #666666;*/border-bottom:1px dashed #CCCCCC; }
.field									{ margin-bottom:8px; padding:0 ; width:408px; }
.text									{ float:left; font:normal 13px Verdana, Geneva, sans-serif; color:#2f2f2f; text-transform:capitalize; line-height:23px; text-align:right; width:173px; margin-right:5px; }
.text1									{ font:9px Tahoma, Geneva, sans-serif; color:#000; text-transform:uppercase; line-height:10px; }
.inputfield								{  width:203px;  padding:2px 17px 2px 5px;  border:1px solid #e9e9e9; margin-top:2px; }
.inputleft								{ float:right; width:271px; margin-top:-42px;   }
.input1									{ width:57px; border:#d3d3d3 1px solid; font:normal 13px Verdana, Geneva, sans-serif; color:#2f2f2f; text-transform:capitalize; line-height:29px; text-align:right; color:#2f2f2f; 
										  padding:4px 0 5px 5px; margin-right:10px; }		
.input2									{ width:107px; border:#d3d3d3 1px solid; font:normal 13px Verdana, Geneva, sans-serif; color:#2f2f2f; text-transform:capitalize; line-height:29px; text-align:right; color:#2f2f2f; padding:4px 0 5px 5px;
                                          margin-right:10px;}
.input3									{ width:57px; border:#d3d3d3 1px solid; font:12px Arial, Helvetica, sans-serif; color:#000; padding:4px 0 5px 5px; }
.chk1									{ float:left; width:147px; padding:0px 0 0px 0; }
.chk2									{ float:left; width:122px; padding:0px 0 0px 0; }
.chkbx									{ float:left;  }
.chktxt									{ float:left; text-shadow: 0 1px 0 rgba(255,255,255, 1); font:normal 13px "Myriad Pro", Arial, Helvetica, sans-serif; color:#030101; text-transform:uppercase; line-height:20px; padding:0 0 0 5px; }


.inner3_box2							{	width:503px; margin:0 auto;  padding:0 0 0 0; }
.inner3_left							{	float:left;	width:205px; padding:0 0 0 0; margin:0 0 0 0;}
.inner3_left ul							{	margin:0; padding:0 0 37px 0; }
.inner3_left ul li 						{	margin:0; padding:7px 0 0 35px; list-style:none; font:normal 13px/25px Verdana, Geneva, sans-serif; color:#4D4D4D; text-align:left;}
.inputfield_other						{   width:71px;  padding:2px 17px 2px 5px;  border:1px solid #e9e9e9; margin-left:10px;   }
.left_other								{	width:172px; float:right; }

 
.inner3_right							{	float:right;  width:243px;	 padding:0 0 0 0; margin:0 0 0 0;}
.inner3_right ul						{	margin:0; padding:0 0 37px 0; }
.inner3_right ul li 					{	margin:0; padding:7px 0 0 35px; list-style:none; font:normal 13px/25px Verdana, Geneva, sans-serif; color:#4D4D4D; text-align:left;}

 								/*		{	width:166px; float:right; }*/

.right_other							{	width:172px; float:left; }

.inne3_right2							{	width:243px; margin:0 auto; padding:50px 0 0 0;}
.inne3_right2 p							{	float:left; width:243px; font:bold 13px/29px Verdana, Geneva, sans-serif; color:#4D4D4D; padding:0 0 0 5px;}
.inne3_right2_input						{   width:215px;float:left;   padding:2px 17px 2px 5px;  border:1px solid #e9e9e9; margin-top:0px; margin-bottom:8px;  	}
.submit_btn								{	width:168px; height:38px; text-align:center; color:#fff;  cursor:pointer; font:normal 17px/20px Verdana, Geneva, sans-serif; background: url(images/submit_btnbg.gif) no-repeat; padding:5px 0 5px 0;
											margin:0 0 0 34px;  border:none;   }
.addtional_info							{	width:233px;  background:#fff;  border:1px solid #e9e9e9; height:58px; font:normal 17px/20px Verdana, Geneva, sans-serif; padding:3px 0 3px 3px; color:#4D4D4D; overflow:auto; margin-bottom:30px;}
.radio									{	margin:7px 8px 0 0 ;  }											

/*---------------------------inner3 Css Start--------------------------------*/


/*---------------------------inner4 Css Start--------------------------------*/
.inner4_center_top_right				{	float:left; width:507px; padding:14px 0 0 7px;}
.inner4_center_top_right p				{	font:13px/15px Verdana, Geneva, sans-serif; color:#4D4D4D; padding:8px 0 18px 0;}
.inner4_center_top_right span
{	font:italic 24px/28px Georgia, "Times New Roman", Times, serif; color:#FF0000;	}

.inner4_box1							{	width:505px; margin:0 auto; padding:42px 0 44px 0; /*border-bottom:1px dotted #666666;*/border-bottom:1px dashed #CCCCCC; position:relative; }
.inner4_box1_img						{	float:left; width:121px; padding:0 0 0 0; position:absolute; bottom:50px; left:0;  }
.inner4_box1_img p						{	font:normal 10px/12px Verdana, Geneva, sans-serif; color:#000; padding:14px 0 0 0;}
.inner4_box1_img .img					{	margin:0 0 0 2px;}
.inner4_box1_text						{	float:right; width:349px;}
.inner4_italic							{	font-style:italic;  }
.iiner4_uppercase						{	font:normal 10px/12px Georgia, "Times New Roman", Times, serif; color:#000; text-transform:uppercase;}
.inner4_text_topbg						{	width:349px; height:23px; background:url(images/inner4_box1_text_topbg.gif) no-repeat;}
.inner4_text_bottombg					{	width:299px; min-height:166px; background:url(images/inner4_box1_text_bottombg.gif) bottom no-repeat; padding:0 11px 10px 39px;}
.inner4_text_bottombg p					{	font:normal 12px/16px Verdana, Geneva, sans-serif; color:#4D4D4D; padding:0 0 19px 0;}

.inner4_right_blog						{	width:131px; margin:0 auto; border:none;}
.inner4_right_blog ul					{	margin:0; padding:60px 0 0 0;}
.inner4_right_blog ul li				{	margin:0; padding:0 0 21px 0;  }

.inner4_right_blog ul li a				{   margin:0; padding:0px; font:12px/16px Verdana, Geneva, sans-serif; color:#4D4D4D; text-decoration:none;}

.inner4_right_blog ul li a:hover		{	text-decoration:underline; color:#4D4D4D}
/*---------------------------inner4 Css End--------------------------------*/


.inner_content_text p span
{	font:italic 13px/22px Georgia, "Times New Roman", Times, serif; color:#000;}



.inner4_box1_img p span
{
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:12px;
	text-transform:uppercase;
}


/*slider*/
#slideshow { position:relative; min-height:500px; font:normal 13px/16px Verdana, Geneva, sans-serif; color:#4D4D4D; line-height:20px;}

#slideshow DIV { position:absolute; top:0; left:0; z-index:8; opacity:0.0; min-height: 100px; background-color: #FFF; }

#slideshow DIV.active { z-index:10; opacity:1.0; }

#slideshow DIV.last-active { z-index:9; }

#slideshow DIV IMG { display: block; border: 0; margin-bottom: 10px; }

.right_name_text { font:bold 12px/13px Verdana, Geneva, sans-serif; color:#4D4D4D; padding-top:8px; text-transform:uppercase}


#slideshow #test
{
	min-height:450px;
/*	border:1px solid red;	*/
}

.banner
{
	vertical-align:middle;
	text-align:center;
}

.banner img
{

}

p.conp
{
	float:right;border-bottom:1px dashed #CCCCCC; width:505px; padding-bottom:30px;
}

.inner3_box1 h3
{
	padding-top:30px;
	font:italic 24px/28px Georgia, "Times New Roman", Times, serif; color:#333333;
}

.footer_right ul li a img
{
	vertical-align:bottom;
	margin-bottom:1px;
}
