/* Start of CMSMS style sheet 'Layout' */
/*---------------------
    GLOBAL
---------------------*/
 
body {
    margin: 3% 0 0 0;
    padding: 0;
    background: #fff;
}
 
body a {
     outline: none;
}

#bodyWrapper {
    width: 1005px;
    margin: 0 0 50px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
 
 
/*---------------------
    BANNER
---------------------*/
 
#mastHead {
    position: relative;
    height: 350px;
    overflow: hidden;
	background: #e1e1de;
}
 
#mastHead h1 {margin:0;}
 
#mastHead h1 a {
    background: url(uploads/images/logo.gif) no-repeat scroll 0 0;
    height: 169px;
    width: 174px;
    display: block;
    overlfow: hidden;
    text-indent: -9999em;
    margin:6px;
    outline: none;
}
 
/*---------------------
    CONTENT
---------------------*/


/*---------PNG BEHAVIOUR---------------*/

#links p {
        margin-bottom: 0;
}

img {
   behavior: url('uploads/javascript/pngbehavior.htc');
}


#cta a {
	border-bottom: 2px solid #fff;
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: #A6A6A6;
}

#links p.greyBox {
	border-bottom: 2px solid #fff;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: #A6A6A6;
}

#cta a:hover {
	color: #444;
}

#cta h2 {
	background: #A6A6A6;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	font-size: 2.35em;
	font-weight: bold;
	padding-top: 25px;
	line-height: 0.3em;
}

#contentWrapper {
    position: relative;
    background: #fff; 
    margin-left: 200px;
    margin-top: 15px;
    width: 505px;
    min-height: 300px;
}

* html #contentWrapper {
    height: 300px;
}

#getStarted {
	background: url(uploads/images/ctaBG.png) repeat scroll 0 0;
	position: absolute;
	top: 86px;
	right: 6px;
	height: 294px;
	width: 251px;
}

/*---------PNG FILTER---------------*/

* html #getStarted {

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.thekitchenplace.com.au/uploads/images/ctaBG.png', sizingMethod='scale');
background: none;
}

#getStarted img {
	position: absolute;
	bottom: 7px;
	right:0;
}
 
#links {
	position: absolute;
	top: 380px;
	right: 6px;
	height: 995px;
	width: 251px;
}
 
 
  
 /*---------------------
    GALLERY
---------------------*/
* html #TB_overlay {
       background: #CCCCCC !important;
}


#galleryThumbs {
	position: absolute;
	top: 415px;
	left: 0;
	min-height: 186px;
	width: 186px;

}
 
#galleryThumbs a img, 
#contentWrapper .albumlist a img, 
#contentWrapper .picturelist a img {
	height: 40px;
	width: 40px;
	margin: 0 0 14px 14px;
	border: 1px solid #ccc;
} 

#galleryThumbs a img:hover, 
#contentWrapper .albumlist a img:hover, 
#contentWrapper .picturelist a img:hover {
	border: 1px  solid #666;
}

#contentWrapper h2.albumname {clear: both; overflow: hidden; text-transform: capitalize; font-size: 1.5em; font-weight: normal;}
#contentWrapper h2.albumname span {font-size:11px;}
#contentWrapper h2.albumname img {margin-right: 5px !important;}

 /*---------------------
    HERO SHOTS
---------------------*/


#heroShot {
	position: absolute;
	top: 35px;
	right: 6px;
}

 #melbourneLiving {
 	text-align: right;
 	color: #cfcfcf;
 }
 
/*---------------------
    FOOTER
---------------------*/
 
#footer {
    position: relative;
    padding: 5px;
    background: #fff;
    float: right;
    clear: both;
}

/*---------------------
       TIP SHEET
---------------------*/

#tipsheet {
      display: none;
}









/* End of 'Layout' */

