html
{
    height: 100%;
}

body{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	//font-family: helvetica, arial, sans-serif;
	background-color: #ffffff;
	min-height: 100%;
	color: #000;
	line-height:1.4;
}

/* marks the active page in the menu - matches to body id tag */
body a.index,
body.index a.index,
body.tour a.tour,
body.pricing a.pricing,
body.faq a.faq,
body.blog a.blog,
body.about_us a.about_us,
body.contact a.contact
{
    //color: #888888;
}

em {
	font-weight: bold;
}

p
{
    margin-bottom: 20px;
	color: #000;
}

h1
{
    font-size: 1.6em;
    margin: 0 0 10px 0;
    color: #1acfd0;
}

h2
{
	font-size: 1.3em;
    margin-bottom: 5px;	
}

h3
{
	font-size: 1.2em;   
    margin-bottom: 5px; 
    color: #000;
}

a
{
	color: #1acfd0;
}
.page_container
{
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	height: 100%;
}

#primary_nav
{
	float:left;
	margin: 23px 10px 6px 35px;
}

#primary_nav ul{
	list-style-type: none;
	display: inline;
}

#primary_nav li{
	display: inline;
	margin: 0 0 1px 1px;
}

#primary_nav a{
	display: inline;
	padding: 7px 7px;
	text-decoration: none;
	color: #fff;
}

#primary_nav a:hover
{
	color: #e9ce1c;
}


.content_container
{
	padding: 10px 20px 0px 20px;
	width: 940px;
	margin-left:auto;
	margin-right: auto;
}

#front_page_list ul
{
	text-decoration: none;
}

.logo_container
{

	padding: 10px 0px 0px 9px;
	font-size: 12pt;
	float:left;
}

.logo_container h1
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	//font-family: helvetica, arial, sans-serif;

	font-size: 12pt;
}

#header_container
{

	height:60px;
	z-index: 666;
	background-color: #1acfd0;
	color: #000000;
	width:100%;


	-moz-box-shadow:    inset 0 0 10px #999;
	-webkit-box-shadow: inset 0 0 10px #999;
	box-shadow:         inset 0 0 10px #999;
}

#header_inner
{
	width:980px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.site_logo
{
	margin-bottom: 0px;
}

.front_page_left
{
	color: #000000;
	line-height: 1.4em;
	float: left;
	width: 335px;
}


.intro_text_a
{
	color: #e9ce1c;
    font-family: 'Pacifico', Cursive;
	font-size: 90px;
	line-height: 1.4em;
	width: 900px;
	display:block;
	margin-top:10px;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.4);  
}

.intro_text_b
{
	color: #e9ce1c;
	display:block;
	margin: 20px 0 45px 0;
    font-family: 'Pacifico', Cursive;
	font-size: 60px;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.4);  
}

.intro_description
{
	color: #666;
	font-size: 22px;
	line-height:1.3em;
}

.front_page_left h1
{
    color: #3C606F;
    font-size: 1.0em;
}


.front_page_right
{
	color: #ffffff;
    float: right;
    padding: 72px 0 0 0;
}

.clear
{
	clear: both;
}

.front_page_intro
{
    padding: 0;	
    min-width: 880px;
    display:block;
}



a.join_now_button, .join_now_button, a.sign_up_button, .sign_up_button, a.tour_button, .submit_button
{
		font-family: 'Pacifico', cursive;
		text-shadow:-1px -1px 0 #C32148, 1px 1px 0 #FFFFE0;
		text-decoration:none;
		text-align:center;
		display:inline-block;
		background:#e9ce1c;
		-moz-border-radius:9px;
		-webkit-border-radius:9px;
		-o-border-radius:9px;
		border-radius:9px;
		margin-bottom:5px;
		letter-spacing: 1px;
	   -moz-box-shadow:    inset 0 0 10px #333;
	   -webkit-box-shadow: inset 0 0 10px #333;
	   	box-shadow:         inset 0 0 10px #333;

}


a.join_now_button:hover, a.sign_up_button:hover, .sign_up_button:hover
{
		color:#fff;
		background-color:#dc242d;
	   -moz-box-shadow:    inset 0 0 10px #000000;
	   -webkit-box-shadow: inset 0 0 10px #000000;
	   box-shadow:         inset 0 0 10px #000000;
}

a.join_now_button, .join_now_button
{
	font-size:38px;
	padding:20px 20px 30px 20px;
	color:#dc242d;
	border: 4px solid #e9ce1c;
}

a.tour_button
{
	color: #fff;
	background-color: #dc242d;
	font-size:38px;
	padding:20px 20px 30px 20px;
	border: 4px solid #dc242d;
	width:300px !important;
}

a.tour_button:hover

{
	background-color: #e9ce1c;
	border: 4px solid #e9ce1c;

}

 a.sign_up_button, .sign_up_button
 {
 	margin-top: 40px;
 	font-size: 26px;
	padding:10px 10px 15px 10px; 	
	color: #fff;
	width: 100px;
	margin-left:auto;
	margin-right: auto;
	text-shadow:-1px -1px 0 #C32148, 1px 1px 0 #ccc;
	border: 4px solid #e9ce1c;
	
 }

.submit_button
{
	margin-left: 0;
	margin-top: 0px;
	color: #fff;
	background-color: #e9ce1c;
	font-size:32px;
	padding:5px 10px 10px 5px;
	border: 4px solid #e9ce1c;
	width:140px !important;
}

.submit_button:hover
{
	background-color: #dc242d;
}





.faq_page li{
    list-style-type: disc;
    list-style-position: inside;
    padding-bottom: 7px;
}

.faq_box{
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px dotted #666666;
}

.faq_box h3{
    font-weight: bold;
    color:#666666;
    margin-bottom:10px;
    font-size: 1.2em;
}


.profile
{
    display: block;
    clear: both;
    padding-bottom: 20px;    
}

.about_photo
{
    float: left;
    margin-right: 20px;
    padding-bottom: 20px; 
    margin-top: 45px;   
}


.heading_hr
{
    border-bottom: 1px dotted #cccccc;
    color: #ffffff;
    background-color: #ffffff;
}

.feature_container
{
	display: block;
    padding-top: 30px;
	padding-bottom: 20px;
}


.feature_container h2
{
	color: #000;
	font-weight: bold;
}

.feature_container p
{
	color: #666666;
}


#footer_text
{
    font-size: 0.8em;
    text-align: center;
    padding: 20px;
    display: block;
    clear: both;
	color: #fff;
	background-color: #1acfd0;
	-moz-box-shadow:    inset 0 0 10px #999;
-webkit-box-shadow: inset 0 0 10px #999;
box-shadow:         inset 0 0 10px #999;
}

#footer_text a
{
	color: #fff;
	text-decoration:none;
}

#you_get
{
    display: block;
    float: left;
    margin-right: 20px;
    width: 40%;
    padding: 10px;
}

#your_clients_get
{
    display: block;
    width: 40%;
    padding: 10px;
    float: right;
}


.front_page ul{
    line-height: 1.4em;
}

.front_page li{
    list-style-type: disc;
    color: #666666;
}




/* form settings */

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 15px 0 0; /* set top margin same as form input - textarea etc. elements */
	color: #999;
	font-weight: bold;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */

  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
    border:1px solid #ccc;
    padding: 5px;
    font-size: 12pt;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	font-weight: bold;
}

ul#features_list {
	margin-bottom:20px;
	overflow:hidden;
	width:400px;
	display: block;
}

#features_list li{
	line-height:1.5em;
	color: #333;
	padding:5px 30px 40px 30px;
	font-size: 20px;
	text-align: center;
}

#features_list em
{

}

#features_list h4
{
	font-size: 28px;
	color: #fff;
	font-weight:bold;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.4);  

}

.feature_image
{
	float:left;
    padding-right:10px;
}

.feature_text
{

  	  /* ken added below attrs to not show as an active link yet   	cursor: text; - this changes cursor to normal   */
  	text-decoration: none;

}

#first_page_bottom
{
    padding:20px;
    text-align: center;
    font-size: 1.2em;
    vertical-align: bottom;
}

#front_page_question
{
	font-family: georgia, times, serif;
	padding: 40px 0 10px 0;
	font-size: 2.0em;
	text-align: center;
	color: #333333;
}

.solid_header
{
	display: block;
	width: 905px;
	background-color: #dddddd;
	text-align: left;
	padding: 15px 15px 15px 20px;;
	margin: 10px 0px 10px 0px;
	font-size: 1.5em;
     -moz-border-radius: 8px;  
     -webkit-border-radius: 8px;
}

#front_page_alert
{
	display: block;
	width: 90%;
	background-color: #cccccc;
	text-align: center;
	padding: 30px;
	margin: 30px 10px 10px 10px;
	font-size: 1.5em;
     -moz-border-radius: 8px;  
     -webkit-border-radius: 8px;
}

.image_beside_text
{
    float:right;
    margin-left:30px;
    margin-bottom:15px;
	vertical-align: middle;
}

.image_left
{
    float:left;
    padding-right:30px;
    padding-bottom:15px;
	vertical-align: middle;    
}

#new_salon_form label.error, #contact_form label.error {
	font-size: 10pt;
	color: #ff0000;
	margin-bottom: 7px;

}

#contact_form label.error {
	width:260px;
}

#new_salon_form label.error
{
    clear: both;
	width: 100%;
}

#social_buttons
{
margin-top: 20px;
text-align: center;
margin-left: auto;
margin-right: auto;
vertical-align: middle;
}

#social_buttons ul
{
}

#social_buttons li
{
    display: inline;
    padding: 5px 10px 5px 10px;
}

ul#tour_tabs
{ /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 0 0; /* set margins as desired */
border-bottom: 1px solid #dddddd; /* set border COLOR as desired */
list-style-type: none;
padding: 10px 10px 10px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tour_tabs li { /* do not change */
display: inline;
}

ul#tour_tabs li a { /* settings for all tab links */
padding: 10px 12px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #dddddd; /* set border COLOR as desired; usually matches border color specified in #tabnav */
color: #000000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
font-size: 20px;
border-bottom: none;
}

ul#tour_tabs a:hover { /* settings for hover effect */
background: #eeeeee; /* set desired hover color */
border-top: 1px solid #eeeeee; /* set border COLOR as desired; usually matches border color specified in #tabnav */
border-left: 1px solid #eeeeee; /* set border COLOR as desired; usually matches border color specified in #tabnav */
border-right: 1px solid #eeeeee; /* set border COLOR as desired; usually matches border color specified in #tabnav */
}

.active_tab a { /* settings for selected tab link */
background-color: #fff;  /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */

}


.inactive_tab a { /* settings for selected tab link */
background-color: #dddddd;  /* set selected tab background color as desired */
}

#tabbed_section
{
	padding:10px 30px 30px 30px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.inline_h1
{
    display: inline;
    font-size: 1.6em;
    font-family: georgia, times, sans-seriff;
}

.tour_list li {
width:32%; /* 2 col */
}


.tour_list ul{
  margin-bottom:20px;
  overflow:hidden;
  border-top:1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}

.tour_list li{
  list-style-type: disc;
  list-style-position: inside;  
  color: #666666;
  float:left;
  padding:2px;
  font-size: 1.1em;
}


/* red alert */
#page_alert {
	text-align: center;
	font-size: 1.0em;
	padding: 20px;
	background-color: #FF5333;
}
/* green alert */
#page_alert_success {
	text-align: center;
	font-size: 1.0em;
	padding: 20px;
	background-color: #78D59F;
}
/* yellow alert */
#page_caution {
	text-align: center;
	font-size: 1.0em;
	padding: 20px;
	background-color: #FFFF99;
}

.social_links
{
	padding: 13px 0 8px 0;
float: right;
}

#tour_nav
{
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;	
	width: 215px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #999999;
}

#tour_nav ul
{
	

}



.tour_nav_header
{
	background-color: #eeeeee;
	color: #000000;
	font-size: 1.3em;

	padding: 10px 18px 10px 18px;
	font-family: georgia;
}

#tour_nav a
{
	padding: 18px;
	text-decoration: none;
	display: block;
	font-size: 0.8em;
	color: #999;
	margin-right: 25px;
	height: 100px;
}

#tour_nav a:hover
{
	color: #e9ce1c;

}

#tour_nav.right a:hover  {
	background:#1acfd0;
}

#tour_nav li
{
	border-bottom: 2px solid #ffffff;

}
.active_tour 
{
	background-color: #1acfd0;
	padding: 18px;
	font-size: 0.8em;
	color: #000;
	height: 100px;
	display: block;	
}

.active_tour
{
	position:relative;
}

.active_tour h2
{
		color: #fff;
}

.active_tour.right {
	margin-right:25px;
	background:#1acfd0;
}

.active_tour:after {
	content:"";
	position:absolute;
	bottom:-50px; /* value = - border-top-width - border-bottom-width */
	left:25px; /* controls horizontal position */
	border-width:50px 50px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#f3961c transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.active_tour.right:after {
	top:0px; /* controls vertical position */
	right:-25px; /* value = - border-left-width - border-right-width */
	bottom:auto;
    left:auto;
	border-width:68px 0 68px 25px;
	border-color:transparent #1acfd0;
}


#tour_nav h2
{
	font-size: 18px;
	font-weight: bold;
}

#tour_content
{
	padding-left: 10px;
	float: right;
	width: 700px;
}

.tour_container
{
	padding: 10px 0px 20px 0px;
	background-color: #ffffff;
	line-height: 1.4em;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.feature_container h2
{
	color: #1acfd0;
}

.light
{
	color: #aaa;
}

#testimonials li
{
	font-size: 20px;
	list-style: none;
	margin-bottom: 20px;
	width: 490px;
	font-family: 'Patrick Hand', cursive;
	color: #999 !important;
}



#testimonials li img
{
	padding: 0 15px 5px 0;
	float: left;
}

#testimonials .attribution
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	//font-family: helvetica, arial, sans-serif;
	color: #000;
	clear: left;
	display: block;
	font-size: 14px;
	margin-top:5px;
}

#testimonials li a
{
	text-decoration: none;
	color: inherit;
}

#testimonial_container
{
	margin-top: 30px;
	margin-right: 40px;
	line-height:2;
}

#testimonial_container h2
{
	font-family: georgia, times, serif;
	margin-bottom: 20px;
	color: #999;
}

#services_booked
{	
	margin-top: 59px;
	display:block;
	width: 480px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	//font-family: helvetica, arial, sans-serif;

	font-size: 30px;
	line-height: 1.6em;
	color: #fff;
	text-align:center;
	padding-top: 20px;
	padding-bottom:20px;
	letter-spacing: 2px;
	border: 6px solid #e9ce1c;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 		
	
	-moz-box-shadow:    inset 0 0 10px #999;
-webkit-box-shadow: inset 0 0 10px #999;
box-shadow:         inset 0 0 10px #999;

}

#signup_container
{
	width:940px;
	margin-left:auto;
	margin-right: auto;
}

#signup1
{
	float:left;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 	
	width: 420px;
	margin-top: 20px;
}

#signup2
{
	margin-top:30px;
	margin-right: 40px;
	float: right;
	width:300px;
	color: #999;
	
	padding:40px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow:    inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow:         inset 0 0 10px #ccc;
	
	text-align: center;

}

.fancy
{
	font-family: 'Pacifico', cursive;
	font-size: 2.6em;
	color: #1acfd0;	
}

.coloured
{
	color: #1acfd0;	
}

/* buttons in the nav bar */

}



.pretty_button:hover {
		color:#3278BE;
		border-color:#3278BE;
	}
	
	
#log_in_container	
{
	float:right;
	display:block;
	margin-top: 19px;
	margin-right: 27px;
}

#log_in_container a
{
		font-size:1.0em;
		text-decoration:none;
		text-align:center;
		border:0px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
		padding:6px 10px;
	   -moz-box-shadow:    inset 0 0 3px #777;
	   -webkit-box-shadow: inset 0 0 3px #777;
	   box-shadow:         inset 0 0 3px #777;			
}

a#sign_up_button
{
		color: #fff;
		background:#e9ce1c;
}
a#log_in_button
{
		color: #e9ce1c;
		background:#fff;
		margin-right:20px;			
}


a#log_in_button:hover, a#sign_up_button:hover
{
	background: #dc242d;
	color: #fff;
}

.pretty_button {
		font-size:1.0em;
		text-decoration:none;
		padding:3px 6px 4px 6px;
		border:1px solid #DDD;
		text-align:center;
		
		background:#1acfd0;
		//background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEE));
		//background:-moz-linear-gradient(0% 90% 90deg, #EEE, #FFF);		

		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;
}

#highlight_container
{
	width:100%;
	background: #1acfd0;
}

#iphone_login
{
	font-family: "Pacifico", cursive;
	width:100%;
	font-size:6em;
	color: #fff;
	background-color: #e9ce1c;
	display:block;
	text-align: center;
}

a#iphone_login_button 
{
	color: #fff;
	text-decoration: none;
	display:block;
	width:100%;
	padding: 0 0 0.4em 0;

}


.light
{
	color: #bbb;
}

.pale
{
    color: #cccccc;
}

.faint
{
    color: #eeeeee;
}


.testimonial_heading
{
    font-family: 'Pacifico', Cursive;
    color: #fff;
    font-size:40px;
    letter-spacing:1px;
    padding-bottom: 30px;
    display:block;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.4);  
    
}


/* Variant : for left/right positioned triangle
------------------------------------------ */

.triangle-isosceles.left {
	margin-left:140px;
	background:#fff;
}

.triangle-isosceles {
	position:relative;
	padding:20px;
	margin:1em 0 3em;
	color:#999;
	background:#fff; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(#f9d835, #f3961c);
	background:-o-linear-gradient(#f9d835, #f3961c);
	background:linear-gradient(#f9d835, #f3961c);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 20px #247f77;
	-moz-box-shadow: 0px 0px 20px #247f77;
	box-shadow: 0px 0px 20px #247f77;	
}

/* creates triangle */
.triangle-isosceles:after {
	content:"";
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#fff transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}


/* Variant : left
------------------------------------------ */

.triangle-isosceles.left:after {
	top:16px; /* controls vertical position */
	left:-25px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:10px 25px 10px 0;
	border-color:transparent #fff;
}

.value_booked
{
	color: #e9ce1c;
	font-size: 54px;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.4);  
	font-weight: bold;
}

.front_page_container
{
	background-image: url('../images/web_app_screenshot_background.png');
	background-position: right;
	background-repeat: no-repeat;
	display: block; 
	height: 532px;
}

.right_col
{
	float:right;
	width:520px;
}

.page_title, .tour_heading
{
    font-family: 'Pacifico', Cursive;
    font-weight: normal;
    font-size:46px;	
	//color: #1acfd0;
	color: #e9ce1c;
	text-shadow:1px 1px 0 #eee; 
	margin-bottom:20px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.med_title
{
    font-family: 'Pacifico', Cursive;
    font-weight: normal;
    font-size:36px;	
	color: #e9ce1c;
	text-shadow:1px 1px 0 #eee; 
}

.fancy_heading
{
	font-family: 'Pacifico', Cursive;
	color: #1acfd0;
	text-shadow:1px 1px 0 #eee; 
	font-size: 40px;
}

#features_col
{
width: 390px;
display: inline-block;
margin-top: 60px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-moz-box-shadow:    inset 0 0 10px #999;
-webkit-box-shadow: inset 0 0 10px #999;
box-shadow:         inset 0 0 10px #999;
	
}

.thanks
{
	font-family: 'Homemade Apple', cursive;
	font-size: 30px;
	display: block;
	margin: 60px 0 0 0;
}

input:focus
{
	border: 1px solid #e9ce1c;
	background-color: #FFFFE0;
}

.see_more
{
	font-family: 'Pacifico', Cursive;
	font-size: 50px;
	color: #fff;
	display: block;
	margin-top:40px;
	margin-bottom: 20px;
}

.either_or
{
	font-size: 40px;
	text-align: center;
	width:940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	text-shadow:-1px -1px 0 #ccc;
	color: #fff;
}


.or
{
	font-size: 18px;
	border-radius: 50%;
	background-color: #e9ce1c;
	padding:10px;display:block;margin-left:auto;margin-right:auto;width:28px;height:28px;color:#fff;margin-top:30px;
	margin-bottom: 20px ;
}

.handwritten
{
	font-family: 'Homemade Apple', cursive;
	color: #999;
	font-size: 30px;
}

.staff_name
{
	font-size:25px;
	color: #1acfd0;
}

.phone
{
	font-size: 50px;
	font-weight: bold;
	color: #999;
	text-shadow:1px 1px 0 #eee;

}

.footer_element
{
	padding-left:60px;

}

.tour_next
{
	margin-top:30px;
	text-align: center;
}

.tour_next h2
{
	font-size:30px;
}

.no_cc
{
	color:#888;
}

.tour_vid
{
	border:6px solid #e9ce1c;
}

.shadow
{
	-moz-box-shadow: 0 0 10px #999; 
	-webkit-box-shadow: 0 0 10px #999; 
	box-shadow: 0 0 10px #999;
}

a.tour_vid:hover
{
	border-color: #dc242d;
}

ol li
{
	list-style: decimal;

}

.placeholding{
	color: #ccc;
}

.subjective{
	display:none;
}