/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color: #AB0A09;
			background-repeat:repeat-x;
			background-position:top;
			font-family:Tahoma,Arial,Helvetica, sans-serif;
			font-size:10px;
			}
p 	{
			padding:0;
			margin:0;
			}
			
/*------------------------------Page Background----------------------*/

.bg {
			border-left:#727272 1px solid;
			border-right:#727272 1px solid;
			background-color:#AB0A09;
			}
			
/*------------------------------slogan----------------------*/

.slogan {
			font-size:14px;
			color:#DB006F;
			padding-right:15px;
			}
			
.topmenu {
			font-size:10px;
			color:#FFFFFF;
			font-weight:bold;
			text-decoration:none;
			}
			
.topmenu:hover {
			text-decoration:underline;
			}
			
/*------------------------------bodytext----------------------*/
.bodytext {
			font-size:10px;
			color:#666666;
			padding-top:5px;
			padding-right:5px;
			}
			
.body {
			font-size:12px;
			color:#000000;
			font-family:Verdana;
			}
			
.menu_nav {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}
			
/*------------------------------items----------------------*/

.stores {
			font-size:16px;
			color:#E0DBB8;
			font-weight:bold;
			}
			
.items {
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
			color:#4CB0D1;
			font-weight:bold;
			text-decoration:underline;
			}
			
.items:hover {
			text-decoration:none;
			}
			
/*------------------------------footer----------------------*/

.footermenu {
			font-size:11px;
			color:#FFFFFF;
			font-weight:bold;
			text-decoration:none;
			font-variant: small-caps;
			}
			
.footermenu:hover {
			text-decoration:underline;
			}

.copyright {
			font-size:10px;
			color:#030303;
			}
			
.alink {
	color: 000000;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;

}