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

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;border-spacing: 0;}

/* LAYOUT*/

body {background-color: black;}

#wrapper{width: 800px;background: url(images/bg.jpg) no-repeat;margin: 0 auto;}



/*Layout*/

body{background-color: #DAE6E3;background: url(images/body2.jpg) repeat-x ;}

#topbar {width: 800px;margin:0 auto;background:url(images/header_2.jpg) no-repeat center top;height: 100px;}
#header {height: 248px;margin: 0 auto;width: 800px;background: url(images/header_5.jpg) no-repeat center;padding-top: 2px;}
#main_content {width: 850px;margin: 0 auto;margin-bottom: 10px;padding: 20px 50px 100px 50px;background-color: #221000;}
#left_block {width: 500px;float: left;margin-right: 50px;display: inline;}
#contact_right {float: left;width: 250px;padding-top: 40px;}
#left_block img{padding-top: 30px;padding-bottom: 30px;}

#rightblock {width: 300px;float:right;}

#rightblock img{}




ul#howwework{
	list-style-type: square;
	color: #CCC;
	padding-right: 150px;
	padding-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/*Navigation*/
#menubar{padding-bottom: 40px;width: 900px;}
#menubar ul{color: #B1CFD2;font-family: Georgia;font-weight: bold;font-size: 16px;font-style: italic;letter-spacing: -0.5px;margin-left: -25px;display: block;text-align: center;}
#menubar li{display: inline;padding-right: 30px;padding-left: 30px;}
#menubar {width: 900px;margin-left: auto;margin-right: auto;margin-top: 0px;background-repeat: repeat-x;background-color: #221000;}
#menubar a {color: #A8CBD5;text-decoration: none;}
#menubar a:hover {text-decoration: none;color: #FFFFFF;}



/*Typography*/
p{color: #CCC;font-family: Arial, Helvetica, sans-serif;font-size: 13px;line-height: 18px;font-weight:100;}
p#heart{color: #CCC;font-family: Arial, Helvetica, sans-serif;font-size: 12px;line-height: 18px;padding-right: 40px;padding-left: 40px;padding-bottom: 20px;}
p#signup{color: #9FC7D0;font-family: "Franklin Gothic Book";font-size: 13px;line-height: 18px;}
p#disclaimer {color: #9FC7D0;font-family: "Franklin Gothic Book";font-size: 11px;line-height: 12px;padding-top: 20px;}


p#howwework{padding-left: 100px;padding-right: 100px;color: #CCC;font-size: 13px;font-family: Arial, Helvetica, sans-serif;}

a{color: #CC66CC;text-decoration: none;}
a:hover{color: #FFFFFF;}
h1{font-family: Helvetica;color: #A3C6CF;font-size: 18px;letter-spacing: 1px;}
h1#welcome{font-size: 18px;background-position: center;background-image: url(images/welcome2.png);height: 70px;background-repeat: no-repeat;padding-bottom: 40px;}
h1#location{font-size: 18px;background-position: 100px;background-image: url(images/location.png);height: 70px;background-repeat: no-repeat;}
h1#newsletter{color: #A3C6CF;font-size: 18px;padding-left: 40px;font-weight: lighter;}
	
h1#specialty{background-image: url(images/specialty1.png);background-repeat: no-repeat;background-position: center;height: 100px;}
h1#visit{background-image: url(images/visit.png);background-repeat: no-repeat;background-position: center;height: 70px;padding-bottom: 40px;}
h1#vip{background-image: url(images/vip3.png);background-repeat: no-repeat;background-position: center;height: 85px;padding-bottom: 40px;}
h1#hello{background-image: url(images/hello2.png);background-repeat: no-repeat;background-position: left;height: 85px;padding-bottom: 40px;}
h1#contact{background-image: url(images/contact.png);background-repeat: no-repeat;height: 40px;}
h1#howwework{background-image: url(images/howwework.png);background-repeat: no-repeat;height: 60px;margin-left: 100px;}
h1#whoweare{background-image: url(images/whoweare.png);background-repeat: no-repeat;height: 60px;margin-left: 100px;padding-bottom: 40px;}
h2 {font-family: Georgia;font-size: 16px;font-style: italic;font-weight: bold;color: #9DB6BC;margin-left: 100px;}


#process {width: 600px;margin-left: auto;margin-right: auto;}
#process img{padding-top: 40px;}

#contact-area {height: 520px;width: 400px;float: left;margin-right: 50px;padding-left: 100px;}

#contact-area input, #contact-area textarea {padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	margin-left: 100px;
	background-color: #A1C4D0;
	width: 100px;
	border: 1px inset #999999;
	color: #333333;
}

label {
	width: 100px;
	padding-top: 5px;
	font-size: 14px;
	color: #A3C7D2;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-weight: lighter;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear:both;padding-bottom:40px;
}
#footer p{
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana;
}
.clear{
	clear: both;
}
#email_form {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
}
#email_form input.submit-button{
	margin-left: 100px;
	background-color: #A1C4D0;
	width: 100px;
	border: 1px inset #999999;
	color: #333333;
}
#email_form textarea{
	width: 100px;
}
#email_form label{
	color: #A0C3CF;
	font-family: "Franklin Gothic Book";
	font-size: 14px;
	font-weight: normal;
	padding-left: 30px;
}

#process img
{
	padding-right: 25px;
	padding-left: 25px;
}
#thankyou_head {
	height: 250px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/thankyou.jpg);
}
#gallery {
	background-color: #221000;
	margin-top:20px;
	width:520px;
	margin-left:auto;
	margin-right:auto;
	
	}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
	padding-left:2.5px;
	padding-right:2.5px;
}
#gallery ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A4C8D4;
	border-right-color: #A4C8D4;
	border-bottom-color: #A4C8D4;
	border-left-color: #A4C8D4;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
.alert_good, alert_bad{
	color: #FFF;	
}
