@charset "utf-8";
/* CSS Document */

body {
	background: #ff0198 url(Resources/bg-gradient.jpg) bottom repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
/*	color: #FF6699; */
	font-size: 85%;
	}

#floating_bubble {
	position: relative;
	float: right;
	width: 201px;
	height: 120px;
	margin-right: -120px;
	margin-top: 150px;
}

#social {
	width: 30px;
	position: fixed;
	top: 150px;
	/* right: 0; */
	z-index: 999;
	text-align: center;
}
	.social_sub {
		margin-top: 3px;
	}

#container {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
	border-left: 3px solid #af004d;
	border-right: 3px solid #af004d;
	}

#bottom {
	width: 906px;
	margin: 0 auto;
	}	

#header {
	height: 200px;
	}
	
#menu_wrapper {
	width: 190px;
}
	.menu_row {
		position: relative;
		float: left;
		width: 187px;
		margin-top: 2px;
		margin-bottom: 13px;
	}
	
.menu-right {
	margin-top: 50px;
	}
	.menu-right td {
		height: 100px;
		}
		
.menu-left {
	}
	.menu-left td {
		height: 100px;
		}

#content {
	margin: 10px 35px 0 35px; /* If this number is changed, make sure to adjust width also. (width + 'margin-left' + 'margin-right' = 900px) */
	width: 830px;
	position: relative;
	}
		
#footer {
	font-size: 85%;
	color: #ff0198;
	text-align: center;
	padding: .2em 0 .2em 0;
	margin-top: .2em;
	}
	#footer a, #footer a:visited {
		color: #ff0198;
		text-decoration: underline;
		}

p {
	line-height: 1.6em;
	margin-left: .5em;
	margin-top: .4em;
	margin-bottom: .6em;
	}
	
h1 {
	text-transform: uppercase;
	font-size: 120%;
	color: #FF3366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

h2 {
	font-variant: small-caps;
	font-size: 120%;
	color: #FF3366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: .3em;
	}
		
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ef008e;
	font-size: 120%;
	margin-bottom: 1em;
	}
	
.bodytext2 {
	font-size: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

.bodytext3 {
	font-size: 115%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #ff0198;
	}
	.bodytext3 a:hover, .bodytext3 a:active {
		color: #FF0066;
		text-decoration: overline;
		}

.bodytext4 {
	font-size: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0066;
	}
	
.prices {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #000;
	font-style: italic;
}

a, a:visited {
	color: #ff0198;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #FF0066;
	}

ul, ol {
  padding-left: 15px;
  margin-left: 15px;
}
ul li, ol li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.services_container {
	clear: both;
	margin-top: 2em;
	margin-bottom: 1em;
}
	.srow_wrapper {
		clear: both;
		overflow: auto;
		margin-top: .5em;
		margin-bottom: .5em;
		padding-bottom: .4em;
		/*border-bottom: 1px dashed #F9C;*/
	}
	.serv_cell {
		width: 190px;
		position: inherit;
		float: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		margin-right: 5px;
		color: #ef008e;
    }
	.price_cell {
		width: 120px;
		position: inherit;
		float: right;
		margin-left: 5px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		color: #000;
	}
	.desc_row {
		width: 269px;
		position: inherit;
		float: left;
		font-size: .8em;
	}

.descriptions {
	padding-left: 2em;
}

.hr_1 {
	width: 100%;
	height: 1px;
	background-color: #C03 ;
	margin-top: .2em;
	margin-bottom: .2em;
}