*{
margin:0px;
padding:0px;
font-family:arial, helvetica, sans-serif;
}

body{
    background:url('bg.gif') 0px 0px repeat-x;
	background-color:#135975;
    height:100%;
    
}

h1 , h2, h3, h4, h5, h6{ 
    color:#115773;
}
h1{
	font-size:1.4em;  
}
h2 , li h2{
	font-size:1.4em;
}
h3, li h3{
	font-size:1.1em;
	margin:10px 0 10px 0;
}
p{
    color:#666;
    font-size:.89em;
    margin: 5px 0 20px 0;
    line-height:1.4em;
}
li{
	color:#666;
	margin: 5px 0 20px 0;
	line-height:1.4em;
	font-size:.89em;

}
li li , li p{
  
    margin: 5px 0 5px 0;
}
li p{
font-size:1em;
}
ul , ol {
    margin: 5px 0 5px 25px;
}

a{
    color:#115773;
}
a:hover{
    text-decoration:none;
    
}

#header_wrap{
	border-top:3px solid #F48A2C;
	padding:0px 0 1px 0;
    
    
}
/* Standard Orange Button  */

.orangebtn{
background:#f39d51;
padding:1px 3px;
text-decoration:none;
border:2px solid #ee8426;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius:3px;
color:white;
box-shadow: 1px 1px 2px rgba(0,0,0,.2);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
background: -webkit-gradient(linear, left top, left bottom, from(#f48c2f), to(#f3a763));
background: -moz-linear-gradient(top,  #f48c2f,  #f3a763);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48c2f', endColorstr='#f3a763');

}
	.orangebtn:hover{
	background:#eeb326;

	background: -webkit-gradient(linear, left top, left bottom, from(#eeb326), to(#f1d080));
	background: -moz-linear-gradient(top,  #eeb326,  #f1d080);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeb326', endColorstr='#f1d080');
	border:2px solid #eeb326;

	}
		.orangebtn:active{
		box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
		-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
		}
		
	

/*======================================== New Header ============================*/
#header{
    width:820px;
    margin:0 auto;
	height:65px;
    
}
    #header h1 {
        float:left;
        padding:0px 0 5px 0;
        width: 185px;
    }
    #header h1 a{
        display:block;
        width:185px;
        height:61px;
        background:url('logo.gif') no-repeat;
        text-indent:-99999px;
        
    }
    #header h1 a:hover{
        background-position:0px -61px;  
    }   
    
    /*======================================== End of New Header ============================*/
    
    
    
    /*======================================== New Navigation ============================*/
    
    
#nav{
    float:right;    
    width: 620px;
}
    #nav ul{
    list-style:none;
    margin: 0;
    float:right;    
    }
    #nav ul li{
    display:inline;    
    line-height: 22px;         
    }
    
        #nav ul li a{
		float:left;
		color:white;
		font-weight:bold;
		text-decoration:none;
		padding:22px 11px 20px 11px;
		border-left:1px solid #135a76;
		font-size:14px;
		height:25px;
        }
        #nav ul li.last a{
        border-right:1px solid #135a76;
        }
/*active and hover styles for nav*/
#nav ul li a:hover{
	background-color:#F48A2C;
}
#nav ul li a.active{
    background-color:#F48A2C;
}
div.clear{
 clear:both;
    
}
 /*======================================== End of New Navigation ============================*/

 #slider{

margin:0 auto;
position:relative;

}
/*Switcher Box */

#switcher_box_row{
    background:#e8eaeb;
    padding: 0;
    margin: 0;
}
#switcher_box_wrap{
    width: 820px;
    padding: 20px 0 10px 0;
    margin: 0 auto;
}
#switcher_box{
    width:820px;
    margin:0 auto;
   
}

#switcher_box_closed{
    width:820px;
    padding: 10px 0 10px 0;
    margin:0 auto;  
    display: none;
    
}
	#switcher_box_closed a{
		display:block;
		width:120px;
		height: 25px;
        background:url('hide_tabs_button.gif') 0px 0px no-repeat;
        padding:5px 0 0 10px;
        color:white;
        text-decoration:none;
        margin:0 auto;        
	}
	#switcher_box_closed a:hover{
		background-position:0px -30px;
		
	}
/*Switcher Box */


ul#toptabs{
width:820px;
margin:0;
padding:0 0 0 6px;
background:url('tab_box_bg.gif') 0 0px repeat-y;
height:46px;
display:block;
}
    #toptabs li {
		border:none;
		list-style: none;
		float: left;
        margin: 0;
        font-size: 1em;
    	line-height: 1em;
	}
            
       
	#toptabs li a {
        	/*padding:8px 40px 8px 10px;*/
        	padding:4px 40px 4px 6px;
        	width:100px;
        	display:block;
        	font-size:.95em;
       		color:white;
        	font-weight:bold;
        	text-decoration:none;
    		height:38px;
    		background:url('tab_grad_bg.gif') 0px 0px repeat-y;
	}
	#toptabs li#closetab a {
        	padding: 0 4px 8px 4px;
        	width:20px;
        	font-size: 36px;
        	line-height: 36px;
	}
        #toptabs li a:hover {
                  background:url('tab_grad_bg_hover.gif') 0px 0px no-repeat;

            
        }
        #slider div ul li.price{
            list-style:none;
            color:#115773;
            
        }
        #slider div ul li.price span.price_number{
            font-size:1.6em;
        }
        /*business starter*/
                #toptabs li#tab1 a {
                        background:url('tab_grad_bus_start_bg.gif') 0px 0px no-repeat;  
                    }
                    #toptabs li#tab1 a:hover {
                        background:url('tab_grad_bus_start_bg_hover.gif') 0px 0px no-repeat;
                        color:white;
                    }
                    #toptabs li#tab1.active a{
                        background:url('tab_grad_bus_start_bg_active.gif') 0px 0px no-repeat;
                        color:#1b6481;
                    }
                
            /*brochure_website*/
              #toptabs li#tab2 a {
                        background:url('tab_grad_broc_web_bg.gif') 0px 0px no-repeat;
                }
                #toptabs li#tab2 a:hover {
                        background:url('tab_grad_broc_web_bg_hover.gif') 0px 0px no-repeat;
                }
                #toptabs li#tab2.active a{
                        background:url('tab_grad_broc_web_bg_active.gif') 0px 0px no-repeat;
                        color:#1b6481;
                }
                #toptabs li#tab2.active a:hover{
                    background:url('tab_grad_broc_web_bg_active.gif') 0px 0px no-repeat;
                }
                /*ecommerce*/
                #toptabs li#tab3 a {
                        background:url('tab_grad_ecomm_bg.gif') 0px 0px no-repeat;
                }
                #toptabs li#tab3 a:hover {
                        background:url('tab_grad_ecomm_bg_hover.gif') 0px 0px no-repeat;
                }
                #toptabs li#tab3.active a{
                        background:url('tab_grad_ecomm_bg_active.gif') 0px 0px no-repeat;
                        color:#1b6481;
                }
                #toptabs li#tab3.active a:hover{
                    background:url('tab_grad_ecomm_bg_active.gif') 0px 0px no-repeat;
                }
                #toptabs li#tab3.active a:hover{
                    background:url('tab_grad_ecomm_bg_active.gif') 0px 0px no-repeat;
                }
                /*ecommerce*/
                #toptabs li#tab4 a {
                        background:url('tab_grad_bespoke_bg.gif') 0px 0px no-repeat;
                }
                #toptabs li#tab4 a:hover {
                        background:url('tab_grad_bespoke_bg_hover.gif') 0px 0px no-repeat;
                }
                #toptabs li#tab4.active a{
                        background:url('tab_grad_bespoke_bg_active.gif') 0px 0px no-repeat;
                        color:#1b6481;
                }
                #toptabs li#tab4.active a:hover{
                        background:url('tab_grad_bespoke_bg_active.gif') 0px 0px no-repeat;
                        
                }
                
        
        
        
#sliderbox_wrap{
      width:820px;
      margin:0;
      background:url('switcherbg.gif') center repeat-y;
}         
#sliderbox {
	position: relative;
	margin: 0 auto;
	width: 769px;
    padding:0 20px 0 20px;
	height: 290px;
	display: block;
	overflow: hidden;     
}
#slider {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
	margin: 0;
	width: 825px;
    height:350px;
	display: block;  
}
	#slider div{
		padding: 30px;
		border: 0;
		margin: 0;
		width: 750px;
		float: left;
		display: block;
	}
        #slider img{
           float:right; 
            
        }
        #slider ul {
        	margin: 0;
        	padding: 0;
        }
        #slider ul li{
            list-style-position:inside;
            font-size:1.4em;
            line-height: 1.2em;
            margin:10px 0 10px 0;
            color:#666;
            font-weight:bold;
            
            
        }
        #slider_bottom{
            background:url('switcherbottom.gif') 0px 0 no-repeat;
            padding:20px 0 20px 0;
            width:820px;
            margin:0 auto;
        }
        

a.enquiry_button{
	background:url('enquire_button_bg.gif') 0px 0px no-repeat;
	margin:20px 0px 20px 0;
	font-size:1.5em;
	width:300px;
	padding:8px 0 0 10px;
	font-weight:bold;
	display:block;
	height:37px;
	text-decoration:none;
	color:white;            
}
	a.enquiry_button:hover{
		background-color:blue;
		background-position:0px -45px;
	}    
	
	
ul#portfolio_list{
    list-style:none;
   padding-left:10px;
   margin: 0;   
   
}
    ul#portfolio_list li{
	display:block;
	width:220px;
	float:left;
	margin:0 70px 0 0;
	padding: 0;
    }
    ul#portfolio_list li.last{
	margin:0 0 20px 0;
	

	
    }
    ul#portfolio_list li h3{
    margin:0px 0 3px 0;
    }
    ul#portfolio_list li h3 a{
    color:#115773;
    text-decoration:none;
    }
    ul#portfolio_list li h3 a:hover{
    text-decoration:underline;
	
    }
    
    ul#portfolio_list li img{
	width:215px;
	padding:2px;
    }
    ul#portfolio_list li a img{
	border:1px solid #115773;
    }
    ul#portfolio_list li a:hover img{
	border:1px solid white;
	
	
    }
    ul#portfolio_list li p{
	line-height:1.4em;
	margin:0px;
    }
    
    ul#portfolio_list li a{
	
    }
a.hide_this_button{
    display:block;
        width:120px;
        background:url('hide_portfolio_button.gif') 0px 0px no-repeat;
        padding:6px 0 5px 10px;
        color:white;
        text-decoration:none;
        margin:0 auto; 
}
a.hide_this_button:hover{
       background-position:0px -30px;
    
}

#shadow{
background:url('shadow.gif') 0px 0px repeat-x;
padding:30px 0 0px 0;
}
    
#wrapper{
width:820px;
margin:0 auto;
background:white;
}
#container{
background:white;   
}

    div #main_left{
        float:left;
        width:520px;
    	padding:0 0 0px 0;
        margin:0px 0 10px 0;
          
    }
    #main_left ul li{
    font-size:.89em;
 
    }
    div #main_left.full_width{
    width:820px;
    
    }
    div #main_left.full_width h2{
    margin:10px 0 10px 0;
    }
    #main_left h2{
    margin:0px 0 0px 0;
    }
    	#main_left h2 a{
    	text-decoration: none;
    	}
    	#main_left h2 a:hover{
    	text-decoration: underline;
    	}
    #main_left.full_width h3 a{
    	text-decoration:none;
    }
    #main_left.full_width h3 a:hover{
    	text-decoration:underline;
    }
    #breadcrumb{
	margin:0 0 10px 0;
	color:#115773;
    }
    #breadcrumb a{
	color:#115773;
	text-decoration:none;
    }
    #breadcrumb a:hover{
	border-bottom:1px solid #F6841F;
	
    }
    #breadcrumb a.current{
	border-bottom:1px solid #F6841F;
    }
    #breadcrumb a.current:hover{
	border-bottom:none;
	text-decoration:none;
    }
    
    ul.news_list{
    list-style:none;
    margin:0px;
    padding:0px;
        
    }
    ul.news_list li{
    border-bottom:1px solid #c8d3d7;
    padding:0px 0 10px 0;
    float:left;
    margin:0px;
    }

    
    ul.news_list li h3{
    margin:10px 0 0px 0;
    font-size:1.3em;
    }
        ul.news_list li h3 a{
        color:#115773;
        text-decoration:none;
        }
        ul.news_list li h3 a:hover{
        text-decoration:underline;
            
        }
    ul.news_list li p.date{
    margin:0px;
    font-weight:regular;
    color:#115773;
    }
    ul.news_list li p a{
        font-size:inherit;
    }
    ul.news_list li img{
    float:left;
    margin:7px 10px 0px 0;
    border:1px solid #115773;
    padding:2px;
    }
    ul.news_list li a{
        color:#115773;
        font-size:.85em;
        
    }
    ul.news_list li a:hover{
        text-decoration:none;
        
    }
    ul.testimonials_list{
        list-style:none;
        margin:0px;
	padding:0px 0 0px 0;
        
    }
     ul.testimonials_list li{
        margin:10px 0 10px 0;
        font-size:.9em;
        
     }
     div.testimonials_top{
        background:url('testimonials_top.gif') 0px 0px no-repeat;
        background-color:#1c6683;
     }
      ul.testimonials_list li p{
        
        color:white;

        padding:0px 20px 0px 20px;
        font-size:1em;
        
        
      }
      ul.testimonials_list li p.reference{
        color:#666;
	
	
      }
      ul.testimonials_list li h3{
        color:white;
        font-size:1.3em;
        padding:20px 20px 0px 20px;
      }
     div.testimonials_bottom{
        padding:10px 0 3px 0;
        background:url('testimonials_bottom.gif') bottom no-repeat;
    
        height:25px;
      }
#right_column{
    float:right;
    width:280px;
    margin:10px 0 20px 0;
    padding:0px;
}
    #right_column h3{
        margin:0px 0 0px 0;
        font-size:1.4em;
    }
    ul#subnav{
	width:280px;
	list-style:none;
	margin:0 0 20px 0;
    }
    ul#subnav li{
	display:inline;
	
	
    }
    ul#subnav li a{
	display:block;
	border-left:5px solid #E8EAEB;
	padding:10px 0 10px 5px;
	border-bottom:1px solid #e8eaeb;
	color: #115773;
	text-decoration:none;
	width:280px;
	font-size:.9em;
	
    }
    ul#subnav li a.last{
	border-bottom:none;
	
    }
    ul#subnav li a:hover{
	border-left:5px solid #F6841F;
	background-color:#f8f8f8;
	
    }
    ul#subnav li a.active{
	background-color:#E8EAEB;
	border-left:5px solid #F6841F;
	
    }
    ul#subnav li a.active:hover{
	border-left:5px solid #FFCC9F;
	background-color:#f8f8f8;
    }
    
    
    
form#callback{
        width:280px;
        border:0px;
        width:100%;
        padding:0px;
        margin:0 0 20px 0;
        border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
	
    }
    form#callback fieldset{
     border:none;
    
    }
    form#callback fieldset p{
    font-size:.85em;
    }
    form#callback fieldset h3{
    font-size:2em;   
        
    }
    form#callback fieldset legend{
    font-size:1.2em;
    font-weight:bold;
    color:#115773;
    margin:0px;
    padding:0px;
    margin-left:-7px;
        
    }
    form#callback fieldset label{
        display:block;
        color:#115773;
        font-size:1em;
        
    }
    form#callback fieldset input{
		display:block;
		margin:5px 0 5px 0;
		width:274px;
		padding:6px 3px 6px 3px;
		border:1px solid #115773;
		font-size:1em;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius:3px;
		box-shadow:inset 0px 0px 4px rgba(0,0,0,.3);
		-webkit-box-shadow:inset 0px 0px 4px rgba(0,0,0,.3);
		-moz-box-shadow:inset 0px 0px 4px rgba(0,0,0,.3);
    }
		form#callback fieldset input.formrequiredincomplete{
			border:1px solid #f6841f;
			background: #f8ae6d;
		}
    form#callback fieldset textarea{
		display:block;
		margin:5px 0 5px 0;
		width:274px;
		height: 200px;
		padding:6px 3px 6px 3px;
		border:1px solid #115773;
		font-size:1em;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius:3px;
		box-shadow:inset 0px 0px 4px rgba(0,0,0,.3);
		-webkit-box-shadow:inset 0px 0px 4px rgba(0,0,0,.3);
		-moz-box-shadow:inset 0px 0px 4px rgba(0,0,0,.3);
    }
    form#callback fieldset input.submit{
    width:100px;
    background:#f39d51;
	padding:1px 3px;
	text-decoration:none;
	border:2px solid #ee8426;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	color:white;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	background: -webkit-gradient(linear, left top, left bottom, from(#f48c2f), to(#f3a763));
	background: -moz-linear-gradient(top,  #f48c2f,  #f3a763);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48c2f', endColorstr='#f3a763');
	cursor: pointer;
    }
    	form#callback fieldset input.submit:hover{
		background:#eeb326;
		background: -webkit-gradient(linear, left top, left bottom, from(#eeb326), to(#f1d080));
		background: -moz-linear-gradient(top,  #eeb326,  #f1d080);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeb326', endColorstr='#f1d080');
		border:2px solid #eeb326;
    	}
    	form#callback fieldset input.submit:active{
    	box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
		-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
    	}
    
 
		form#callback #cbhidden{
			display:none;		
		}
    /*Latest Projects list*/
ul#latest_projects{
list-style:none;
margin:0px 0 10px 0;
float:left;
}
    ul#latest_projects li{
        padding:10px 0 10px 0;
        margin: 0;
        border-bottom:1px solid #c8d3d7;
        font-size:.85em;
        float:left;
       
    }
    ul#latest_projects li h4{
        margin:0px 0 3px 0;
 		font-size:1.1em;
        color:#115773;
        
    }
    ul#latest_projects li p{
        margin: 0px;
         font-size:.95em;
    }
     ul#latest_projects li p br{
     }
    ul#latest_projects li h4 a{
        color:#115773;
        text-decoration:none;
        font-size:1em;
    }
     ul#latest_projects li h4 a:hover{
        text-decoration:underline;
        
        
     }
     ul#latest_projects li img{
        padding:1px;
        border:1px solid #115773;
        float:right;
        margin: 0px 0px 0px 5px;
        
     }
     ul#latest_projects li a{
        
        color:#115773;
        font-size:.85em;
        
     }
     ul#latest_projects li a:hover{
        text-decoration:none;
        
     }
     
div#tweet_box{
    padding:10px 0 0 0;
    
    
}
ul#twitter_update_list{
padding:10px 20px 0px 20px;
}

div#tweet_box ul{

margin:0px;
list-style:none;
}
	div#tweet_box ul li{
	margin:0px;
	color:white;
	}
	div#tweet_box ul li a{
	color:white;
	}
	
div#tweet_box h3{
    padding:10px 15px 0 15px;
    color:white;
}
div#tweet_box p{
color:white;
padding:0 15px 0 15px;
    
}
div#tweet_box p a{
color:white;
}
div#tweet_box p a:hover{
text-decoration: underline;
}
div.tweet_top{
background:url('tweet_top.gif') 0px 0px no-repeat;
background-color:#5490A8;
    
}
div.tweet_bottom{
background:url('tweet_bottom.gif') top no-repeat;
padding:0 0 170px 0;
}
    div.tweet_bottom a{
        padding:0 15px 0 15px;
        color:white;
        
        float:right;
        font-size:.8em;
    }
    div.tweet_bottom a:hover{
        text-decoration:none;      
    }
ul#twitter_update_list li span a{
color:white;
}
	ul#twitter_update_list li span a:hover{
	color:white;
	text-decoration: none;
	}
#footer_wrap{
background:url('footerbg.gif') 0px 0px repeat-x;
padding:30px 0 0px 0;
   background-color:#1E6886;
    
}
#footer{

    width:820px;
    margin:0 auto;
}
	#footer ul {
		list-style: none;
		color: #FFFFFF;
		margin: 0;
		padding: 0;
	}
		#footer ul a {
			text-decoration: none;
			color: #FFFFFF;
		}
		#footer ul a:hover {
			text-decoration: underline;
		}
		#footer ul li{
			font-size: 1.1em;
			line-height: 1.1em;
			font-weight: bold;
			width: 154px;
			margin: 0 10px 0 0;
			float: left;
			display: block;
		}
			#footer ul li ul{
				margin: 2px 0;
			}
			#footer ul li ul li{
				font-size: .75em;
				font-weight: normal;
				margin: 2px 0;
			}
	#footer hr {
		margin: 15px 0 4px 0;
		width: 820px;
		
		border-top: 1px solid #FFFFFF ;
	}
	#footer p {
		margin: 0;
		padding: 0;
		text-align: center;
		color: #FFFFFF;
	}
/*welcome box styles*/
#welcome_box_fade_wrap{
      background:url('welcome_fade_bg.jpg')  center repeat-x;
}
#welcome_box_wrap{
    background:url('welcome_bg.jpg')   center center no-repeat;
    padding:10px 0 10px 0;	
}

html>body #welcome_box{
    width:820px;
    margin:0 auto;
   padding:20px 0 0 0;
   position:relative;
    
}
	#welcome_box{
	width:820px;
	margin:0 auto;
	padding:40px 0 20px 0;
	position:relative;
	
	}

    #welcome_box h2{
	font-size:2.2em;
    }
    #welcome_box p{
	font-size:1em;
	color:#115773;
    }
    #welcome_box p{
	
    }
    
#welcome_box_content{
    width:430px;
   
    float:left;
    padding:20px 0 40px 0;
}/*
#welcome_box_content a.find_out_button{
    display:block;
    width:270px;
    padding:15px 0 0 0;
    height:42px;
    text-indent:-9999px;
    background:url('find_out_more_button.png') 0px 0px no-repeat;
    margin:20px 0 0 0;
    
}
   #welcome_box_content a.find_out_button{
	background-position:0px -57px;
    }*/
    #welcome_box_content a.welcome_portfolio_link{
    	position:absolute;
    	top:0px;
    	left:470px;
    	display:block;
    	width:400px;
    	height:340px;
    	text-indent: -9999px;
    }
#welcome_box_content a.find_out_button{
text-align: center;
font-weight: bold;
display:block;
background:#f39d51;
width:270px;
padding:13px 0 0 0;
    height:42px;
text-decoration:none;
border:2px solid #ee8426;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
color:white;
box-shadow: 3px 3px 7px rgba(0,0,0,.2);
-webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.2);
-moz-box-shadow: 3px 3px 7px rgba(0,0,0,.3);
background: -webkit-gradient(linear, left top, left bottom, from(#f48c2f), to(#f3a763));
background: -moz-linear-gradient(top,  #f48c2f,  #f3a763);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48c2f', endColorstr='#f3a763');
font-size:25px;
text-shadow: #b25707 3px 3px 3px;


}
	#welcome_box_content a.find_out_button:hover{
	background:#eeb326;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeb326), to(#f1d080));
	background: -moz-linear-gradient(top,  #eeb326,  #f1d080);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeb326', endColorstr='#f1d080');
	border:2px solid #eeb326;
	text-shadow: #696867 3px 3px 3px;
	
	}
	#welcome_box_content a.find_out_button:active{
	box-shadow:inset 0px 2px 7px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0px 2px 7px rgba(0,0,0,.3);
	-moz-box-shadow:inset 0px 2px 7px rgba(0,0,0,.3);
	}



/*Social Networking buttons*/

ul#social_networking_links{
      float:left;
      list-style:none;
      width: 500px;
      margin:10px 0 0 0;
      padding:0px;
}
ul#social_networking_links li{
	display:inline;
   	margin:0 7px 5px 0px;
   	
}
ul#social_networking_links li a{
	text-decoration:none;
	padding:6px 0 0 0;
	 font-size:.8em;

}
ul#social_networking_links li a:hover{
	text-decoration:underline;  
}
ul#social_networking_links li a img{
	border:none;
	margin:0 5px 0 0px;
}

ul.portfolio_blocks{

padding:0px;
margin:0px;
}
ul.portfolio_blocks li{
margin:0px 35px 30px 0;
padding:0px;
width:250px;
display:block;
float:left;
position:relative;
}
ul.portfolio_blocks li.last{
margin-right:0px;
}
ul.portfolio_blocks li p{
font-size:.85em;
}
ul.portfolio_blocks li h3{
color:white;
padding:7px 5px 7px 10px;
display: block;
border-bottom:1px solid #f6841f;
margin:0px;
height:21px;
font-size:.9em;
background:url('magnifier.gif') top right no-repeat;
background-color:#115773;
}

ul.portfolio_blocks li a.magnifier:hover{
background-position:0 -35px;
}
ul.portfolio_blocks li img{
width:250px;
height:160px;
display:block;
border:0px;
}
ul.portfolio_blocks li a img{
border:0px;
}
ul.portfolio_blocks li div.tooltip{ 
background:#f6841f;
display:block;
position:absolute;
top:36px;
left:0px;
width:236px;
padding:7px;
display: none;
}
ul.portfolio_blocks li div.bottom_shadow{ 
height:10px;
background:url('portfolio_shadow.gif') 0px 0px no-repeat;
display:block;
border:none;
}
ul.portfolio_blocks li div.tooltip p{ 
margin:0px;

color:white;
}

/* ================== Half Width Boxes on the home page ================= */
#half_width_box_wrap{
padding:10px 0 40px 0;

}
	#half_width_box_wrap h2{
	font-size:2em;
	}
	#half_width_box_wrap a.orangebtn{
	padding:5px;
	}
	#half_width_box_wrap h3{
	font-size:1.2em;
	}

.half_width_box_left{
width:390px;
float:left;

} 

.half_width_box_right{
width:390px;
float:right;

} 





/* ======================================= Home Contact box =======================================*/


form#home_contact_box{
background:#286781;
background: -webkit-gradient(linear, left top, left bottom, from(#286781), to(#5c92a8));
background: -moz-linear-gradient(top,  #286781,  #5c92a8);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#286781', endColorstr='#5c92a8');
padding:20px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius:10px;
margin:0 0 20px 0;
}
form#home_contact_box fieldset{
border:none;
color:white;
}
form#home_contact_box fieldset h2{
color:white;
}
form#home_contact_box fieldset h3{
color:white;
font-size:1.4em;
}
form#home_contact_box fieldset p{
color:white;
}
form#home_contact_box fieldset label{
color:white;
display:block;
margin:0 0 5px 0;
font-size:.89em;
}
form#home_contact_box fieldset legend{
font-size:1.2em;
font-weight: bold;
}

form#home_contact_box fieldset input{
font-size: 1em;
width:200px;
padding:3px;
border:1px solid #88b5c7;
display:block;
box-shadow:inset 0px 4px 7px rgba(0,0,0,.2);
-webkit-box-shadow:inset 0px 4px 7px rgba(0,0,0,.2);
-moz-box-shadow:inset 0px 4px 7px rgba(0,0,0,.2);
margin:0 0 10px 0;
color:#666;
}
	form#home_contact_box fieldset input{
	
	}
	form#home_contact_box fieldset input:focus{
	box-shadow:0px 0px 7px #cae8f4;
	-webkit-box-shadow:0px 0px 7px #cae8f4;
	-moz-box-shadow:0px 0px 7px #cae8f4;
	}
form#home_contact_box fieldset textarea{
background: white;
border:1px solid #88b5c7;
box-shadow:inset 0px 4px 7px rgba(0,0,0,.2);
-moz-box-shadow:inset 0px 4px 7px rgba(0,0,0,.2);
-webkit-box-shadow:inset 0px 4px 7px rgba(0,0,0,.2);
width:470px;
height:90px;
padding:3px;
margin:0 0 10px 0;
color:#666;
}
	form#home_contact_box fieldset textarea:focus{
	box-shadow:0px 0px 7px #cae8f4;
	-webkit-box-shadow:0px 0px 7px #cae8f4;
	-moz-box-shadow:0px 0px 7px #cae8f4;
	}
form#home_contact_box fieldset input.submit{
float:right;
border:inherit;
cursor:pointer;
border:2px solid #ee8426;
width:auto;
padding-left:20px;
padding-right:20px;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
color:#fff;
margin:0px;
}
	form#home_contact_box fieldset input.submit:hover{
	border:2px solid #eeb326;
	}
 /*======================================== New Internal Portfolio ============================*/
#portfolio_gallery_wrap{
}

#portfolio_gallery{
position:relative;
float:left;
width:520px;
}
	#portfolio_gallery span a{
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	top:200px;
	}
	#portfolio_gallery span#previous_arrow a{
	left:10px;
	background:url('previous_arrow.png') 0px 0px no-repeat;
	}
	#portfolio_gallery span#next_arrow a{
	left:470px;
	background:url('next_arrow.png') 0px 0px no-repeat;
	}
#portfolio_gallery img{
display:block;
width:520px;
height:400px;

}
#portfolio_gallery_shadow{
display:block;
background:url('shadow_520.gif') 0px 0px no-repeat;
height:18px;
}

#portfolio_feature_list{
padding:20px;
background:#f6f7f7;
float:right;
width:240px;
}
#portfolio_feature_list h3{
margin:0px;
font-size:1em;
}

#portfolio_feature_list ul{
padding:0px 0  7px 0;
margin:0px;
list-style:none;
}
#portfolio_feature_list ul li{
border-bottom:1px solid #e4e7e7;
margin:0px 0 0 0px;
padding:10px 0 10px 15px;
color:#115773;
font-size:.9em;
background:url('orange_bullet.gif') 0px center no-repeat;
}
	#portfolio_feature_list ul li img{
	padding:0px 0 0px 0;
	margin:0 7px -10px 0;
	
	}
	
	input.submit:focus{
	border:2px solid #eeb326;
	}