/* CSS Document */

.logo{
	text-indent: -9999px;
	background: url(../images/smb_logo.png) no-repeat center;
	width: 380px;
	height: 140px;
	display: block;
	float: left;
}

body{
	background: url('../images/orangefadebg.jpg') repeat-x top; 
}

body.contactusbody {
	background:#FFFFFF;
}



.spacer {  
     height: 20px;  
}  

#withaboveline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFCC99;
	padding-top: 10px;
}

#largeimage_left {
	text-align:right;
}

#largeimages img {
	border: 1px solid #333333;	
}

#ourwork a {
	color: #FF6633;
	text-decoration: none;	
}

#ourwork a:hover {
	color: #000000;
	text-decoration: none;
}


#ourwork a img{
	border: 1px solid #FF6633;	
	border-bottom-width: 5px;
}

#ourwork a:hover img {
	border: 1px solid #000000;
	border-bottom-width: 5px;
}

#homemenu {
	text-align: right;
	margin-top: 50px;
}

#homemenu a {
	font-size: 1.3em;
	color: #FF6633;
	text-decoration: none;	
	padding: 15px;
}

#homemenu a:hover {
	color: #000000;
}

a {
	color: #FF6633;
	text-decoration:none;
}

a:hover {
	color: #000000;
}

table.contactustable td{
	padding:10px;
	vertical-align: top;
}