@import url('layout.css');
@import url('thickbox.css');
@import url('menu.css');
@import url('jquery.autocomplete.css');

*{	
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

body{
	font-size: 62.5%;
	background: #292b2d;
	text-align: center;
}

a{
	color: #417DEC;
	text-decoration: none;
}

a:hover{
	color: #025AF2;
	text-decoration: underline;
}

em{
	color: #025AF2;
}

hr{
	clear: both;
	visibility: hidden;
	height: 1%;
}

h2{
	color: #417DEC;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.4em;
}

h4{
	font-size: 1.2em;
	font-weight: bold;
}

img{
	border: none;
}

ul{
	list-style: none;
}

li{
	padding-left: 1em;
	background: transparent url('../images/arrow.gif') no-repeat scroll left center;
}

li.title{
	padding: 0;
	background: white;
}

p{
	margin: 1em 0;
	line-height: 1.8em;
	font-size: 1.1em;
}

strong{
	font-size: 1.1em;
	color: #417DEC;
}

div.foot_print{
	border-top: 0em #ddd solid;
	padding: 1em;
}

.dfirst{
	margin: 0;
}

.dfirst:first-letter{
	font-size: 300%;
	font-weight: bold;
} 

.strong{
	font-weight: bold;
	color: #000000;
}

.normal{
	font-weight: normal;
}

.odd{
	background-color: #eee;
}

.even{
	background-color: #fff;
}

.yellow{
	color: #dab040;
}

.blue{
	color: #417dec;
}

.mainTitle *, .mainTitle{
	font-size: 30px;
	line-height: 1.1em; 
	font-family: "Arial Black";
}

.imageSlider {
	margin: 0;
	padding: 0; 
	height: 2em; 
	width: 30em; 
	background-image: url("../images/scrollbg.gif");
}
.imageBar {
	margin: 0;
	padding: 0; 
	height: 1.7em; 
	width: 1em; 
	background-image: url("../images/scrfloat.gif");
}

img.pro_thumb{
	width: 8em;
	height: 10em;
}