/* Stickymint 2.0 CSS */

html,body {}

body {
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
		
}

* html body {
	
}

*:first-child+html body {

}


div#container {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	}
	
div#menubg {
	list-style:none;
	height:35px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../gfx/gif/menu-bg.gif);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
}	


div#logo {
	background-color:#FFFFFF;
	height:125px;
	margin-left: 25px;
	float: left;
}

div#contact {
	float: right;
	margin-right: 25px;
	height: 125px;
}


div#content {
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: center bottom;
}


div#leftcolumn {
	float: left;
	width: 620px;
	padding-bottom: 10px;	
}

div#rightcolumn {
	float: right;
	width: 300px;
}

div#enquiry {
	margin-bottom: 25px;
}

ul.context { font-family:Arial, Helvetica, sans-serif; font-size:14px;}

ul.context li { 
	font-family:Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(../gfx/gif/tick-cyan.gif);
	line-height: 1.6em;
}



ul.sidemenu {}

ul.sidemenu li {
	list-style-type: none;
	list-style-image: url(../gfx/png/bullet.png);
	text-indent: 10px;
	margin-bottom: 10px;
}


* html ul.sidemenu li {
	list-style-type: none;
	list-style-image: url(../gfx/png/bullet_ie.png);
	list-style-position: outside;
}

*:first-child+html ul.sidemenu li {
	list-style-type: none;
	list-style-image: url(../gfx/png/bullet_ie.png);
	list-style-position: outside;
}


ul.sidemenu li a {
	font-size: 14px;
}

* html ul.sidemenu li a {

}

*:first-child+html ul.sidemenu li a {
	
}

/*** BLOG ***/

div.sideblock h3 { margin-left:40px;}

div.sideblock ul {}

div.sideblock ul li {
	list-style-type: none;
	list-style-image: url(http://www.stickymint.com.au/gfx/png/bullet.png);
	margin-bottom: 10px;
}

* html div.sideblock ul li {
	list-style-type: none;
	list-style-image: url(http://www.stickymint.com.au/gfx/png/bullet_ie.png);
	list-style-position: outside;
}

*:first-child+html div.sideblock ul li {
	list-style-type: none;
	list-style-image: url(http://www.stickymint.com.au/gfx/png/bullet_ie.png);
	list-style-position: outside;
}

div.sideblock ul li a {font-size: 14px; text-indent:10px;}


/*** FOOTER ***/

div#footer {
	
}

* html div#footer {}

*:first-child+html div#footer {}

div#floatleft {
	float: left;
	padding-top: 16px;
	padding-bottom: 12px;
	clear: left;
}


div#floatleft a {
	font-size: x-small;
	color: #EC008C;
	text-decoration: none;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
div#floatleft a:hover {
	text-decoration: underline;
}

div#basemenu {
	float: right;
	margin-top: -5px;
	padding-top: 16px;
	padding-bottom: 12px;
}

div#basemenu a {
	font-size: x-small;
	color: #EC008C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
	margin-left: 25px;
}

div#basemenu a:hover {
	text-decoration: underline;
}


/*** CLASSES ***/

.black { color:#000000;}

.cyan {color:#00AEEF;}

.bold {
	font-weight: bold;
}
.normal { font-weight:normal;}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}

.copyright {
	font-size: 10px;
	color: #BCBDC0;
}

/*** TITLES ***/

h1 { color:#EC008C;}
h2 { color:#EC008C;}
h3 { color:#EC008C;}
h3.subhead {
	color: #BCBDC0;
	font-style: italic;
}
h4 { color:#EC008C;}
h5 { color:#EC008C;}
h6 { color:#EC008C;}

p {
	font-size:14px;
	line-height: 24px;
}

a:link {
	color:#00AEEF;
	text-decoration:underline;
	
}
a:hover { text-decoration:none;}
a:active { color:#00AEEF;}
a:visited { color:#00AEEF;}




/*** Slide ***/
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:620px;
	height:241px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:60px;
	height:67px;
	position:absolute;
	left:-15px;
	top:90px;
	}	
#nextBtn{ 
	left:575px;
	}														
#prevBtn a, #nextBtn a{
	display:block;
	width:60px;
	height:67px;
	background-image: url(../gfx/png/slider-tab-left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	
#nextBtn a{
	background-image: url(../gfx/png/slider-tab-right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	
	
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }	
div#slidecontainer {
		position:relative;
		}
