/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


#clients {
	display:inline;
	float:left;
	height:auto !important;
	/*height:200 px;*/
	/*margin:10px 10px 10px 0px;*/
/*	min-height:11em; */
	height:200px;
	width:180px;
	background-color: #FFFFFF;
}


#subscribe {
	display:inline;
	float:left;
	height:auto !important;
	/*height:200 px;
	/*margin:10px 10px 10px 0px;*/
/*	min-height:11em; */
	height:200px;
	width:290px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(http://www.invesp.com/blog/images/rss-bgd.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#intro {
background-color:#EFEFEF;
border-bottom:medium none #CCCCCC;
clear:both;
margin:0pt auto;
position:relative;
/*width:950px;*/
font-family:Arial,Helvetica,sans-serif;
/*font-size:1.1em;*/
height:100%;
/*line-height:1.5em;*/

}
.intro-pad {
padding:0px;
}
.intro-title {
font-weight:bold;
margin-bottom:0.6em;
}

.subscribeBtn{
	margin:5px 0 15px 0;
	vertical-align:middle;
	border:0px;
	background:url(http://www.conversionrate.net/images/rss-subsribe-gr.png) left center no-repeat;
	width:100px;
	height:25px;	
	float: left;
}
.subscribeBtn2{
	margin:5px 0 15px 0;
	vertical-align:middle;
	border:0px;
	background:url(http://www.conversionrate.net/images/rss-subsribe-gr.png) left center no-repeat;
	width:100px;
	height:25px;	
}

input.rss-subscribe {
border:1px solid #CCCCCC;
background-color:rgb(255, 255, 160);
font-family:Helvetica,Arial,Sans-Serif;
font-size:1em;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
width:140px;
}

#subscribe p{
margin-top: 1em;
}

input.rss-subscribe2 {
background-color:#ffffff;
border:1px solid #CCCCCC;
height:20px;
line-height:normal;
margin-right:5px;
padding:3px 0 0 3px;
width:150px;
}


.twitter-follow {
	float:left;
	display:inline;
	background-attachment: scroll;
	background-image: url(http://www.conversionrate.net/images/follow-me-twitter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	width: 190px;
	padding-top: 110px;
	background-color: #FFFFFF;
	font-size:1.3em;
	font-family:Arial,Helvetica,sans-serif;
	line-height:1.5em;
	margin-bottom: 30px;
}







#format_text input, #commentform input, #commentform textarea {
border-width:0.071em;
padding:0.214em;
width:auto;
}

#subsribe_after
{
	display:inline;
	float:left;
	height:auto !important;
	margin:0px 0px 10px 10px;
	width:500px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	height:100%;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	padding:10px;
	background-color:#FFFFCC;	
	/*background-image: url(http://www.conversionrate.net//images/rss-bgd-2.gif);*/
	/*background-position: right top;*/
	
	background-image: url(http://www.conversionrate.net/images/rss-lower.gif);
	background-position: right bottom;
	
	background-repeat: no-repeat;
}

#subsribe_after p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height:1.5em;
}

#free_subsribe
{
	display:inline;
	float:left;
	height:auto !important;
	margin:0px 0px 10px 10px;
	width:400px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	height:100%;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	padding:10px;
	background-color:#FFFFCC;	
	
}

#free_subsribe p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height:1.5em;
}

.subscribeBtn3{
	vertical-align:middle;
	border:0px;
	background:url(http://www.conversionrate.net/images/rss-subsribe-gr.png) left center no-repeat;
	
	width:100px;
	height:25px;	
}

.custom .comments_closed {display: none;}

body, html { background: #333; }

#page { 
  background: white; 
  border-left: 1px solid #666; 
  border-right: 1px solid #666; 
  width:960px; 
  padding: 0;
}

.headline_area h1 { font-weight: bold; letter-spacing: -0.05em; border-bottom: #f2ebe7 solid 3px; }

#header {
  background-image: url(http://conversionrate.net/images/logo.gif);
  background-position: left;
  background-repeat: no-repeat;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #1F5285;
  padding: 0;
  
  margin-right:70px;
  margin-bottom:30px;
  /*height: 100px;*/
}

#logo {
  margin-left: 65px;
  margin-top:25px;
}

#tagline{ 
  margin-left:230px;
  margin-bottom:10px;
}


.billboard{
  margin: 0px;
  padding: 0px;
  /*background: none;*/
  background-image:url(http://conversionrate.net/images/main-image.jpg);
  border-bottom: none;
  border-top: none;
  background-repeat:none;
  width: 960px; 
  height: 259px; 
}

.clients-banner{
  margin: 0px;
  padding: 0px;
  background-image:url(http://conversionrate.net/images/our-clients-banner.gif);
  border-bottom: none;
  border-top: none;
  background-repeat:none;
  width: 960px; 
  height: 59px; 
}


#footer{
	background-color:#5b5b5b;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px 20px;
	height: 16px;
  border: none;
}
#footer a:link, #footer a:visited, #footer ul li, #footer #tabs, #footer #tabs li { color:white; display: inline; background: none; letter-spacing: 0; color: white; text-transform: none; border: none; }
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	float: left;
}

#footer .copyright-info{ float: right; color: white; }

#credits {
	background-color: #dedede;
	text-align: center;
	padding: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #5b5b5b;
}



#header { border-bottom: none; margin:0; padding:0; }

#tabs, #content_box {border: none; }



.format_text{ line-height: 2em; }
.home #content_box { min-height: 0; }
body.home #content_box { background: none; background: white; }


#image-header
{
	font-size:18px;
	margin-top:50px;
	margin-left:50px;
	margin-right:150px;
}


/*

*/
a.link {display:block; font-size:12px; font-weight:bold; text-align:left; background:url(http://www.invesp.com/images/aero3.gif) no-repeat left center; padding:7px 10px 7px 15px; margin:0px; color:#1F5285;}
a.link1 {display:block; font-size:11px; font-weight:normal; text-align:left; background:url(http://www.invesp.com/images/aero4.gif) no-repeat left center; padding:5px 10px 5px 10px; margin:0px; color:#1F5285; text-decoration:none;}
a.link1:hover {text-decoration:underline;}
a.link2, a.link2:visited  {display:block; font-size:12px; font-weight:bold; text-align:left; background:url(http://www.invesp.com/images/aero3.gif) no-repeat left center; padding:7px 10px 7px 15px; margin:5px 0px 0px 0px; color:#1F5285; border:1px dotted #1a1a1a; border-width:1px 0px 0px 0px;}
a.link:hover, a.link2:hover {text-decoration:none;}
.newBOX {font-size:12px; color:#1A1A1A; text-align:left; padding:0px 0px 0px 0px; margin:10px 2px 0px 0px; border-bottom:1px dotted #1a1a1a;}

.listTAB {padding:0px; margin:0px; width:100%; position:relative;}
.listTAB ul li , .listTAB ul li {display:block; width:168px; height:111px; padding:0px; margin:0px 2.4px; text-align:center; vertical-align:middle; background:url(http://www.invesp.com/images/t_normal.png) no-repeat center center;}
.listTAB ul li a span.logo_rhd {background:url(http://www.invesp.com/images/logo_rhd.gif) no-repeat center center;  width:168px; height:111px; display:block;}
/*.listTAB ul li a span.logo_ds {background:url(http://www.invesp.com/images/logo_ds.gif) no-repeat center center;  width:168px; height:111px; display:block;}*/
.listTAB ul li span.logo_rhd {background:url(http://www.invesp.com/images/logo_rhd.gif) no-repeat center center;  width:168px; height:111px; display:block;}
.listTAB ul li span.logo_ds {background:url(http://www.invesp.com/images/logo_ds.gif) no-repeat center center;  width:168px; height:111px; display:block;}
.listTAB ul li  span.logo_skis {background:url(http://www.invesp.com/images/logo_skis.gif) no-repeat center center;  width:168px; height:111px; display:block;}
.listTAB ul li  span.logo_metro {background:url(http://www.invesp.com/images/logo_metro.gif) no-repeat center center;  width:168px; height:111px; display:block;}
.listTAB ul li  span.logo_hs-work {background:url(http://www.invesp.com/images/logo_hs-work.gif) no-repeat center center;  width:168px; height:111px; display:block;}
.listTAB ul li  span.logo_xtreme {background:url(http://www.invesp.com/images/logo_xtreme.gif) no-repeat center center;  width:168px; height:111px; display:block;}
.listTAB ul li a:hover {background:url(http://www.invesp.com/images/t_over.png) no-repeat center center; cursor:pointer;}
.listTAB ul li {background:url(http://www.invesp.com/images/t_over.png) no-repeat center center; cursor:pointer;}
.listTAB ul {padding:0; margin:0;list-style-type: none; }
.listTAB ul li {float:left; margin-right:1px; position:relative;}
.listTAB ul li ul {display: none;}

a.link3, a.link3:visited {display:block; font-size:12px; font-weight:normal; text-align:center; padding:5px 10px 0px 10px; margin:10px auto 0px auto; color:#161616; text-decoration:none; color:#161616;}
a.link3:hover {text-decoration:underline;}

.comp-ver_L1 {display:block; padding:0px 0px; 
/*margin:0px 20px 0px 20px; */
margin:0px 0px 0px 0px; 
background:url(http://www.invesp.com/images/mix_bg.gif) no-repeat right bottom; float:right; width:908px;}
.comp-ver_L1 div{display:block; padding:0px; margin:0px; background:url(http://www.invesp.com/images/cl_1.gif) no-repeat left bottom; height:78px; float:left; width:100%;}
.comp-ver_L1 div p.p_left {display:block; padding:0px; margin:39px 0px 0px 0px; height:39px; float:left; width:53%; /*background-color:#FF0000;*/ text-align:left;}
.comp-ver_L1 div p.p_left .p_left-text{padding:11px 0px 0px 15px; margin:0px; font-size:16px; font-weight:bold; color:#fff; display:block; float:left;}
.comp-ver_L1 div p.p_right {display:block; padding:0px; margin:19px 0px 0px 0px; height:59px; float:right; width:47%; /*background-color:#006600;*/ text-align:left;}
.comp-ver_L1 div p.p_right span.p_right_span {display:block; padding:0px; margin:0px 288px 0px 3px; text-align:center; /*background-color:#006600;*/ font:bold 16px Arial, Tahoma, Verdana; color:#D40001; text-align:center;}
.comp-ver_L1 div p.p_right span.p_right_span span {display:block; padding:0px; margin:0px; font:normal 10px Arial, Tahoma, Verdana; color:#3D3D3D;}

.comp-ver_L2 {padding:0px; margin:0px 20px 0px 20px; background:url(http://www.invesp.com/images/gray_bg.gif) no-repeat -119px top; height:33px; color:#000; border:#E8E8E8 solid 1px; border-width: 0px 0px 0px 1px; font:bold 15px Arial, Tahoma, Verdana;}
.comp-ver_L2 .cell_a {padding:0px 10px; height:33px;}
.comp-ver_L2 .cell_b {width:133px; padding:0px 5px; text-align:center; border-bottom:#E8E8E8 solid 1px;}
.comp-ver_L2 .cell_c {width:133px; padding:0px 5px; /*background-color:#FF0000;*/ text-align:center; border-bottom:#E8E8E8 solid 1px;}
.comp-ver_L2 .cell_d {width:132px; padding:0px 5px; text-align:center; border-bottom:#E8E8E8 solid 1px;}
.comp-ver_L2 .cell_e {width:132px; padding:0px 5px; text-align:center; border-bottom:#E8E8E8 solid 1px;}

.comp-ver_L3 {padding:0px; margin:0px/* 20px 0px 20px*/; background:url(http://www.invesp.com/images/white_bg.gif) repeat-y -119px top; /*display:block;*/ color:#000; border:#E8E8E8 solid 1px; border-width: 0px 1px; font:normal 12px Arial, Tahoma, Verdana;}
.comp-ver_L3 .cell_a {padding:0px 10px; height:33px; text-align:left; border-bottom:#E8E8E8 solid 1px;}
.comp-ver_L3 .cell_b {width:133px; padding:5px 5px; text-align:center; border-bottom:#E8E8E8 solid 1px;}
.comp-ver_L3 .cell_c {width:133px; padding:5px 5px; /*background-color:#FF0000;*/ text-align:center; border-bottom:#E9F2F7 solid 1px;}
.comp-ver_L3 .cell_d {width:131px; padding:5px 5px; text-align:center; border-bottom:#E8E8E8 solid 1px;}
.comp-ver_L3 .cell_e {width:132px; padding:5px 5px; text-align:center; border-bottom:#E8E8E8 solid 1px;}

.cell_aa {padding:0px 10px; height:33px; text-align:left; font:normal 12px Arial, Tahoma, Verdana;}
.cell_bb {width:133px; padding:5px 5px; text-align:center;}
.cell_cc {width:133px; padding:5px 5px; text-align:center;}
.cell_dd {width:131px; padding:5px 5px; text-align:center;}
.cell_ee {width:132px; padding:5px 5px; text-align:center;}

.comp-ver_L4 {padding:0px; background:url(http://www.invesp.com/images/cl_33.gif) no-repeat -118px top;}
.comp-ver_L4 span {padding:0px; margin:0px; background:url(http://www.invesp.com/images/cl_4.gif) no-repeat left top; height:32px; display:block; width:100%;}

a.btn_contact {padding:5px 0px 0px 0px ; margin:0px auto; background:url(http://www.invesp.com/images/btn_red.jpg) no-repeat center center; height:20px; width:127px; text-align:center; display:block; text-decoration:none; font:bold 12px Arial, Tahoma, Verdana; color:#fff;}

/*main page*/
.wrapper2 {padding:0px; margin:0px auto; text-align:center;}

.a1 {background:url(http://www.invesp.com/images/main/box1.jpg) no-repeat left 0px; width:237px; height:188px; padding:0px ; margin:0px; display:block;}
.a1 .p1 {
	margin:0px;
	display:block;
	text-align:center;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 28px;
	color: #FFFFFF;
}
.a2 {background:url(http://www.invesp.com/images/main/box2.jpg) no-repeat left 0px; width:232px; height:188px; padding:0px; display:block;}
.a2 .p2 {
	padding:90px 0px 0px 0px;
	margin:0px;
	display:block;
	text-align:center;
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
}

.links { text-decoration: none; }
.a3 {
background:url(http://www.invesp.com/images/main/box3.jpg) no-repeat left 0px; width:232px; height:188px; padding:0px; display:block;}
.a3 .p3 {
	padding:90px 0px 0px 0px; 
	margin:0px; 
	display:block; 
	text-align:center;
	color: #FFFFFF; font-size: 28px;}
.a4 {
	background:url(http://www.invesp.com/images/main/box4.jpg) no-repeat left 0px;
	width:192px;
	height:188px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.a4 .p4_a {padding:5px 5px; margin:0px; font:normal medium Arial, Helvetica, sans-serif; color:#fff; text-align:right; width:95%;}
.a4 .p4_a a, .a4 .p4_a a:visited {color:#fff; text-decoration:none;}
.a4 .p4_a a:hover {color:#fff; text-decoration:underline;}
.a4 .p4_b {width:5%;}

.b1 {background:url(http://www.invesp.com/images/main/b1.jpg) no-repeat left 0px; width:185px; height:187px; padding:0px; display:block;}
.b1 .q1 {padding:56px 0px 0px 0px; margin:0px; display:block; text-align:center;}

.b2 {background:url(http://www.invesp.com/images/main/b2.jpg) no-repeat left 0px; width:185px; height:187px; padding:0px; display:block;}
.b2 .q2 {padding:66px 0px 0px 0px; margin:0px; display:block; text-align:center;}

.b3 {background:url(http://www.invesp.com/images/main/b3.jpg) no-repeat left 0px; width:185px; height:187px; padding:0px; display:block;}
.b3 .q3 {padding:80px 0px 0px 0px; margin:0px; display:block; text-align:center;}

.b4 {background:url(http://www.invesp.com/images/main/b4.jpg) no-repeat left 0px; width:184px; height:187px; padding:0px; display:block;}
.b4 .q4 {padding:80px 0px 0px 0px; margin:0px; display:block; text-align:center;}

.b5 {background:url(http://www.invesp.com/images/main/b5.jpg) no-repeat left 0px; width:145px; height:187px;  padding:0px 20px;}
.b5 .q5_a {padding:5px 5px; margin:0px; font:normal medium Arial, Helvetica, sans-serif; color:#fff; text-align:right; width:95%;}
.b5 .q5_a a, .b5 .q5_a a:visited {color:#fff; text-decoration:none;}
.b5 .q5_a a:hover {color:#fff; text-decoration:underline;}
.b5 .q5_b {width:5%;}


