html {
	height: 100%;
}
body {
	height: 100%; 
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
}
h1 {
	padding-top: 0px;
}
#content {
	margin: auto;
	width: 980px;
	text-align: left;
	height: 100%;
	background-color: #fff;
}
#leftBorder {
	width: 5px;
	background-color: #fff;
	background-image: url('../images/left-border.png');
	background-repeat: repeat-x;
	float:left;
	height: 100%;
}
#innerContent {
	width: 970px;
	background-color: #fff;
	float:left;
}
#rightBorder {
	width: 5px;
	background-color: #fff;
	background-image: url('../images/right-border.png');
	background-repeat: repeat-x;
	float:left;
	height: 100%;
}
#header {
	width: auto;
	background-image: url('../images/header.png');
	background-position: center bottom; 
	background-repeat: no-repeat;
	height: 76px;
	margin: auto;
}
#header a {
	background-color: transparent;
}
#header a:hover {
	background-color: transparent;
}
#header img {
	border: 0px;
	padding-top: 15px;
	padding-left: 15px;
}
#headerMenu {
	float: right;
	margin-right: 5px;
	font-size: 80%;
}
#headerMenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#headerMenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#headerMenu li  a {
	padding: 0px 8px 0px 8px;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	color: #666;
	border-right: 1px dotted #666;
	background-color: transparent;
}
#headerMenu li.last  a {
	border: 0px;
}
#headerMenu li a:hover {
	color: #333;
	text-decoration: underline;
	background-color: transparent;
}
#menu {
	width: auto;
	background-image: url('../images/menuBackground.png');
	background-repeat: repeat-x;
	border-width: 0px 1px 0px 1px;
	border-color: #fff;
	z-index: 1000;			
}
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul ul {
	list-style-type: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline;
	float: left;
	list-style-type: none;
}
#menu li li {
	list-style-type: none;
}
#menu li a {
	padding: 7px 7px 7px 25px;
	float: left;
	display: block;
	text-decoration: none;
	margin-top: 5px;
	text-align: left;
	width: 7em;
	color: #143a5a;;
	background-image: url('../images/square.png');
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: 8px center;
	font-weight: bold;
	opacity: 0.80;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	filter: alpha(opacity = 80);
}
#menu li a:hover {
	color: #143a5a;
	background-color: #E8E8E8;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*1st sub level menu*/
#menu ul li ul {
	left: 0;
	position: absolute;
	top: 0; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	background-color: #E8E8E8;
	list-style-type: none;
	opacity: 0.80;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	filter: alpha(opacity = 80);
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu ul li ul li {
	display: block;
	float: left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#menu ul li ul li ul { 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
#menu li li a, #menu li li a:active, #menu li li a:visited {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #E8E8E8;
	font-weight: normal;
	width: 10em;
	padding: 7px 7px 7px 35px;
	background-image: url('../images/square.png');
	background-repeat: no-repeat;
	background-color: #E8E8E8;
	background-position: 13px center;
	background-color: transparent;
	list-style-type: none;
	margin-top: 1px;
}
#menu li li a:hover {
	font-weight: normal;
	background-color: #fff;
}
	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%;}
* html .menu ul li a { height: 1%;}
* html .menu ul li ul li { float: left;}
/* End */
#picture {
	width:auto;
	margin-bottom: 10px;
}
#main {
	float: left;
	width: 770px;
}
#mainContent {
	width: auto;	
	padding: 0px 10px 10px 10px;
}
#sidebar {
	float: right;
	width: 200px;
	text-align: left;
}
#footer {
	width: auto;
	font-size: 90%;
	/*border-top: 1px solid #e8ecef;*/
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 15px;
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;
	color: #666;
	clear:both;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-top: 13px;
}
#footerLeft {
	float:left;
	width: 610px;
}
#footerLeft a {
	margin-left: 6px;
	margin-right: 6px;
}
#footerRight {
	float: right;
	width: 300px;
	text-align: right;
}
div#rightMenu {
	display: block;
	margin-bottom: 1em;
}
div#rightMenu div#rightMenuContent {
	background-color: #f1f3f5;
	width: auto;
	background-image: url('../images/rightPanelBackground.png');
	background-repeat: repeat-y;
	background-position: right top;
}
div#rightMenu div#rightMenuContent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#rightMenu div#rightMenuContent ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}
div#rightMenu div#rightMenuContent ul li a {
	padding: 7px 7px 7px 20px;
	display: block;
	text-align: left;
	border-bottom: 1px solid #fff;
	background-image: url(../images/li-1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
div#rightMenu div#rightMenuContent ul li a:hover {
	background-image: url(../images/li-2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #39a0bf;
	background-color: #fff;
}
div#rightMenu div#rightMenuContent ul li ul li a {
	font-size: 90%;
	padding: 7px 7px 7px 35px;
	background-image: url(../images/li-1.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
}
div#rightMenu div#rightMenuContent ul li ul li a:hover {
	background-image: url(../images/li-2.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.catalog {
	float: left;
	font-size: 150%;
	padding: 1em;
}
#infoline {
	font-size: 85%;
	margin-top: 0.7em;
	padding: 0.7em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.7em;
}
input.submit, a.button, a.button:hover {
	padding: 0.5em;
	cursor: pointer;
	background: url('../images/buttonBackground.png');
	border: 3px double #999999;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	color: #333333;
}
a.button {
	text-decoration: none;
	font-size: 92%;
}
div#mainContent li {
	list-style-image: url(../images/li-1.gif);
}
div#mainContent li li {
	list-style-image: url(../images/li-2.gif);
}
