/* CSS Document */

body {	
	background-color: #B12C00;
	/* background-image:url(images/bgtile.jpg); */
    /* background-repeat: repeat-x; */
	margin: 0;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.background {
	position: absolute;
	top: 0px;
	right: 0px;
}

.content_wrapper {
	position: relative;
	width: 720px;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	z-index:2;
}

.logo {
	position: relative;
	width: 278px;
	top: 10px;
	left: 0px;
}

.navigation {
	position: relative;	
	width: 70px;
	top: 120px;
	float: left;
	left: 30px;
}

#navigation_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation_menu li {
	padding: 5px;		
}

.home_content_container {
	position: relative;
	width: 380px;
	float: left;
	top: 50px;
}

.home_content {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
}

.home_services_container {
	position: relative;
	width: 231px;
	left: 20px;
	padding-top: 20px;
	padding-left: 20px;
	height: 360px;	
	background-image:url(images/services_bg.gif);
	background-repeat: no-repeat;
	float: left;
	top: 50px;
}

.home_services {
	position: relative;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFEFD0;
	line-height: 23px;
	float: left;
}

.home_services_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #2E0B00;
	line-height: 20px;
}

.new_release_container {
	position: relative;
	width: 231px;
	left: -18px;
	height: auto;
	float: left;
	top: 50px;
}

.sub_content_container {
	position: relative;
	width: 631px;
	height: auto;
	float: left;
	top: 50px;
}

.sub_content {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
}

.client_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #FFEFD0;
	line-height: 20px;
}

a.client_list:link, a.client_list:active, a.client_list:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #FFEFD0;
	line-height: 20px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #FFEFD0;
}



	