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

/*
* {border:1px solid #ff0000;}
*/

html, body {
	background-color:#fbd9e8;
	margin:0;
	padding:0;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	line-height:30px;
}

#container {
	width:90%;
	height:500px;
	background-color:#fbd9e8;
	margin:0 auto;
}

#header {
	background-color:#fbd9e8;
	padding:12px 0;
}

#masthead {
	width:100%;
	margin:2px 0 0 0;
	padding:0;
	height:178px;
	background:#fbd9e8 url(images/masthead-bg.jpg) repeat-x;
}


#masthead2 {
	width:100%;
	margin:2px 0 0 0;
	padding:0;
	height:178px;
	background:#fbd9e8 url(images/masthead-bg2.jpg) repeat-x;
}

#content {
	border-left:1px solid #ce99be;
	border-right:1px solid #ce99be;
	background:#fbd9e8 url(images/flower-bg.gif) no-repeat bottom left;
	font:.8em/1.4em "Trebuchet MS", Verdana, Arial;
	color:#6a4960;
	padding:2em 1.5em;
	margin:0;
}

#content a:link, #content a:visited {
	color:#704A71;
	text-decoration:underline;
}

#content a:hover, #content a:active {
	background-color:#704A71;
	text-decoration:none;
	color:#fbd9e8;
}

#footer {
	background:#ce99be url(images/footer-left.gif) left no-repeat;
	height:39px;
	clear:both;
}

#footer img {
	float:right;
	margin:0;
	padding:0;
}

#footer p {
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
	font:.8em/39px "Trebuchet MS", Verdana, Arial;
}

#footer a:link, #footer a:visited {
	color:#FFD5FF;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color:#fff;
	text-decoration:underline;
}

#right-window {
	width:186px;
	height:300px;
	margin:10px;
	float:right;
	background-color:#edc6db;
	padding:8px;
	border:1px solid #ce99be;
	text-align:center;
}

.left {
	float:left;
	margin:0;
	padding:10px;
}

.right {
	float:right;
	margin:0;
	padding:5px;
}

.breakout {
	background-color:#FFFF99;
	padding:.5em;
	border:1px solid #ce99be;
	clear:both;
}

.breakout2 {
	background-color:#fff;
	padding:.5em;
	border:1px solid #ce99be;
	clear:both;
}

.smallblack {
	font:.9em/1.2em "Trebuchet MS", Verdana, Arial;
	color:#000;
}

.buy {
	background-color:#FFFF99;
	padding:.2em;
	border:1px solid #ce99be;
	width:123px;
	text-align:center;
}

hr {
	border:1px solid #fff;
}

.hulagirl {
	margin:0 0 0 370px;
	padding:0;
}



.hulagirl2 {
	margin:30px 0 0 350px;
	padding:0;
}

/* ================================= Menu Styles =================================== */

#navbar {
	width:100%;
	height:31px;
	background-color:#ce99be;
}

#nav, #nav ul { /* all lists */
	padding:0;
	margin:0 0 0 7px;
	list-style: none;
	font:.8em/1 "Trebuchet MS", Verdana, Arial;
}

#nav a {
	display: block;
	padding:.7em;
	background-color:#ce99be;
	color:#fff;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	/*width: 4em;  width needed or else Opera goes nuts */
	border-right:1px solid #fbd9e8;
}

#nav li.noborder { /* all list items */
	border-right:none;
}

#nav li a:hover, #nav li li a:hover {
	background-color:#FFD5FF;
	color:#ce99be;
}

#nav li li { /* all list items */
	float: left;
	margin: 0 0 0 -7px;
	width: 10em; /*width needed or else Opera goes nuts */
	font-size:1.3em;
	border-bottom:1px solid #fbd9e8;
	border-right:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ================================= Table Styles =================================== */

td.title {
	background-color:#ffffcc;
}

td.content {
	background-color:#fff;
}


/* ================================= DIV created for blog section =================================== */

#blogdiv {
	width:650px;
	/*background-color:#CCFFFF;*/
	border-top:1px solid #ce99be;
	padding-top:12px;
}

.noborder {
	border:none;
	background-color:#fbd9e8;
}

/****----------------- FOR HOME PAGE RIGHT LINKS ------------------------***/
#rightbanlinks{
width:250px;
float:right;
text-align:right;
margin-top:20px;
}