/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #B5C4D2 url(images/bg_img.jpg) repeat-x ;
	font-family: arial, serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #333;
	}
acronym { cursor: help; background-color: #f4f4f4; border: 0; }
a {text-decoration: none; border-bottom: 1px solid #283442; color: #283442; background: none; }
a:hover { color: #283442; background: #B5C4D2; }

img{border:0;}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 700px;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #B5C4D2  url(images/header.jpg) center no-repeat;
	border-top: none;
	padding: 0;
	height:100px; padding-right:20px;
	text-align:right; font-size:80%;}	
#header h1, 
#header h2 { 	
	margin: 0;
	color: #fff;
	font-size: 1.3em;

	cursor: default;
	}	
#header h2 { color: #59BD9B; }	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#nav { margin: 0; padding: 0; background: url(images/menu_bg.jpg) repeat-x; }
#nav a { text-decoration: none; color: #19A375; border-bottom: none; }
#nav a:hover { border-bottom:none; color: #7CCAB1; }
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #fff;
	border-bottom: none;
	padding: 8px 15px;
	font-size: 1.1em;
	}
#nav li a:hover { background: url(images/menu2_bg.jpg) repeat-x; }
#nav li a.on { background: url(images/menu2_bg.jpg) repeat-x; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	line-height: 16px; 
	text-align: left; 
	word-spacing: 2px;
	text-align: left; /* Cancel IE Fix */	
	background: #fff ;
	padding: 10px 55px;
	font-size: 1em;
	}	
#content h3 { 
	font-family: 'Arial Black';
	font-size: 12px; 
	color: #000; 
	margin: 0; 
	cursor: default;
	}
#content h5 { 
	font-family: arial, sans-serif;
font-weight:bold;	
font-size: 14px; 
	color: #000; 
	margin: 0; 
padding-top:10px;
	cursor: default;
	}
#content p { margin-top: 10px; margin-bottom: 15px; text-indent: 0; text-align: left; }
#content blockquote { 
	background: #DAE1E9; 
	margin: 10px 0; 
	padding: 10px 20px;
	border: 1px solid #B5C4D2;
	}
#content blockquote p { margin: 0; text-indent: 0; }	
#content ul li { list-style-image: url(img/li_bullet.gif)	; }

.product { 
	background: #DAE1E9; 
	margin: 10px 0; 
	padding: 10px 20px;
	border: 1px solid #B5C4D2;
	border-top: 3px solid #283442;
	}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: url(images/footer_bg.jpg) top repeat-x;
	text-align: center;	
	color: #fff;
	font-size: 0.9em;
	padding-top: 60px;
	line-height: 16px;
	border-bottom: none;
	height:195px;
	}
	
#footer a { text-decoration: none; color: #7CCAB1; border-bottom: 1px solid #7CCAB1; }
#footer a:hover { border-bottom: 1px solid #fff; color: #fff; }


/*------------------------------------------------------------*
** Products and tables
**------------------------------------------------------------*/
.headings {font-size:11px; line-height:15px;} 
p.loading { margin-top:0px; text-align:right; background: url(/img/loading.gif) no-repeat center center; z-index:500;}

li {padding-bottom:10px;}