/***********************************************/
/* home.css                                    */
/* Use for destination pages			       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #4E274E;
	text-align: left;
	background-color: #932831;
	background-repeat: repeat;
	background-image: url(/images/purple_connections_background.jpg);
}

a:link{
	color: #3399cc;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #F9579C;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #993399;
	text-decoration: none;
	font-weight: bold;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bolder;
	color: #D24F2D;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #D24F2D;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #F9579C;
	padding-top: 2px;
	padding-bottom: 2px;
}

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 115%;
 font-weight: bold;
 color: #3399CC;
}

h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 110%;
 font-weight: bold;
 color: #4E274E;
}

h6{
font-family:Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: lighter;
color: #FF9900;
}

ul{
	list-style-position: outside;
	list-style-image: url(/images/flower_bullet.png);
}

ul ul{
	list-style-position: outside;
	list-style-image: url(/images/flower_bullet.png);
}

ul ul ul{
 list-style-type: square;
}

label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #F9579C;
	font-style: normal;
	background-color: #FFFFFF;
}

table {
	width: 975px;
	align: center;
	padding: 2px;
	spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	display: table;
} 

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width:180px;
	border:solid 1px #0593D1	
	}

input.date {
	color: #000000;
	}

input.button {
	color:#FFFFFF;
	background-color:#0593D1;
	border: 1px solid;
	border-bottom-color:#666666;
	border-left-color:#FFFFFF;
	border-right-color:#333333;
	border-top-color:#FFFFFF;
	font: 12px bold arial, helvetica, sans serif;
	width:180px;	
	cursor:hand;	
	}
select {
	font:12px Arial, Helvetica, sans-serif;
	color: #000000;
	border:solid 1px #0593D1;
	width:180px;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
}
#header {
	height: auto;
	width: 975px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	background-color: #330066;
}

#topbannerad  {
height: 100px;
width: 975px;
}

#topbar  {
height: 100px;
width: 975px;
	background-image: url(/images/girlfriend_getaway_packages_masthead.jpg);
}

#topnavbar {
	color: #4E274E;
	width: 975px;
	height: 30px;
	font-size: 100%;
	font-weight: bold;
}

#intro_paragraph {
	width: 975px;
	border-bottom-style: solid;
	border-bottom: 2px;
	border-bottom-color: #932831;
}

#local-container {
	color: #330066;
	width: 975px;
	position: relative;
	border-bottom: 30;
	background-color: #FFFFFF;
}
#left {
	padding: 10px;
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: none;
	background-color: #FFFFFF;
	border-color: #932831;
	text-align: center;
}
#center {
	padding: 10px;
	float: left;
	width: 530px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFFFFF;
}
#right {
	width: 175px;
	float: left;
	padding: 10px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	border-color: #932831;
	text-align: center;
}
#footer {
	padding: 10px;
	height: 100px;
	width: 955px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
	background-image: url(/images/destinationmasthead.png);
}

/************** styles ***************/
.clear {
	display: block;
	clear: left;
	visibility: hidden;
}

.table_shop {
	width: 525px;
	align: center;
	padding: 2px;
	spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	display: table;
} 

.table flash{
	width: 450px;
	align: center;
	padding: 2px;
	spacing: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	display: table;
} 

.table_expedia {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#0596d3;
	font-style:inherit;
	font-weight:bolder;
	}

/*********** hacks ***********/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#topnavbar li {border-bottom: 1px solid #932831;}

/* fix for browsers that don't need the hack */
html>body #topnavbar li {border-bottom: 1px;}
