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

body {
	background:#d0d0d0;
	text-align:center;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
}

#container { 
	margin:0px auto;
	text-align:left;
	width:921px;
}

#panel { 
	float:left;
}

#panel .top { 
	background:url(../images/panel_top.png) no-repeat;
	width:921px;
	height:39px;
}

#panel .main { 
	background:url(../images/panel_bg.png) repeat-y;
	width:921px;
	min-height:450px;
}

#panel .textcontent { 
	padding:0px 30px;
}

#panel .bottom { 
	background:url(../images/panel_bottom.png) no-repeat;
	width:921px;
	height:45px;
}

#panel .maincontent { 
	margin-top:10px;
	width:830px;
	padding:10px;
	padding-bottom:0px;
}


/************* TYPOGRAPHY AND LINKS *******************/

a#callbtn { width:863px; height:96px; background:url(../images/submitbtn.png) no-repeat; background-position:0px 0px; text-indent:-9999em; font-size:0.1px; display:block; border:none;
margin-left:25px; }
a#callbtn:hover { width:863px; height:96px; background:url(../images/submitbtn.png) no-repeat; background-position:0px -96px; }

a.product { border:none; }

img.product { float:right; padding-left:20px; padding-bottom:20px; }

#panel h1 {
	font-size:28px;
	font-weight:bold;
}

#panel h1.title {
	text-align:center;
}


#panel h1.bottomtitle {
	text-align:center;
	font-size:25px;
	font-weight:bold;	
}

#panel p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #333333;
	margin:0px 0px 15px 0px;
	line-height:1.4;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

#panel span.highlight {
	color:#000000;
	font-size:15px;
	font-weight:bold;
}

#panel span.green {
	color: #009900;	
}

