body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0px;
	padding:0px;
}



ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:100%;
	
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	padding-bottom: 10px;
	padding-left: 0px;
}

li{
	list-style:none;
	
}

li.menu{
	/* The main list elements */
	padding:5px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
	font-size:14px;
	height:auto;
	overflow:hidden;
	position:relative;
	width:70%;
	margin:0 auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
	font-size: 14px;
	font-family:BPreplay,Arial,Helvetica,sans-serif;
}
a:link ,a:visited {
	
	text-decoration:none;
	outline:none;
}
li.button a span{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
}

/* Setting up different styles for each section color */



li.button a.green{repeat-x top left;
	color:#fff;
	background-color:#000;
	font-size: 14px;
	background-image: url(../images/link_bg-new.png);
	background-repeat: no-repeat;
	font-weight:bold;
}
li.button a.green span{
}



/* The hover effects */

li.button a:hover{
	font-size: 14px;
	text-decoration:none;
}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	/* The expandable lists */
	display:none;
	padding-top:5px;
	width:70%;
	color:#fff;
	margin:0 auto;
}
.dropdown a {
	/* Each element in the expandable list */

	color:#fff;
	font-size:14px;
	
}
.dropdown a:hover {
	text-decoration:none;
}
	.dropdown li {
	/* Each element in the expandable list */
	background-color:#000;
	border:1px solid #40392C;
	color:#fff;
	margin:5px 0;
	padding:4px 18px;
}

.dropdown li a:visited{
color:#fff;
	text-decoration:none;
	outline:none;
}

.buy-button{
	display:block;
	margin-left:5px;

	
	
}
.buy-button a{
	color:#000;
	display:block;
	width:160px;
	height:25px;
	background-color:#990000;
	border-radius:5px;
	padding-left: 20px;
	padding-top:3px;
}
.buy-button a:hover{
	color:#FFFFFF;
	padding-left: 20px;
	padding-top:3px;
	background-color:#FF9900;


}
/* The styles below are only necessary for the demo page */



.clear{
	clear:both;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:900px;
	position:relative;
}




