/*  Globals
--------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}

body {
    text-align: center;
    font: 13px "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	background-attachment: fixed;
    color: #fff;
	margin: 0;
	letter-spacing:0.2px;
} 
hr { border:1px solid #F00;}

strong, b { font-weight: bold; }
em, i { font-style: italic; }
.small {
	font-size: 11px;
}
blockquote .small {
	font-weight: bold;
}

a {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	width: 600px;
	margin: 0 0 0 30px;
}

/* Global Styles
--------------------------------------------------------------------------------------------------- */
#bodyBg { background: url(../img/bg5.jpg) repeat top left #fff fixed;} 
#inner_banner { background: url(../banner/about/ab_3.jpg) no-repeat #000}
.more_btn {
	background: #f00;
	color: #fff;
	padding: 0 5px;
	font-size: 10px;
	text-transform: uppercase;
}
.more_btn:hover {
	background: #000;
	color: #fff;
}
body .glob_body .primary ol {
	margin: 0 0 20px 0px;
}
body .glob_body .primary ol li {
	margin: 5px 0;
	font-size:11px;
	text-align:left;
	
}
body .glob_body .primary ol li a {
	line-height: 20px;
	padding: 0 3px;
	border-bottom: 1px dotted #fff;
}
body .pinkArrow {
	list-style-image:url(../gfx/pink_arrow.gif);
	padding: 0 0 5px 0px;
	
}


.highlight {
	font: 11px "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	color: #f00
}
.poplight {
	font: 11px  "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	color: #f00;
	font-weight: bold;
}
.pageBox {
	text-align: center;
	padding: 20px;
	clear: both;
	overflow: hidden;
}
.subtitle_long {
	margin: 0 0 0 20px;
}
.project_box {
	width: 868px;
	margin: 0 auto;
	padding: 0px 50px 20px 50px;
}

.return_btn {
	display: block;
	width: 119px;
	height: 30px;
	background:url(../gfx/return.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 15px;
}
.return_btn:hover {
	background:url(../gfx/return.png) no-repeat 0 -30px;
}

.return2_btn {
	display: block;
	width: 119px;
	height: 30px;
	background:url(../gfx/return2.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 15px;
}
.return2_btn:hover {
	background:url(../gfx/return2.png) no-repeat 0 -30px;
}
	
/* Comments
--------------------------------------------------------------------------------------------------- */	
.comments_box {
	width: 990px;
	margin: 20px auto;
}	
.paginate {
	margin: 15px 0;
}
.comments_box #com_primary .com_box {
	padding: 20px 10px 30px 10px;
	border-bottom: 1px dashed #777;
	font-size: 12px;
	color: #fff;
}
.comments_box #com_primary .com_date {
	margin: 10px 0;
	font-size: 10px;
	color: #777;
}
.comments_box #com_primary {
	width: 570px;
	float: left;
	padding: 30px;
	background:url(../gfx/trans_bg_dark.png);
}
.comments_box #com_secondary {
	width: 290px;
	float: right;
	padding: 30px;
	background:url(../gfx/trans_bg_dark.png);
}
.comments_box input {
	width: 100%;
	font: 11px "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	border: 1px solid #333;
	background: url(../gfx/field_bg.jpg) repeat-x 0 0;
	padding: 2px;
	color: #f00;
}

.comments_box textarea {
	width: 100%;
	height: 50px;
	font: 11px "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	border: 1px solid #333;
	background: url(../gfx/txtarea_bg.jpg) repeat-x 0 100% #000;
	padding: 2px;
	color: #f00;
}

.globWrapper .comment_btn {
	display: block;
	width: 119px;
	height: 30px;
	background:url(../gfx/comment_btn.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 145px;
}
.globWrapper .comment_btn:hover {
	background:url(../gfx/comment_btn.png) no-repeat 0 -30px;
}

	
/* Banners
--------------------------------------------------------------------------------------------------- */
.header_image {
	width: 968px;
	height: 196px;
}
#featuredBg {
	width: 968px;
	height:196px;
}

	
/* Blog Articles
--------------------------------------------------------------------------------------------------- */	
.service_item {
	width: 400px;
	padding: 20px 25px;
	margin: 10px;
	float: left;
	background: url(../gfx/trans_bg.png);
	border: 1px solid #444;
}

.service_item img {
	float: left;
	margin: 0 15px 5px 0;
}
.blog_item {
	padding: 20px 50px;
	border-bottom: 1px dotted #555;
	clear: both;
}
.glob_con .blog_item {
	padding: 50px 50px;
	border: 0px;
}
.blog_item .blog_links{
	float: right;
}
.blog_item .blog_links a {
	margin: 0 10px;
}
.glob_con #in_service {
	padding: 20px 80px;
	border: 0px;
}
.glob_con #in_service p {
	margin: 25px 0;
	color: #999;
}
#icon_service {
	float: left;
	margin: 0 20px 20px 0;
	padding: 25px;
}
.blog_item h2.in_title {
	font: 35px "HelveticaNeueLT Std Thin", Arial, Gadget, sans-serif;
	line-height:35px;
	background: none;
	padding: 0;
	text-align: left;
	width: 100%;
	color: #fff;
	border: 0px;
	margin: 0;
}
.service_item h2.in_title {
	font: 30px "HelveticaNeueLT Std Thin", Arial, Gadget, sans-serif;
	line-height:30px;
	background: none;
	padding: 0;
	text-align: left;
	width: 100%;
	color: #fff;
	border: 0px;
	margin: 0;
}
.blog_item .png_bg, .service_item .png_bg {
	padding: 10px;
	float: left;
	margin: 0 15px 15px 0;
	background:url(../gfx/cross_bg.png);
}
.blog_item .png_bg:hover, .service_item .png_bg:hover {
	background: #EF1874;
}


.glob_body .secondary .blog_item p, .glob_con .secondary .service_item p {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}
.glob_body .secondary .blog_item p.news_date {
	font-size: 10px;
	margin: 0 0 15px 0;
	color: #888;
}
.glob_body .secondary .blog_item p.news_date b {
	font-weight: normal;
	color: #EF1874;
}

.glob_con .blog_item p,.glob_con .service_item p {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}
.glob_con .blog_item p.news_date {
	font-size: 10px;
	margin: 0 0 15px 0;
	color: #888;
}
.glob_con .blog_item p.news_date b {
	font-weight: normal;
	color: #EF1874;
}
	
/* Forms
--------------------------------------------------------------------------------------------------- */
.submit {
	width: 95%;
	margin: 0 auto;
	padding:10px 0 0 80px;
	color:#F00;
}

#submit {
	width: 95%;
	margin: 0 auto;
	padding:10px 0 0 80px;
	color:#F00;
}

#submit input { width:50px;}

.submit #btn_send {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	color: #999;
	padding: 2px 5px;
	margin: 0 13px 0 0;
	border: 1px solid #333;
	cursor: pointer;
}
.submit #btn_send:hover {
	background: #333;
	color: #fff;
	border: 1px solid #fff;
}
.glob_body .contact_img {
	width: 720px;
	padding: 20px 0 20px 40px;
	float: left;
	text-align:justify;
	font-family: "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	font-size:14px;
	letter-spacing:0.2px;
	line-height:18px;
}

.fieldkont {
	width: 200px;
	height: 15px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(../gfx/field_bg.jpg) repeat-x 0 0;
	
	color: #F00; 
}


.field textarea {
	width: 200px;
	height: 150px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(../gfx/txtarea_bg.jpg) repeat-x 0 100% #000;
	margin-top:5px;
	overflow:auto; color: #ffffff; 
}

.contact_img ul li { background: url(../img/bulet.png) left top no-repeat; margin:0 0px 0 20px; padding:0 0px 0 20px;}

.glob_body .contact_img img {
	border: 1px solid #777;
}
.glob_body .contact_box {
	width: 350px;
	padding: 20px 30px;
	float: right;
}

.contact_box .field label {
	float: left;
	width: 80px;
	color: #fff;
}
.contact_box .field {
	font-size: 10px;
	width: 100%;
	margin: 16px auto;
	color: #EF1874;
}
.contact_box  {
	width: 270px;
	font: 12px "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	border: 1px solid #333;
	background: url(../gfx/field_bg.jpg) repeat-x 0 0;
	padding: 2px;
	color: #f00;
	float: left;
	margin-right: 5px;
}
.contact_box  {
	width: 250px;
	height: 50px;
	font: 12px "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	border: 1px solid #333;
	background: url(../gfx/txtarea_bg.jpg) repeat-x 0 100% #000;
	padding: 2px;
	color: #f00;
}


.fieldtextarea {
	width: 160px;
	height: 150px;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(../gfx/txtarea_bg.jpg) repeat-x 0 100% #000;
	padding: 2px;
	color: #F00;
	overflow:auto; color: #ffffff; 
}


/*  Secure Forms
--------------------------------------------------------------------------------------------------- */
.globWrapper .globContainer #content .box #secure_box {
	padding: 15px 20px 20px 20px;
	margin: 0 0 5px;
	border: 1px solid #444;
	background:url(../gfx/trans_bg_dark.png);
}
.globWrapper .globContainer #content .box label {
	float: left;
	margin: 0 10px 0 0;
	font-size: 10px;
}
.globWrapper .globContainer #content .box button {
	padding: 5px;
	color: #fff;
	border: 1px solid #555;
	background:#EF1874;
}
.globWrapper .globContainer #content .box input {
	width: 195px;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(../gfx/field_bg.jpg) repeat-x 0 0;
	padding: 2px;
	color: #f00;
}
.globWrapper .globContainer #content .box .first {
	border: 0;
	padding: 10px 0;
}
.globWrapper .globContainer #content .box fieldset {
	padding: 10px;
	border: 1px solid #fff;
	float: left;
	margin: 0 10px;
	border: 1px solid #333;
}



/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
.globWrapper {
	width: 100%;
	text-align:left;
	position: relative;
}
.globWrapper .globContainer {
	width: 990px;
	margin: 0 auto;
}
.globContainer .head {
	width: 990px;
	height: 127px;
	position:relative;
}
.globContainer .inside_head {
	width: 990px;
	height: 160px;
	position:relative;
}
.globContainer .head #head_title {
	position: absolute;
	top: 35px;
	right: 0;
}
.globContainer .inside_head #head_title {
	position: absolute;
	top: 65px;
	right: 0;
}	
.globContainer .head .png_bg {
	display: block;
	position: absolute;
	width: 251px;
	height: 43px;
	bottom: 15px;
	left: 20px;
	background:url(../gfx/ovk.png) no-repeat;
	text-indent: -9999px;
}
#logo {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: -20px;
	width: 1000px;
	height: 200px;
	background:url(../img/proba.png) no-repeat;
}
#in_logo {
	position: relative;
	z-index: 0;
	top: 0px;
	left: -20px;
	width: 320px;
	height: 240px;
	background: url(../gfx/ovk.png) no-repeat;
}

/* Footer
--------------------------------------------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 100px;
	position: relative;
	font-size: 10px;
	color: #888;
}
#footer .photo_credit {
	top: 52px;
}
#footer #foot_links {
	position: absolute;
	top: 34px;
	left: 18px;
	background: #000;
	padding: 0 5px;
}
#footer p {
	position: absolute;
	left: 18px;
	top: 15px;
	background: #000;
	padding: 0 5px;
}
#footer #footer_inter {
	display: block;
	width: 143px;
	height: 37px;
	background:url(../gfx/logo_inter.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 15px;
}
#footer #footer_inter:hover {
	background:url(../gfx/logo_inter.png) no-repeat 0 -37px;
}
#footer #footer_exp {
	display: block;
	width: 55px;
	height: 37px;
	background:url(../gfx/exp_logo.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 165px;
}
#footer #footer_exp:hover {
	background:url(../gfx/exp_logo.png) no-repeat 0 -37px;
}

#footer #footer_twitter {
	display: block;
	width: 100px;
	height: 23px;
	background:url(../gfx/logo_twitter.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 15px;
	right: 380px;
}
#footer #footer_twitter:hover {
	background:url(../gfx/logo_twitter.png) no-repeat 0 -24px;
}

#footer #footer_linked {
	display: block;
	width: 100px;
	height: 29px;
	background:url(../gfx/logo_linked.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 15px;
	right: 270px;
}
#footer #footer_linked:hover {
	background:url(../gfx/logo_linked.png) no-repeat 0 -29px;
}

#footer #footer_face {
	display: block;
	width: 100px;
	height: 30px;
	background:url(../gfx/logo_facebook.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 12px;
	right: 490px;
}
#footer #footer_face:hover {
	background:url(../gfx/logo_facebook.png) no-repeat 0 -30px;
}

#footer #footer_rss {
	display: block;
	width: 25px;
	height: 25px;
	background:url(../gfx/logo_rss.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 17px;
	right: 233px;
}
#footer #footer_rss:hover {
	background:url(../gfx/logo_rss.png) no-repeat 0 -25px;
}

/* Tabs Styles
--------------------------------------------------------------------------------------------------- */
.box {
	margin: 0;
	padding: 0;
	position: relative;
}
.inBox {
	position: relative;
}
.inBox dl #tp_shine {
	width: 988px;
	height: 55px;
	margin: 0;
	padding: 0;
	background:url(../gfx/box_shine_top.png) no-repeat 0 0;
	position: absolute;
	top: 1px;
	left: 1px;
}
.inBox dl #bt_shine {
	width: 988px;
	height: 55px;
	margin: 0;
	padding: 0;
	background:url(../gfx/box_shine_bottom.png) no-repeat 0 0;
	position: absolute;
	bottom: 1px;
	left: 1px;
}
.inBox dl {
	clear: both;
	padding: 10px;
	background: url(../gfx/trans_bg_dark.png);
	position: relative;
}
.inBox .tab {
	float: right;
	margin: 0 3px;
	text-align: center;
}
.inBox .tabtxt{
	margin: 0;
	font: 14px "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	text-transform: none;
	line-height: 37px;
	font-weight:normal;
	letter-spacing:0.2px;
}
.inBox .tabtxt a {
	display: block;
	color: #ccc;
	height: 37px;
	width: 98px;
	background:  url(../gfx/tab_trans.png) no-repeat 0 -37px;
}
.inBox .tabtxt a:hover, .inBox .tabtxt a:focus {
	color: #F03;
	background:  url(../gfx/tab_trans.png) no-repeat 0 0;
}

#activ {
	color:#Fff;
	background:  url(../gfx/tab_trans.png) no-repeat 0 0px;
}

#activ a{
	color:	#Fff;
	background:  url(../gfx/tab_trans.png) no-repeat 0 0px;
}

#activ a:hover {
	color:	#Fff;
	background:  url(../gfx/tab_trans.png) no-repeat 0 0px;
}
/* Global Navigation
--------------------------------------------------------------------------------------------------- */
.globNav {
	width:100%;
	font-size: 10px;
	position: relative;
	bottom: 10px;
	left: 0px;
	z-index: 3000;
	text-align:center;
}
.globNav .png_bg {
	width: 100%;
	background: url(../gfx/trans_bg.png);
	display: inline-block;
	text-align:center;

}
.globNav ul {
	width: 990px;
	margin: 0 auto;
	margin-left:400px;
	text-align:center;
}
.globNav ul li {
	float: left;
	margin: 0 10px;
	
}
.globNav ul li a {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 5px;
	text-transform:uppercase;
}
.globNav ul li a:hover {
	color: #222;
	text-decoration:none;
	background: #f00;
}
#public ul li#nav_item1 a {
	color: #000;
	background: #f00;
}
#about ul li#nav_item2 a {
	color: #fff;
	background: #EF1874;
}
#services ul li#nav_item3 a {
	color: #fff;
	background: #EF1874;
}
#work ul li#nav_item4 a {
	color: #fff;
	background: #EF1874;
}
#blog ul li#nav_item5 a {
	color: #fff;
	background: #EF1874;
}
#contact ul li#nav_item6 a {
	color: #fff;
	background: #EF1874;
}

/* Head Banners
--------------------------------------------------------------------------------------------------- */
.box ul.png_bg {
	width: 968px;
	height:195px;
	border: 1px solid #444;
	background:url(../gfx/trans_bg_dark.png);
	position: relative;
}
.box ul.png_bg li.p_info {
	padding: 20px;
}
.box ul.png_bg li.sub_title {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 50%;
	background: url(../gfx/trans-40_bg.png);
	height: 70px;
	padding: 5px 0 5px 30px;
}

.box ul.png_bg h2.in_title {
	font: 25px "Trebuchet MS", Arial, Gadget, sans-serif;
	background: none;
	padding: 0;
	height: 35px;
	text-align: left;
	color: #fff;
	border: 0px;
	font-weight: normal;
	margin: 0;
}
.box ul.png_bg h2.in_title strong {
	color: #EF1874;
}
#home_banner {
	width: 968px;
	height:197px;
	border: 1px solid #444;
	background:url(../gfx/trans_bg.png);
	position: relative;
}
#home_banner h1 {
	display: block;
	background:url(../gfx/home_banner_title.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 662px;
	height: 75px;
	position: absolute;
	top: 35px;
	left: 40px;
}
#home_banner p {
	position: absolute;
	top: 140px;
	left: 41px;
}
#home_banner #hb_img {
	position: absolute;
	top:0;
	right:0;
	width: 268px;
	height: 197px;
	background:url(../gfx/hb_img.png) no-repeat 0 0;
	text-indent: -9999px;
	border: 0px;
}

#awards_banner {
	width: 968px;
	border: 1px solid #444;
	background:url(../gfx/trans_bg.png);
	position: relative;
}
#awards_banner .awards_list {
	width: 865px;
	height: 161px;
	margin: 20px 20px;
}
#awards_banner .awards_list li{
	float: left;
	width: 151px;
	margin: 0px 10px;
	background: none;
}
#news_banner {
	width: 968px;
	border: 1px solid #444;
	background:url(../gfx/trans_bg.png);
	position: relative;
}
#featured_banner {
	width: 968px;
	padding: 5px 0 0 0;
	background:url(../gfx/trans_bg.png);
	position: relative;
}
#inner_banner {
	width: 968px;
	border: 1px solid #444;
	background:url(../gfx/trans_bg.png);
	position: relative;
}

/* Global Body Columns
--------------------------------------------------------------------------------------------------- */
h4 {
	font: 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 15px 0;
}

h1 em {
	color: #EF1874;
	font-style: normal;
	
	
}
h4 em {
	color: #EF1874;
	font-style: normal;
	
}
.box ul.glob_items {
	margin: 0 0 0 40px;
}
.box ul.glob_items li {
	margin: 5px 0;
}
.glob_con {
	width: 968px;
	margin: 10px 0 0 0;
	position: relative;
}

.body_3box {
	float: left;
	width: 280px;
	padding: 20px;
}
.body_3box .png_bg {
	display: block;
	background: url(../gfx/cross_bg.png);
	padding: 10px;
	float: left;
	margin: 5px 0 20px 0;
}	
.body_3box .png_bg:hover {
	background: #EF1874;
}

.body_1box {
	float: left;
	width: 150px;
	height: 150px;
	padding: 0;
	position: relative;
	margin: 20px;
}
.body_1box .png_bg {
	display: block;
	background: url(../gfx/cross_bg.png);
	padding: 10px;
	top: 0;
	left: 0;
	margin: 0;
	position: absolute;
	z-index: 100;
}

.glob_con .body_1box .glowShadow {
	display: block;
	position: absolute;
	padding: 0px;
	z-index: 999;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 150px;
	background: url(../gfx/inglow.png);
}
.glob_con .body_1box .glowShadow:hover {
	background: none;
}

.glob_con .body_1box a.more_btn {
	position: absolute;
	padding: 5px 5px;
	z-index: 1000;
	top: 10px;
	left: 10px;
	width: 80px;
	background: #EF1874;
}
.glob_con .body_1box a.more_btn:hover {
	background: url(../gfx/trans_bg_dark.png);
}


.mini_list li {
	float: left;
	margin: 15px;
}
.mini_list li a.png_bg {
	display: block;
	background: url(../gfx/cross_bg.png);
	padding: 6px;
	float: left;
	margin: 0 0 20px 0;
}	
.mini_list li a.png_bg:hover {
	background: #EF1874;
}

.glob_body {
	width: 968px;
	margin: 10px 0 0 0;
	position: relative;
	background: url(../gfx/cross_bg2.png) repeat-y 0 0;
}
.glob_body .primary {
	float: left;
	width: 175px;
	padding: 20px 10px;
}

.glob_body .primary h1 {color:#Fff; font-size:28px; font-weight: normal; letter-spacing:0.2px; font-family: "Century Gothic", Tahoma, Verdana, sans-serif, Arial; margin: 0 0 10px 0; font-variant:small-caps;}
.glob_body .primary h1 span {color:#F00; font-size:30px; font-weight:bold; letter-spacing:-6px; padding-right:15px;}
.glob_body .secondary {
	float: right;
	width: 753px;
}
.glob_body .secondary p {
	line-height: 20px;
	color: #fff;
	margin: 15px 0;
}
.glob_body .secondary #in_center {
	width: 290px;
	float: left;
	padding: 20px 20px 20px 60px;
}
.glob_body .secondary #in_right {
	width: 330px;
	float: right;
	padding: 20px;
}	

.data_box {
	margin: 15px 0;
}
.data_box .data_primary {
	float: left;
	width: 20%;
	text-align: right;
	padding: 0 10px 0 0;
}
.data_box .data_secondary {
	width: 75%;
	float: right;
	color: #fff;
}
	

/* Head Slider News
--------------------------------------------------------------------------------------------------- */
#slider_news .contentdiv {
	width: 780px;
	padding: 20px 60px;
}

h3.in_title {
	font: 20px "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	background: none;
	padding: 0;
	text-align: left;
	height: 20px;
	color: #fff;
	border: 0px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#slider_news .contentdiv .news_date {
	font: 10px "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	margin: 0 0 20px 0;
}
#slider_news .contentdiv p {
	margin: 10px 0;
}
#slider_news .contentdiv .news_date b {
	color: #EF1874;
}
#slider_news .contentdiv .png_bg {
	display: block;
	background: url(../gfx/cross_bg.png);
	padding: 6px;
	float: left;
	margin: 0 25px 0 0;
}	
#slider_news .contentdiv .png_bg:hover {
	background: #EF1874;
}


/* Mini Boxes
--------------------------------------------------------------------------------------------------- */
#miniban_container {
	width: 990px;
	margin: 15px 0;
}
#miniban_container .mini_box {
	width: 330px;
	float: left;
	position: relative;
}
#miniban_container .mini_box .mini_head {
	width: 300px;
	height: 50px;
	position: relative;
	margin: 0 auto;

}
#miniban_container .mini_box .mini_head p {
	font: 10px "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
	color: #999;
	background:#000;
	position: absolute;
	top: 40px;
	left: 30px;
	padding: 0 5px;
}
#miniban_container .mini_box .mini_head .mini_title {
	position: absolute;

}

#miniban_container .mini_box dl {
	width: 300px;
	margin: 0 auto;
	background:url(../gfx/mini_bt_bg.png) no-repeat 0 100%;
	padding: 0 0 10px 0;
	font-size: 11px;
}
#miniban_container .mini_box dl p {
	margin: 0 0 10px 0;
	}
#miniban_container .mini_box dt {
	display: block;
	width: 300px;
	height: 10px;
	line-height:10px;
	display: inline-block;
	clear: both;
	background:url(../gfx/mini_tp_bg.png) no-repeat 0 0;
}
#miniban_container .mini_box dd {
	width: 270px;
	padding: 5px 15px;
	background:url(../gfx/mini_bg.png) repeat-y 0 0;
	line-height:150%;
	
}	
#miniban_container .mini_box dd .png_bg {
	display: block;
	background: url(../gfx/cross_bg.png);
	padding: 6px;
	float: left;
	margin: 0 15px 5px 0;
	
}
#miniban_container .mini_box h4 {
	margin: 0 0 -15px 0;
	padding: 0;
}
#miniban_container .mini_box dd .png_bg:hover {
	background: #EF1874;
}
#miniban_container .mini_box dd ul {
	margin: 0 0 0 20px;
}

/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
