/*
	======================
	commons / reset
	HEADER
	CONTENT
	FOOTER
	======================
*/


	html, body {margin: 0; padding: 0; background: #fff;}
	body {color: #000; font-family: Arial, sans-serif; font-size: 12px; line-height: 1.2em;}

	a {color: #0e71b4; text-decoration: underline;}
	a:hover {color: #e2001a; text-decoration: underline;}
	img {border: none;}
	* {padding: 0; margin: 0;}
	h1, h2, h3 {margin: 0; padding: 0; clear: both;}
	p, ul, ul li {margin:0; padding: 0;}

	

/*	======= HEADER ======= */

	#header {width: 940px; margin: 0 auto; background: #fff;}
		#header strong {display: block; height: 99px;}
			#header strong img {display: block;}
		#header h1 {width: 940px; height: 114px; margin: 0; padding: 0; font-size: 3em; font-weight: bold; color: #e2001a; }

/*	======= CONTENT ======= */

	#content {width: 940px; margin: 0 auto; background: #fff url(../img/bg-content-2.gif) left top no-repeat;}

		ul.tabs {width: 886px; margin: 0; padding: 0 0 0 54px; list-style: none; height: 22px; background: #e2001a url(../img/bg-ul-tabs.gif) left top no-repeat; }
		ul.tabs li {float: left;width: 85px; height: 20px; margin: 0; padding: 0; line-height: 21px; text-align: center; margin-bottom: -1px; overflow: hidden;position: relative; border: 1px solid #e2001a; background: #e2001a;}
		ul.tabs li a {display: block; padding: 0 10px; outline: none;text-decoration: none; color: #fff; text-transform: uppercase; font-weight: bold;}
			ul.tabs li a:hover {background: #fff; color:#e2001a;}
			ul.tabs li.active, ul.tabs li.active a:hover  {background: #fff; color: #e2001a; border-bottom: 1px solid #fff;}
			ul.tabs li.active a {color: #e2001a;}
			
		.tabContainer {margin: 0; padding:0;}
			.tabContent {clear: both; margin: 0; padding: 8px 0 0 0;}
				.tabContent img {margin: 0; padding: 0; display: block;}
				.tabContent p {width: 720px; padding: 10px 220px 5px 0; margin: 0;  display: block; font-size: .9em; line-height: 1.5em;}
					.tabContent p strong {font-weight: bold;color: #e2001a; text-transform: uppercase;}
					.tabContent p span {color:#0e71b4; font-weight: bold;}


/*	======= FOOTER ======= */

	#footer {clear: both; width: 900px; background: #e2001a; height: 23px; color: #fff; margin: 8px auto; padding: 0 20px; text-align: right; line-height: 23px}
		#footer a {font-weight: bold; color: #fff; text-decoration: none;}
