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

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

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

a:focus { 
	-moz-outline-style: none;
}

body {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #990000;
	background-attachment: fixed;
}

#wrapper {
	position: absolute;
	width: 800px;
	height: auto;
	top: 0;
	left: 50%;
	margin-left: -400px;
	background-color: #000000;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 800px;
}

h1 a {
	position: absolute;
	top: 24px;
	left: 16px;
	width: 280px;
	height: 55px;
	overflow: hidden;
	background-image: url(images/skinvasion_logo_2.jpg);
	display: block;
	line-height: 500px;
}

#h1_address {
	position: absolute;
	left: 343px;
	top: 24px;
	width: 154px;
	height: 32px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

#h1_details {
	position: absolute;
	left: 541px;
	top: 24px;
	width: 232px;
	height: 32px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#h1_nav {
	position: absolute;
	left: 325px;
	top: 61px;
	width: 447px;
	height: 22px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}

#content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#content_main {
	position: relative;
	left: 35px;
	top: 30px;
	width: 730px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#image_right {
	position: relative;
	top: 0px;
	left: 365px;
	width: 435px;
	height: 800px;
}

#image_left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 435px;
	height: 800px;
}

#content_left {
	position: relative;
	left: 35px;
	margin-top: -770px;
	min-height: 800px;
	width: 385px;
	overflow: visible;
}

#content_right {
	position: relative;
	left: 380px;
	margin-top: -770px;
	min-height: 800px;
	width: 385px;
	overflow: visible;
}

.size_14 {
	font-size: 14px;
	font-weight: bold;
}

.about_img {
	border: solid 1px #666666;
	margin-right: 4px;
	margin-bottom: 4px;
}

.about_img:hover {
	border: solid 1px #990000;
}

.bold {
	font-weight: bold;
}

#footer {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

fieldset {
	width: 450px;
	border: solid 1px #990000;
	background-image: url(images/fieldset_bg.jpg);
	background-color: #990000;
	background-repeat: repeat-x;
}

fieldset #name, fieldset #email, fieldset #phone, fieldset #message  {
	width: 300px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #000000;
}

fieldset #message {
	height: 120px;
}

fieldset #submit {
	border: solid 1px #000000;
}

label {
	width: 9em;
	display: inline-block;
	padding-right: 12px;
	text-align: right;
	vertical-align: top;
}

.gall_title {
	float: left;
	width: 130px;
	height: 145px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

#fullscreen {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	display: none;
}

#gallery_image {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	z-index: 6;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	overflow: visible;
	background-color: #000000;
	text-align: center;
	font-size: 10px;
	padding: 5px;
}

#map_canvas {
	margin-left: 115px;
	width: 500px;
	height: 500px;
	border: solid 1px #999999;
	color: #000000;
}

#map_canvas a {
	color: #990000;
	text-decoration: underline;
}

#map_canvas a:hover {
	text-decoration: none;
}

.bg_about {
	background-image: url(images/bg_about.jpg);
}

.bg_aftercare {
	background-image: url(images/bg_aftercare.jpg);
}

.bg_studio {
	background-image: url(images/bg_studio.jpg);
}

.bg_contact {
	background-image: url(images/bg_contact.jpg);
}

.bg_updates {
	background-image: url(images/bg_updates.jpg);
}

.bg_gall_guest {
	background-image: url(images/bg_gall_guest.jpg);
}

.bg_gall_james {
	background-image: url(images/bg_gall_james.jpg);
}

.bg_gall_lee {
	background-image: url(images/bg_gall_lee.jpg);
}

.bg_gall_pippa {
	background-image: url(images/bg_gall_pippa.jpg);
}

.bg_gall_main {
	background-image: url(images/bg_gall_main.jpg);
}

.bg_piercing {
	background-image: url(images/bg_piercing.jpg);
}

.announcement {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}