body{
padding:0 0 0 0;
margin:0 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-position:top;
color:#444444;
background-color:#CCCCCC;
}
div, p, a, img, ul, h1, h2, h3, h4, h5, h6, form, input, select, textarea {
	margin:0;
	padding:0;
}
img {
	border:none;
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	outline:none;
	color:#F00;
	background-color:inherit;
}
.floatleft{
	width:auto;
	float:left;
}
.floatright{
	width:auto;
	float:right;
}

a:hover {
	text-decoration:none;
	outline:none;
	color:#000;
	background-color:inherit;
}
ul{
	list-style:none;
}
.spacer{
	width:auto;
	line-height:0;
	font-size:0;
}
#main_div{
	clear:both;
	overflow:hidden;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
#header {
  width:1003px;
  float:left;
  margin-top:8px;
}

#logo{
float:left;
width:254px;
height:85px;}

#toprightarea{
float:left;
width:746px;
overflow:hidden;}


#topchatarea{
float:left;
width:740px;
overflow:hidden;
margin-right:5px;}

#livechat{
float:right;
width:150px;
height:60px;
padding-top:13px;
}
#livechat ul li{
	padding-left:10px;
	float:left;
	width:auto;
}
#livechat ul li a:hover{
	opacity:0.60;
}
#mainnavarea{ 
float:left;
width:700px;
height:36px;
margin-right:5px;
padding-left:100px;}


.links_home{
  font-family:"Bell Gothic Std", Arial, Tahoma, Verdana;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  display:block;
  width:62px;
  height:32px;
  padding-top:3px;
  margin-right:10px;
  text-align:center;
  float:left;
}
.links_home:hover{
  background-color:#2d2d2d;
  background-image:url(images/button-hover.jpg);
  background-repeat:no-repeat;
  text-align:center;
  display:block;
  color:#fff;
  width:62px;
  height:32px;
}

.links_contact{
  font-family:"Bell Gothic Std", Arial, Tahoma, Verdana;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  display:block;
  width:89px;
  height:32px;
  padding-top:3px;
  text-align:center;
  float:left;
}
.links_contact:hover{
  background-color:#2d2d2d;
  background-image:url(images/contact-hover.jpg);
  background-repeat:no-repeat;
  text-align:center;
  display:block;
  color:#fff;
  width:89px;
  height:32px;
}


.links_onpage{
  font-family:"Bell Gothic Std", Arial, Tahoma, Verdana;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  display:block;
  width:158px;
  height:34px;
  padding-top:3px;
  margin-right:10px;
  text-align:center;
  float:left;
}
.links_onpage:hover{
  background-color:#2d2d2d;
  background-image:url(images/onpage-hover.jpg);
  background-repeat:no-repeat;
  text-align:center;
  display:block;
  color:#fff;
  width:158px;
  height:34px;
}



#mainbannerarea{
float:left;
width:1000px;
height:285px;
overflow:hidden;}

#topbanarea{
float:left;
width:935px;
height:21px;
margin:10px 0px 6px 10px;
background:url(images/topbanarea.jpg) no-repeat;
padding:10px;
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#fff;}

#jsbanner{
float:left;
width:1000px;
height:213px;
overflow:hidden;
margin-top:36px;}



/*--------------------------------HEADER PANEL START----------------------------------*/
.header_panel{
	height:215px;
	position:relative !important;
	width:1000px;
	margin:0 auto;
}
.header_panel div.top_gallery{	
	margin:0 auto 0;
	height:215px;
}
a.next{
	background:url(images/next-button.gif) no-repeat 0 0;
	width:80px;
	height:70px;
	text-indent:-3000px;
	display:block;
	position:absolute;
	left: 918px;
	top: 67px;
	z-index:50;

}
a.previous{
	background:url(images/previous-button.gif) no-repeat 0 0;
	width:80px;
	height:70px;
	text-indent:-3000px;
	display:block;
	position:absolute;
	z-index:50;
	left: 2px;
	top: 67px;
}
/*-----------------------GALLERY01 START----------------*/
.top_gallery div.gallery{
	background:url(images/banner1.jpg) no-repeat 0 0px !important;
	width:997px;
	display:block;
	float:left;
	overflow:hidden;
	position:absolute;
	z-index:100;
	height: 211px;
}


/*-----------------------GALLERY01 END----------------*/
/*-----------------------GALLERY02 START----------------*/
.top_gallery div.gallery02{
	background:url(images/banner2.jpg) no-repeat 0 0px !important;
	width:997px;
height:211px;
	display:block;
	float:left;
}

/*-----------------------GALLERY02 END----------------*/
/*-----------------------GALLERY03 START----------------*/
.top_gallery div.gallery03{
	background:url(images/banner3.jpg) no-repeat 0 0px !important;
	width:997px;
height:211px;
	display:block;
	float:left;
}

/*-----------------------GALLERY03 END----------------*/

/*-----------------------GALLERY04 START----------------*/
.top_gallery div.gallery04{
	background:url(images/banner4.jpg) no-repeat 0 0px !important;
	width:997px;
height:211px;
	display:block;
	float:left;
}

/*-----------------------GALLERY04 END----------------*/

/*-----------------------GALLERY05 START----------------*/
.top_gallery div.gallery05{
	background:url(images/banner5.jpg) no-repeat 0 0px !important;
	width:997px;
height:211px;
	display:block;
	float:left;
}

/*-----------------------GALLERY05 END----------------*/
/*-----------------------GALLERY06 START----------------*/
.top_gallery div.gallery06{
	background:url(images/banner6.jpg) no-repeat 0 0px !important;
	width:997px;
height:211px;
	display:block;
	float:left;
}

/*-----------------------GALLERY06 END----------------*/






#mainbody{
float:left;
width:1000px;
height:auto;
}
#mainbody1{
float:left;
width:1000px;
height:auto;
background-image:url(images/back011.jpg);
background-repeat:repeat;}

#topboxarea{
float:left;
width:990px;
height:252px;
margin-top:15px;
background:url(images/boxarea.jpg) no-repeat;
padding-left:10px;}


#hirededicatedtab{
float:left;
width:309px;
height:220px;
margin:21px 5px 0 10px;
padding:5px;
background:url(images/hiredesicatedtab.jpg) no-repeat;
position:relative;
display:block;}


#onpagetab{
float:left;
width:309px;
height:220px;
margin:19px 5px 0 5px;
padding:5px;
background:url(images/BG2.gif) no-repeat;
position:relative;
display:block;}

#offpagetab{
float:left;
width:309px;
height:218px;
margin:21px 5px 0 0px;
padding:5px;
background:url(images/offpage.jpg) no-repeat;
position:relative;
display:block;}


.hiretxt{
float:left;
width:281px;
margin:4px 0 0 7px;
height:28px;}

.info{
float:left;
width:210px;
margin:4px 0 0 7px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:19px;
color:#fff;}

.info h1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#fff;}

#maincontaintarea{
float:left;
width:980px;
height:auto;
background:url(images/containt-top.jpg) no-repeat #fff;
margin-top:0;
padding:30px 10px 20px;
}

.textrea{
float:left;
width:980px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
line-height:20px;
color:#3c5103;}

.textrea h1{
width:980px;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:bold;
line-height:20px;
margin-bottom:8px;
color:#597806;}


#servicespannel{
margin-top:10px;
width:674px;
height:393px;
background:url(images/services-area.jpg) no-repeat;
}
#con{
float:left;
width:674px;
}

#midholder{
float:left;
width:980px;
margin-top:10px;
position:relative;}



.toppannel{
float:left;
width:620px;
padding:40px 30px 20px 24px;}


.box{
float:left;
width:280px;
margin-right:30px;}

.box2{
float:left;
width:280px;
margin-left:30px;}

.title{
float:left;
width:200px;
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
color:#333;
line-height:27px;
background:url(images/roi-icon.jpg) no-repeat;
height:62px;
padding: 0 0 0 80px;}

.title a{
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#333;
}

.title a:hover{
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#90ba4c;
}


.seoservice{
float:left;
width:200px;
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
color:#333;
line-height:27px;
background:url(images/seo-service-icon.jpg) no-repeat;
height:62px;
padding: 0 0 0 80px;}

.seoservice a{
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#333;
}

.seoservice a:hover{
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#90ba4c;
}

.strategy{
float:left;
width:200px;
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
color:#333;
line-height:27px;
background:url(images/strategy-icon.jpg) no-repeat;
height:62px;
padding: 0 0 0 80px;}

.strategy a{
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#333;
}

.strategy a:hover{
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#90ba4c;
}


.track{
float:left;
width:200px;
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
color:#333;
line-height:27px;
background:url(images/track-icon.jpg) no-repeat;
height:62px;
padding: 0 0 0 80px;}

.track a{
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#333;
}

.track a:hover{
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:18px;
font-weight:bold;
text-decoration:none;
color:#90ba4c;
}





.titletext{
float:left;
width:270px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
text-align:justify;
color:#3c5103;
line-height:20px;
margin-top:3px;
}





#quotearea{
float:right;
overflow:hidden;
width:279px;
height:435px;
margin-right:0px;
background:url(images/quotearea.jpg) no-repeat;}



#qoutetop{
float:left;
width:200px;
height:42px;
padding:10px 0 0 60px;
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:20px;
font-weight:normal;
color:#6b7e09;
overflow:hidden;
margin:5px;
background:url(images/quote-icon.jpg) no-repeat; }


.thirdpicmanbg {
	width:270px;
	clear:both;
	overflow:hidden;
	padding:10px 0 8px 0px;
	color:#7d8720;
	font-size:11px;
	font-weight:bold;
	margin:5px;
}


.namebg {
	width:270px;
	height:18px;
	clear:both;
	overflow:hidden;
	color:#333333;
	font-size:10px;
}

.nametextbg {
	width:270px;
	float:left;
	overflow:hidden;
	margin:10px 0 0 0px;
}

.nametext{
	width:70px;
	float:left;
	overflow:hidden;
	margin-top:5px;
}
.namebox {
	width:190px;
	float:left;
}
.contentbox {
clear:both;
	width:170px;
	border:#a3b544 1px solid;
	height:18px;
	background:#fff;
	padding:3px 10px 0 10px;
	font-family:Courier New, Arial, Helvetica, sans-serif;
	color:#526206;
}
.dropbox {
	width:190px;
	background:#fff;
	height:26px;
	border:#a3b544 1px solid;
	font-family:Courier New, Arial, Helvetica, sans-serif;
	color:#526206;
}
.massagebg {
	width:270px;
	height:80px;
	clear:both;
	overflow:hidden;
	margin:10px 0 0 0;
}

.massagebox {
	width:180px;
	float:left;
	height:80px;
}

.submitdiv {
	width:240px;
	clear:both;
	overflow:hidden;
	margin:10px 0 0 10px;
}

.subbox {
	width:130px;
	float:left;
	margin-left:40px;
}




#footer {
  background-image:url(images/fotterarea.jpg);
  background-repeat:repeat-x;
  background-position:top;
  margin-top:0px;
}

#footcontainer{
	clear:both;
	overflow:hidden;
	width:1000px;
	height:auto;
	margin:0 auto;
	font-family:sans-serif, Arial, Verdana, Georgia;
	font-size:12px;
	font-weight:normal;
	color:#9e9d9d;
	text-decoration:none;
	margin-top:20px;
}


.footbox{
float:left;
width:288px;
margin-left:25px;
margin-top:15px;
}


.foottitle{
float:left;
width:250px;
font-family:"bell Gothic Std", arial, Tahoma, Verdana;
font-size:20px;
font-weight:bold;
color:#fff;}

.link{
	float:left;
	width:260px;
	margin:10px 0 0px 5px;
	padding:5px 10px 5px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
background:url(images/footseparator.jpg) no-repeat right center;
color:#999999;
}
			

.link ul{
	margin:0;
	padding:0px 0 0 0;
}
.link ul li{
	margin:5px 0px 0 0px;
	padding:0 0px 10px 15px;
	list-style:none;
	background:url(images/bullet.jpg) no-repeat 0 25%;
	width:auto;
}
.link ul li a{
	font-weight:normal;
	text-decoration:none;
	color:#999999;

}
.link li a:hover{
	color:#999;
	text-decoration:underline;
}


#call{
float:left;
width:225px;
margin-top:25px;
background:url(images/phone-icon.jpg) no-repeat;
padding:0 0 0 35px;
height:36px;}

.no{
float:left;
width:159px;
font-size:16px;
color:#FFFFFF;
font-weight:normal;}


#socialmedia{
float:left;
width:274px;
overflow:hidden;
margin-top:15px;}
#socialmedia1{
float:left;
width:274px;
overflow:hidden;
margin-top:15px;}
.socialmedia{
float:left;
width:274px;
overflow:hidden;
margin-top:15px;}
.twit{
float:left;
width:50px;
height:62px;
margin-right:17px;}

.twit_txt{
float:left;
width:50px;
margin-right:17px;}

/*--------------------------------------------------------------INNER PAGE START---------------------------------------------*/
.inner_body{
	background:url(images/inner-bodybg.jpg) repeat-x 0 0;
}
.inner_body h1.heading{
	float:left;
	width:600px;
	font:normal 30px/36px Century Gothic, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	display:block;
	padding-left:10px;
	padding-bottom:45px;
	padding-top:35px;
}
.main_contaner{
	width:976px;
	margin:0 auto;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#565656;
	background-color:inherit;
	position:relative;
}
.main_contanerl{
	width:976px;
	margin:0 auto;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#565656;
	background-color:inherit;
	position:relative;
}
.main_contaner p{
		padding-bottom:16px;
}
h2.head{
	font:normal 18px/36px Century Gothic, Arial, Helvetica, sans-serif;
	color:#333;
	background-color:inherit;
	padding:15px 0 10px;
	overflow:hidden;
	height:100%;
	clear:both;
}
h2.head img{
	width:auto;
	float:left;
	margin-right:10px;
}
ul.arrow{
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	color:#666;
	background-color:inherit;
}
ul.arrow li{
	background:url(images/arrow.jpg) no-repeat 5px 3px;
	padding-left:40px;
	padding-bottom:20px;
}
ul.arrow li a{
	color:#666;
	background-color:inherit;
}
ul.difference{
	padding:0 0 0 0;
}
ul.difference li{
	background:url(images/arrow3.gif) no-repeat 12px 6px;
	padding-left:40px;
	padding-bottom:20px;
}
.green{
	color:#53851b !important;
	background-color:inherit;
}
span.pic{ 
	position:absolute !important;
	right:0;
	bottom:0;
	display:block !important;
	width:492px;
	height:377px;
	background:url(images/seo-pic.jpg) no-repeat 0 0;
	text-indent:-5000px;
}
ul.short_arrow{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#565656;
	background-color:inherit;
}
ul.short_arrow li{
	padding-bottom:10px;
}
ul.short_arrow li span{
	background:url(images/arrow1.jpg) no-repeat 10px 5px;
	font:normal 16px/20px Century Gothic, Arial, Helvetica, sans-serif;
	color:#333;
	background-color:inherit;
	padding:0 0 0 35px;
	display:block;
	width:auto;
}
.dedicated{
	background:url(images/dedicated-midbg.jpg) repeat-y 0 0;
	width:954px;
}
.dedicated span.top_curb{
	background:url(images/dedicated-top-curb.jpg) no-repeat 0 0;
	width:954px;
	height:6px;
	display:block;
	font-size:0;
	line-height:0;
}
.dedicated span.bot_curb{
	background:url(images/dedicated-bot-curb.jpg) no-repeat 0 100%;
	width:954px;
	height:6px;
	display:block;
	font-size:0;
	line-height:0;
}
.dedicated table tr td{
	border-bottom:1px dashed #939393;
	color:#333;
	background-color:inherit;
}
.dedicated table tr td.nodevider{
	border-bottom:0;

}



.seo_plan{
	background:url(images/seoplan-midbg.jpg) repeat-y 0 0;
	width:954px;
}
.seo_plan span.top_curb{
	background:url(images/seoplan-top-curb.jpg) no-repeat 0 0;
	width:954px;
	height:9px;
	display:block;
	font-size:0;
	line-height:0;
}
.seo_plan span.bot_curb{
	background:url(images/seoplan-bot-curb.jpg) no-repeat 0 100%;
	width:954px;
	height:9px;
	display:block;
	font-size:0;
	line-height:0;
}
.seo_plan table tr td{
	border-bottom:1px dashed #939393;
	color:#333;
	background-color:inherit;
	border-right:1px dashed #939393;
}
.seo_plan table tr td.nodevider{
	border-bottom:0;

}
.seo_plan table tr td.noright{
	border-right:0;
}
tr.nodevider td{
	padding:0 !important;
	margin:0 !important;
	text-align:center !important;}
.seo_plan a {
	width:108px;
	display:block;
	margin:0 auto;
	padding:0;
	height:36px;}
.link_info{
	overflow:hidden;
	height:100%;
}
.link_info p{
	width:auto;
	float:left;
	text-align:justify;
}
.link_info img{
	width:auto;
	float:right;
	margin-left:5px;
}
.link_building{
	overflow:hidden;
	height:100%;
	padding-top:15px;
}
.one_way{
	background:url(images/one-way-link-bg.jpg) no-repeat 0 0;
	width:446px;
	height:252px;
	display:block;
	padding:10px 10px 0 11px;
}
.one_way h2{
	font:normal 24px/30px "century Gothic", arial, Helvetica, sans-serif;
	color:#4E7B12;
	background-color:inherit;
}
.one_way h2 img{
	width:auto;
	float:left;
}
.one_way td{
	border-bottom:1px dotted #333333;
	border-left:1px dotted #333333;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	background-color:inherit;
}
.one_way td.nodevider{
	border-left:0;
}
.one_way td.nobot{
	border-bottom:0;
}
.one_way table{
	margin-bottom:10px;}
a.read_more{
	background:url(images/order-now.jpg) no-repeat 0 0;
	width:108px;
	height:36px;
	display:block;
	text-indent:-5000px;
}
.contact_panel{
	background:url(images/contact-bg.jpg) no-repeat 0 0;
	width:878px;
	height:522px;
	margin:20px auto;
}
.contact_panell{
	background:url(images/link-contact.jpg) no-repeat 0 0;
	width:878px;
	height:370px;
	margin:20px auto;
}
.contact_panel div.top_panel{
	padding-left:238px;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#333;
	background-color:inherit;
	padding-top:20px;
}
.contact_panel div.top_panel h2{
	font:normal 33px/36px "century Gothic", arial, Helvetica, sans-serif;
	color:#333;
	background-color:inherit;
}
.contact_panel div.top_panel p{
	padding-bottom:5px;
}
.contact_panel div.top_panel a img{
	float:left;
	margin-right:4px;
}
.contact_panel div.top_panel a{
	color:#333;
	background-color:inherit;
	width:auto;
	display:block;
	float:left;
	margin-right:5px;
}
.contact_panel div.top_panel a:hover{
	color:#999;
	background-color:inherit;
}
.form_pan{
	clear:both;
	width:655px;
	margin:0 auto;
	padding-top:35px;
}
.form_panl{
	clear:both;
	width:655px;
	margin:0 auto;
	padding-top:55px;
}
.form_top{
	overflow:hidden;
	height:100%;
}
.form_top div.textbox{
	background:url(images/contact-textbox.jpg) no-repeat 0 0;
	width:253px;
	height:22px;
	margin-right:15px;
	margin-bottom:11px;
	padding:2px 5px;
}
.form_top div.textbox input{
	width:253px;
	height:22px;
	border:0;
	background-color:inherit;
	color:#BBB7B7;
}
.form_top div.textrea{
	background:url(images/contact-textarea.jpg) no-repeat 0 0;
	width:366px;
	height:146px;
} 
.form_top div.textrea textarea{
	width:366px;
	height:146px;
	border:0;
	background-color:inherit;
	color:#BBB7B7;
}
.form_bot{
	clear:both;
	padding-top:20px;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#BBB7B7;
	background-color:inherit;
}
.form_bot label{
	width:136px;
	float:left;
	padding-bottom:100px;
}
.form_bot span{
	display:block;
	float:left;
	width:420px;}
	
	
a.link_place{
	width:42px;
	height:49px;
	display:block;
	text-indent:-5000px;
	position:absolute;
	right:10px;
	bottom:0;
}
.top_pad{
	padding-top:2px;}
/*--------------------------------------------------------------INNER PAGE END---------------------------------------------*/
.portfolio_link{
	width:250px;
	position:relative;
	left:15px;
	bottom:-12px;
	display:block;
	float:left;
}
.portfolio_link a.ranking{
	background:url(images/ranking-portfolio-gr.png) no-repeat 0 0;
	width:219px;
	height:45px;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-5000px;
	float:left;
	margin-right:24px;
}
.portfolio_link a.ranking:hover{
	background:url(images/ranking-portfolio.png) no-repeat 0 0;}
	
.other_form{
	overflow:hidden;
	height:100%;
	background-color:#fff;
	color:#000;
	width:500px;
	margin:0 auto;
	padding:20px 0 40px;
}
.other_form label{
	width:100px;
	float:left;
	display:block;
	clear:both;
	padding-bottom:10px;
	line-height:20px;
}
.other_form label em{
	color:#F00;
	background-color:inherit;}
.other_form div.textbox, .other_form div.textrea{
	width:auto;
	float:left;
	padding-bottom:10px;
}
.other_form div.textbox select{
	border:0;
	width:263px;
	height:26px;
	background-color:inherit;
}
.other_form div.form_bot input{
	width:auto;
	padding-left:100px;}
	
a.interested{
	background:url(images/Interested-button.png) no-repeat 0 0;
	width:205px;
	height:62px;
	display:block;
	text-indent:-5000px;
}	

.blogPans{
		background:url(images/images2.jpg) no-repeat 100% 30px;
		padding:0 258px 0 0;
}
.blogPan{
		background:url(images/whiteGlobe.jpg) no-repeat 100% 30px;
		padding:0 258px 0 0;
}
.blogPanp{
		background:url(images/1294320942.jpg) no-repeat 100% 30px;
		padding:0 258px 0 0;
}
.blogPana{
		background:url(images/983.jpg) no-repeat 100% 30px;
		padding:0 258px 0 0;
}
.boxPan{
		background:url(images/boxPan_bg.jpg) no-repeat 0 0;
		width:405px;
		height:209px;
		margin:0 0 10px 30px;
		float:left;
		padding:13px 10px 13px 10px;
		display:block;
}
.boxPan h2{
		background:url(images/boxPan_H2BG.gif) no-repeat 0 0;
		line-height:38px;
		margin-bottom:11px;
		color:#000000;
		background-color:inherit;
		font-size:20px;
		font-weight:normal;
		padding:0 0 0 22px;
		font-family:"bell Gothic Std", arial, Tahoma, Verdana;
}
.boxInner_pan{
		height:100%;
		overflow:hidden;
		padding:0 0 0 0;
}
.boxInner_curvTop{
		background:url(images/boxPan_topCurv.gif) no-repeat 0 0;
		height:5px;
		line-height:0;
		font-size:0;
		display:block;
}
.boxInner_curvBottom{
		background:url(images/boxPan_bottomCurv.gif) no-repeat 0 0;
		height:5px;
		line-height:0;
		font-size:0;
		display:block;
}
.boxInner_panIn{
		background:url(images/boxPan_inner.gif) repeat-y 0 0;
		padding:7px 13px 0 13px;
		font-size:14px;
		position:relative;
}

.price{
		color:#000000;
		background-color:inherit;

}
.oderNow{
		position:absolute;
		bottom:6px;
		right:14px;
		display:inline;
		z-index: 40;
}
#mainbody10{
float:left;
width:980px;
height:auto;
margin-top:20px;
border-color:#43AD0A;
border-style:solid;
border-width:thin;
padding-right:15px;
}
.rank_port table tr td{
	border-bottom:1px dashed #939393;
	color:#333;
	background-color:inherit;
	border-right:1px dashed #939393;
	
}
.rank_port{
	border-color:#333333;
	border-style:solid;
	border-width:thin;
	margin-top:3px;
}
.textrea1{
color:#3c5103;
}
#butt{
	height:20px;
	width:700px;
	padding-top:5px;
}
.contact_link{
	width:450px;
	position:relative;

	bottom:-12px;
	display:block;
	float:right;
}
.contact_link a.ranking{
	background:url(images/ranking-portfolio-grc.png) no-repeat 0 0;
	width:219px;
	height:45px;
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-5000px;
	margin-right:24px;
}
.contact_link a.ranking:hover{
	background:url(images/ranking-portfolio-c.png) no-repeat 0 0;}
#ahref a{
	font-size:13px;
	color:#75CE24;
	font-weight:bold;
}
