/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
html{
margin:0;
padding:0;
width:100%;
height:100%;
background:#7a7071 url(../images/bg.gif) repeat-x;
}

body{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
width:100%;
height:100%;
background:url(../images/bg_floral.gif) no-repeat top center;}

/* STYLES ======================== */

a:link, a:active, a:visited {
	color: #C2BCBC;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.smalltext {
	font-size: 12px;
}

.largetext {
	font-size: 17px;
	font-weight: bold;
}

/* STYLES ======================== */

.wrapper{
width:844px;
margin:0 auto;}

.header{
width:100%;
height:254px;
background-image:url(../images/header_bg.png);}

.header ul{
list-style-type:none;
float:right;
margin:0 56px 0 0;
display:inline;
}

.header li{
float:left;
margin-left:32px;
display:inline;}

.header li a:link img, .header li a:visited img{
/* for IE */
filter:alpha(opacity=70);
/* CSS3 standard */
opacity:.70;}

.header li a:hover img, .header li a.active img{
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1.0;}

.header li a img{
border:none;}

.content{
color:#d6d6d6;
width:100%;
font-size:.9em;
background:url(../images/content_bg.png) repeat-y;}

.featuretable a img{
border-color:#242021;
}

.featuretable a:hover img{
border-color:#c2bcbc;
}

.copy{
float:left;
padding:0px 70px 30px 70px;}

.news{
background: #756D6D;
float:left;
padding: 20px 70px 20px 40px;
margin-left: 30px;
width: 674px;
}

.footer{
width:100%;
height:117px;
background-image:url(../images/footer_bg.png);
text-align:center;}

.clear{
clear:both;}

.webdesignsydney{
padding-top:60px;
font-size:.7em;
color:#999999;
}
.webdesignsydney a:link, .webdesignsydney a:visited{
color:#999999;
text-decoration:none;}

.webdesignsydney a:hover{
color:#CCCCCC;}

#gallery img{
padding-bottom:5px;
}
