/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { 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 { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}


html{
background:url(../images/bgnew.jpg) no-repeat top center #050811;
font-family:Verdana, Arial, Helvetica, sans-serif;}

.wrapper{
width:900px;
margin:0 auto;
padding-top:130px;}

.main{
float:left;
width:100%;
background:url(../images/content_bg.jpg) repeat-y;}

.bannerpic{
float:right;
width: 210px;
margin: 25px;
}

.bannerpic img{
text-align: center;
margin: 10px 0px;
}

.logo{
float:left;}

.content{
float:left;
padding:16px 0 0 20px;
width:392px;
color:#b3b2b2;
font-size:.65em;}

.content h1{
font-family:"Times New Roman", Times, serif;
text-transform:uppercase;
font-size:1.7em;
margin:.2em 0 .6em 0;
font-weight:normal;}

.content h2{
text-transform:capitalize;
font-weight:normal;
font-size:1.6em;
margin:.6em 0 .6em 0;
}

.content h3{
margin:.6em 0 .6em 0;
font-size:1.2em;
}

.content p{
margin:.6em 0 .6em 0;}

.content table{
background:#333333;
color:#FFFFFF;
margin:10px 0 10px 0;}

.content table td{
padding:8px;}

.clear{
clear:both;}


.webdesignsydney{
width:100%;
padding-top:10px;
float:left;
text-align:center;
color:#999999;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
.webdesignsydney a:link, .webdesignsydney a:visited{
color:#999999;
text-decoration:none;}

.webdesignsydney a:hover{
color:#CCCCCC;}

/* table for showcase.html*/

table.showcase {
    table-layout:fixed;
	width: 669px;
}

table.showcase td {
	width: 217px !important;
	vertical-align: top;
	height: 197px;
	overflow: hidden;
	border: 8px solid #333!important;
	white-space:nowrap;
	text-align: center;
}

table.showcase td p {
	margin: 0px;
	padding: 0px;
}

table.showcase tr {
	max-height: 197px;
}

table.showcase td img {
}
