/*
Theme Name: Simplewall Softwares
Theme URI: http://www.simplewallsoftware.com/
Description: Simplewall Software Theme By Betterlabs
Author: Ashish Nayyar
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

	/* --------------------------------------------------
	Global Overrides
	-------------------------------------------------- */
	body { background: #f7f5ea;border-top:6px #333 solid;  }
	body { background: #fff; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 13px; line-height: 18px; color: #444; }
	div#wrapper { background: #fff; margin: 0; padding: 0 0 0px; }
	div#wrapper.header { margin-top: 36px; }
	ol.notes li { font-size: 14px; }

	/* IE6 Problems ---------- */
	body.ie .column-row { width: 960px; }
	html, body { margin: 0; padding: 0; }
/*--------------------------------------------------
	Global Reset
	-------------------------------------------------- */*
	html, body { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
	table { border-collapse: collapse; border-spacing: 0; }
	ol, ul { list-style: none; }

/*	--------------------------------------------------
	Make it a ZURBody
	-------------------------------------------------- */
	body { background: #fff; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #444; }
	body.mac { font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif; }
	body { -webkit-text-stroke: 1px rgba(255,255,255,.01); } /* Snow Leopard Safari Type Fix */
	@media only screen and (max-device-width:480px) { body { -webkit-text-stroke:0 black; } } /* Undo the fix for Mobile Safari */
	body.ff2 { opacity: .99; } /* Make our type in FF look uber sexah */
/*
	body.safari { font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; }
*/
	
/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
	a { color: #ca2323; text-decoration: none; outline: 0; line-height: inherit; }
	a:hover { color: #ca2323; }

	a.muted, a.muted:visited { color: #777; }
	a.muted:hover { color: #555; }
	
	h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited { color: #333; text-decoration: none; font-weight: bold; }
	h4 a, h4 a:visited, h5 a, h5 a:visited { text-decoration: none; line-height: inherit; font-weight: bold; }
	h3 a:hover { color: auto; }
	h4 a:hover, h5 a:hover { text-decoration: underline; }
	p a, p a:visited { line-height: inherit; }
	
	/* More Links (Can be applied to a <ul> or a <p>) */
	.more-link { width: 100%; height: 27px; margin: 0 0 18px; }
	.more-link li { display: inline; }
	.more-link a { background: #eee; display: inline; float: left; padding: 4px 15px; text-decoration: none; -webkit-border-radius: 13px; -moz-border-radius: 13px; -webkit-transition: all 0.1s ease-out; }
	.more-link a:hover { color: #fff; }
	.more-link.green a { background: #f1f6ce; }
	.more-link.green a:hover { background: #95a105; }
	.more-link.blue a { background: #f1fafa; }
	.more-link.blue a:hover { background: #73cacf; }
	.more-link.magenta a { background: #f9e5ee; }
	.more-link.magenta a:hover { background: #c9025c; }
	.more-link.red a { background: #ffebe5; }
	.more-link.red a:hover { background: #ff3700; }
	.more-link.orange a { background: #fff0e6; }
	.more-link.orange a:hover { background: #ff6908; }
	.more-link.orangellow a { background: #fff7e7; }
	.more-link.orangellow a:hover { background: #ffb515; }
	
	
/*	--------------------------------------------------
	Typography
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { color: #333; font-weight: bold; }
	h1 { font-size: 36px; line-height: 1; letter-spacing: -1px; }
	h2 { font-size: 30px; line-height: 1.2; margin: 0; letter-spacing: -1px; }
	h3 { font-size: 22px; line-height: 1; margin: 3px 0 9px; letter-spacing: -1px; }
	h4 { font-size: 16px; line-height: 1.25; margin: 0 0 6px; }
	h5 { font-size: 16px; line-height: 18px; }
	h6 { font-size: 12px; font-weight: normal; line-height: 18px; color: #777; margin: 0 0 9px; }
	
	.subheader { color: #777; font-weight: normal; }
	.underline { border-bottom: solid 1px #e4e4e4; padding-bottom: 2px; }

	p { line-height: 18px; margin: 0 0 18px; }
	p img { margin: 0; }
	p.large { font-size: 14px; line-height: 20px; margin: 0 0 18px; color: #777; }
	p.lead { font-size: 18px; line-height: 24px; margin: 0 0 12px; color: #777; }
	.centered { text-align:center; }
	
	em { font-style: italic;}
	strong { font-weight: bold; }
	small { font-size:14px;color: #777; font-weight: normal; font-family:Arial, Verdana }

/*	--------------------------------------------------
	Lists
	-------------------------------------------------- */
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul ul, ol ol { margin-left: 30px; margin-top: 4px; margin-bottom: 5px; }
	li { line-height: 18px; }

	dt { line-height: 18px; font-weight: bold; color: #333; }
	dd { margin: 0 0 18px; line-height: 18px; }		
	
	/* --------------------------------------------------
	Structure
	-------------------------------------------------- */
	div#container { position: relative; width: 920px; margin: 0 auto; }
div#footer {
border-top:1px solid #E7E3D7;
margin:9px 0 0;
padding:0;
width:940px;
}

/*	--------------------------------------------------
	Header
	-------------------------------------------------- */
	div#header {height:52px;margin:0 auto 20px;position:relative;width:920px} 
	.top_space2{padding-top:22px}

	ul.tabs {
	float:left;
	margin:0;
	margin-right:5px;
	
	}
	ul.tabs li {
	display:block;
	float:left;
	line-height:1;
	}
	ul.tabs li a {
	color:#fff;
	cursor:pointer;
	display:block;
	font-weight:bold;
	margin:9px 0 0 0px;
	padding:8px 10px 8px 10px;
	margin-top:20px;
	text-decoration:none;
	margin-right:4px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background:#c4c6c8 none repeat scroll 0 0;
	
	
	}
	ul.tabs li a:hover, ul.tabs li.current a {
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	background: transparent url(images/menu_bg.png) repeat-x top left;
	font-family:helvetica,arial,sans-serif;
	border:0 none;
	color:#fff;
	margin:0;
	padding-top:27px;
	position:relative;
	z-index:2;
	padding:8px 10px 8px 10px;
	margin-top:20px;
	margin-right:4px
	}
	ul.tabs li span {
	font-size:14px;
	font-weight:bold;
	line-height:1;
	}
	ul.tabs.short li a {
	padding:9px 5px 13px 15px;
	}
	ul.tabs.short li a:hover, ul.tabs.short li.current a {
	padding:18px 5px 13px 15px;
	}
	ul.tabs.short li span {
	font-size:16px;
	}
	ul.tabs.small li a {
	font-size:14px;
	}
	ul.tabs.small li a {
	padding:20px 5px 13px 15px;
	}
	ul.tabs.small li a:hover, ul.tabs.small li.current a {
	padding:29px 5px 13px 15px;
	}
	ul.tabs.small li span {
	font-size:14px;
	}
	
	div#header h3 {
	float:right;
	font-size:24px;
	left:0;
	letter-spacing:-1px;
	line-height:1;
	margin:0;
	margin-top:18px;
}
	
 	/* --------------------------------------------------
	THE GRID
	-------------------------------------------------- */
		div.column-row 		{ width: auto; }
	div#site-info div.column-row {
height:108px;
position:relative;
}
	.column-row 		{ margin: 0 0 0px -20px; }
	.column, .columns 	{ float: left; display: inline; margin: 0 0 0 20px; position: relative; }
	.secondary.columns 	{ padding: 1.8em 0 0; }
    .subscribe_box 				{ width: 250px;  -moz-border-radius:5px;-webkit-border-radius:5px;  }
	.one 				{ width: 40px; }
	.two 				{ width: 100px; }
	.three 				{ width: 160px; }
	.four 				{ width: 220px; }
	.five 				{ width: 275px; }
	.six 				{ width: 325px; }
	.seven 				{ width: 400px; }
	.eight 				{ width: 460px; }
	.nine 				{ width: 520px; }
	.ten 				{ width: 580px; }
	.eleven 			{ width: 640px; }
	.twelve 			{ width: 700px; }
	.thirteen 			{ width: 760px; }
	.fourteen 			{ width: 820px; }
	.fifteen 			{ width: 880px; }
	.sixteen 			{ width: 940px; }
	.ninety_two			{ width: 920px; }
	.one-half 			{ width: 460px; }
	.one-third 			{ width: 300px; }
	.two-thirds 		{ width: 580px; }
	.eleven .column-row { width: 660px; }
	.twelve .column-row { width: 760px; }
	
	.offset-by-one-half { margin-left: 50px; }
	.offset-by-one 		{ margin-left: 80px; }
	.offset-by-two 		{ margin-left: 140px; }
	.offset-by-three 	{ margin-left: 200px; }
	.offset-by-four 	{ margin-left: 260px; }
	.offset-by-five 	{ margin-left: 320px; }
	.offset-by-six 		{ margin-left: 380px; }
	.offset-by-seven 	{ margin-left: 440px; }
	.offset-by-eight 	{ margin-left: 500px; }
	.offset-by-nine 	{ margin-left: 560px; }
	.offset-by-ten 		{ margin-left: 620px; }
	.offset-by-eleven 	{ margin-left: 680px; }
	.offset-by-twelve 	{ margin-left: 740px; }
	.offset-by-thirteen { margin-left: 800px; }
	.offset-by-fourteen { margin-left: 880px; }
 
 /* IE6 Problems ---------- */
	body.ie .column-row 			{ width: 960px; }
	body.ie .eight .column-row		{ width: 480px; }
	body.ie .nine .column-row		{ width: 540px; }
	body.ie .ten .column-row		{ width: 600px; }
	body.ie .eleven .column-row 	{ width: 660px; }
	body.ie .twelve .column-row		{ width: 720px; }
	body.ie .thirteen .column-row	{ width: 780px; }
	body.ie .fourteen .column-row	{ width: 840px; }
	body.ie .fifteen .column-row	{ width: 900px; }
 
  /* Footer Styles */
  
  div#site-info{background:#333 /*url(images/footer-shadow.png) no-repeat top center*/;margin:0;padding:20px 0 0;clear:both;position:relative; font-size:12px; color:#eaeaea; margin-top:15px}
 
  div#site-info h4 {
font-size:16px;
line-height:1.25;
margin:0 0 6px;
color:#eaeaea;
font-weight:bold
}
 
  div.container{width:920px;margin:0 auto;padding:0;position:relative}
  
 div#footer{width:920px;padding:0;margin:9px 0 0;border-top:1px solid #222; overflow:hidden}
  
  div#footer div{border-top:1px solid #444;padding:10px 0 9px}
  
  div#footer p.copyright{padding:0; float:right}
  
  div#site-info a,div#site-info a:visited{font-weight:inherit;color:#999;text-decoration:underline}
  
  div#site-info a:hover{text-decoration:none}
  
  div#site-info #zurbnews h4{padding:0 0px}
  
  div#site-info #zurbnews p{padding:3px 9px}

  

  
  div#site-info form input.input-text{background:#fff !important;display:block;width:230px;margin:0;padding:5px;border:1px #c0c0c0 solid;color:#333;font-size:12px; -moz-border-radius:12px; -webkit-border-radius:12px; font-size:9pt; font-family:Arial, Verdana; margin-bottom:5px}
  
  div#site-info form input.input-text:focus{background:#fff;outline:none}
  
  div#site-info form button{background-position:0 0;background-repeat:no-repeat;height:27px;position:absolute;top:0;right:0;text-indent:-999em;cursor:pointer;border:0;-webkit-border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;-moz-border-radius:0;padding:0;display:block}
  
  div#site-info form button:hover{background-position:0 -27px}
  
 
  
  div#site-info ul{float:left;height:27px;margin-right:-12px;padding:0;list-style:none}
  
  div#site-info ul li{display:inline}
  
  div#site-info ul li a,div#site-info ul li a:visited{float:left;width:auto;margin:0;padding:2px 12px;border-right:1px solid #666}
  div#site-info div#zurbnews form div {
background-image:url(/images/subscribe_bg.png);
}
 
	/*	Verify Index Slider ----- */
	
	div#verify101  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/temp-bg.gif");
	background-position:0 0;
	background-repeat:repeat-x;
	border-bottom-color:#e0e0e0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#e0e0e0;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#e0e0e0;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color-ltr-source:physical;
	border-left-color-rtl-source:physical;
	border-left-color:#e0e0e0;
	border-left-style-ltr-source:physical;
	border-left-style-rtl-source:physical;
	border-left-style-value:solid;
	border-left-width-ltr-source:physical;
	border-left-width-rtl-source:physical;
	border-left-width-value:1px;
	border-right-color-ltr-source:physical;
	border-right-color-rtl-source:physical;
	border-right-color:#e0e0e0;
	border-right-style-ltr-source:physical;
	border-right-style-rtl-source:physical;
	border-right-style-value:solid;
	border-right-width-ltr-source:physical;
	border-right-width-rtl-source:physical;
	border-right-width-value:1px;
	border-top-color:#e0e0e0;
	border-top-style:solid;
	border-top-width:1px;
	height:330px;
	margin-bottom:20px;
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	overflow-x:hidden;
	overflow-y:hidden;
	padding-bottom:17px;
	padding-left:20px;
	padding-right:39px;
	padding-top:10px;
	position:relative;
}
	
	div#notable101 hr { 
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#E7E3D7;
	border-top-style:solid;
	border-top-width:1px;
	clear:none;
	}
	
	
	div#slide-nav {
	
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/nav_bg.png");
	background-repeat:no-repeat;
	height:66px;
	margin-left:-20px;
	position:absolute;
	width:920px;
	top: 298px;
	z-index: 100;

	
	
	}
	
	div#slide-nav a { 
	
	color:#333333;
	float:left;
	font-size:18px;
	font-weight:bold;
	height:50px;
	line-height:16px;
	overflow-x:visible;
	overflow-y:visible;
	padding-bottom:0;
	padding-left:15px;
	padding-right:15px;
	padding-top:13px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	width:122px;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 100;
	
	}
	
	div#slide-nav a.selected  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/left_active_slidenav.png");
	text-shadow: none;
	color:#ffffff;
	width:122px;
	height: 47px;
	text-shadow: 0px -1px  #ad1013;
	}
	
	div#slide-nav a.examp1.selected  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/middle_active_slidenav.jpg");
	text-shadow: none;
	color:#FFFFFF;
	
	}
	
	div#slide-nav a.examp2.selected  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/middle_active_slidenav.jpg");
	text-shadow: none;
	color:#FFFFFF;
	
	}
	
	div#slide-nav a.examp3.selected  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/middle_active_slidenav.jpg");
	text-shadow: none;
	color:#FFFFFF;
	
	}
	
	div#slide-nav a.examp4.selected  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/right_active_slidenav.jpg");
	text-shadow: none;
	color:#FFFFFF;
	
	}
	
	div#slide-nav a.examp4:hover  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/right_active_slidenav.jpg");
	text-shadow: none;
	color:#FFFFFF;
	
	}
	
	div#slide-nav a.examp1:hover  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/middle_active_slidenav.jpg");
	text-shadow: none;
	color:#FFFFFF;
	
	}
	
	div#slide-nav a.examp2:hover  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/middle_active_slidenav.jpg");
	text-shadow: none;
	color:#FFFFFF;
	
	}
	
	div#slide-nav a.examp3:hover  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/middle_active_slidenav.jpg");
	text-shadow: none;
	color:#FFFFFF;
	
	}
	
	div#slide-nav a:hover  {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("images/left_active_slidenav.png");
	color:#ffffff;
	width:122px;
	height: 47px;
	text-shadow: 0px -1px  #ad1013;
	}
	
	div#slide-nav a small { color: #777; }
	div#slide-nav a:hover small, div#slide-nav a.selected small { color: rgba(255,255,255, 1); text-shadow:none /*text-shadow: 0px 1px  #63090b;*/}
	
	
	div#verifyimage {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-color:transparent;
	background-image:url("images/screen1.png");
	background-position:100% top;
	background-repeat:no-repeat;
	height:245px;
	margin-bottom:-75px;
	margin-top:-268px;
	padding-bottom:40px;
	z-index: -1;
	
	}
	
	div#tabimage1 { 
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-color:transparent;
	background-image:url("images/screen1.png");
	background-position:100% top;
	background-repeat:no-repeat;
	height:245px;
	margin-top: -48px;
	margin-bottom: -75px;
	padding-bottom: 40px;
	
	}
	
	
	
	div#tabimage2 { 
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-color:transparent;
	background-image:url("images/screen1.png");
	background-position:100% top;
	background-repeat:no-repeat;
	height:245px;
	margin-top: -238px;
	margin-bottom: -75px;
	padding-bottom: 40px;
	
	}
	
	div#tabimage3 { 
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-color:transparent;
	background-image:url("images/screen1.png");
	background-position:100% top;
	background-repeat:no-repeat;
	height:245px;
	margin-top: -220px;
	margin-bottom: -75px;
	padding-bottom: 40px;
	
	}
	
	div#tabimage4 { 
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-color:transparent;
	background-image:url("images/screen1.png");
	background-position:100% top;
	background-repeat:no-repeat;
	height:245px;
	margin-top: -66px;
	margin-bottom: -75px;
	padding-bottom: 40px;
	
	}
	
	/*	Verify full0fwin ----- */
	
	div#fullOfWin img {
	float:left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:-5px;
	
	}
	
	div#fullOfWin h3 {
	margin-bottom:5px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	
	}
	
	div#fullOfWin div div {
	margin-left:60px;
	
	}
	
	div#fullOfWin div#pressCoverage p {
	margin-bottom:22px;
	
	}
	
	div#fullOfWin div#pressCoverage a img {
	display:block;
	float:none;
	margin-bottom:5px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	
	}
	
	div#fullOfWin div#pressCoverage h3, div#fullOfWin div#companiesUsing h3 {
	border-bottom-color:#BABABA;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	display:block;
	padding-bottom:6px;
	
	}

.sub_header {
color:#333333;
font-family:Arial,Verdana;
font-size:16px;
font-weight:bold;
letter-spacing:-0.5px;
padding-left:20px;
}

#sub-content {
float:left;
width:242px;
background-image:url(images/LHS_bg.jpg);
background-repeat:no-repeat;
background-position:right;
min-height:610px;
margin-top:0px;
padding-top:10px;
margin-right:15px;
text-align:left
}

#nav-02 a img {
left:10px;
margin-top:-12px;
position:absolute;
top:50%;
}

#nav-02 {

border-bottom:1px solid #FFFFFF;
margin:5px 0 18px;
padding:1px 0 0;
}

#nav-02 li {
color:#797C80;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
width:242px;
margin-bottom:0px;
display:list-item;
}

#nav-02 li a {
border-bottom:1px solid #DCDDDE;
border-top:1px solid #FFFFFF;
color:#797C80;
display:block;
font-size:14px;
font-weight:bold;
padding:10px 0 10px 42px;
position:relative;
width:197px;
}

#nav-02 li a:hover{text-decoration:underline;}

#nav-02 .current a {
background:#e25000 url(images/bg_nav-01-current.png) no-repeat scroll right center;
border:medium none;
color:#FFFFFF;
padding-right:11px;
text-shadow:-1px -1px 0 #b03b06;
padding:10px 0 10px 42px;
width:222px;
}

#sub-content h2{font-size:18px; color:#000; letter-spacing:normal}
.top_space {
padding-top:10px;
}
.rhs_col{width:639px; float:left; margin-top:15px; font-size:14px; margin-left:19px}
.rhs_col h2{font-size:28px; font-weight:normal; margin-bottom:10px}
.rhs_col ul{overflow:hidden; display:block}
.rhs_col ul li{display:inline; float:left}	
.title_tour{
margin:0px 0 10px;
overflow:hidden;
position:relative;
padding-bottom:10px;
margin-bottom:5px;
border-bottom:1px solid #DDDDDD;
color:#999999;
font-size:16px;
font-weight:normal;
}

.title_tour img{padding-bottom:5px}
.title_tour h1{color:#000; font-size:38px; letter-spacing:-2px; margin-bottom:5px}


body#homePage div#content {
padding:0;
width:920px;
}
body#homePage div#content div#mainContent { padding: 0 0px 0px 0px; position: relative; width: 920px;  text-align:left ; overflow:hidden}	
#gray_box_get{ background-image:url(images/banner2.png); background-repeat:no-repeat; height:60px; padding:10px; font-size:16px; -moz-border-radius:5px;-webkit-border-radius: 5px; overflow:hidden; padding-left:15px; padding-right:35px; margin-top:12px; width:890px; margin-bottom:10px}
#gray_box_get h2{float:left;font-size:16px; padding-top:10px}
#gray_box_get img{float:right; padding-top:10px}	

/*	blog ----- */
.main_container_blog{overflow:hidden; width:920px; text-align:left;color:#444; font-size:14px;line-height:17px;}	
.blog_left{float:left; text-align:left; line-height:1.6em;  width:630px;padding-right:10px; padding-left:5px; padding-top:10px;}
.blog_left a{ color:#326EA1}
.blog_content{text-align:left; line-height:20px;  width:610px; overflow:hidden}
.blog_right{float:left; width:270px; font-size:14px; line-height:20px; margin-top:12px;background-image:url(images/bg_body1.png);background-repeat:no-repeat;}
.published {
color:#505050;
margin-top:12px;
}
.header_blog {
float:left; width:550px;
margin-bottom:10px;
border-bottom:1px #c0c0c0 solid
}
.blog_content h2.hentry-title {
color:#000;
line-height:1.4em;
}
.blog_content h2.hentry-title {
font-family:Helvetica,arial,sans-serif;
font-size:1.75em;
font-weight:bold;
letter-spacing:-0.02em;
line-height:1.4em;
}

.blog_content h2.hentry-title a {
color:#ca2323;
font-weight:bold;
text-decoration:none;
line-height:1.2em;
}

.blog_content p.author {
color:#505050;
margin:7px 0 5px;
text-transform:none
}

.header_blog p{ padding-top:0px }
.blog_body p{ padding-top:10px }

.blog_content p.author {
font-family:Helvetica,Arial;
font-size:14px;

}

#tweetmeme_button {
font-family:arial;
height:60px;
width:50px;
position:absolute;
z-index:100;
margin-top:5px;
float:right;
margin-left:570px;

}

#tweetmeme_button .count {
background:transparent url(images/widget.gif) no-repeat scroll 0 0;
color:#444444;
display:block;
font-size:17px;
height:34px;
padding:4px 0;
position:relative;
text-align:center;
text-decoration:none;
width:50px;
}

#tweetmeme_button .count {
color:#444444;
font-size:17px;
text-align:center;
text-decoration:none;

}

#tweetmeme_button .count span.t {
display:block;
font-size:10px;
left:10px;
line-height:10px;
position:absolute;
top:23px;
}


#tweetmeme_button .retweet {
background:transparent url(images/widget.gif) no-repeat scroll 0 -45px;
color:#FFFFFF;
cursor:pointer;
display:block;
font-size:11px;
height:16px;
line-height:16px;
margin-top:3px;
padding:0;
text-align:center;
text-decoration:none;
width:50px;
}

.main_container_blog p {
font-size:14px;
}
.border_right{height:3px; border-bottom:1px solid #DCDDDE; width:250px; text-align:center; margin-bottom:3px }
.padd_top {
line-height:20px;
padding-left:20px;
}

.header_blog p{ padding-top:0px; margin:0px }
.blog_body p{ padding-top:10px; margin:0px }

.inputbox{
-moz-border-radius:3px;
-webkit-border-radius: 3px;
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
display:block;
font-family:Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
margin:0;
padding:4px 4px;
text-shadow:0 0 1px #FFFFFF;
color:#666;
width:96%;
}

.txt_area{
-moz-border-radius:3px;
-webkit-border-radius: 3px;
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
display:block;
font-family:Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
margin:0;
padding:4px 4px;
text-shadow:0 0 1px #FFFFFF;
color:#666;
width:97.8%;
height:120px;
}

span.wrap2 {
-moz-border-radius:5px;
-webkit-border-radius: 5px;
background:#eeeeee none repeat scroll 0 0;
display:inline-block;
margin:4px 0 4px;
padding:3px;
width:450px;

}

span.wrap1 {
-moz-border-radius:5px;
-webkit-border-radius: 5px;
background:#eeeeee none repeat scroll 0 0;
display:inline-block;
margin:0 0 4px;
padding:3px;
width:250px;

}

.text_fieldbox_small {
border-color:#777777 #CCCCCC #CCCCCC #777777;
border-style:solid;
border-width:1px;
font-size:9pt;
margin:0 0 0 0;
padding:4px;
width:200px;
}

#contact{ width:680px; overflow:hidden; padding-bottom:10px; float:left; margin-right:25px}
#contact ul{width:680px; overflow:hidden; padding:0px; margin:0px; text-align:left}
#contact ul li{float:left;text-align:left;display:inline}
.label{width:108px; padding-top:7px; text-align:left; margin-right:0px; color:#333}