/* 

	The Karma Day Spa CSS Version 1
	Design Adapted By: Joshua Moor of iRapture.com
	Development By: Joshua Moor of iRapture.com
	
	1/22/2010
	
	1) Default Block Level Elements
	2) Custom Block Level Elements
	3) Links
	4) Images
	5) Lists
	6) Text Formating
	7) Tables
	8) Seasonal Styles

*/

/*-+-+-+-+-+-+-+-+-1) Default Block Level Elements-+-+-+-+-+-+-+-+-*/

*{
	padding:0px;
	margin:0px;
}

body{
	background:
		#2b2b2b;
	font-family:Arial, Helvetica, sans-serif;
}


/*-+-+-+-+-+-+-+-+-2) Custom Block Level Elements-+-+-+-+-+-+-+-+-*/

#bottomNavigation{
	width:100%;
	float:left;
	clear:both;
	position:relative;
	top:10px;
	background:
		url(../images/karmaDaySpa_pageAreaRepeating.jpg)
		repeat-y;
}

#content{
	width:618px;
	float:right;
	background:
		url(../images/karmaDaySpa_contentRepeating.jpg)
		repeat-y;
}

#contentArea{
	width:100%;
	float:left;
	clear:both;
	background:
		url(../images/karmaDaySpa_pageAreaRepeating.jpg)
		repeat-y;
}

#header{
	width:1036px;
	float:left;
	clear:both;
	background:
		url(../images/karmaDaySpa_pageRepeating.jpg)
		repeat-y;
}

#page{
	padding-top:32px;
	width:1036px;
	margin:auto;
}

#sideBox{
	margin-left:66px;
	padding-right:66px;
	width:286px;
	clear:left;
	float:left;
	background:
		url(../images/karmaDaySpa_sideNavigationPatternRepeat.jpg)
		repeat-y;
}

#sideBoxText{
	width:231px;
	float:left;
	margin-left:28px;
	background:
		url(../images/karmaDaySpa_sideNavigationBorderRepeating.png)
		repeat-y;
}

/*-+-+-+-+-+-+-+-+-3) Links-+-+-+-+-+-+-+-+-*/

a.bookOnline{
	float:left;
	width:220px;
	position:relative;
	left:5px;
	height:45px;
	background:
		url(../images/theKarmaDaySpa_bookOnLine.png)
		no-repeat;
}

a.logoPart1{
	float:left;
	width:366px;
	height:91px;
	background:
		url(../images/karmaDaySpa_logoTop.jpg)
		no-repeat;	
}

a.logoPart2{
	float:left;
	clear:left;
	width:418px;
	height:62px;
	background:
		url(../images/karmaDaySpa_logoMiddle.jpg)
		no-repeat;
}

a.logoPart3{
	float:left;
	position:relative;
	top:-10px;
	width:418px;
	height:135px;
	background:
		url(../images/karmaDaySpa_logoBottom.jpg)
		no-repeat;
}

a.specials{
	float:right;
	width:83px;
	height:45px;
	background:
		url(../images/theKarmaDaySpa_specials.jpg)
		no-repeat;
	position:relative;
	right:55px;
	/*right:140px;*/
}

ul.bottomNavigation a{
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
	color:#d3d4c6;
	
}

ul.bottomNavigation a:hover{
	color:#8dd1bd;
}

#content a{
	text-decoration:underline;
	color:#000000;
}

#content a.navigation{
	text-decoration:none;
	color:#000000;
}

#content a:hover{
	color:#8dd1bd;
}

#content a.navigation:hover{
	color:#8dd1bd;
}

/*-+-+-+-+-+-+-+-+-4) Imagess-+-+-+-+-+-+-+-+-*/

img.address{
	float:left;
	position:relative;
	left:6px;
}

img.bottomNavigationDetail{
	float:left;
}

img.contentDetailBottom{
	float:left;
}

img.contentDetailTop{
	float:left;
}

img.girl{
	float:left;
	margin-left:30px;
}

img.logoDetail{
	float:left;
}

img.sectionBottomDetail{
	float:left;
}

img.sideBoxTopDecoration{
	float:left;
	margin-left:28px;
	padding-top:26px;
}

img.sideBoxBottomDecoration{
	float:left;
	margin-left:28px;
	margin-bottom:26px;
}

img.tagline{
	position:relative;
	top:110px;
	left:510px;
}

/*-+-+-+-+-+-+-+-+-5) Lists-+-+-+-+-+-+-+-+-*/

ul.bottomNavigation{
	list-style:none;
}

ul.bottomNavigation li{
	float:left;
	padding-left:41px;
	padding-top:5px;
	padding-bottom:10px;
}

/*-+-+-+-+-+-+-+-+-6) Text Formating-+-+-+-+-+-+-+-+-*/

p.copyright{
	float:right;
	font-size:8px;
	color:#c0c1b3;
	padding-top:12px;
}

#content p{
	text-align:center;
	padding-bottom:15px;
	margin-left:10px;
	margin-right:30px;
}

#content h2{
	font-size:18px;
	text-align:center;
	padding-bottom:10px;
	margin-left:10px;
	margin-right:30px;
	padding-top:5px;
}

/*-+-+-+-+-+-+-+-+-7) Tables-+-+-+-+-+-+-+-+-*/

table{
	width:80%;
	margin-left:20px;
	padding-bottom:10px;
}

td{
	text-align:center;
}

/*-+-+-+-+-+-+-+-+-8) Seasonal Styles-+-+-+-+-+-+-+-+-*/

.VDay{
	width:500px;
	background:
		url(../images/pinkSpikeEdge.jpg);
	margin:auto;
	margin-bottom:40px;
}