/**
 *--------------------------------------------------------------------
 * Dependencies
 *--------------------------------------------------------------------
 * Global reset
 *     reset.css
 *--------------------------------------------------------------------
*/

/* =Page layout and structure
------------------------------------------------------------------- */

/* Layout common properties */
#header-holder,
#footer-holder {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header,
#page-content,
#footer{
	width: 994px;
	margin: 0 auto;
	position: relative;
}

/* Layout specifics */
html {
	background-color: #d1d3d4;
}

#page-content {
	z-index: 1;
	margin-bottom: 120px;
}

#footer-holder{
	position: absolute;
	height: 120px;
	bottom: 0;
	left: 0;
	background-color: #000000;
}

#footer {
	padding: 50px 0 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
}

/* =Fonts
------------------------------------------------------------------- */

/*
@font-face declarations
---------------------------
*/



/*
Font family declarations
---------------------------
*/

body,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #6d6e71;
}

h3,
legend,
label,
input[type="submit"],
span.submit,
#primary-navigation ul#sections,
#secondary-content header h1 {
	font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h2{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

#primary-navigation #breadcrumbs,
#secondary-content {
	font-family: Arial, Helvetica, sans-serif;
}

/* =Global elements: appearance and typography
------------------------------------------------------------------- */

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #0d7da0;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #0d7da0;
}

html {
	/*height: 100%;*/
}

body {

}

a,
a:active,
a:visited{
	outline: none;
	text-decoration: none;
	color: #6d6e71;
}

a:hover {
	text-decoration: underline;
}

p{
	padding: 0 0 1em 0;
}

/* =Header
------------------------------------------------------------------- */

#header-holder{
	background-color: #000000;
	color: #d1d3d4;
	padding: 0 0 1em 0;
	font-size: 14px;
	line-height: 17px;
}

/* Logo */
#header h1 a {
	width: 261px;
	height: 71px;
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	position: absolute;
	top: 22px;
	left: 0;
	background: url('../images/skin/logo.png') 0 0 no-repeat;
}

#header hgroup{
	min-height: 124px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
}

/* =Primary content
------------------------------------------------------------------- */

#primary-content {
	margin: 20px 0;
}
