/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
body {
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    color:#808080;
    min-width:960px;
    background:#fff url(../images/bg-tail.gif) center top repeat;
}

.fit .page-top {
    margin-bottom:30px;
    width:960px; 	
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.932em;
    overflow: hidden;
}

.fit .main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.932em;
    overflow:hidden;
}

a {color:#d43400; outline:none;}
a:hover {text-decoration:none;}

.wrapper {width:100%; overflow:hidden;}
 
p {margin-bottom:18px;}


.reg {text-transform:uppercase;}


/*********************************boxes**********************************/
.info-jquery-tab {
    overflow:hidden;
    padding:55px 0 10px 0;
}
.buttons a:hover {cursor:pointer;}


/*********************************header*************************************/
.fit header {
	width:100%;
	position:relative; 
	z-index:2;
}
/***** menu *****/
.fit header nav{
	width:100%;
	padding-bottom:2px;
	background:url(../images/menu-row-tail.gif) center bottom repeat-x #fff;
    text-align: center;
}
.fit header nav  ul{
    border-left:1px solid #e5e5e5;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    *zoom:1;
    *display: inline;
}
.fit header nav  ul > li {
	position:relative;
	border-right:1px solid #e5e5e5;
    display: inline-block;
    *zoom:1;
    *display: inline;
}
.fit header nav  ul > li > a {
	display:block; 
	font-size:14px; 
    line-height: 16px;
    padding: 20px 25px 20px;
	color:#272727; 
	text-transform:uppercase; 
	text-align:center;
    text-decoration: none;
}
.fit header nav  ul li a.active,
.fit header nav  ul > li > a:hover {color:#fff; background:#c32300;}

.fit header nav+div {
    overflow: hidden;
    width: 960px;
    margin: 0 auto; 
    padding: 40px 0;
}
.fit header nav+div .logo {
    float:left;
}
.fit header .logo a {
	display:block; 
    text-decoration:none;
}

/***** search form *****/
.search-form-wrapper {
	float: right;
	width: 230px;
	overflow: hidden;
}
.search-form-wrapper #searchResults,
.search-form-wrapper  h4 {
	display: none;
}
.search-form fieldset {
	position:relative; 
	display:block; 
	width:220px;
	height:38px;
	padding-left:10px;
	background:url(../images/search-bg.jpg) 0 0 no-repeat; 
}
.search-form input {
	width:160px; 
	font-size:14px;
	line-height:1.25em;
	padding:11px 20px 9px 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#d4d4d4;
	text-transform:uppercase;
	background:none;
	border:none;
	margin:0;
	outline:none;
}
.search-form .search-button {
	display:block; 
	width:20px;
	height:20px;
	padding:0;
	text-indent:-5000px;
	background:url(../images/search-icon.png) left top no-repeat;
	position:absolute;
	right:9px;
	top:9px;
}
.search-form .search-button:hover {background-position:left bottom;}

.row-bot {
	width:100%;
	height:30px;
	background:url(../images/row-bot-tail.gif) center top repeat-x;
	overflow:hidden;
}

/***** tabs *****/
ul.tabs-fitline {
	list-style: none;
	width: 960px;
	margin:0 auto;
	overflow:hidden;
}
ul.tabs-fitline li {
	float: left;
	overflow: hidden;
	position: relative;
	padding-left:12px;
}
ul.tabs-fitline li:first-child {padding:0;}
ul.tabs-fitline li a {
	text-decoration: none;
	color: #fff;
	background:url(../images/tabs-a.png) right top no-repeat;
	display: block;
	width:312px;
	height:57px;
	text-align:center;
	font-size:14px;
	line-height:57px;
	font-weight:bold;
	text-transform:uppercase;
}
ul.tabs-fitline li.active a, ul.tabs-fitline li a:hover  {background-position:left top;}

.tab_container {
	width:100%;
	height:380px;
	overflow:hidden;
	background:url(../images/tabs-content-tail.gif) center top repeat-x;
}
.tab_content {
	width:960px;
	background:url(../images/tabs-bg.jpg) center top no-repeat;
	padding:20px 0;
    margin:0 auto;
    overflow:hidden;
}
.tab_content figure {
    float: right; 
    margin: 0;
}
.tab_content figure img{
	width: 626px;
	height: 340px;
}
.tab_content p {
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}
.info-jquery-tab > strong {
	display:block;
	font-size:44px;
	line-height:40px;
	color:#f0f0f0;
	text-align:center;
	letter-spacing:-3px;
	margin-bottom:10px;
    word-wrap: break-word;
}
.tab_container .button {
	display:block; 
	padding: 0 0 4px 75px;
	background:url(../images/button-shadow.png) 75px bottom no-repeat;
	position:relative;
    width: 177px;
    height: 40px;
}
.tab_container .button a {
    display:block;
    width: 177px;
    height: 40px;
    font-size:15px;
    line-height:2em;
    text-transform:uppercase;
    color:#fff;
    background:url(../images/button-tail.gif) 0 0 repeat-x #ad0100;
    border-radius:20px;
    cursor: pointer;
    text-align: center;
}
.tab_container .button strong {
    display:inline-block;
    padding-right:39px;
    background:url(../images/button-marker.png) right center no-repeat;
    line-height: 42px;
}
.tab_container .button a:hover {background:#ad0100;}



/*********************************content*************************************/
body>section{
    line-height: 25px;
    font-size: 13px;
	width: 960px; 
	padding: 37px 0 45px;
	position: relative;
	z-index: 1;
    margin: 0 auto;
    overflow: hidden;
}
aside {
    width: 300px;
    display: inline;
    margin:0 10px;
}
article {
    display: inline;
    margin:0 10px;
}
section h1 {
	font-size:26px; 
	line-height:2em; 
	color:#272727;
	font-weight:normal;
	margin-top:-10px;
	margin-bottom:10px;
}
section h2 {
	font-size:22px; 
	line-height:2em; 
	color:#272727;
	font-weight:normal;
	margin-top:-10px;
	margin-bottom:8px;
}
section h3 {
	font-size:18px; 
	line-height:2em; 
	color:#272727;
	font-weight:normal;
	margin-bottom:6px;
}
section h5 {color:#d43400; font-weight:normal; margin-bottom:3px;}
section h6 {color:#272727; margin-bottom:5px;}

article.with-left-sidebar {
    width:620px;
    float: right;
}
article.with-right-sidebar {
    width:620px;
    float: left;
}
article.full{
    width:940px;
    float: right;
}
aside.left-sidebar {
    float: left;
}
aside.right-sidebar {
    float: right;
}
.fit a.more {
	display:inline-block;
	padding:5px 20px;
	font-size:13px;
	line-height:1.23em;
	color:#fff;
	background:#d43400;
	text-decoration:none;
	margin: 10px 0;
}
.fit a.more:hover {background:#222;}

section ul li {
	line-height:18px; 
	padding:6px 0 6px 15px; 
	background:url(../images/marker-1.gif) 0 12px no-repeat;
}
section ul li a {
	display:inline-block;
	color:#808080;
    text-decoration:underline;
}
section ul li a:hover {color:#d43400; text-decoration:none;}
section article ul {
	padding-left: 20px;
}


.buttons {padding:8px 0 0 0; text-align:right;}
.buttons a {margin-left:7px; padding:5px 35px;}		

/****************************footer************************/
footer {
	width:100%; 
	padding:25px 0 30px;
	background:#fff url(../images/footer-tail.gif) center top repeat-x;
	text-align: center;
}

footer span {display:block;}
