/* 
	Title: Cascading Style-Sheet
	Author: John Lilley (Mediasurface Technical Consultant)
	Created Date: 12/02/2008
	Updated Date: 12/02/2008

	Comments:
		- City Laser Clinic Cascading Style-Sheet
		- Site Width: 782px;
		- Site Colour - Brown	: #979482;
		- Site Colour - Orange	: #FF9934; 
*/

html
{
	background: #FFFFFF;
}

body
{
	position: relative;
	width: 782px;
	font: normal 14px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 0px 0px 0px;
	line-height: 1.35;
	margin: 0px auto;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

img.spacing

{
	margin: 10px 0px;
}

/*************** Layer Styles ***************/

#layer_site
{
	position: relative;
	float: left;
	width: 782px;
	height: auto;
	padding: 0px;
	margin: 0px;
	/*z-index: 1;*/
}

#layer_site_header
{
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	z-index: 100;
}

#layer_site_header_title
{
	position: relative;
	float: left;
	overflow: visible;
	width: 430px;
	height: auto;
	min-height: 30px;
	padding: 0px 0px 0px 196px;
	/*margin: 56px 0px 0px 196px;*/
	margin: 65px 0px 0px 0px;
	border: 0px solid #000000;
	z-index: 1000;
}

#layer_site_header_title h1
{
	margin: 0px;
	padding: 0px;
}

#layer_site_header_logo
{
	position: relative;
	float: right;
	width: 135px;
	/*height: 80px;*/
	height: 73px;
	padding: 0px;
	margin: 8px 0px;
	border: 0px solid #000000;
}

#layer_site_content
{
	position: relative;
	float: left;
	overflow: visible;
	width: 780px;
	height: auto;
	min-height: 400px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #AAAAAA;
}

#layer_site_content_intro
{
	position: relative;
	float: left;
	display: none;
	overflow: visible;
	width: 780px;
	height: auto;
	min-height: 200px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #AAAAAA;
}

#layer_site_content_home
{
	position: relative;
	float: left;
	overflow: visible;
	width: 780px;
	height: auto;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #AAAAAA;
}


#layer_site_content_center
{
	position: relative;
	float: right;
	width: 586px;
	height: 100%;
	min-height: 400px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
         z-index: 1;
}

#layer_site_content_center_image

{
	position: relative;
	overflow: visible;
	float: right;
	width: 586px;
	height: 342px;
	min-height: 342px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: url(http://www.citylaserclinic.com.au/404.html);

}

#layer_site_content_center_main
{
	position: relative;
	float: left;
	width: 546px;
	height: 100%;
	min-height: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#layer_site_header_navigator,
#layer_site_footer
{
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0px;
}

#layer_site_footer
{
	/*height: 50px;*/
	height: 100px;
}

#layer_site_header_navigator
{
	height: 20px;
}

#layer_site_header_navigator ul,
#layer_site_footer ul
{
	position: relative;
	float: left;
	width: 772px;
	list-style-type: none;
	margin: 0px 5px;
	padding: 0px;
	text-align: center;
}

#layer_site_header_navigator ul
{
	text-align: right;
}

#layer_site_header_navigator ul li,
#layer_site_footer ul li 
{
	position: relative;
	display: inline;
	height: 36px;
	line-height: 36px;
	list-style: none;
	width: auto;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	font-size: 11px;
	color: #979482;
}

#layer_site_footer ul li 
{
	height: 20px;
	line-height: 20px;
}

#layer_site_header_navigator ul li.last
{
	margin: 0px;
}

#layer_site_header_navigator ul li
{
	height: 20px;
	line-height: 20px;
}

#layer_site_header_navigator ul li a,
#layer_site_footer ul li a
{
	color: #979482;
padding-right: 15px;
	border-right: 1px solid #979482;
}

#layer_site_footer ul li a.last
{
	border-right: 0px solid #979482;
}

/*************** Font Styles ***************/

h1
{
	font-size: 14px;
	font-weight: bold;
	color: #979482;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	color: #e36c0a;
	padding-bottom: 5px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #e36c0a;
         padding: 15px 0px 0px 0px;
         text-transform: uppercase;

}

h3
{
	/*font-size: 20px;
	font-weight: normal;
	color: #e36c0a;*/
	font-size:16px;
	font-weight:bold;
	color: #e36c0a;
	/*line-height: 1.35;*/
	margin-right: 10px;
}


h4
{
	font-size:14px;
         font-weight:bold;
	color: #e36c0a;
	/*line-height: 1.35;/*
	margin-right: 10px;
}

h5

{
	font-size:13px;
	font-weight:bold;
	color: #000000;
}

h6
{
	font-size:12px;
	font-weight:bold;
	color: #e36c0a;
}

p {
	font: normal 14px/16px Verdana, Arial, Helvetica, sans-serif;
	/*padding: 10px 0 0 20px;/*
         padding: 5px 0px 0px 0px;
         color:#000000;
	line-height: 1.35;
}
p.arrow 
{
    display:inline;
    position: relative;
	float: left;
	font-weight:bold;
         color: #e36c0a;
	line-height: 2;
}

p.sub 
{
    color:#666666;
	line-height: 1.5;
	padding: 0px 0px 0px 16px;
}

/* Blog Styles */

.blogbox
{
	width: 100%;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 10px;
}

.blogbox p
{
	padding: 0px;
	margin: 0px;
}

p.blogtitle
{
	font-weight: bold;
}

p.blogdate
{
	color: #CCC;
}

p.blogcomment
{
}

.blogbox input, .blogbox textarea 
{
	width: 100%;
	padding: 0px;
}

.blogbox input.submit
{
	width: 100px;
}



/*************** Link Styles ***************/

a
{
	color: #e36c0a;
	text-decoration:none;
}

a:hover
{
	color: #e36c0a;
	text-decoration: underline;
}

/*************** List Styles ***************/

ul
{
	padding: 0px 5px;
}

li
{
	padding: 0px 0px;
	font-size:14px;
	color:#000000;
}

/*************** Image Styles ***************/

img
{
	border: 0px solid #000000;
}

layer_site_content_center_main img
{
	float: left;
}

layer_site_content_center_image img
{
	float: right;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

img.spacing

{
	margin: 10px 0px;
}

/*************** E-Web Styles ***************/

.contentlink
{
	color: #800080;
	text-decoration: underline;
}



/*************** Google Maps Style ***************/

      function startup(){

      if (GBrowserIsCompatible()) {

      var map = new GMap2(document.getElementById("map"));

      map.setCenter(new GLatLng(37.4419, -122.1419), 13);

      }

      }

















































