/* CSS Document */


/*---------------------  GENERAL TAGS  ---------------------*/


body {
	text-align: center;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	/*background: url(../images/general/bkgrnd_page.gif) repeat-x;*/
	background-color: #000000; }

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0; }

h1, h2, h3, h4, h5, h6 {
	line-height: 125%; }

h1 { font-size: 23px; }

h2 { font-size: 21px; }

h3 { font-size: 19px; }

h4 { font-size: 17px; }

h5 { font-size: 15px; }

h6 { font-size: 12px; }

ol { list-style: decimal; }

ul { list-style: disc; }

li { margin-left: 30px; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 10px; }

a {
	color: #BF272D;
	font-weight: bold;
	text-decoration: none; }
	a:hover {
		text-decoration: underline; }


/*---------------------  GENERAL  ---------------------*/


.inset_right {
	float: right;
	margin-left: 20px; }

.inset_left {
	float: left;
	margin-right: 20px; }

.rule_red, .rule_black {
	height: 1px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px; }
	.rule_red {
		background-color: #BF272D; }
	.rule_black {
		background-color: #000000; }

.right_col_pad {
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px; }

.two_col {
	float: left;
	width: 100%;
	background: url(../images/general/bkgrnd_two_col.gif) repeat-y; }

.red {
	color: #C5292C; }

.button {
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/general/bkgrnd_button.jpg) no-repeat;
	text-align: center;
	font-size: 14px; }
	/*.button:hover {
		color: #FFF3E8; }*/

#co_partner {
	position: relative;
	margin-top: -10px; }
	#co_partner h5 {
		top: 25px;
		position: absolute; }
	#co_partner img {
		float: right; }


/*---------------------  MASTER  ---------------------*/


#wrapper {
	/*width: 960px;*/
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF url(../images/general/bkgrnd_page.gif) repeat-x;
	padding-bottom: 20px; }

#header {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*border-bottom: 1px solid #000000;
	width: 940px;*/
	width: 960px;
	height: 145px;
	margin-bottom: 20px; }
	#header #logo {
		position: absolute;
		top: 38px;
		left: -5px;
		font-size: 12px;
		text-indent: -9999px; }
	#header #logo a {
		display: block;
		width: 195px;
		height: 105px;
		background: url(../images/master/logo.gif) no-repeat; }

#main_nav {
	position: absolute;
	top: 70px;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0; }
	#main_nav li {
		margin: 0 0 0 35px;
		padding: 0;
		float: left; }
	#main_nav #nav_01 a,
	#main_nav #nav_02 a,
	#main_nav #nav_03 a {
		text-indent: -9999px;
		display: block;
		height: 28px; }
	#main_nav #nav_01 a {
		width: 203px;
		background: url(../images/master/nav_01.gif) no-repeat 0 0; }
	#main_nav #nav_02 a {
		width: 180px;
		background: url(../images/master/nav_02.gif) no-repeat 0 0; }
	#main_nav #nav_03 a {
		width: 239px;
		background: url(../images/master/nav_03.gif) no-repeat 0 0; }
	#main_nav #nav_01 a:hover,
	#main_nav #nav_02 a:hover,
	#main_nav #nav_03 a:hover {
			background-position: 0 -28px; }
	/*#main_nav #nav_01 a.active,
	#main_nav #nav_01 a.active:hover,
	#main_nav #nav_02 a.active,
	#main_nav #nav_02 a.active:hover,
	#main_nav #nav_03 a.active,
	#main_nav #nav_03 a.active:hover {
			background-position: 0 -56px; }*/

#footer {
	margin-left: auto;
	margin-right: auto;
	padding: 15px 10px 30px 10px;
	width: 940px;
	font-size: 11px;
	text-align: left;
	color: #767676; }
	#footer a {
		color: #767676;
		text-decoration: underline; }

/*---------------------  INDEX  ---------------------*/

#container {
	margin-bottom: 15px; }
