/* --------------------------------------------------------------------------------------------------
Main Layout + Structure
--------------------------------------------------------------------------------------------------*/


#container {	width: 900px; height: auto;	 margin: 0 auto;	background: none;	clear: both; }


/*----- Header Section  -----*/

#header { width: 900px; height: auto; clear: both; }
#header img { float: left; display: block; }
ul#nav { width: 900px; height: 29px; clear: both; display: inline; list-style: none; background: url('../images/core/bg-nav.gif') repeat-x 0 0; }
ul#nav li { float: left; display: inline-block; font-size: 1.1em; line-height: 11px; text-align: center; }
ul#nav li a { float: left; height: 11px; padding: 9px 15px; color: #fff;  display: block; }
ul#nav li a:hover { color: #0055a5; background: #fff!important; text-decoration: none; }
#home .home a, #about .about a, #products .products a, #service .service a, #client .client a, #faq .faq a, #downloads .downloads a, #compliance .compliance a { color: #0055a5; background: #fff; text-decoration: none; }

/*----- Main body Section  -----*/

#page { width: 795px; height: auto; padding: 30px 35px 20px 20px; clear: both; float: left; background: url('../images/core/bg-inner.gif') repeat-y 0 0; }
#page-download { width: 795px; height: auto; padding: 30px 35px 20px 20px; clear: both; float: left; background: url('../images/core/bg-inner-blank.gif') repeat-y 0 0;}
#left-contents { width: 220px; height: auto; float: left; display: block; }
#left-contents p { padding: 0 20px 0 20px; }
#right-contents { width: 520px; height: auto; float: right; display: block; }

/* -- homepage only --*/
#home #page { background: url('../images/core/bg-home.gif') repeat-y 0 0; }
#home #left-contents { width: 355px; float: left; }
#home #right-contents { width: 395px; float: right; }
p.col { width: 135px; float: left; display: block; }

/*----- Service and support only  -----*/
#servicebox { width: 350px; height: auto; padding: 30px 35px 20px 20px; clear: both; float: left; background: url('../images/core/bg-nav.gif') repeat-y 0 0; }


/*----- Footer Section -----*/

#footer { width: 825px; height: 70px; padding-left: 25px; background: url('../images/core/bg-footer.gif') repeat-x 0 0; clear: both; }
#footer p { font-size: 1em; color: #2b2b2b; padding-top:20px; line-height: 14px; margin: 0; }
