@charset "utf-8";
/* CSS Document */
hr {
	border: 1px dotted #808080;
	border-style:none none dashed;
}
body {
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #b5b6b0;
}
#header_image {
	background-image:url(../slices/header.jpg);
	width:774px;
	height:154px;
}
#search {
	background-image:url(../slices/search_bar.gif);
	width:231px;
	height:28px;

}
#header_bar {
	background-image:url(../slices/header_bar.gif);
	width:774px;
	height:30px;
}
#left_nav {
	background-image:url(../slices/left_nav.gif);
	background-repeat: no-repeat;
	width:192px;
	height:615px;
}
#main_body {
	background-image:url(../slices/main_body.gif);
	background-repeat: no-repeat;
	width:774px;
	height:429px;
}
#main_body_samples {
	background-image:url(../slices/main_body_samples.gif);
	background-repeat: no-repeat;
	width:774px;
	height:429px;
}
#main_body_pricing {
	background-image:url(../slices/main_body_pricing.gif);
	background-repeat: no-repeat;
	width:774px;
	height:429px;
}
#features{
max-height:429px;
	overflow: scroll;
	}
#blank {
	background-image:url(../slices/blank.gif);
	background-repeat: no-repeat;
	width:774px;
	height:429px;

}
#content {
	background-image:url(../slices/content.gif);
	background-repeat: no-repeat;
	width:774px;
	height:615px;
}
#footer {
	background-image:url(../slices/footer1.png);
	background-repeat: no-repeat;
	width:774px;
	height:49px;
	z-index:1;
}
#text {font-size:small;}
.text {
font:Verdana;
font-size:14px;
color: #C0C0C0;
}
.number {
font:Verdana;
font-size:16px;
color:#C0C0C0;
}
.login {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-weight:bold;
font-size:12px;
color:#1B1B1B;
}
.search_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-variant:small-caps;
font-size:13px;
color:#808080;
}
/*input, select
	{
		width: 80%;
		font-size: 14px;
		padding: 2px;
	}*/
	
	fieldset
	{
		border: 1px dotted #ccc;
		width: 400px;
	}