/* --------------------------------------
Bee Clean London Page Styles
URL: http://www.beecleanlondon.co.uk
Ver: 1.0
Author: David Long of Fairlypriced.com
Email: david@fromthefrontend.co.uk
--------------------------------------*/


/*-------------------------------------
Services 
--------------------------------------*/
ul.servicelist {
	margin: 18px 0 10px 15px;
}

ul.servicelist li {
	background-image: url(../i/tick.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 21px;
	margin-bottom: 8px;
}

/*---------------------------------------
 Pricing Page
----------------------------------------*/
#content #primary .pricematrix {
	border: 1px solid #666666;
	background-color: #C1E0FF;
	color: #000066;
	width: 450px;
	margin: 0 auto;
	text-align:center;
}

#content #primary .pricematrix caption {
	font-weight: bold;
	color: #3366FF;
	margin-bottom: 5px;
}
#content #primary .pricematrix th {
	font-weight: bold;
	background-color: #C1E0FF;
	color: #333333;
	width: 90px;
	line-height: 20px;
}
#content #primary .pricematrix .toprow {
	text-align: center;

}
#content #primary .pricematrix .odds th, #content #primary .pricematrix .odds td  {
	background-color: #A5CAFE;
}

/* Get Quote form */
form#getquote  {
	margin: 12px auto;
	padding: 14px;
	border: 1px solid #ccc;
	background: #f8f8f8;
	width: 328px;
	
}
form#getquote label {
display: block;
font-weight: bold;
color: #555;
}
form#getquote input {
	width: 300px;
	height: 30px;
	line-height: 30px;
	margin: 5px 0 0 0;
	}
form#getquote textarea {
	width: 300px;
	height: 100px;
}
input:focus, textarea:focus {
	background-color: #ffffcc;
}
form#getquote button {
	display: block;
	width: 110px;
	height: 30px;
	margin: 10px auto;
}

/*--------------------------------
Poll

---------------------------*/
 #vertgraph {                    
        width: 378px; 
        height: 207px; 
        position: relative; 
        background: url(../i/poll_bg.png) no-repeat; 
    }
#vertgraph ul { 
        width: 378px; 
        height: 207px; 
        margin: 0; 
        padding: 0; 
    }
#vertgraph ul li {  
        position: absolute; 
        width: 28px; 
        height: 160px; 
        bottom: 34px; 
        padding: 0 !important; 
        margin: 0 !important; 
        background: url("../i/g_colorbar3.jpg") no-repeat !important;
        text-align: center; 
        font-weight: bold; 
        color: white; 
        line-height: 2.5em;
    }

#vertgraph li.critical { left: 24px; background-position: 0px bottom !important; }
#vertgraph li.high { left: 101px; background-position: -28px bottom !important; }
#vertgraph li.medium { left: 257px; background-position: -84px bottom !important; }
#vertgraph li.low { left: 176px; background-position: -56px bottom !important; }
#vertgraph li.info { left: 327px; background-position: -112px bottom !important; }

/* form validation */
form#getquote label.tfvHighlight {
	
	color: red; !important
}

form#getquote label.tfvNormal {
	filter:alpha(opacity="40");-moz-opacity:0.4;opacity:0.4;
}
