/*-----------------------------------------------------------------------
//
//	Lulu Browns
//
//	Written by DPI 21. Creative Digital Thinking
//
//  This code cannot be redistributed without
//  permission from DPI 21, copyright 2008.
//
// --------------------------------------------------------------------*/

body {
	font-family: Georgia, Times, Serif;
	font-size: 13px;
	color: white;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.home {
	background: url(../images/home.jpg) left top no-repeat;
}

.bridal-wear {
	background: url(../images/bridal-wear.jpg) left top no-repeat;
}

.lingerie {
	background: url(../images/lingerie.jpg) left top no-repeat;
}

.swimwear {
	background: url(../images/swimwear.jpg) left top no-repeat;
}

.contact {
	background: url(../images/contact.jpg) left top no-repeat;
}

#wrapper {
	margin: 175px auto 0 auto;
	width: 1024px;
}

#logo, #column1, #column2 {
	float: left;
}


#logo {
	width: 275px;
}

/* Main Menu */

#main-nav {
	clear: left;
	padding: 50px 0px;
}

#main-nav li {
	color: #F9CAD8;
	font-weight: bold;
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}

#main-nav a:link, #main-nav a:active, #main-nav a:visited {
	color: #F9CAD8;
	text-decoration: none;
}

#main-nav a:hover {
	color: #FFFFFF;
}

/* Main Content */

#column1, #column2 {
	width: 260px;
	height: 350px;
}

#column1 p, #column2 p {
	padding: 5px 0px;
	line-height: 16px;
}

#column1 {
	padding-right: 40px;
}

#column2 ul {
	padding: 5px 0px;
}

#column2 li {
	list-style-type: none;
	padding-bottom: 7px;
}

#column2 li a {
	color: #F9CAD8;
	text-decoration: underline;
	font-weight: bold;
}

#column2 li a:hover {
	color: #F9CAD8;
	text-decoration: none;
}


/* Email */

#email {
	clear: left;
	color: #F9CAD8;
}

#email a:link, #email a:active, #email a:visited {
	color: #F9CAD8;
	text-decoration: none;
}

#email a:hover {
	color: #FFFFFF;
}

.pink {
	color: #F9CAD8;
}