/* Copyright Anson Reed Ltd
------------------------------------------------------------------*/

@charset "UTF-8";
/* CSS Document */


.clear { clear:both;}
.clr { clear:both;}

.clrff {
	clear: both;


}
.form_box {width:200px; height:15px; font-family:verdana; font-size:11px;
	border-color:#; background-color:#FFFFFF; color:#666666; border: 1px solid #CCCCCC;}
	
.pic {border:2px solid #B6CBE6;}
.pic:hover  {border: 2px solid #6091cc}	
.border {	margin: 0px;	padding: 0px;	border: 1px solid #e1e1e1;}
.bg{ background-color: #F3F4F6; margin:0px 5px 0px 5px; padding:0px 0px 0px 0px;}

a:link {
	color: #2e73af;
}
a:visited {
	color: #2e73af;
}
a:hover {
	color: #2e73af;
}
a:active {
	color: #2e73af;
}


	/* Headings
------------------------------------------------------------------*/

h1 {
	font-size: 28px;
	color: #5A6F8C;
	}

h2 {
	font-size: 24px;
	color: #5A6F8C;
	line-height: 28px;
	}
	
h3 {
	font-size: 16px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	
h4 	{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 18px;	font-style: normal;
	font-weight: normal;	text-transform: none;	color: #0070A6;	margin-left: 0px;	padding-right: 0px;
	padding-left: 0px;	line-height: 26px;	margin-bottom: 5px; margin-top:30px;}
	
	
	
	
h5 {
	font-size: 12px;
	line-height: 18px;
	}
	
	/* Text
------------------------------------------------------------------*/

.blue10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}

.w10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.t11 {
	font-size: 11px;
	line-height: 15px;
}

.t11w {
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}

.t12w {
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

.t20px {
	font-size: 22px;
	color: #5A6F8C;
	line-height: 28px;
	}



	/* Lists
------------------------------------------------------------------*/
#products ul
{
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
}

#products ul li
{
	padding-left: 15px;
	text-align: left;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color: #333333;
	
	background-image: url(../images/arr.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#listb li {
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/arr.gif);
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: -20px;
	margin-bottom: 5px;
	text-align: left;
	}
	
	#listo li {	text-decoration: none;	list-style-position: outside;	list-style-image: url(../images/bullet_o.gif);
	list-style-type: none;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #CCCCCC;
	margin-left: 17px;	margin-bottom: 5px;	padding-left: 4px;}
	
.bg2{ background-color: #E6E7FC; }


	/* Not neeced
------------------------------------------------------------------*/
