/* Layout
================================================*/
body {
	background: #fff url(/software_resource_services/images/bg_body.png) repeat-x 0 0;
	color: #333;
}

body, html
{
	height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
}

/* header
================================================*/
#header {
	background: transparent url(/software_resource_services/images/bg_header.jpg) no-repeat 0 5px;
	margin: 0;
	padding: 0;
	height: 218px;
}

#header h1 {
	color: #000000;
	font-size: 50px;
	font-style: italic;
	letter-spacing: 0.15em;
	line-height: 1.1;
	margin-bottom: 0;
	padding-top: 50px;
}

#header p {
	font-size: 23px;
	margin-bottom: 0;
}

#header img {
	float: right;
	margin-top: 5px;
}

/* headings
================================================*/
h1#icon_srs-info {
	background: #fff url(/software_resource_services/images/icon_srs-info.png) no-repeat 0 3px;
	padding-left: 55px;
	margin-left: -3px;
}

h1#icon_coming-soon {
	background: #fff url(/software_resource_services/images/icon_coming-soon.png) no-repeat 0 3px;
	padding-left: 55px;
	margin-left: -3px;
}

h1#icon_new-product {
	background: #fff url(/software_resource_services/images/icon_new-product.png) no-repeat 0 3px;
	padding-left: 55px;
	margin-left: -3px;
}

h1#icon_product-updates {
	background: #fff url(/software_resource_services/images/icon_product-updates.png) no-repeat 0 3px;
	padding-left: 55px;
	margin-left: -3px;
}

h1#icon_feedback {
	background: #fff url(/software_resource_services/images/icon_feedback.png) no-repeat 0 3px;
	padding-left: 55px;
	margin-left: -3px;
}


h1#icon_contact-info {
	background: #fff url(/software_resource_services/images/icon_contact-info.png) no-repeat 0 3px;
	padding-left: 55px;
	margin-left: -3px;
}

h1#icon_fy-end-info {
	background: #fff url(/software_resource_services/images/icon_fy-end-info.png) no-repeat 0 3px;
	padding-left: 55px;
	margin-left: -3px;
}

h1#icon_important-dates {
	background: #fff url(/software_resource_services/images/icon_important-dates.png) no-repeat 0 3px;
	padding-left: 55px;
	margin-left: -3px;
}

h1#icon_vendor-programs {
	background: #fff url(/software_resource_services/images/icon_vendor-programs.png) no-repeat 0 3px;
	padding-left: 55px;
	margin-left: -3px;
}

h1 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: .5;
	color: #b4192a;
	padding-bottom: 10px;
}

h1 img {
	float: left;
	margin-right: 5px;
	margin-bottom: 18px;
	margin-top: 2px;
}


h1#h1-italic {
font-style: italic;
}

/* links
================================================*/
a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* main
================================================*/
#main {
	margin: 25px 0;
}

/* navigation
================================================*/
#navigation {
	background: transparent url(/software_resource_services/images/bg_navigation-bottom.png) no-repeat left bottom;	
	margin-top: 5px;
}

#navigation ul {
	position:relative;
	background: #333 url(/software_resource_services/images/bg_navigation.png) no-repeat 0 0;
	padding: 20px 18px 0 18px;
	font-size: 16px;
	list-style-type: none;
}

#navigation ul li {
	line-height: 1.6;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e9e9e9;
}

#navigation ul li.first {
	border-top: 1px solid #e9e9e9;
}

#navigation ul li a {
	color: #333;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #B4192A;
}

#navigation ul li#active a {
	background: #fff url(/software_resource_services/images/bg_navigation-active.png) repeat-y top right;
	display: block;
	color: #B4192A;
}


/* Contact
================================================*/
#contact_form fieldset {
	border:1px solid #CCCCCC;
	margin-bottom: 1.5em;
	padding: 10px;
	background: #f1f1f1;
}

#contact_form legend {
	color: #000000;
	font-weight: bold;
	padding: 0.3em 0.5em;
	display: none;
}

.sidebar {
	margin-top: 75px;
}

.sidebar h4 {
	/*background: #fff url(/software_resource_services/images/bg_navigation-active.png) repeat-y top right;*/
	border-top: 2px solid #b4192a;	
	font-size: 15px;
}

#contact_form  .validation-failed {
	border:1px solid #FF0000;
}

#contact_form  .validation-advice {
	color:#FF0000;
	font-weight:bold;
}

#contact_form  .warning {
	border:1px solid #E0E0E0;
}

#contact_form  .warning-advice {
	background-color:#E6E6E6;
	color:#333333;
	margin:2px 0;
	padding:2px 5px;
}

/* Footer
================================================*/
#push {
	height: 120px;
	clear: both;
}
#footer {
	background: #525252 url(/software_resource_services/images/bg_footer.png) repeat-x 0 0;
	margin: 0 auto;	
	color: #d9d9d9;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
	padding: 10px 0;
	height: 100px;
}

#footer p {
	display: block;
	padding-left: 100px;
	margin-bottom: 6px;
}

#footer_left {
	background: #525252 url(/software_resource_services/images/logo_bor.png) no-repeat 0 0;
}

#footer a, #footer a:hover {
	color: #d9d9d9;
}

#footer a:hover {
	text-decoration: none;
}

#footer_right {
	text-align: right;
}
