
/* General */

body {
	background-color: #4f4f4f;
	color: #383838;
	font-family: "Segoe UI",Frutiger,Tahoma,"Helvetica","Helvetica Neue",Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

a {
	color: #3070c9;
}

a:hover {
	color: #000000;
}

.main_wrapper h1, .main_wrapper h2, .main_wrapper h3, .main_wrapper h4, .main_wrapper h5, .main_wrapper h6 {
	color: #626262;
	font-style: normal;
	font-weight: bold;
}

#header {
	background: #242424 url('grey/header_bg.png') 50% bottom repeat-x;
	border-bottom: #fff solid 1px;
}

#header .wrapper {
	background: url('grey/header_shadow.png') 50% bottom no-repeat;
}

#header .logo {
	top: 18px;
}

#header .wrapper .menu li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #a7a7a7;
	background: url('grey/hover.png') -9999em -9999em no-repeat;
	height: 84px;
	line-height: 84px;
	padding: 0 7px;
	display: block;
	text-shadow: 1px 1px 0 #000;
}

#header .wrapper .menu li a:hover, #header .wrapper .menu li.current-menu-item a, #header .wrapper .menu li.sfHover a, #header .wrapper .menu li.current_page_item a {
	color: #f5f5f5;
	background-position: 50% bottom;
}

#header .wrapper .menu li {
	padding: 0 0 0 15px;
}

#header .wrapper .menu a.sf-with-ul {
	padding-right: 12px;
}

#header ul li .sf-sub-indicator {
	right: -2px;
}

#header .wrapper .menu li ul {
	top: 84px;
}

#featured {
	background: #dcdcdc url('grey/featured_area_bg.png') 50% bottom repeat-x;
	border-bottom: #b0b0b0 solid 1px;
}

#main_content {
	background: #fcfcfc url('grey/main_content_bg.png') 50% top repeat-x;
	border-top: #fcfcfc solid 1px;
}

	/* Breadcrumb */
	
#breadcrumb {
	background: #fff;
	border-bottom: #d9d9d9 solid 1px;
}

	/* Sidebar */

#main_content .main_sidebar .widget h3.widgettitle {
	text-transform: uppercase;
	color: #4f4f4f;
	text-shadow: 1px 1px 0 #fff;
	background: transparent url('grey/widget_title.png') no-repeat;
}

#main_content .main_sidebar .widget .content {
	background: transparent url('grey/widget_bg.png') 50% top repeat-x;
	padding: 10px;
}

#footer {
	background: #4f4f4f url('grey/footer_bg.png') 50% top repeat-x;
	color: #999;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fafafa;
	text-decoration: underline;
}