/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000; background-color: #c0c0c0; }

#popup a, #popup a:visited {
position: relative;
display: block;
width: 130px;
line-height: 30px;
text-align: right;
padding: 0 10px;
margin: 0;
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

#popup a span {display: none;}

#popup a:hover { background-color: #e9e9e2; }

/* the IE correction rule */
#popup a:hover	{
color: #f00; background-color: #e9e9e2;
text-indent: 0; /* added the default value */
}

#popup a:hover span{
display: block;
position: absolute;
top: 0px;
left: 170px;
width: 320px;
margin: 0px;
padding: 10px;
color: #335500;
font-weight: normal;
background: #e5e5e5;
text-align: left;
}


/*THUMBNAIL HOVERPOPUPS*/

.thumbnail  {
	position: relative;
	float: left;
	padding: 0px;
/*z-index: 0;*/
}

.thumbnail:hover {
	background-color: #EFEFF7;
	/*z-index: 50;*/
color: #335500;
	text-decoration: none;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0; 
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 200px;
top: 40px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: -300px;/*position where enlarged image should offset horizontally */
}

/*THUMBNAIL2 - thumbnail2 has border and border on hover*/

.thumbnail2 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail2:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail2 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail2:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -69px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail2 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail2*/ 

a.thumbnail2 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail2 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail2 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail2 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail2 img { border: 0px solid #e9e9e2; }

/*THUMBNAIL3 - thumbnail3 has border and border on hover*/

.thumbnail3 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail3:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail3 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail3:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -178px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail3 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail3 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail3 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail3 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail3 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail3 img { border: 0px solid #e9e9e2; }


/*THUMBNAIL4 - thumbnail4 has border and border on hover*/

.thumbnail4 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail4:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail4 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail4 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail4:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -284px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail4 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail4 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail4 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail4 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail4 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail4 img { border: 0px solid #e9e9e2; }


/*THUMBNAIL5 - thumbnail3 has border and border on hover*/

.thumbnail5 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail5:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail5 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail5 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail5:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -392px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail5 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail5 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail5 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail5 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail5 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail5 img { border: 0px solid #e9e9e2; }




/*THUMBNAIL6 - thumbnail3 has border and border on hover*/

.thumbnail6 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail6:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail6 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail6 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail6:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -392px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail6 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail6 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail6 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail6 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail6 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail6 img { border: 0px solid #e9e9e2; }




/*THUMBNAIL7 - thumbnail3 has border and border on hover*/

.thumbnail7 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail7:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail7 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail7 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail7:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -392px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail7 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail7 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail7 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail7 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail7 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail7 img { border: 0px solid #e9e9e2; }


/*THUMBNAIL8 - thumbnail3 has border and border on hover*/

.thumbnail8 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail8:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail8 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail8 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail8:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: 41px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail8 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail8 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail8 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail8 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail8 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail8 img { border: 0px solid #e9e9e2; }



/*THUMBNAIL9 - thumbnail3 has border and border on hover*/

.thumbnail9 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail9:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail9 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail9 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail9:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -66px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail9 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail9 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail9 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail9 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail9 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail9 img { border: 0px solid #e9e9e2; }


/*THUMBNAIL10 - thumbnail3 has border and border on hover*/

.thumbnail10 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail10:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail10 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail10 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail10:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -175px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail10 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail10 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail10 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail10 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail10 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail10 img { border: 0px solid #e9e9e2; }



/*THUMBNAIL11 - thumbnail3 has border and border on hover*/

.thumbnail11 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail11:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail11 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail11 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail11:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -281px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail11 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail11 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail11 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail11 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail11 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail11 img { border: 0px solid #e9e9e2; }


/*THUMBNAIL12 - thumbnail3 has border and border on hover*/

.thumbnail12 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail12:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail12 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail12 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail12:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -315px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail12 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail12 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail12 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail12 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail12 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail12 img { border: 0px solid #e9e9e2; }


/*THUMBNAIL13 - thumbnail3 has border and border on hover*/

.thumbnail13 {
position: relative;
float: left;
/*z-index: 0;*/
}

.thumbnail13:hover { 
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail13 span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*left: -1000px;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail13 span img { /*CSS for enlarged image*/
border-width: 0;
/*padding: 2px;*/
}

.thumbnail13:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 208px;
top: -315px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail13 img { text-decoration:none;
z-index: 50; }

/*if same attribute for all 4 states, then declare here in
a.thumbnail3*/ 

a.thumbnail13 img:link { border: 0px solid #e9e9e2; background: transparent; }

a.thumbnail13 img:visited { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail13 img:hover { border: 0px solid #f00; background : transparent; }

a.thumbnail13 img:active { border: 0px solid #e9e9e2; background : transparent; }

a.thumbnail13 img { border: 0px solid #e9e9e2; }



#head {
	background-image: url(/stylemaker/images/stylepage_01.png);
	height: 325px;
	width: 1280px;
}
#mainbody {
	background-image: url(/stylemaker/images/stylepage_02.png);
	width: 1280px;
}
#bottom {
	background-image: url(/images/maldives_resorts_03.png);
	background-repeat: no-repeat;
	height: 79px;
	width: 1280px;
}
#date {
	font-family: "Palatino Linotype";
	font-size: 10px;
	position: absolute;
	left: 322px;
	top: 209px;
}
#contactus {
	font-family: "Palatino Linotype";
	font-size: 10px;
	position: absolute;
	left: 385px;
	top: 209px;
}
#home {
	font-family: "Palatino Linotype";
	font-size: 12px;
	position: absolute;
	left: 828px;
	top: 210px;
	color: #CCC;
}
#load {
	position: absolute;
	font-family: "Palatino Linotype";
	font-size: 15px;
	left: 582px;
	top: 474px;
	width: 114px;
	color: #CACAE3;
}

