@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/pattern_Background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #FF99CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF99CC;
}
a:hover {
	text-decoration: none;
	color: #FF99CC;
}
a:active {
	text-decoration: none;
	color: #FF99CC;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 23px;
	color: #666666;
}
h3 {
	font-size: 14px;	
}

h1#lbb-logo {
	background: url(images/Little_Black_Book.gif) center;
	width: 550px;
	height: 156px;
}

h2.bb-sub {
	font-size: 21px;
	font-weight: normal;
	color: #000000;
}

/*LAYOUT*/

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 854px;	
	text-align: left;		
}

#header {
	height: 137px;
	margin-top: 50px;
}

#main {
	background: url(images/main_background.jpg) repeat-y;
}


#top-image {
	background: url(images/header_image.jpg);
	width: 854px;
	height: 77px;
}

#top-image img#blog {
	position: relative;
	top: 25px; left: 700px;		
}

/* PAGES */

#lbb {
	clear: both;
	background: url(images/main_background.jpg) repeat-7;
	text-align: center;
}


#lbb-scroll {
	height: 388px;
    overflow: auto;
}

/* ---END PAGES--- */

#footer-image {
	clear: both;
	background: url(images/footer_image.jpg);
	width: 854px;
	height: 23px;
}

/* MAIN MENU */

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 854px;
	background: url(images/menu-bg.jpg) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .designers {
	width: 96px;
	height: 60px;
	background: url(images/designers_main_btn.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .designers span {
	width: 96px;
	height: 60px;
	background: url(images/designers_main_btn.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .portfolio {
	width: 100px;
	height: 60px;
	background: url(images/portfolio_main_btn.jpg) no-repeat;
	left: 96px;
	top: 0px;
}
#menu .portfolio span {
	width: 100px;
	height: 60px;
	background: url(images/portfolio_main_btn.jpg) no-repeat;
	left: 96px;
	top: 0px;
}
#menu .about-us {
	width: 112px;
	height: 60px;
	background: url(images/about_main_btn.jpg) no-repeat;
	left: 196px;
	top: 0px;
}
#menu .about-us span {
	width: 92px;
	height: 60px;
	background: url(images/about_main_btn.jpg) no-repeat;
	left: 196px;
	top: 0px;
}

#menu .logo {
	width: 248px;
	height: 60px;
	background: url(images/little_white_dress_main_logo.jpg) no-repeat;
	left: 305px;
	top: 0px;
}
#menu .logo span {
	width: 248px;
	height: 60px;
	background: url(images/little_white_dress_main_logo.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .contact-us {
	width: 118px;
	height: 60px;
	background: url(images/contact_us_main_btn.jpg) no-repeat;
	left: 553px;
	top: 0px;
}
#menu .contact-us span {
	width: 118px;
	height: 60px;
	background: url(images/contact_us_main_btn.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .lbb {
	width: 183px;
	height: 60px;
	background: url(images/little_black_book_main_btn.jpg) no-repeat;
	left: 671px;
	top: 0px;
}
#menu .lbb span {
	width: 183px;
	height: 60px;
	background: url(images/little_black_book_main_btn.jpg) no-repeat;
	left: 0px;
	top: 0px;
}

/* END MAIN MENU --- */

/* FOOTER */

#footer .copywright {
	text-align: center;
	line-height: 20px;
}

#skip-intro {
	text-align: center;
}
	
#skip-intro a {
	color:#FFFFFF;
}

.index_html_title {
	text-align: center;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}

.index_html_item_title {
	padding-left: 2em;
	padding-bottom: 1.5em;
}