/* CSS Reset
-----------------------------------------------
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}









body {
	margin: 0;
	padding: 0;
	background-color: #fffff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 80%;
	position: middle;

}

#container {
	text-align: center; 
	visibility: visible; 
	position: relative; 
	margin: 0 auto; 
	width: 879px;
	height: 100%;
 }
	
#header { 
	visibility: visible; 
	position: relative; 
	margin: 20 0 0 0; 
	width: 100%; 
	height: 109px; 
}

#nav { 
	margin: 10 50 0 -45;
	position: relative;
	width: 100%;
	height: 10px;
}
	
ul#options { 
     float: right;
} 

#options li { 
     display: inline;
}

#options li a{
     color: #990000; 
     font-size: 125%; 
     float: right;
     text-decoration: none; 
	 margin: 0 0 0 0;
	 outline: none;
	 display: inline;
}

#options li a:hover { 
	 color: #ff0000;
}

li.nav_divider {
     color: #666666; 
     font-size: 120%; 
     float: right;
     text-decoration: none; 
	 margin: 0 10px 0 10px;
	 outline: none;
	 display: inline;
}










#splash { 
	text-align: center; 
	margin: 15 0 0 0;
	position: relative;
	width: 100%;
}

#services { 
	text-align: center; 
	margin: 0 auto;
	position: relative; 
	width: 100%; 
}









	
#levelone { 
	text-align: center; 
	margin: 10 0 0 0;
	position: relative; 
	width: 100%;
	height: 50px;
	}
	
#onebox { 
	text-align: center; 
	display: block;
	margin: 0 auto;
	position: relative; 
	width: 830px;
	height: 50px;
	}
	
ul#one {
	height: 50px;
    position: relative;
	text-align: center;
    top: 0;
	right: 0;
    padding: 0;
	list-style: none;
}

#levelone ul#one
	{
		margin: 0;
	}
	
ul#one li {
	float:left;
	height: 50px;
}

	li#gifts 			{ width: 210px; }
	li#corporate 		{ width: 210px; }
	li#wedding 		{ width: 210px; }
	li#consultancy 	{ width: 200px; }

	
		ul#one li a {
			display: block;
			height: 50px;
			background-repeat: no-repeat;
			cursor: pointer;
        }
		
			li#gifts a          { background-image: url(../images/home-services-gifts.gif); }
			li#corporate a          { background-image: url(../images/home-services-corporate.gif); }
			li#wedding a         { background-image: url(../images/home-services-wedding.gif); }
			li#consultancy a          { background-image: url(../images/home-services-birthdays.gif); }

		ul#one li a:hover {
			background-position: left bottom;
		}
        
        ul#one li em {
            display: none;
        }
		
#leveltwo { 
	text-align: center; 
	margin: 10 0 0 0; 
	position: relative; 
	width: 100%;
	height: 50px;
	}
	
#twobox { 
	text-align: center; 
	display: block;
	margin: 0 auto; 
	position: relative; 
	width: 830px;
	height: 50px;
	}
	
ul#two {
	height: 50px;
    position: relative;
	text-align: center;
    top: 0;
	right: 0;
    padding: 0;
	list-style: none;
}

#leveltwo ul#two
	{
		margin: 0;
	}
	
ul#two li {
	float:left;
	height: 50px;
}

	li#birthdays 		{ width: 210px; }
	li#fashion 		{ width: 210px; }
	li#lifestyle 		{ width: 210px; }
	li#others	 	{ width: 200px; }

	
		ul#two li a {
			display: block;
			height: 50px;
			background-repeat: no-repeat;
			cursor: pointer;
        }
		
			li#birthdays a 	{ background-image: url(../images/home-services-birthdays.gif); }
			li#fashion a 		{ background-image: url(../images/home-services-fashion.gif); }
			li#lifestyle a 	{ background-image: url(../images/home-services-lifestyle.gif); }
			li#others a 		{ background-image: url(../images/home-services-others.gif); }

		ul#two li a:hover {
			background-position: left bottom;
		}
        
        ul#two li em {
            display: none;
        }

		
		
		
		
		
		
		
		
		
#end {
	text-align: center; 
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}		

#footer {
	background-image: url(../images/footer-line.gif);
	text-align: center; 
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 879px;
	height: 50px;
	clear: both;
}

#footer p{
	padding-top: 8px;
}

#footer-h {
	background-image: url(../images/footer.gif);
	text-align: center; 
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 879px;
	height: 30px;
	clear: both;
}

#footer-h p{
	padding-top: 8px;
}









#content {
	width: 879px;
	margin-top: 30px;
	margin-bottom: 10;
	margin-left: 0;
	text-align: left;
	position: relative;
}

#text {
	width: 850; 
	text-align: center;
	margin-left: 15;
	float: none;
	position: relative;
}

#text-about {
	width: 850; 
	text-align: center;
	margin-left: 15;
	float: none;
	position: relative;
}

#gallery {
	width: 100%; 
	text-align: center;
	float: none;
	position: relative;
}

#text p {
	color: #000000;
	padding-top:5; 
	padding-right:10; 
	padding-bottom:10; 
	padding-left:5;
	font-size: 120%;
	letter-spacing: 0.0em;
	line-height: 1.3em;
	position: relative;
}

#text-about h1 {
	color: #F95463;
	padding-top:5; 
	padding-right:15; 
	padding-bottom:5; 
	padding-left:10;
	font-size: 120%;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	font-weight: bolder;
	position: relative;
}

#text-about h2{
	color: #F95463;
	padding-top:10; 
	padding-right:30; 
	padding-bottom:10; 
	padding-left:30;
	font-size: 180%;
	letter-spacing: 0.0em;
	line-height: 1.2em;
	position: relative;
}


#text-about p {
	color: #000000;
	padding-top:0; 
	padding-right:30; 
	padding-bottom:10; 
	padding-left:30;
	font-size: 120%;
	letter-spacing: 0.0em;
	line-height: 1.1em;
	position: relative;
}

#gallery p {
	color: #990000;
	padding-top:5px; 
	padding-right:5px; 
	padding-bottom:30px; 
	padding-left:5px;
	font-size: 150%;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	position: relative;
}

#gallery img {
	padding-top: 12px; 
	padding-right:10px; 
	padding-bottom:12px; 
	padding-left:10px;
}

#gallery hr {
	border: 0;
	color: #dc0000;
	background-color: #000000;
	height: 1px;
	width: 100%;
}








#nav2 { 
	margin: 10 0 10 0;
	position: relative;
	width: 100%;
	height: 10px;
	text-align: center;
	
}
	
ul#links { 
     float: inherit;
} 

#links li { 
     display: inline;
}

#links li a{
     color: #990000; 
     font-size: 110%;
     float: inherit;
     text-decoration: none; 
	 outline: none;
	 display: inline;
}

#links li a:hover { 
	 color: #ff0000;
}

li.nav2_divider {
     color: #666666; 
     font-size: 110%; 
     float: inherit;
     text-decoration: none; 
	 margin: 0 10px 0 10px;
	 outline: none;
	 display: inline;
}
