html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
HTML {
   overflow: -moz-scrollbars-vertical;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* COMMON TAGS */
a{
	text-decoration: none; 
	color:#0000ff;
	font-weight: bold;
	text-transform: uppercase;
}
.clear{
	clear:both; 
	line-height:1px; 
	height:1px;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
	}

/* LAYOUT TAGS */
body{
	background:#ffffff;
	font-family:"Myriad Pro", sans-serif;
	font-size:13px;
	
}
.box{
	width:960px;
	margin:0 auto;
}

/* header */

#header{
	width:100%;
}
#header_wrap{
	width:100%;
}

#navigation{
	width:100%;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	text-align:right;
	font-family: 'Arial';
}
#navigation ul{
	float:left;
	width:100%;
	margin: -1px 0 0 0;
	padding : 0;
	z-index:10000;
	position:relative;
	
}
#navigation li{
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	line-height:42px;
	font-weight:bold;
	padding:0;
	float:left;
	position:relative;
	z-index:10000;
	margin: 0 0 0 8px;
	

}
#navigation li a{
	display:block;
	padding:0 14px;
	color:#000;
	
}
#navigation li a:hover, #navigation li a.active{
	color:#af1b17;
	background:#000;
}

#navigation ul li{
	float:left;
	zoom:1;
	position:relative;
	z-index:10000;
}
#navigation ul li:hover a{display: block;color:#af1b17; background:#000;}
#navigation ul li.hover,
#navigation ul li:hover li a{position:relative; color:#fff;
	background:#000;}
#navigation ul ul{
	visibility:hidden;
	position:absolute;
	top: 42px;
	left: 0px;
	font-size:60%;
	z-index:10000;
	margin:0 0 0px 0px;
	padding:0 4px;
	width:280px;
	background:#000;
}

#navigation ul ul li{
	float:none;
	margin:0 0 0 0px;
	text-align:left;
	font-size:12px;
	line-height:40px;
	height:40px;
	padding:0px 5px;
	display:block;
	text-transform:uppercase;
	border-bottom:solid 1px #ccc;
	

}
#navigation ul ul li:last-child{
	border:none;
}
#navigation ul ul li a{
	display:block;
	text-decoration:none;
	margin:0;
	color:#fff;
	height:auto;
	background:none;
	text-align:left;
	padding:0;
	width:auto;

} 
#navigation ul ul li a:hover{color:#af1b17;}
#navigation ul li:hover > ul{ visibility:visible; }


/* container */
#container{
	width:100%;
	background: #ffffff;
}
#showcase{
	width:100%;
	background:url(../img/shadow_showcase.png) no-repeat center bottom;
}
#showcase.gap{
	padding:0px 0 75px 0;
	margin:0 0 -58px 0;
}
#leftcol{
	width:642px;
	float:left;
}
#leftcol a{
	color:#0000ff;
}

.content{
	width:590px;
	padding:20px 0 0 20px;
}


.content h3{
	font-size:21px;
	padding:0 0 10px 0;
	color: black;
}
.content h2{
	font-size:28px;
	font-weight:normal;
	line-height: 120%;
	padding:0 0 20px 0;
}
.content p{
	line-height: 120%;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	color: black;
}

.content em{
	line-height:20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 0 8px 0;
	color: black;
	font-style:italic;
}

.content ul {
	margin-left: 15px;
	margin-bottom: 10px;
	color:#000;
	line-height:18px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
}

.content li {
	text-align: left;
	padding: 5px 0 0 3px;
	float: none;
	list-style: disc;
	line-height: 120%;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	color: black;

}

.content a {
	color:#0000ff;
	font-weight:bold;
}

#rightcol{
	width:310px;
	float:left;
	padding:  0 0 0 8px;
}

#rightcol p{
	line-height:18px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	color: black;
}



.news{
	width:300px;
	margin: 20px 0 0 0;
}
.news h3{
	font-size:18px;
	line-height:32px;
	text-transform:uppercase;
	background:#bebebe;
	padding:0 0 0 5px;
	margin:0 0 1px 0;
}
.news_box{
	width:300px;
	padding:0px;
	background: #dfdfdf;
	position:relative;
}
.news_box li{
	padding:6px;
	border-bottom:solid 1px #fff;
	
}
.news_box li.next{
	padding:6px;
	border-bottom:solid 1px #fff;
	background: #ececec;
}
.news_box li.last{
	border:none;
}
.news_box span.number{
	font-size:42px;
	color:#de8169;
	display:block;
	float:left;
	padding:0 13px 0 0;
}
.news_box h4{
	font-size:19px;
	padding:5px 0 0 0;
}
.news_box a{
	color:#6b6b6b;
	font-size:12px;
	margin: 0px;
	font-weight: 100;
}
.news_box a:hover{
	color:#000;
}
.news_box p{
	font-size:14px;
	margin: 0 0 0 15px;
}
.arrow{
	width:24px;
	height:24px;
}
.arrow.a_left{
	position:absolute;
	left:2px;
	top:45px;
}
.arrow.a_right{
	position:absolute;
	right:2px;
	top:45px;
}
#category{
	width:100%;
	margin:20px 0 0 0;
	padding:15px 0;
	border-top:solid 7px #000;
}
#category li{
	width:195px;
	float:left;
	padding:0 60px 0 0;
	text-align:center;
}
#category li.last{
	padding:0;
}
#category li h4{
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
}
#category li h4 span{
	font-size:16px;
}
#category img{
	margin:10px 0;
}
#category li a.button{
	width:114px;
	height:31px;
	background:url(../img/bg_button.png) no-repeat center bottom;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
	padding:0 0 0 20px;
	margin:0 auto;
}
#category li a:hover.button{
	background-position:center top;
}

/* footer */
#footer{
	width:940px;
	margin:0 auto;
	padding:10px;
	background: #FFFFFF;
}

.sign_up{
	width:700px;
	min-height:65px;
	float:left;
	background:url(../img/divider_footer_top.png) repeat-y left top;
}
.sign_up span.mail{
	width:65px;
	display:block;
	background:url(../img/divider_footer_top.png) repeat-y right top;
	float:left;
	padding:22px 0;
	text-align:center;
}
.sign_up label{
	font-size:16px;
	text-transform:uppercase;
	line-height:42px;
	padding:0 25px 0 10px;
	margin:0;
}
.sign_up .input{
	width:211px;
	height:33px;
	background:url(../img/bg_input.png) no-repeat;
	font-size:12px;
	color:#fff;
	padding:0px 15px;
	border:none;
	margin: 12px 0 0 0;
	line-height:42px;
}

.sign_up .newsbtn{
	width:77px;
	height:31px;
	border:none;
	margin:6px 0 0 10px;
}
.social{
	width:260px;
	float:left;
	background:url(../img/divider_footer_top.png) repeat-y right top;
	text-align:right;
}
.social li{
	float:right;
	padding:13px 5px 13px 0;
	font-size:16px;
	text-transform:uppercase;
	line-height:37px;
}
.social li.divider{
	background:url(../img/divider_footer_top.png) repeat-y left top;
}
.social li.divider span{
	padding:0 10px 0 5px;
}
#footer_bottom{
	width:100%;
	padding:20px 0;
}
.footer_logo{
	float:left;
	margin:0 55px;
	}
#footer_bottom li img{
	float:left;
	margin:0 55px 0 0;
}
#footer_bottom #animate{
	float:left;
	width:740px;
	}

/* inner page */
.fullcol{
	width:100%;
	background:#fff;
	padding:0 0 5px 0;
}

.inner_page .content p{
	color:#000;
	line-height:21px;
}
.inner_page #showcase{
	border-bottom:solid 1px #a41915;
}
.inner_page .news h3{
	padding:0 0 0 10px;
	text-transform:none;
}
.inner_page #rightcol{
	position:relative;
	right:-3px;
	top:5px;
}
.inner_page .news_box{
	width:282px;
	padding:0 15px 10px 15px;
	margin:0 0 5px 0;
}
.date_box{
	width:40px;
	float:left;
	padding:0 10px 0 0;
	text-align:center;
	font-size:14px;
}
.date_box span{
	display:block;
	width:40px;
	height:35px;
	background:url(../img/bg_date_box.png) no-repeat;
	font-size:22px;
	line-height:37px;
	font-weight:bold;
	margin:0 0 5px 0;
}
.news_box span.pagination{
	float:right;
	display:block;
	padding:10px 10px 0 0;
}
.common{
	width:100%;
	padding:0 0 5px 0;
}