
* {
	position: relative;
} 

body {
	position: static;
	margin: 0;
	padding: 0;
	background-color: #AE1C1F;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
}

#body a {
	color: #000000;
	text-decoration: none;
	}

#body a:hover {
	text-decoration: underline;
	}

h1 {
	margin: 0;
	padding: 0;
	font: 800 24px Arial, Helvetica, sans-serif;
	color: #000000;
}

/***********************************************/
/* Page                                        */
/***********************************************/

#page {
	background-color: #004370;
	}

/***********************************************/
/* Navigation                                  */
/***********************************************/

#navigation {
	width: 100%;
	height: auto;
	background-image: url(../images/menu/menu-bg.png);
	background-position: top-left;
	background-repeat: repeat-x;
	background-color: #004370;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	}
	
#navigation img {
	border: none;
	}
	
/***********************************************/
/* leftBar                                     */
/***********************************************/

#leftBar {
	float: left;
	width: 290px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	}
	
#leftBar a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}

#leftBar a:hover {
	text-decoration: none;
	}
	
#leftBar a img {
	border: none;
	}

/***********************************************/
/* Main Content                                */
/***********************************************/

#content {
	float: left;
	width: 510px;
	padding: 0 10px 0 10px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	}

#content a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}

#content a:hover {
	text-decoration: none;
	}
	
#content a img {
	border: none;
	}
	
#content img {
	padding: 0 10px 0 10px;
	border: none;
	}
	
/***********************************************/
/* Store Content                               */
/***********************************************/

#storecontent {
	width: 820px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	}

#storecontent a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}

#storecontent a:hover {
	text-decoration: underline;
	}
	
#storecontent a img {
	border: none;
	}
	
/***********************************************/
/* Menu Main Content                           */
/***********************************************/

#menucontent {
	float: left;
	width: 820px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	}

#menucontent a {
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	border: none;
	}

#menucontent a:hover {
	text-decoration: underline;
	}
	
#menucontent a img {
	border: none;
	}
	
#menucontent img {
	padding: 0 10px 0 10px;
	border: none;
	}
	
/***********************************************/
/* Footer                                      */
/***********************************************/
	
#footer {
	width: 100%;
	height: auto;
	color: #FFFFFF;
	background-image: url(../images/menu/footer-bg.png);
	background-repeat: repeat-x;
	background-color: #AE1C1F;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	}
	
#footer a {
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	border: none;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
#footer img {
	border: none;
	}
	
/***********************************************/
/* Sub Footer                                  */
/***********************************************/

#subfooter {
	color: #134583;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	}

#subfooter a {
	color: #134583;
	text-decoration: none;
	}

#subfooter a:hover {
	color: #134583;
	text-decoration: none;
	}
