/*=====================================
      WELCOME TO THE STYLESHEET
 =====================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|

	- orange			#F99B1D
	- pink				#B6035F
	- brown				#9E540B
	- gold				#B29959
	
\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/
body
{
	background: url(/assets/visual/structure/page-bg.gif) top left repeat;
	text-align: center;
}
.site-wrapper
{
	width: 990px;
	margin: 0 auto;
	border: 1px solid #9E540B;
	border-width: 0px 1px;
	background-color: #FFFFFF;
	text-align: left;
}
.brochure
{
	border: 1px solid #9e540b; 
	padding: 5px; 
	width: 300px; 
	background-color: #ece5d5; 
	font-size: 120%; 
	text-align: center;
}
#main 
{ 
	width: 100%; 
	overflow: hidden;
	font-size: 1em;
}
#main .side 
{ 
	float: left; 
	width: 219px; 
	padding: 20px 10px 85px 20px;
	background: url(/assets/visual/structure/side-menu-bg.jpg) transparent bottom left no-repeat;
}
#main .content { float: right; width: 731px; }

body.index #main { height: 629px; }
body.index #main .side { display: none; }
body.index #main .content { float: none; width: 100%; }
body.index #main .content .inner { float: left; width: 209px; padding: 0px 17px; }
body.index #main .content .inner { line-height: 1.5em; }
body.index #main .content .inner h1
{ 
    font-size: 1.8em; 
    line-height: 1.2em;
    text-shadow: 0px 0px 0px #B29959;
}
body.index #main .content .index { position: relative; float: right; width: 746px; border-left: 1px solid #b29671; }
body.index #main .content .index a.giftvoucher 
{
    position: absolute;
    bottom: 0;
    left: -244px;
}
body.index #main .content .index .image-rotator
{ 
    position: relative;
    float: left; 
    width: 502px;
    height: 629px;
    border-right: 1px solid #b29671;
}
body.index #main .content .index .image-rotator a { position: absolute; top: 0px; left: 0px; }
body.index #main .content .index .image-rotator .overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #FFFFFF; }

/**************************************/
/*              HEADER                */
/**************************************/
#top { background: url(/assets/visual/structure/top-bg.jpg) 0px 20px repeat-x; position: relative; }
#top .first-band { height: 11px; overflow: hidden; background-color: #F99B1D; }
#top .second-band { height: 9px; overflow: hidden; background-color: #B6035F; }
#top #beautification { display: block; margin: 10px 0px 16px 25px; }
#top #contact-strap 
{ 
	display: block; 
	position: absolute; 
	top: 66px; 
	right: 0px; 
	width: 513px;
	height: 76px;
	overflow: hidden;
	background: url(/assets/visual/contactus-now.jpg) top left no-repeat;
}
	/**************************************/
	/*          OFFER SCROLLER            */
	/**************************************/
	#top #contact-strap div.offers-outer
	{ 
		position: relative; 
		top: 40px;
		left: 32px;
		width: 465px;
		overflow: hidden;
	}
	#top #contact-strap div.offers-outer div { width: 1000px; }
	#top #contact-strap div .overlay 
	{ 
		display: block;
		width: 37px;
		height: 18px;
		position: absolute;
		top: 0px;
		z-index: 2;
	}
	#top #contact-strap div .overlay.left 
	{
		left: 0px;
		background: url(/assets/visual/offer-scroller/overlay-left.png) top left no-repeat;
	}
	#top #contact-strap div .overlay.right 
	{
		right: 0px;
		background: url(/assets/visual/offer-scroller/overlay-right.png) top right no-repeat;
	}
	#top #contact-strap div a 
	{ 
		position: relative; 
		z-index: 1; 
		font-size:  1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #B6035F;
		letter-spacing: -1px;
	}
	#top #contact-strap div a span { color: #B29959; }
                                  

#top div#sitenav 
{ 
	overflow: auto;
	height: 45px;
	background: url(/assets/visual/structure/nav-bg.jpg) top left repeat-x; 
	text-align: center;
}
#top ul { width: 990px; margin: 0px auto; }
#top ul li 
{ 
    position: relative;
	float: left; 
	height: 42px; 
	border-left: 1px solid #F0E1C2;
	border-right: 1px solid #CCB279;
}
#top ul li.first { border-left: 0px; }
#top ul li.last { border-right: 0px; }
#top ul li.active, #top ul li:hover { border-bottom: 2px solid #B6035F; }
#top ul li:hover ul { display: block; }
#top ul li a 
{ 
	display: block;
	padding: 0px 28px 0px 26px;
	line-height: 45px;
	color: #9E540B;
	font-size: 1.2em;
	font-weight: bold;
}
#top ul li.offers { background: url(/assets/visual/offers-menuitem.jpg) top left repeat-x; }
#top .brochure
{
	position: absolute; 
	top: 11px; right: 0px;
	border: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	padding: 11px;
	background-color: #B6035F;
	color: #FFFFFF;
}
#top .brochure a { color: #F99B1D; }

#top ul li ul 
{ 
    display: none;
    width: 350px; 
    position: absolute; 
    top: 100%; 
    left: 0px;
    z-index: 10;
    margin-top: 2px;
    border-left: 1px solid #CCB279;
    border-bottom: 1px solid #CCB279;
    background: #FFFFFF;
}
#top ul li ul li
{ 
    float: none; 
    height: auto; 
    line-height: 1em;
    border-right: 1px solid #CCB279;
    border-bottom: 1px solid #EEEEEE;
    border-left: 2px solid #FFFFFF;
}
#top ul li ul li:hover { background: #F0E9D6; border-width: 0px 1px 1px; border-bottom-color: #EEEEEE; border-left: 2px solid #B6035F; }
#top ul li ul li a 
{ 
    padding: 3px 10px; 
    text-align: left; 
    line-height: 1.5em;
    font-weight: normal;
}
/**************************************/
/*          SIDE NAVIGATION			  */
/**************************************/
#main .side h2 img { background: url(/assets/visual/structure/side-text-bg.jpg) #F99B1D top left repeat-y; }
#main .side #sidenav 
{ 
	width: 200px;
	margin-top: 7px; 
	border-top: 1px solid #E4E0DF;
}
#main .side #sidenav li
{ 
	border-bottom: 1px solid #E4E0DF;	
}
#main .side #sidenav li a
{ 
	display: block; 
	padding: 4px 6px; 
	background-color: #F7F2EC;
	color: #A46321;
}
#main .side #sidenav li a.active { color: #B6035F; font-weight: bold;}
#main .side #sidenav li a.odd { background-color: #FFFFFF; }
#main .side #sidenav li a:hover { color: #B6035F; background-color: #F0E9D6; }
/**************************************/
/*            INDEX PAGE	          */
/**************************************/

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#main .content .image-rotator { }
#main .content h1 { margin: 22px 0px 10px; }
#main .content ul { list-style-type: disc; margin-left: 15px; }
/**************************************/
/*               FOOTER               */
/**************************************/
#footer 
{ 
	position: relative;
	overflow: auto;
	height: 52px;
	line-height: 38px;
	background-color: #9E540B;
	text-align: center;
	font-size: 0.9em; 
	color: #FFFFFF;
}
#footer div { position: absolute; top: 28px; line-height: normal; }
#footer div.copyright { left: 20px; color: #D0A561; }
#footer div.links { right: 20px; }
#footer div.links a 
{ 
	padding: 0px 3px; 
	color: #FFFFFF; 
}
#footer div.links a#skylightmedia { color: #D0A561; }

#gmap
{
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 500px;
	height: 300px;
	text-align: left;
	margin-bottom:40px;
}