@charset "utf-8";
/* CSS Document */

body {
	font: normal small;
	font-family: Verdana, sans-serif, arial;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size:28px;
	font-weight:normal;
	color:#666666;
	text-transform:lowercase;
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#666666;
	text-transform:lowercase;
}

h3 {
	font-size:14px;
	font-weight:normal;
	color:#FF9900;
	text-transform:lowercase;
}

p {
	font-size:12px;
	color:#666666;
	line-height:24px;
}

a {
	text-decoration: none;
	color:#333333;

}

img {  
	border-style: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#333333;
}

a:hover {
	text-decoration: none;
	color: #E3E3E3;
}

a:active {
	text-decoration: none;
	color: #E3E3E3;
}

#header {
	background-image: url(http://www.bonmoment.com/images/header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:BBE3E4;
	height: 40px;
	margin:0px;
}

#logo {
	background-image:url(http://www.bonmoment.com/images/logo.gif);
	background-repeat: no-repeat;
	background-position:center;
	padding-top: 50px;
	height:75px;
}

.underlinemenu{
	width: 100%;
	padding-left:15px;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; 
	margin: 0;
	text-align: right; 
	font-size:13px;
}

.underlinemenu ul li{
	display: inline;
}

.underlinemenu ul li a{
	color: #494949;
	padding: 6px 3px 4px 3px; 
	margin-right: 20px; 
	text-decoration: none;
	text-transform:lowercase;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color:#333333;
}

#left_bar {
	width: 200px;
	float:left;
	padding-top:25px;
	padding-left:20px;
}

#left_bar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-transform:uppercase;
	font-size:13px;
} 
#left_bar li {
	border-bottom:1px dashed #333333;
}


#facebook {
	padding-top:25px;
	padding-left: 10px;
}

#twitter {
	padding-top:25px;
	padding-left: 10px;
}

#right_bar {
	float:left;
	clear: right;
	width: 80%;
	padding-top:25px;
	padding-left:25px;
}

#right_bar img {
	align: right;
}
