@charset "UTF-8";
/* CSS Document */
a, .container a, .container a:link{
	color:#91a9b3;
	}
a:visited, .container a:visited{
	color:#4d656e;
}
#nav a:hover{
	color:#91a9b3;
}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #91a9b3;
}
.header h1{
	background:url("../img/sf_title_bg_grey.png") repeat-x top;
}
.featured .prev a:hover,.hiddenDiv{
	background:url("../img/sf_left_grey.png") no-repeat;
}
.featured .next a:hover,.hiddenDiv{
	background:url("../img/sf_right_grey.png") no-repeat;
}
.sf-button{
	background:url("../img/sf_button_left_grey.png") no-repeat top left;
}
.sf-button span{
	background:url("../img/sf_button_right_grey.png") no-repeat top right;
}
.container ul li{
	background:url("../img/sf_list_bullet_grey.png") no-repeat 0px 3px;
}
.tagline .icon .design{
	background:url("../img/sf_icon_design_grey.png") no-repeat;
}
.tagline .icon .coding{
	background:url("../img/sf_icon_code_grey.png") no-repeat;
}
.tagline .icon .seo{
	background:url("../img/sf_icon_seo_grey.png") no-repeat;
}
