body {
	margin:0 0 0 0;
	background:#EAF2F8 url(img/bodyfade.gif) repeat-x top;
	/*background-color:#C4D2DF;*/
	/*background:#C4D2DF url(img/bodybg.gif) repeat-x top left;*/
	scrollbar-3dlight-color:'#999999'; 
	scrollbar-arrow-color:'#999999';
	scrollbar-base-color:'#ffffff';
	scrollbar-darkshadow-color: '#333333';
	scrollbar-face-color:'#ffffff';
	scrollbar-highlight-color:'#ffffff';
	scrollbar-shadow-color:'#999999';
}

H1 {
	color:#5196D5;
	font-family: Tahoma;
	font-size:11px;
	font-weight:bold;
	display:inline;
	}

p {
	font-family: Tahoma;
	font-size: 11px;
	color:#7F9FBE;
	}

#menu {
	width:100%;
	height:35px;
	background:url(img/menu_bg.gif) repeat-x bottom;
	border-bottom:#BFDEFB 1px solid;
	}

#menu a {
	width:120px;
	height:35px;
	display:block;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	background:url(img/menu.gif) no-repeat top;
	padding-top:12px;
	}

#menu a:hover, #menu a.active {
	background-image:url(img/menu_a.gif);
	}



#slogan {
	width:100%;
	height:15px;
	background-color:#5EAFFC;
	text-align:left;
	font-family:Tahoma;
	font-size:9px;
	color:#FFFFFF;
	}

#submenu {
	width:100%;
	height:15px;
	border-top:#FFFFFF 1px solid;
	background-color:#047BEB;
	text-align:right;
	font-family:Tahoma;
	font-size:9px;
	color:#FFFFFF;
	}


#submenu a {
	color:#FFFFFF;
	text-decoration:none;
	margin-right:10px;
	}

#header {
	width:100%;
	height:130px;
	background:url(img/header_bg.gif) repeat-x top;
	}

.top_separator {
	width:100%;
	height:15px;
	background:url(img/header_bg.gif) repeat-x top;
	}

.lb {
	width:15px;
	background:transparent url(img/l_border.gif) repeat-y top right;
	}

.rb {
	width:15px;
	background:transparent url(img/r_border.gif) repeat-y top left;
	}


#left_content {
	float:left;
	width:170px;
	margin-bottom:20px;
	}

#left_content .top{
	width:100%;
	height:10px;
	background:url(img/h_dot.gif) repeat-x top;
	}

#left_content .mid{
	width:100%;
	height:440px;
	background:url(img/v_dot.gif) repeat-y right;
	text-align:center;
	}

#left_content .low{
	width:100%;
	height:10px;
	background:url(img/h_dot.gif) repeat-x bottom;
	margin-bottom:10px;
	}

#right_content {
	float:right;
	width:490px;
	margin-bottom:20px;
	}

#right_content .top {
	width:100%;
	height:10px;
	background:url(img/h_dot.gif) repeat-x top;
	}

#right_content .mid {
	width:100%;
	height:500px;
	background:url(img/v_dot.gif) repeat-y left;
	}

#right_content .low {
	width:100%;
	height:10px;
	background:url(img/h_dot.gif) repeat-x bottom;
	}

#footer {
	width:100%;
	height:50px;
	background:url(img/footer_new.gif) no-repeat top;
	}

/* template box formatting */

.templatebox {
	width:150px;
	margin:5px;
	float:left;
	}

.t_top {
	height:20px;
	width:100%;
	clear:both;
	background:url(img/product_bg_a.gif) no-repeat left top;
	color:#FFFFFF;
	font-family:tahoma;
	font-size:9px;
	}

.t_mid {
	height:120px;
	width:100%;
	margin:2px 0 3px 0px;
	}

.t_low {
	height:20px;
	width:100%;
	clear:both;
	}


.t_low a {
	width:75px;
	height:20px;
	display:block;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-family:tahoma;
	font-size:9px;
	text-decoration:none;
	padding-top:5px;
	}


a.right {
	background:url(img/dl_r.gif) no-repeat top;
	}

a.left {
	background:url(img/dl_l.gif) no-repeat top;
	}

a.right:hover {
	background:url(img/dl_r_a.gif) no-repeat top;
	}

a.left:hover {
	background:url(img/dl_l_a.gif) no-repeat top;
	}

.picbox a {
	color:#047BEB;
	font-family:Tahoma;
	font-size:10px;
	text-decoration:none;
	}

.picbox a:hover {
	text-decoration:underline;
	}

.picbox {
	padding-top:15px;
	height:120px;
	background:url(img/sample_bg.gif) no-repeat top;
	}

.pages {
	font-family: Tahoma,arial;
	font-size: 11px;
	color:#7F9FBE;
	margin:5px 10px 5px 10px;
	text-align:right;
	clear:both;
	}

.pages a {
	font-family: Tahoma,arial;
	font-size: 11px;
	color:#7F9FBE;
	text-decoration:none;
	}

.pages a:hover {
	color:#FA5514;
	text-decoration:underline;
	}

.answer {
	display:none;
	font-family:Tahoma,arial;
	color:#455768;
	font-size:11px;
	margin-top:5px;
	margin-left:20px;
	}

a.question {
	font-family:Tahoma,arial;
	color:#7F9FBE;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin-top:10px;
	}

a:hover.question {
	color:#FA5514;
	}

.partners {
	text-align:left;
	padding-left:20px;
	}

	.partners a {
		display:block;
		color:#FA5514;
		font-family:Tahoma,arial;
		text-transform:uppercase;
		font-size:9px;
		}