html,body{
margin: 0;
padding: 0;
width: 100%;
background-image: url('/images/common/site_bg.gif');
background-repeat: no-repeat;
background-position: 800px top;
font-size: 12px;
font-family: arial,verdana,tahoma;
text-align: center;
}
img{
border: none;
}
a{
outline: none;
cursor: pointer;
}
form{
margin: 0;
padding: 0;
}
.bold{
font-weight: bold;
}
.centered{
text-align: center;
}
.nomargin{
margin: 0;
padding: 0;
}
.left{
float: left;
}
.right{
floaT: right;
}
.spacer{
clear: both;
margin: 0;
padding: 0;
}

#site{
width: 894px;
margin: auto;
text-align: left;
}

/* H1 */
h1{
height: 56px;
margin: 0;
padding: 0;
background-image: url('/images/common/h1_bg.jpg');
background-repeat: no-repeat;
color: #363636;
font-size: 24px;
font-weight: bold;
text-align: left;
}
h1 span{
display: block;
padding-top: 8px;
}

/* BANNER */
#banner{
height: 292px;
background-image: url('/images/common/banner_bg.jpg');
background-repeat: no-repeat;
}
#banner .logo{
display: table-cell;
float: left;
width: 196px;
height: 83px;
margin-top: 4px;
cursor: pointer;
}
#banner a.free_design_moreinfo{
clear: both;
display: table-cell;
float: left;
width: 118px;
height: 180px;
margin-top: 16px;
cursor: pointer;
}

/* PAGE */
#page{
border: 1px solid #c5c5c5;
background-image: url('/images/common/page_content_bg.gif');
}
#page .inner{
padding: 15px;
}

/* FOOTER */
#footer{
clear: both;
height: 36px;
border-top: 1px solid #FFFFFF;
border-bottom: 6px solid #FFFFFF;
background-image: url('/images/common/footer_bg.jpg');
background-repeat: no-repeat;
}


/* HOMEPAGE */
/* BLOCK ONE */
#homepage .block_one{
display: table-cell;
float: left;
width: 366px;
background-image: url('/images/common/home_blockone.gif');
background-repeat: no-repeat;
}
#homepage .block_one .top{
width: 348px;
margin-left: 10px;
font-size: 24px;
font-weight: bold;
color: #363636;
text-transform: uppercase;
}
#homepage .block_one .top span{
display: block;
padding-top: 6px;
padding-bottom: 6px;
}
#homepage .block_one .middle{
width: 348px;
margin-left: 9px;
padding-top: 8px;
background-image: url('/images/common/home_blockone_middle.gif');
background-repeat: no-repeat;
text-align: justify;
}
#homepage .block_one .middle p{
padding-left: 8px;
padding-right: 8px;
line-height: 18px;
}
#homepage .block_one .middle p:first-line{
font-weight: bold;
}
#homepage .block_one .bottom{
background-image: url('/images/common/home_blockone.gif');
background-repeat: no-repeat;
background-position: left bottom;
}
#homepage .block_one .bottom a{
display: block;
height: 51px;
margin-top: 8px;
background-image: url('/images/common/home_blockone_bottom.jpg');
background-repeat: no-repeat;
color: #FFFFFF;
font-size: 24px;
font-weight: bold;
text-decoration: none;
text-align: center;
cursor: pointer;
}
#homepage .block_one .bottom a span{
display: block;
padding-top: 6px;
}

/* BLOCK TWO */
#homepage .block_two{
display: table-cell;
float: right;
width: 483px;
background-image: url('/images/common/home_blocktwo.gif');
background-repeat: no-repeat;
}
#homepage .block_two .top{
width: 465px;
margin-left: 10px;
font-size: 24px;
font-weight: bold;
color: #363636;
text-transform: uppercase;
}
#homepage .block_two .top span{
display: block;
padding-top: 6px;
padding-bottom: 6px;
}
#homepage .block_two .middle{
width: 465px;
margin-left: 9px;
padding-top: 8px;
background-image: url('/images/common/home_blocktwo_middle.gif');
background-repeat: no-repeat;
text-align: justify;
}
#homepage .block_two .middle p{
padding-left: 8px;
padding-right: 8px;
line-height: 18px;
}
#homepage .block_two .middle p:first-line{
font-weight: bold;
}
#homepage .block_two .bottom{
height: 12px;
background-image: url('/images/common/home_blocktwo.gif');
background-repeat: no-repeat;
background-position: left bottom;
}

/* HOMEPAGE CASE STUDY */
#homepage .casestudy{
margin-top: 15px;
}
#homepage .casestudy .middle{
background-image: none;
text-align: center;
}
#homepage .casestudy .middle a{
display: block;
color: #363636;
font-weight: bold;
}

/* ENQUIRY FORM */
#homepage .enquiry{
margin-top: 15px;
}
#homepage .enquiry .middle{
}
