@charset "utf-8";
/* CSS Document */

* {	margin:0;padding:0;}
body {
	background-color: #ACA8A1;
	margin-top:15px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6;
}
body a, body a:link, body a:visited {color:#0000FF; padding:1px;}
body a:hover, body a:active {color:#FF0000; padding-left:2px;}
#main { 
	width:100%;
	height:auto;
}
#top {
	width: 910px;
	height:150px;
}
#body {
	width:910px;
	height:auto;
	margin:0; padding:0;
	background:url(images/bg_body.gif);
}
#bottom {
	width:910px;
	height:auto;
	background:url(images/bg_footer.gif) repeat-x 0 100%;
	clear: both;
}

/* Corners and sides */
span.side-left, span.side-right {
	display: block;
	width: 20px;
	height: 150px;
	background: url(images/sides_top.gif) no-repeat;
}
span.side-left {
	background-position: 0 0;
	float: left;
}
span.side-right {
	background-position: 100% 0;
	float: right;
}

/* Header block with images */
body div.header {
	background:url(images/bg_header.gif) repeat-x;
	width: 870px;
	float: left;
	text-align:left;
	height:146px;
}

body div.header span {
	margin-left:30px;
	font-size:11px;
}
h1 {margin:50px 0px 30px 0px;padding:0px 0px 0px 15px;color: #0000FF;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:36px;width:520px;line-height:1.0;}
h1 a:link, h1 a:visited { text-decoration:none; color: #FF3300; padding:0px 70px 0px 0px;}
h1 a:hover, h1 a:active { text-decoration:none; color: #FF0000; padding:0px 70px 0px 2px;}

span.fcorners-bottom, span.fcorners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(images/corners_bottom.gif);
	margin: 0;
}
span.fcorners-bottom {
	background-position: 0 0;
}
span.fcorners-bottom span {
	background-position: 100% -20px;
}
.desc { line-height:1.6; margin:0px 0px 5px 0px; width:600px; padding:10px 0px 0px 10px; color:#0D71DF; font-size:14px; } 
.products { text-align:left; width:615px; border:#CCCCCC solid 1px; margin:10px; padding-top:2px; }
.guide { text-align:left; width:600px; padding-top:2px; margin-left:5px; }
.products_title { background: #DDDDDD; text-align:center; padding:2px; }
.products_desc {  margin:8px 2px 5px 5px; color:#333333; }
.products_link { text-align:center; padding-bottom:5px; }
.content { width:850px; height:auto; padding:10px; text-align:left;}
.right_bar { width:180px; height: auto; float:right; text-align:left; padding:10px 10px 50px 20px; border-left:1px solid #CCCCCC; }
.right_bar_title {padding:0px 0px 2px 0px; color:#0000FF; font-size:14px; margin-bottom:8px; }
.joiner {
	float:right;
	margin-top:11px;
	padding-top:8px;
	margin-bottom:1px;
}
.joiner a:link, .joiner a:visited, .joiner a:hover, .joiner a:active{ padding:0; margin:0;}
.guide p{
	text-align:left; 
	margin:8px 0 8px 5px; 
	padding:5px;
}
.guide_title { background:#DDDDDD; text-align:left; color:#FF0000; width:600px; margin:20px 10px 0px 10px; padding:10px; }
.nav_bar_t { padding:0px 0px 2px 0px; border-bottom:1px solid #CCCCCC; font-size:14px; margin-bottom:3px; font-weight:bolder; }
.nav { line-height:1.8; margin:0px 0px 15px 0px; padding:0px 0px 0px 18px; }
.shift { margin:0px 0px 15px -8px; padding:0px 0px 0px 0px; font-size:14px; }
.shift a:link, .shift a:visited { color:#FF3300; }
