@charset "utf-8";
/*  ---------------------------------------
	
	home.css
	````````
	home stylesheets document for
	Swordfish Communications
	
    ---------------------------------------  */


/*  ---------------------------------------
	Structure
	- - - - - - - - - - - - - - - - - - - -  */

		#content {
			background: none;
		}
		#main { 
			width: 520px;
		}
		#sidebar {
			width: 262px;
		}
		
			#sidebar h3.testimonial {
				width: 262px;
				background: url(../images/sidebar-test-bg-bottom.gif) bottom no-repeat;
			}
				h3.testimonial strong {
					background: url(../images/sidebar-test-bg-top.gif) top no-repeat;
				}


/*  ---------------------------------------
	Masthead
	- - - - - - - - - - - - - - - - - - - -  */

		#masthead {
			padding-top: 4px;
		}
			#masthead h3 {
				display: block;
				width: 284px;
				float: left;
			}
				#masthead h3 a {
					display: block;
					padding-top: 118px;
					margin-left: 6px;
				}
					#masthead h3 a strong {
						display: block;
						height: 46px;
						line-height: 46px;
						padding: 0 0 0 17px;
						font-size: 17px;
						font-weight: bold;
						color: #333;
						background: url(../images/masthead-strong-bg.png);
					}
						#masthead h3 a:hover strong { text-decoration: underline; }
					
				#masthead h3#audit a {
					background: url(../images/masthead-audit-bg.jpg) no-repeat;
				}
				#masthead h3#white-papers a {
					background: url(../images/masthead-whitepapers-bg.jpg) no-repeat;
				}
				#masthead h3#call-us a {
					background: url(../images/masthead-callus-bg.jpg) no-repeat;
				}