/*** Body Definitions ***/
*{
    margin:0; 
    padding:0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.imgright {
    float: right;
    margin-left: 35px;
}
.surname{
    visibility:hidden;
}
.enquiryform {
    background-image: url(images/enquiry-bg.gif);
    background-repeat: no-repeat;
    height: 396px;
    width: 273px;
    float: left;
    text-align: left;
    padding-left:20px;
}

.appointment {
	background-image:url(images/appointment-bg.png);
	background-repeat: no-repeat;
	height: 385px;
	width: 275px;
	float: left;
	text-align: left;
	padding-left:15px;
	padding-right: 15px;
}

.enquiryform p {
    font-size:12px;
    font-weight:normal;
    color: #472E68;
    line-height: 1.5em;
    list-style-type: none;
}


.estimatetextfield {
    width:147px;
    height:17px;
    background-color:#FFFFFF;
    font-size:12px;
    color:#333333;
    float: right;
    padding-top:3px;
    padding-left:3px;
     
}
.purpletext {
    font-size: 12px;
    font-weight: bold;
    color: #4A316B;
}

.whitetext {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}


#estimate-body {
    width:196px;
    height:auto;
    padding-left:20px;
    padding-right:10px;
    background-image:url(images/contact-form-bg.gif);
    background-repeat: repeat-y;
}

.estimatetextarea {
    width:252px;
    height:57px;
    background-color:#FFFFFF;
    font-size:12px;
    margin-bottom:10px;
    padding-top: 3px;
    padding-left: 3px;
    color: #333333;
     
}

#estimate-body p {
    font-size:11px;
    font-weight:normal;
    color: #472E68;
}

a img{
    border:0;
}

body{
    line-height:1.4em;
    font-size:12px;
    background-color: #FFFFFF;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    margin-top: 14px;
    margin-bottom: 25px;
}

/*** Website wrapper Div ***/

#wrapper{
    width:1013px;
    min-height:400px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#container{
    float:left;
    width:1004px;
    margin-top:0px;
    margin-left: 2px;
    height: auto;
    padding-top: 30px;
    background-image: url(images/container-bg.gif);
    background-repeat: repeat;
}

#container-awd{
    float:left;
    width:1004px;
    margin-top:0px;
    margin-left: 2px;
    height: auto;
    padding-top: 15px;
    background-image: url(images/container-bg.gif);
    background-repeat: repeat;
}

#containerhome{
    float:left;
    width:1004px;
    margin-top:0px;
    margin-left: 2px;
    height: auto;
    background-image: url(images/container-bg.gif);
    background-repeat: repeat;
}


#containerfooter {
    width:1004px;
    height:2px;
    float:left;
    margin-left:2px;
}
/*** Website Heading ***/

#header{
    float:left;
    width:1013px;
    height:109px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

#logo {
    width:300px;
    height:109px;
    float:left;
    margin-left: 5px;
}

#awia {
	width:600px;
	height:34px;
	float:right;
	text-align:right;
	margin-bottom:16px;
	margin-top:11px;
	padding-right: 10px;
}

/*** Horizontal Grey Menu Bar Style with Rollover ***/

#greymenubar ul li.homebutton {
        border-left:0px;
}

#greymenubar ul li.contactbutton {
        border-right:0px;
}

#greymenubar {
    height:36px;
    float:right;
    margin-right: 8px;
	background:url(images/grey-menu-bg.jpg) no-repeat top right;
}

#greymenubar ul{
    list-style-type: none;
}

#greymenubar ul li{
    float:left; 
    color:#4a4a4a;
    border-right:1px solid #d9d9d9;
    border-left:1px solid #f6f6f6;
    font-size:11px;
    font-weight:normal;
    line-height:3.1em;
    height:33px;
}

#greymenubar ul li a{ 
    color:#4a4a4a; 
    display: block; 
	height:33px;
    text-decoration:none;
    border-right:1px solid #d9d9d9;
    border-left:1px solid #f6f6f6;
    border:0;
    padding-left:35px;
    padding-right:35px;
    background:url(images/grey-menu-bg.jpg) no-repeat center 0;
}

#greymenubar ul li a span {
    vertical-align: middle;
} 

#greymenubar ul li a:hover {
    background-position: center -36px;
}

#greymenubar ul li.homebutton a {
    background-position: left 0px;
}
#greymenubar ul li.homebutton a:hover {
    background-position: left -36px;
}

#greymenubar ul li.contactbutton a {
    background-position: right 0px;
}
#greymenubar ul li.contactbutton a:hover {
    background-position: right -36px;
}

#searchbox {
    width:135px;
    height:18px;
    float:left;
    border-left:1px solid #f6f6f6;
}

.input {
    width:134px;
    height:16px;
    margin-left:6px;
    padding-left:2px;
    padding-top:1px;
    margin-top:6px;
    margin-right:4px;
    color:#a2a1a1;
    font-size:11px;
    font-weight:normal;
}

.searchbutton {
    width:18px;
    height:18px;
    margin-top:8px;
    float:left;
    padding-left:3px;
}

#aboutmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/about-dbg-header.jpg);
    /*float:left;*/
    clear:both;
    padding-right:10px;
}

#aboutmenu ul{ 
    float:right;
    display: inline; 
    list-style-type: none;
    margin-top: 23px;
}

#aboutmenu ul li{
    float:left; 
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    height:64px;
}

#aboutmenu ul li a{ 
    float:left;
    color:#FFFFFF; 
    display: block; 
    text-decoration:none;
    border:0;
    text-align:center;
    border-left:1px solid white;
    padding:0px 10px;
}

#aboutmenu ul li:first-child a {
    border: none;
}


#aboutmenu ul li a span{
    vertical-align:middle;
} 

#aboutmenu ul li a:hover{
    float:left;
}

#servicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/services-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#servicesmenu ul{ 
    float:right;
    display: inline; 
    list-style-type: none;
    margin-top: 23px;
}

#servicesmenu ul li{
    float:left; 
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    height:64px;
}

#servicesmenu ul li a{ 
    float:left;
    color:#FFFFFF; 
    display: block; 
    text-decoration:none;
    border:0;
    text-align:center;
    border-left:1px solid white;
    padding:0px 10px;
}

#servicesmenu ul li:first-child a {
    border: none;
}


#servicesmenu ul li a span{
    vertical-align:middle;
} 

#servicesmenu ul li a:hover{
    float:left;
}

#webservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/website-design-services-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#webservicesmenu ul{ 
    float:right;
    display: inline; 
    list-style-type: none;
    margin-top: 23px;
}

#webservicesmenu ul li{
    float:left; 
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    height:64px;
}

#webservicesmenu ul li a{ 
    float:left;
    color:#FFFFFF; 
    display: block; 
    text-decoration:none;
    border:0;
    text-align:center;
    border-left:1px solid white;
    padding:0px 10px;
}

#webservicesmenu ul li:first-child a {
    border: none;
}


#webservicesmenu ul li a span{
    vertical-align:middle;
} 

#webservicesmenu ul li a:hover{
    float:left;
}

#socialmediaservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/social-media-marketing-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#emailmarketingservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/email-marketing-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#webbasedservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/web-based-applications-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#websyncservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/websync-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#livecubeservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/livecube-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#integratedsolutionsservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/integrated-solutions-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#onlinevideoservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/online-video-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#payperclickservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/pay-per-click-advertising-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#searchengineservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/search-engine-optimisation-adelaide-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#softwareintegrationservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/software-integration-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#marketservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/market-my-website-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#portfoliomenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/portfolio-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#contactmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/contact-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#mobilewebsitesservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/mobile-websites-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#ineedawebsitemenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/i-need-a-website-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#cmsservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/cms-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#ecommerceservicesmenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/ecommerce-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}

#guaranteemenu {
    width:994px;
    height:64px;
    margin-left:2px;
    background-image:url(images/guarantee-header.jpg);
    float:left;
    clear:both;
    padding-right:10px;
}
#awd {
	width:994px;
	height:64px;
	margin-left:2px;
	background-image:url(images/guarantee-header.jpg);
	float:left;
	clear:both;
	padding-right:10px;
}


#contentmainimage {
    width:1004px;
    height:193px;
    margin-left:2px;
    margin-bottom: 6px;
}

/*** Feature Image Area ***/

#featurearea {
    width:1011px;
    height:259px;
    float:left;
    margin-bottom:3px;
}

/* #featureclients moved to Slider (bottom) */

#phonebanner {
    width:306px;
    height:120px;
    float:left;
}

#googlebanner {
    width:306px;
    height:139px;
    float:left;
}


/*** Horizontal Menu Style with Rollover ***/

#purplemenu{
    float:left;
    width:1004px;
    height:69px;
    overflow:hidden;
}

#purplemenu ul{ 
    list-style-type: none;
		float: left;
		margin-left: 1px;
		border: 1px solid white;
		border-bottom: none;
		border-top: none;
}

#purplemenu ul li{
    float:left; 
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    line-height:2.8em;
    height:69px;
    background:url(images/purple-menu-bg.png) repeat-x;
    width:186px;
		display: block;
}

#purplemenu ul li a {
    color:#FFFFFF; 
    display: block; 
    text-decoration:none;
    border:0;
    text-align:center;
    height:41px;
    padding-top:22px;
		border-right: 1px solid #422865;
		border-left: 1px solid #6D548E;
		margin-top: 2px;
}

#purplemenu ul li:hover {
		background-position: 0 -69px;
}

#purplemenu ul li.whatcanwedo {
    width:256px;
    background-position: 0 -138px;
}

#purplemenu ul li.whatcanwedo:hover {
		background-position: 0 -207px;
		
}

#lhs{
    float:left;
    width:190px;
    padding:0px;
    background:#FFFFFF;
    margin-left:15px;
    margin-top:10px;
}

/*********************  Main Content *************************/

#contentleft {
    float:left;
    width:300px;
    height:auto;
    padding-left: 30px;
    text-align: left;
}

#content-form {
	float:right;
	width:305px;
	height:auto;
	text-align: left;
	margin-right: 15px;
	margin-left: 30px;
}

#content {
    float:right;
    width: 600px;
    margin-left:0px;
    padding-right: 30px;
    padding-bottom: 20px;
}

#content-awd {
	float:right;
	width: 625px;
	margin-left:25px;
	padding-bottom: 20px;
}

#contenthome {
    float:left;
    width: 746px;
    margin-left:0px;
    background-image: url(images/about-dbg-bg.jpg);
    height: 328px;
}

#contenthometext {
    float:left;
    width: 510px;
    height:auto;
    margin-left: 50px;
    list-style-position: inside;
    padding-left: 10px;
}

.talktousbutton {
    width:174px;
    height:43px;
    float:left;
    margin-top: 25px;
    margin-left:160px;
}

.servicesbox {
	width:273px;
	float:left;
	padding-right: 30px;
	padding-left: 30px;
	height: 415px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 10px;
}

.servicesbox a {
    
    margin:0;
    margin-bottom:10px;
    color: #666666;
    line-height:1.4em;
    font-size:12px;
    text-decoration: none;
    font-weight: normal;
}

.servicesbox a:hover {
    text-decoration: underline;
}

.servicesbox ul{
    margin-bottom:10px;
    margin-left: 5px;
}

.servicesbox ul li, #content ol li{
    color:#8f8c7c;
    font-size: 11px;
    list-style-position: inside;
    list-style-image:url(images/grey-arrow.gif);
    padding-bottom: 10px;
}

.portfoliobox {
	width:273px;
	float:left;
	padding-right: 30px;
	padding-left: 30px;
	height: auto;
	margin-bottom:20px;
}

.portfoliobox a {  
    margin:0;
    margin-bottom:10px;
    color: #666666;
    line-height:1.4em;
    font-size:12px;
    text-decoration: none;
    font-weight: normal;
}

.portfoliobox a:hover {
    text-decoration: underline;
}

.portfoliobox ul{
    margin-bottom:10px;
    margin-left: 5px;
}

.portfoliobox ul li, #content ol li{
    color:#8f8c7c;
    font-size: 11px;
    list-style-position: inside;
    list-style-image:url(images/grey-arrow.gif);
    padding-bottom: 10px;
}

.copyarea {
    width:925px;
    height:auto;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 37px;
}

#portfolioarchive {
    width:800px;
    height:110px;
    float:left;
    background-image:url(images/portfolio/portfolio-archive-bg.jpg);
    margin-left: 2px;
    text-align: left;
    padding-left: 200px;
}

.archiveitems {
    width:190px;
    height:90px;
    float:left;
    margin-right:15px;
    padding-top:20px;
}

.archiveitems a {   
    margin:0;
    color: #666666;
    font-size:12px;
    text-decoration: none;
    font-weight: bold;
}

.archiveitems a:hover {
    text-decoration: underline;
}


.archiveitems ul{
    margin-bottom:10px;
    margin-left: 5px;
}

.archiveitems ul li, #content ol li{
    color:#8f8c7c;
    font-size: 11px;
    list-style-position: inside;
    list-style-image:url(images/white-arrow.gif);
    padding-bottom: 1px;
}


#services {
    width:203px;
    height:298px;
    float:left;
    background-image:url(images/services-bg.jpg);
    padding-top: 30px;
    padding-left: 28px;
    padding-right: 25px;
}

#services p {
    
    margin:0;
    margin-bottom:10px;
    color: #FFFFFF;
    line-height:1.4em;
    font-size:12px;
}

#services a {
    color: #FFFFFF;
    text-decoration:none;
}

#services a:hover {
    color: #FFFFFF;
    text-decoration:underline;
}


.divide {
    margin-top:10px;
    margin-bottom:10px;
}


#content ul{
    margin-bottom:10px;
    list-style-position: inside;
}

#content ul li, #content ol li{
    color:#666666;
    list-style-position: outside;
    list-style-image: url(images/grey-arrow.gif);
    margin-left: 30px;
}


#content-awd ul{
	text-indent:0;
	margin-top: 20px;
	margin-bottom: 25px;
}

#content-awd ul li{
	color:#666666;
	line-height:1.9em;
	padding-left:40px;
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0% 100%;
	padding-top: 5px;
}

#guyimage {
    width:300px;
    float:right;
}

/******************** Heading Styles *************************/

h1 {
	font-size: 18px;
	text-align:left;
	margin-bottom:20px;
	padding-top: 20px;
}

h1 a{ 
    color: #3366CC;
    text-decoration:none;
}

h1 a:hover{ 
    color: #3366CC; 
    text-decoration:underline;
}

h1 span{
    display:none;
}


h2 {
	clear:both;
	font-size: 14px;
	margin-bottom:10px;
	padding-bottom:5px;
	font-weight: bold;
	margin-top: 20px;
}

h2 a{ 
    text-decoration:none;
    color:#000000;
}
h2 a:hover{ 
    text-decoration:underline;
}

h3 { 
    font-size: 16px; 
    font-weight:bold;
    line-height:2.2em;
    clear:both;
}

h3 a{ 
    text-decoration:none;
    color:#000000;
}

h3 a:hover{ 
    text-decoration:underline;
}

h4, h4 a{ 
    font-size: 14px; 
    color: #3366CC;
    font-weight:normal;
    text-decoration:none;
    margin-bottom:10px;
    padding-top:5px;
}

h4 a:hover{
    text-decoration:underline;
} 

/*** Paragraph Styles ***/

p, textarea {
    
    margin:0;
    margin-bottom:10px;
    color: #666666;
    line-height:1.6em;
    font-size:12px;
}

p a{
    color:#482F69;
    text-decoration:none;
    font-weight: bold;
}

p a:hover{
    color: #5B427C;
    text-decoration:underline;
}

p a img{ border:none;}

#content input, #content select, textarea{
    color: #666666; 
    font-size:12px;
}

p + h2 {
     margin-top: 30px;
}


/******************** tables ************************/

td{
    color: #666666;
    font-size:12px;
}

tr.bg{
    background-color:#c0d5eb;
}

td a{
    text-decoration:none;
    color:#4A316B;
}
    
td a:hover{ 
    color: #3399cc; 
    text-decoration:underline;
}

/************** Website Footer **************/

#logos {
    clear:both;
    font-size: 12px;
    line-height:3em;
    width:1004px;
    height:46px;
    margin-left: 2px;
    margin-top: 5px;
}	



#footer {
    clear:both;
    font-size: 12px;
    color: #003399;
    line-height:3em;
    width:1004px;
    height:46px;
    background-image: url(images/footer-bg.gif);
    margin-left: 2px;
    margin-top: 5px;
    background-repeat: no-repeat;
}	

#footer p{
    color: #999999;
    font-size:11px;
    text-decoration:none;
    padding-bottom: 15px;
}

#footer a{
    color: #999999;
    text-decoration:none;
}

#footer a:hover{
    color: #666666;
    text-decoration:underline;
}

#socialicons {
    width:172px;
    height:46px;
    float:left;
}

#footertext {
    width:665px;
    height:36px;
    float:left;
    padding-top:10px;
    text-align: center;
}

#address {
    clear:both;
    width:1004px;
    height:46px;
    margin-left: 2px;
    padding-top: 15px;
	padding-bottom:15px;
}

#addressleft {
    font-size: 11px;
    color: #666666;
    line-height:1.5em;
    width:500px;
    height:46px;
	float:left;
	text-align:left;
}

#addressright {
    font-size: 11px;
    color: #666666;
    line-height:1.5em;
    width:480px;
    height:46px;
	float:right;
}


#title {
    width:auto;
    height:auto;
    float:left;
    margin-top:23px;
    clear: both;
    margin-left: 50px;
}

#contenthometext ul{
    margin-bottom:10px;
}

#contenthometext li {
    color:#000000;
    list-style-position: outside;
    margin-right: 20px;
    line-height: 0.4em;
    margin-left: 20px;
    list-style-image: url(images/grey-arrow.gif);
}

#contenthometext li a {
    color:#333333;
    font-weight:bold;
    text-decoration:none;
}

#contenthometext li a:hover {
    text-decoration:underline;
}

#casestudyleft {
    width:409px;
    height:auto;
    float:left;
    padding-left:30px;
    padding-right:20px;
}

#casestudyright {
    width:510px;
    height:auto;
    float:right;
    padding-right:30px;
}

#casestudyright ul{
    margin-bottom:10px;
    padding-left: 10px;
}

#casestudyright li {
    color:#000000;
    list-style-position: outside;
    margin-right: 20px;
    line-height: 1.0em;
    margin-left: 20px;
    list-style-image: url(images/grey-arrow.gif);
}

#casestudyright li a {
    color:#666666;
    font-weight:bold;
    text-decoration:none;
}

#casestudyright li a:hover {
    text-decoration:underline;
}

#casestudyright li a:hover {
    text-decoration:underline;
}

#casestudyleft ul{
    margin-bottom:10px;
    padding-left: 10px;
}

#casestudyleft li {
    color:#000000;
    list-style-position: outside;
    margin-right: 20px;
    line-height: 1em;
    margin-left: 20px;
    list-style-image: url(images/grey-arrow.gif);
}

#casestudyleft li a {
    color:#333333;
    font-weight:bold;
    text-decoration:none;
}

#servicespanel {
    width:369px;
    height:154px;
    background-image: url(images/services-panel-bg.gif);
    line-height: 3em;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

#servicespanel p {
    line-height: 1.9em;
}
.iconleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}
.googlecert {
	float: left;
	margin-right: 72px;
	margin-bottom: 50px;
	margin-top: 31px;
	margin-left: 10px;
}
.googlecert-middle {
	float: left;
	margin-top: 60px;
	margin-left: 70px;
}


.readmore {
    margin-left: 160px;
    margin-top: 25px;
}

input[type="text"] {
    height:22px;
    color:#666666;
    margin-bottom:18px;
    font-size:13px;
}

input[type="text"],
textarea {
    width: 200px;
}
.contentmenuitem {
    float: left;
    height: auto;
    width: 215px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    margin-left: 20px;
    margin-top: 8px;
    list-style-type: none;
    list-style-position: inside;
    padding-bottom: 5px;
}

.contentmenuitem li {
    color:#000000;
    list-style-position: outside;
    margin-right: 20px;
    line-height: 1em;
    margin-left: 20px;
    list-style-type: none;
}

.contentmenuitem li a {
    color:#666666;
    font-weight:normal;
    text-decoration:none;
}

.contentmenuitem li a:hover {
    text-decoration:underline;
}

/*** Index Page Slider ***/
#featureclients {
    width:700px;
    height:263px;
    float:left;
    padding-top: 4px;
    margin-right:4px;
    background: url(images/banner-bg.png) no-repeat;
    background-position: 0 3px;
    overflow: hidden;
    position: relative;
}

div.slider-wrapper {
    width: 9999px; /* Huge number, jQuery overwrites */
    position: relative;
    top: -5px;
    left: 0px;
}

a.slider-left,
a.slider-right {
    display: block;
    width: 50px;
    height: 259px;
    float: left;
    position: absolute;
    background: url(images/clear.gif) repeat; /* So IE displays the element */
    z-index: 1000;
}

a.slider-right {
    top: 0px;
    left: 650px;
}

div.banner-slider {
    display: inline;
}

/** Images **/
p.divide {
    background: url(images/grey-divide-bar.gif) no-repeat 0 50%;
}

/** Rollovers **/
p.button-holder {
    text-align: center;
    padding-top: 15px;
}

.rollover-button,
.rollover-button-green {
    display: block;
    text-indent: -9999px;
    height: 41px;
	border:0px;
    background-repeat: no-repeat;
    background-position: 0 0;
	background-color: transparent;
    margin: 0 auto;
    width: 172px;
}

.rollover-button-green:hover {
    background-position: 0 -41px;
}
.rollover-button-green2:hover {
    background-position: 0 -41px;
}

.appointment-button {
    background:url(images/book-appointment-button.png) no-repeat -60px 0;
    height: 36px;
    width: 189px;
    padding-left:20px;
	line-height: 9999em;
	overflow: hidden;
}

.appointment-button:hover {
	background-position: -60px -41px;	
}

.talk-to-us-today {
    background: url(images/talk-to-us-today-button.png) no-repeat;
}

.read-more {
    background: url(images/read-more-button.png) no-repeat;
}
.find-out-more {
    background: url(images/find-out-more-button.png) no-repeat;
}
.archiveitems .rollover-button-green {
        background: url(images/archive-button.png) no-repeat;
        width: 211px;
        height: 45px;
}
.archiveitems .rollover-button-green:hover {
        background-position: 0 -45px;
}


button[type="submit"] {
        background: url(images/submit-info-button.png) no-repeat 0 0;
        display: block;
        text-indent: -9999px;
        border: none;
        cursor: pointer;
}


.portfolio-archive table {
	border: 0px;
}

.portfolio-archive table td {
	height: 50px;
	width: 140px;
}
.portfolio-archive table td + td {
	width: 243px;
}
.portfolio-archive table td + td + td {
	width: 117px;
}
.portfolio-archive table td + td + td + td {
	width: 116px;
}

#casestudyright h3 {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.floatleft {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}
.floatright {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}
.centre {
	text-align: center;
	float: left;
	margin-top: 40px;
	margin-left: 60px;
	margin-bottom: 5px;
}
.list {
	margin-top: -10px;
}

