/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
body
{
 	background: #CCCCCC url(../images/header_bg.jpg) repeat-x 0 0;
	font-family:Verdana, sans-serif;
	font-size:13px;
}
#container
{
	width: 790px;
	margin: auto;
}
#header
{
	float:left;
	height: 115px;
	width: 100%;
	background: transparent url(../images/header.png) repeat-x top left;
}
#header a
{
	border: 0;
}
#contents
{
	width: 100%;
	float: left;
	background: #FFFFFF;
}
#logo
{
	position: absolute;
	z-index:2;
}
#logo_link
{
	position: absolute;
	z-index:3;
	width: 240px;
	height: 110px;
	margin: 20px 0 0 25px;
}
#info
{
	text-align: right;
	margin: 15px 8px 0 0;
}
#search
{
	text-align:right;
	margin: 45px 8px 0 0;
	height: 32px;
}
#query
{
	width: 349px;
	height: 32px;
	font-family: "Courier New", Courier, monospace;
	padding: 5px 0 0 3px;
	border: 0;
	background:url(../images/search_box.png) no-repeat;
	margin: 0 0 1em 0;
}
#navigation 
{
	float: left;
	width: 185px;
}
#navigation h1
{
	background: url(../images/mnu_h1.jpg) repeat-x bottom left;
	font-size: 18px;
	padding: 15px;
}
#navigation h1 span
{
	color:#333333;
	font-size:12px;
}
#navigation ul
{
	list-style: none;
	font-size: .85em;
	margin: 0 0 15px 0;
}
#navigation li a
{
	margin-left: 10px;
	display: block;
	width: 165px;
	padding: .4em 0 .4em .2em;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #0099FF;
}
#navigation li a:hover, #navigation li.current a
{
	color: #333333;
	background: #CCCCCC;
}

#content
{
	font-size: .95em;
	float: left;
	padding: 45px 0 0 10px;
	width: 587px;
}
#content h1
{
	font-size: 20px;
	color: #234468;
}
#content h2
{
	font-size: 16px;
	margin-bottom: 3px;
	color: #CC3300;
}
#content p
{
	padding: .2em 0 .4em .6em;
}
#content ul
{
	margin: 0 0 10px 15px;
}
#content p.success 
{
	color: #009900;
}
#content p.error {
	color: #CC3300;
}
#content a
{
	color: #234468;
}
#content a:hover
{
	background: #CCCCCC;
}
#content a:visited
{
	color: #0066CC;
}
#content a:visited:hover
{
	color: #000000;
	background: #CCCCCC;
}
#content .pricing
{
	padding: 3px;
}
#content .pricing td, th
{
	border: 1px solid #cdcdcd;
}
br.clear
{
	clear:both;
}
.product_frame
{
	float: left;
	width: 165px;
	height: 210px;
	margin: 10px 10px 10px 11px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.product_frame h3, .product_frame p
{
	margin-top: 10px;
}
.product_frame img
{
	border: 0;
}