/* Salon Republic index.php */

body { /* Center layout */
	text-align: center;
	min-width: 950px; /* :FIX: Netscape 6 */
	margin-top: 0px;
	}
	
#wrapper {
	width: 900px;
	height: 600px;
	margin-top: 10px;
	border /**/: 1.5px solid #CCCCCC;
	margin-left: auto; /* Center layout */
	margin-right: auto; /* Center layout */
	text-align: left; /* Center layout */
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	position:relative;
	}
	
#header {
	width: 900px;
	height: 60px;
	}


	
/* Navigation */
ul#navigation {
	padding: 0;
	list-style: none;
	width: 900px;
	height: 20px;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	}
	
ul#navigation li {
	margin-left: 15px;
	float: left;
	}
	
ul#navigation li a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only */
	}

/* Replace Text With Images
----------------------------------------------------------------------------- */

li#beverly_hills a {
	background: url(../images/nav/nav_beverly_hills.gif) top no-repeat;
	width: 100px;
	height: 21px;
	}
li#west_hollywood a {
	background: url(../images/nav/nav_west_hollywood.gif) top no-repeat;
	width: 122px;
	height: 21px;
	}	
	
li#studio_city a {
	background: url(../images/nav/nav_studio_city.gif) no-repeat;
	width: 85px;
	height: 21px;
	}
	
li#dallas a {
	background: url(../images/nav/nav_dallas.gif) no-repeat;
	width: 58px;
	height: 21px;
	}
	
li#austin a {
	background: url(../images/nav/nav_austin.gif) no-repeat;
	width: 54px;
	height: 21px;
	}
li#denver a {
	background: url(../images/nav/nav_denver.gif) no-repeat;
	width: 156px;
	height: 21px;
	}	

li#buzz a {
	background: url(../images/nav/nav_buzz.gif) no-repeat;
	width: 34px;
	height: 21px;
	margin-left:127px;
	}	
	
/* Image Rollovers
----------------------------------------------------------------------------- */

li#beverly_hills a:hover {
	background: url(../images/nav/nav_beverly_hills_over.gif) top no-repeat;
	width: 100px;
	height: 20px;
	}
	
li#west_hollywood a:hover {
	background: url(../images/nav/nav_west_hollywood_over.gif) top no-repeat;
	width: 122px;
	height: 20px;
	}	
	
li#studio_city a:hover {
	background: url(../images/nav/nav_studio_city_over.gif) no-repeat;
	width: 85px;
	height: 20px;
	}
	
li#dallas a:hover {
	background: url(../images/nav/nav_dallas_over.gif) no-repeat;
	width: 58px;
	height: 20px;
	}
	
li#austin a:hover {
	background: url(../images/nav/nav_austin_over.gif) no-repeat;
	width: 54px;
	height: 20px;
	}
	
li#denver a:hover {
	background: url(../images/nav/nav_denver_over.gif) no-repeat;
	width: 156px;
	height: 20px;
	}	
	
li#buzz a:hover {
	background: url(../images/nav/nav_buzz_over.gif) no-repeat;
	width: 34px;
	height: 21px;
	}		

	
#image {
	background: url(../images/main_image.jpg) no-repeat;
	width: 331px;
	height: 498px;
	float: left;
	margin-left: 525px;
	z-index: 3;
	}
	
#flashContent {
	position:absolute;
	left:34px;
	top:170px;
	width:450px;
	height:195px;
}
	

#about_content {
	margin-left: 40px;
	margin-top: 150px;
	width: 320px;
	font: Verdana, Arial, Helvetica, sans-serif;
	}

#about_content#title {
	font-weight: bold;
	}

.preload {
	display: none;
	}


#footer {
	width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #666666;
	padding-top:5px;
	}
	
#sng_group {
	position:absolute;
	bottom:10px;
	right:43px;
}

#sng_group a {
	padding: 19px 0px 0px 0px;
	float: left;
	overflow: hidden;
	margin-left: 5px;
	height: 0px !important;
	height /**/:19px; /* for IE5/Win only */
}

#sng_group a#facebook {
	background: url(../images/facebook.jpg) top left no-repeat;
	height: 19px;
	width: 19px;
}

#sng_group a#twitter {
	background: url(../images/twitter.jpg) top left no-repeat;
	height: 19px;
	width: 20px;
}

#sng_group a#facebook:hover {
	background-position: 0 -19px;
}

#sng_group a#twitter:hover {
	background-position: 0 -19px;
}

/* Login page
----------------------------------------------------------------------------- */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.2em;
	width:286px;
	display:block;
	background-color:#999;
	margin:2px;
	padding:5px;
}

#media_download_content	{
	margin:70px auto;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
	width:300px;
	border:1px solid #CCC;
}
.login_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;
}
.login_table td {
	padding:5px;
}
.error {
	font-weight:bold;
	color:#F00;
}
input#login  {
	background-color:#999;
	width:80px;
	height:20px;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
}
#position_meet_the_owner {
	position:absolute;
	right:100px;
	bottom:13px;
}	

/* Navigation */
ul#bottom_navigation {
	padding: 0;
	list-style: none;
	width: 110px;
	height: 12px;
	text-align: center;
	overflow: hidden;
	margin:0;
	}
	
ul#bottom_navigation li {
	margin:0;
	float: left;
	}
	
ul#bottom_navigation li a {
	float: left;
	padding: 12px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:12px; /* for IE5/Win only */
	}

/* Replace Text With Images
----------------------------------------------------------------------------- */

li#meet_the_owner a {
	background: url(../images/nav/nav_meet_the_owner.gif) top no-repeat;
	width: 110px;
	height: 12px;
	}

/* Image Rollovers
----------------------------------------------------------------------------- */

li#meet_the_owner a:hover {
	background: url(../images/nav/nav_meet_the_owner_over.gif) top no-repeat;
	width: 110px;
	height: 12px;
	}	
	

