@charset "utf-8";
/* CSS Document */

/***Default Styles***/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
/*vertical-align:baseline;*/
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
body {
background-color:#ffffff;
color:#2e3640;
font-family:Trehuchet MS, Myriad Pro, Arial, Helvetica, sans-serif;
font-size:13px;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
table {
border-collapse:separate;
border-spacing:0;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
strong {
font-weight:bold;
}
.strong {
font-weight:bold;
}
em {
font-style:italic;
}
.clear {
clear:both;
}
.clear-right {
clear:right;
}
.clear-left {
clear:left;
}
.float-left {
float:left;
}
.float-right {
float:right;
}
a{
color:#1393a9;
text-decoration:none;
}
a:hover{
color:#2e3640;
}
a.button{
color:#ffffff;
font-size:13px;
text-decoration:none;
line-height:21px;
}
a.button:hover{
color:#92AF4C;
}
a .button-left{
float:left;
background:url(images/content-main-btn-right.png) no-repeat right top;
height:23px;
padding-right:10px;
}
a .button-right{
float:left;
background:url(images/content-main-btn-left.png) no-repeat left top;
height:23px;
padding-left:10px;
}

/***Start Divs***/
#container{
margin:0 auto;
width:961px;
}
#super-ad{
	float:left;
	width:846px;
	height:112px;
	padding-left:115px;
	padding-top:17px;
	
}
#super-ad-space{
	float:left;
	background-color:#dfdfdf;
	width:728px;
	height:90px;
}
#super-ad-space h2{
	padding-top:30px;
	text-align:center;
	color:#0b7d92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

/***Header***/
#header{
float:left;
width:961px;
height:92px;
margin-bottom:10px;
background:url(images/header-bg.gif) no-repeat top left;
margin-bottom:10px;
}
#header h1{
margin:0;
padding:0;
}
#header h1 a{
display:block;
width:371px;
height:66px;
background:url(images/logo.gif) no-repeat top left;
}	
#header h1 a span{
position:absolute;
left:-9999em;
}
#logo{
float:left;
padding-left:13px;
padding-top:12px;
width:371px;
height:66px;
}
#header-top{
float:right;
width:480px;
height:54px;
padding-right:10px;
}
#header-top ul{
margin:0;
padding:0;
float:right;
}
#header-top ul li{
float:left;
margin:0;
padding:0;
text-indent:-9999em;
}
#header-top ul li.login{
margin-right:9px;
}
#header-top ul li.login a{
display:block;
background:url(images/login.png) no-repeat left top;
height:29px;
width:79px;
}
#header-top ul li.register a{
display:block;
background:url(images/register.png) no-repeat left top;
height:29px;
width:99px;
}
#nav{
float:right;
width:560px;
height:33px;
}
#nav ul{
float:right;
margin:0;
padding:0;
}
#nav ul li{
float:left;
padding:5px 15px;
border-right:1px solid #98c039;
border-left:1px solid #e1f7ad; 
font-size:14px;
height:auto;
}
#nav ul li a{
color:#2e3640;
text-decoration:none;
}
#nav ul li a:hover, #nav ul li.selected a{
color:#ffffff;
}
#nav ul li.first{
border-left:none;
}
#nav ul li.last{
border-right:none;
}

/***Homepage Banner***/
#banner{
float:left;
width:961px;
height:236px;
color:#ffffff;
margin-bottom:10px;
}
#banner p{
line-height:1.5em;
font-size:16px;
font-family:Georgia, "Times New Roman", Times, serif;
}
#banner h2{
font-size:30px;
padding-bottom:15px;
text-transform:uppercase;
}
#banner-left{
float:left;
width:446px;
height:236px;
margin-right:9px;
background:url(images/banner-left.jpg) no-repeat left top;
padding-left:30px;
}

#banner-right{
float:left;
width:446px;
height:236px;
background:url(images/banner-right.jpg) no-repeat left top;
padding-right:30px;
}
#banner .top-left{
float:left;
padding-top:20px;
height:143px;
width:255px;
}
#banner .top-right{
float:right;
padding-top:20px;
height:143px;
width:272px;
text-align:right;
}
#banner-left a{
display:block;
background:url(images/banner-left-button.png) no-repeat left top;
width:219px;
height:41px;
float:left;
margin-top:1px;
}
#banner-left a:hover{
display:block;
background:url(images/banner-left-button.png) no-repeat left bottom;
}
#banner-right a{
float:right;
background:url(images/banner-right-button.png) no-repeat left top;
width:179px;
height:41px;
}
#banner-right a:hover{
	background:url(images/banner-right-button.png) no-repeat left bottom;
}
/***End Banner***/

#content{
float:left;
width:961px;
background:url(images/sidebar-main-bg.gif) repeat-y left top;
margin-bottom:10px;
}
#content-wrapper{
float:left;
width:961px;
background:url(images/sidebar-bottom.gif) no-repeat left bottom;
}
/***Sidear***/
#sidebar-left{
float:left;
width:224px;
float:left;
background:url(images/sidebar-top.gif) no-repeat left top;
}
#sidebar-left h3{
font-size:18px;
line-height:33px;
margin:0;
padding-left:10px;
}
#sidebar-left ul{
margin:0;
padding:0;
}
#sidebar-left ul li{
border-bottom:1px solid #e7e7e7;
border-top:1px solid #ffffff;
padding:8px 0 8px 25px;
background:url(images/sidebar-li.gif) no-repeat 7px 13px;
font-size:13px;
margin:0;
}
#sidebar-left ul li a{
color:#2e3640;
text-decoration:none;
}
#sidebar-left ul li a:hover{
text-decoration:none;
color:#92AF4C;
}
#sidebar-top{
float:left;
width:223px;
}

#sidebar-main{
float:left;
padding-left:10px;
width:212px;
}
/***End sidebar***/

#content-main{
float:left;
width:717px;
padding-left:20px;
}

/***Why Use Biddy***/
#information{
float:left;
width:717px;
background:url(images/content-main-div-bg.png) no-repeat left top;
padding-bottom:30px;
}
#information-top{
float:left;
width:717px;
padding-top:14px;
padding-bottom:14px;
}
#information-top h2{
text-align:center;
font-size:24px;
text-transform:uppercase;
}
#information span{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:1.5em;
}
#information span.highlight{
color:#0b7d92;
font-size:13px;
font-weight:bold;
}
#information h5{
margin:0 0 10px 0;
padding:0;
font-size:17px;
}
#information h5 a{
display:block;
height:45px;
color:#1393a9;
display:block;
padding-left:47px;
padding-top:5px;
height:40px;
background-position:left top;
text-decoration:none;
width:140px;
}
#convenience h5 a{
background:url(images/convenience-magnifyer.gif) no-repeat left top;
}
#informative h5 a{
background:url(images/informative-icon.gif) no-repeat left top;
}
#free h5 a{
background:url(images/free-icon.gif) no-repeat left top;
padding-left:57px;
width:130px;
}

/**************************/
#information h5 p{
display:block;
height:45px;
color:#1393a9;
display:block;
padding-left:47px;
padding-top:5px;
height:40px;
background-position:left top;
text-decoration:none;
width:140px;
}
#convenience.alpha h5 p{
background:url(images/leads.png) no-repeat left top;
padding-left:55px;
padding-top:10px;
}
#informative.alpha h5 p{
background:url(images/noticed.png) no-repeat left top;
padding-left:60px;
padding-top:10px;
}
#free.alpha h5 p{
background:url(images/grow.png) no-repeat left top;
padding-left:55px;
padding-top:10px;
width:150px;
}
/**************************/

#convenience{
float:left;
width:190px;
float:left;
padding-left:30px;
padding-right:25px;
border-right:1px solid #e7e7e7;
height:140px;
}
#informative{
float:left;
width:190px;
float:left;
padding-left:20px;
padding-right:25px;
border-right:1px solid #e7e7e7;
height:140px;
}
#free{
float:left;
width:190px;
float:left;
padding-left:20px;
padding-right:20px;
height:140px;
}
/***End Why Use Biddy***/

/***Latest Projects***/
#projects{
float:left;
width:677px;
background:url(images/content-main-div-bg.png) no-repeat left top;
padding-bottom:30px;
padding-left:20px;
padding-right:20px;
}
#projects-top{
float:left;
width:677px;
padding-top:20px;
padding-bottom:20px;
}
#projects-top a{
float:right;
}
#projects-top h5{
font-size:18px;
text-transform:uppercase;
}
#slider-wrap{
float:left;
width:677px;
}
a.slider-back{
float:left;
margin-top:22px;
height:40px;
width:21px;
background:url(images/slider-left-btn.png) no-repeat left top;
}
a.slider-fwd{
float:left;
margin-top:22px;
height:40px;
width:21px;
background:url(images/slider-right-btn.png) no-repeat left top;
}
#slider{
float:left;
width:615px;
margin-left:10px;
margin-right:10px;
height:95px;
}
#slider .module{
float:left;
background:url(images/project-box-bg.png) no-repeat left top;
width:193px;
height:95px;
line-height:1.5em;
margin-right:18px;
}
#slider .module p{
padding-top:9px;
font-family:Georgia, "Times New Roman", Times, serif;
padding-left:12px;
padding-right:10px;
}
#slider .module strong{
color:#1393a9;
}
#slider .slider-right{
margin-right:0;
}
/***End Latest Projects***/

/***Featured Projects***/
#featured{
float:left;
width:677px;
background:url(images/content-main-div-bg.png) no-repeat left top;
padding-bottom:30px;
padding-left:20px;
padding-right:20px;
}
#featured-top{
float:left;
width:677px;
padding-top:20px;
padding-bottom:20px;
}
#featured-top a{
float:right;
}
#featured-top h5{
font-size:18px;
text-transform:uppercase;
}
#featured-top .btn-right{
margin-left:10px;
}
#featured-main{
float:left;
width:677px;
}
#featured-main ul li{
border-bottom:1px dotted #2e3640;
color:#1393a9;
padding-bottom:5px;
margin-bottom:5px;
font-family:Georgia, "Times New Roman", Times, serif;
}
#featured-main ul li a{
color:#1393a9;
text-decoration:none;
}
#featured-main ul li a:hover{
color:#2E3640;
}
/***End Featured Products***/

/***recently Joines***/
#recent{
float:left;
width:677px;
background:url(images/content-main-div-bg.png) no-repeat left top;
padding-bottom:30px;
padding-left:20px;
padding-right:20px;
}
#recent-top{
float:left;
width:677px;
padding-top:20px;
padding-bottom:20px;
}
#recent-top a{
float:right;
}
#recent-top h5{
font-size:18px;
text-transform:uppercase;
}
.company {
font-family:Georgia, "Times New Roman", Times, serif;
float:left;
width:100%;
height:35px;
line-height:35px;
border-bottom:1px dotted #2e3640;
}
.company .company-emblem{
float:left;
padding-right:10px;
width:71px;
text-align:center;
margin-right:20px;
height:35px;
vertical-align:center;
}
.company .company-emblem .erdodi{
padding-top:10px;
}
.company .company-emblem .neutron{
padding-top:4px;
}
.company .company-emblem .everwood{
padding-top:8px;
}
.company .company-emblem .pet{
padding-top:7px;
}
.company .company-name{
float:left;
width:465px;
height:35px;
}
.company .company-state{
float:left;
width:96px;
height:35px;
}
/***End Recently Joined***/
/***FOOTER***/
#footer{
float:left;
width:961px;
padding-bottom:30px;
}
#footer-top{
float:left;
background:url(images/footer-bg.gif) no-repeat left top;
width:941px;
padding:0 10px;
height:36px;
line-height:36px;
color:#ffffff;
margin-bottom:10px;
}
#footer-top #follow{
width:300px;
height:36px;
float:left;
}
#footer-top #follow span{
float:left;
height:36px;
padding-right:10px;
font-size:18px;
}
#footer-top #follow img{
padding-top:7px;
padding-right:7px;
float:left;
}
#footer-nav{
float:right
width:600px;
height:36px;
}
#footer-nav ul{
float:right;
}
#footer-nav ul li{
float:left;
padding:0 5px;
}
#footer-nav ul li a{
color:#ffffff;
text-decoration:none;
}
#footer-nav ul li a:hover{
text-decoration:underline;
}
#footer-bottom{
float:left;
width:961px;
}

#footer #share{
float:left;
width:200px;
padding-left:10px;
}
#footer #copyright{
padding-right:10px;
text-align:right;
}

/***Professionals HIW Page***/
#banner.professionals{
padding-left:365px;
width:596px;
height:236px;
background:url(images/banner-professionals.jpg) no-repeat left top;
}
#banner.professionals_HIW{
padding-left:365px;
width:596px;
height:236px;
background:url(images/banner-professionals-HIW.jpg) no-repeat left top;
}
#banner.professionals #banner-left{
margin-right:0;
height:auto;
padding-left:0;
background-image:none;
width:596px;
}
#banner.professionals_HIW #banner-left{
margin-right:0;
height:auto;
padding-left:0;
background-image:none;
width:596px;
}

#banner.professionals #banner-left .top-left{
width:400px;
padding-right:100px;
height:114px;
}
#banner.professionals #banner-left .top-left p{
	width:305px;
}

#banner.professionals #banner-left .top-left a{
	float:right;
	background:url(images/banner-learn-more.png) no-repeat left top;
	width:99px;
	height:10px;
	margin-top:-20px;
}

#banner.professionals #banner-left .top-left a:hover{
	background:url(images/banner-learn-more.png) no-repeat left bottom;
}
#banner.professionals p{
font-size:18px;
}
#banner.professionals h2{
padding-bottom:10px;
}
#banner.professionals a.create{
background:url(images/create-bg.png);
width:179px;
height:60px;
float:left;
margin-right:20px;
}
#banner.professionals a.create:hover{
background:url(images/create-bg.png) no-repeat left bottom;
}
#banner.professionals a.request{
background:url(images/request-bg.png);
width:179px;
height:60px;
float:left;
margin-right:20px;
}
#banner.professionals a.request:hover{
background:url(images/request-bg.png) no-repeat left bottom;
}
#banner.professionals a.search{
background:url(images/search-bg.png);
width:179px;
height:60px;
float:left;
}
#banner.professionals a.search:hover{
background:url(images/search-bg.png) no-repeat left bottom;
}
#content.professionals #information h5{
font-size:17px;
font-weight:normal;
}
#content.professionals #information h5 a{
height:33px;
padding-left:57px;
padding-top:12px;
width:130px;
}
#content.professionals #informative.alpha{
padding-right:20px;
}

#content.professionals #convenience.alpha h5 a{
background:url(images/leads.png) no-repeat left center;
}
#content.professionals #informative.alpha h5 a{
background:url(images/noticed.png) no-repeat left top;
padding-left:62px;
width:115px;
}
#content.professionals #free.alpha h5{
margin-bottom:0;
}
#content.professionals #free.alpha h5 a{
background:url(images/grow.png) no-repeat left top;
padding-left:47px;
width:160px;
height:50px;
}
#free.alpha{
padding-right:0;
width:200px;
}

#free-promotion{
	float:left;
	padding-left:140px;
	padding-top:20px;
	width:577px;
	margin-bottom:20px;
	background:url(images/promotional-bg.png) no-repeat center top;
}
#free-promotion img{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
#free-promotion h2{
	font-size:19px;
	margin:0;
	padding-bottom:3px;
}
#free promotion a{
	padding-right:20px;
	background:url(images/free-promo-arrow.gif) no-repeat right 4px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1393a9;
	height:15px;
	text-decoration:none;
	font-weight:bold;
}









/* CUSTOM ADDITIONS */


/* PROFESSIONALS - HOW IT WORKS */


#GroupHeading h2 {
	background:url('images/content-main-div-bg.png') no-repeat;
	vertical-align:middle;
	text-align:middle;
	font-size:18px;
	font-weight:bold;
	height:50px;
	color:#1393a9;
	padding-top:20px;
}

.GroupHeading H2 {
	background:url('images/content-main-div-bg.png') no-repeat;
	vertical-align:middle;
	text-align:middle;
	font-size:18px;
	font-weight:bold;
	height:50px;
	color:#1393a9;
	padding-top:20px;
}

#CreateProfile h2 {
	background:url('images/CreateProfile-notext.gif') no-repeat;
	vertical-align:middle;
	height:42px;
	padding-top:15px;
	padding-left:60px;
}
#GetLeads h2 {
	background:url('images/GetLeads-notext.gif') no-repeat;
	vertical-align:middle;
	height:42px;
	padding-top:15px;
	padding-left:60px;
}
#SubmitBid h2 {
	background:url('images/SubmitBid-notext.gif') no-repeat;
	vertical-align:middle;
	height:42px;
	padding-top:15px;
	padding-left:60px;
}
#GetSelected h2 {
	background:url('images/GetSelected-notext.gif') no-repeat;
	vertical-align:middle;
	height:42px;
	padding-top:15px;
	padding-left:60px;
}
#Spacer h2 {
	height:50px;
	padding:80px;
}
   
#SpecialNote h2 {
	color:#EE9900;
	padding-bottom:20px;
}


.col3heading {
	font-weight:bold;
    	font-size:14px;
    	font-family:Arial;
    	color:#1393a9;
  }
.col3headingsmall {
	font-weight:bold;
    	font-size:12px;
    	font-family:Arial;
    	color:#1393a9;
  }
   
.col3detail {
    font-size:12px;
    font-family:Arial;
    color:#2e3640;
  }
  
.col3packages {
	font-size:11px;
    color:#CC9900;
    font-family: Arial;
   }
   
.packagestablebg {
	background-color:#F8F7F2;
	font-family:Arial;
	font-size:12px;
	color:#2E3640;
	border-color:#F8F7F2;
}

.packagestablecell {
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	color:#2e3640;
	border-color:#FFFFFF;
	border:1px;
	padding-left:10px;
	height:40px;
	vertical-align:middle;
}
.packagestablecellALT {
	background-color:#F8F7F2;
	font-family:Arial;
	font-size:12px;
	color:#2e3640;
	border-color:#F8F7F2;
	border:1px;
	padding-left:10px;
	height:40px;
	vertical-align:middle;
}
.HeaderPackagesLink {
	font-size: 12px;
	vertical-align:bottom;
	padding-right:35px;
	color:#FFFFFF;
}
.HeaderPackagesLink a {
	color:#ffffff;
	text-decoration:none;
}
.HeaderPackagesLink a:hover {
	color:#ffffff;
	text-decoration:none;
}
#information-aboutus{
float:left;
width:717px;
padding-top:14px;
padding-bottom:14px;
}
#information-aboutus h2{
text-align:center;
font-size:24px;
text-transform:uppercase;
}
#GroupHeading h2 {
	background:url('images/content-main-div-bg.png') no-repeat;
	vertical-align:middle;
	text-align:middle;
	font-size:18px;
	font-weight:bold;
	height:50px;
	color:#1393a9;
	padding-top:20px;
}

#ProfessionalsNotified h2 {
	background:url('auction/auction/apimages/leads.png') no-repeat;
	vertical-align:middle;
	height:36px;
	padding-top:5px;
	padding-left:60px;
	font-size: 16px;
}
#NotifiedBids h2 {
	background:url('auction/auction/apimages/NotifiedBids.jpg') no-repeat;
	vertical-align:middle;
	height:36px;
	padding-top:5px;
	padding-left:60px;
	font-size: 16px;
}
#ReviewOffers h2 {
	background:url('auction/auction/apimages/ReviewOffers.jpg') no-repeat;
	vertical-align:middle;
	height:50px;
	padding-top:20px;
	padding-left:60px;
	font-size: 16px;
}
#SelectBest h2 {
	background:url('auction/auction/apimages/SelectBest.jpg') no-repeat;
	vertical-align:middle;
	height:36px;
	padding-top:5px;
	padding-left:60px;
	font-size: 16px;
}
#ReceiveService h2 {
	background:url('auction/auction/apimages/ReceiveService.gif') no-repeat;
	vertical-align:middle;
	height:45px;
	padding-top:15px;
	padding-left:60px;
	font-size: 16px;
}
#ItsConvenient_HIW h2 {
	background:url('images/convenience-magnifyer.gif') no-repeat;
	vertical-align:middle;
	height:45px;
	padding-top:15px;
	padding-left:60px;
	font-size: 16px;
}
#ItsInformative_HIW h2 {
	background:url('images/informative-icon.gif') no-repeat;
	vertical-align:middle;
	height:45px;
	padding-top:15px;
	padding-left:60px;
	font-size: 16px;
}
#ItsFree_HIW h2 {
	background:url('images/free-ball.png') no-repeat;
	vertical-align:middle;
	height:45px;
	padding-top:15px;
	padding-left:60px;
	font-size: 16px;
}
.NowWhat {
	font-size: 20px;
	font-weight: bold;
	color: #0b7d92;
	background:url('Images/content-main-div-bg.png') no-repeat;
	height:50px;
	vertical-align:middle;
	padding-top:20px;
	width:720px;
}
.QuestionsStill {
	width:700px;
	height:100px;
	background:url('auction/auction/APImages/questionscubes.jpg') no-repeat;
	padding-right:40px;
	padding-left:420px;
	padding-top:15px;
}
/***Consumers HIW Page***/

#banner-left-consumer{
float:left;
width:961px;
height:236px;
margin-right:9px;
background:url(images/banner-consumers-HIW.jpg) no-repeat left top;
padding-left:205px;
}
#banner .top-left-consumer{
float:left;
padding-top:20px;
height:143px;
width:755px;
}
#banner-left-consumer a{
display:block;
background:url(images/banner-left-button.png) no-repeat left top;
width:719px;
height:41px;
float:left;
margin-top:1px;
}
#banner-left-consumer a:hover{
display:block;
background:url(images/banner-left-button.png) no-repeat left bottom;
}


#LinksAndAdvertiseLoop {
float:left;
/*width:190px;*/
float:left;
padding-left:30px;
padding-right:25px;
border-right:0px solid #e7e7e7;

}

#ConsumerHIW_Body {
	float:left;
	width:500px;
}



/* SUBMENUS POPUP */
.grayBox{ 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index:1001; 
    -moz-opacity: 0.6; 
    opacity:.60; 
    filter: alpha(opacity=60); 
} 
.box_content { 
    position: fixed; 
    top: 5%; 
    /*left: 100; 
    right: 200; */
    margin-left: 10px;
    margin-right: 10px;
    width: 800px;
    padding: 16px; 
    z-index:1002; 
    overflow: auto; 
} 
