*{
	padding: 0px ; margin: 0px;
}

body {
	text-align:left;
   	color: #333333;
	font-size:12px;
	position:relative;
	height:100%;
	font-weight:normal;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff url(../images/body-bg.jpg) 50% 0 repeat-y;
}

.clear{
	clear:both;
}

* html, * html body { 
	height: 100%;
	text-align:center;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td, address{
	margin:0px;
   	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#666666;
	text-align:left;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
}

input,textarea {
	color:#333333;
}

table{border-collapse:collapse;border-spacing:0;empty-cells:show;}
th,td{vertical-align:top;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
em { font-style: italic }
strong, b { font-weight: bold; color:#333333; }
iframe {margin:0px;}
p {margin-bottom:5px;}
table {width:100%;}
table tr td { padding:3px 5px; vertical-align:middle; }
table tr th { padding:3px 5px; vertical-align:middle; text-align:center; font-weight:bold; }
table tr td p { margin:2px auto;}
h1,h2,h3,h4,h5,h6{font-weight:bold; text-align:left;color:#333333;padding: 5px 0;}
h1 {
	font-size:20px;	
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:14px;
}

fieldset {
	border:1px solid #ffaf3d;
	padding:0px 0px 0px 5px;
	margin-bottom:10px;
	margin-right:5px;
}

fieldset legend {
	color:#FFAF3D;
	font-weight:bold;
	padding:0px 2px;
}

ul, ol {
	margin: 0px; 
	padding:0px;
	margin-left:25px;
}

ul li, ol li {
	margin: 0px 0px 0.01em 0px; 
	padding:0px;
	list-style-position:outside;
}

a {
	border:none;
	text-decoration:none;
	color:#154e79;
}

a:hover {
	 text-decoration:underline;
}

a img {
	border:none;
}

.clear{
	clear:both;	height:1px; display:block;overflow:hidden;
}

.clear5{
	clear:both;	height:5px; display:block;overflow:hidden;
}

.clear10{
	clear:both;	height:10px; display:block;overflow:hidden;
}

.clear15{
	clear:both;	height:15px; display:block;overflow:hidden;
}

.clear20{
	clear:both;	height:20px; display:block;overflow:hidden;
}

ul li {
	
}

#header-wrap {
	width: 100%;
	background:none;	
}
#header-container {
	width: 100%;
	background: #e9e9e9;
}
#header{
	width:980px;
	margin:0px auto;
}
#header .logo{
	float:left;
	padding:0 0 0 10px;
	width:500px;
}
#header .header-link {
	float:right;
	text-align: right;
	clear:right;
	width:470px;
	padding:15px 0px;
}
#header .header-link * {
	list-style:none;
	list-style-image:none;
	float:left;
	color:#757575;
}
#header .header-link ul {
	float:right;
}
#header .header-link ul li {
	border-right:1px solid #ccc;
}
#header .header-link ul li.last {
	border:none;
}
#header .header-link a {
	padding:0px 20px;
	font-weight:bold;
}
#header .search{
	width:470px;
	float:right;
	text-align:right;
	color:#666666;
	vertical-align:middle;
	padding-top:10px;
}
#header .header-social-links {
	width:135px;
	height:35px;
	padding:0px 15px;
	overflow:hidden;
	background:url(../images/social-links-bg.png) no-repeat center center;
	float:left;
}
#header .header-social-links * {
	line-height:35px;
	font-weight:bold;
}
#header .header-social-links span {
	padding-right:9px;
}
#header .header-social-links a {
	padding-left:10px;
}
#header .search-form {
	width:268px;
	height:35px;
	background:url(../images/search-form-bg.png) no-repeat center center;
	float:right;
	margin-right:20px;
}
#header .search-form form{
	display:inline;
}
#header .search-form input {
	vertical-align:middle;
	border:none;
	background:none;
	outline:none;
}
#header .search-form input.text{	
	width:230px;
	height:35px;
	padding:0px 10px 0px 30px;
	line-height:35px;
	overflow:hidden;
	color:#979696;
}




/*** main menu strat here ***/

#mainmenu {
   clear:both;
   margin:0;
   padding:0;
   width:100%;
   z-index:1000;
}

/* Top menu items */
#mainmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:left;
   position:relative;
	z-index:1000;
}
#mainmenu ul li {
   margin:0 0 0 1px;
   padding:15px 30px;
   float:left;
   position:relative;
}
#mainmenu ul > li.first {
   padding-left: 20px;
}
#mainmenu ul li a {
   display:block;
   text-decoration:none;
   color:#555;
   font-family:"Myriad Pro";
   font-size:16px;
}
#mainmenu ul li.active a {
   color:#154e79;
}
#mainmenu ul li a:hover {
   color:#154e79;
}
#mainmenu ul li:hover a,
#mainmenu ul li.hover a {
   color:#154e79;
}

/* Submenu items */
#mainmenu ul ul {
   	display:none; 
   	position:absolute;
   	top:45px;
   	left:15px;
   	right:auto; 
   	width:163px; 
	background:#154e79;
	padding: 8px 0;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
#mainmenu ul ul li {
   margin:0;
   padding:0px;
   clear:left;
   width:143px;
   padding:0px 10px!important;
}
#mainmenu ul ul li a,
#mainmenu ul li.active li a,
#mainmenu ul li:hover ul li a,
#mainmenu ul li.hover ul li a { 
   font-weight:normal;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#b0cee5;
   border-bottom:1px solid #1c5d8e;
   padding:5px;
}
#mainmenu ul ul li a:hover,
#mainmenu ul li.active ul li a:hover,
#mainmenu ul li:hover ul li a:hover,
#mainmenu ul li.hover ul li a:hover { 
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#mainmenu ul ul.last {
   left:auto;
   right:0;
}

/* Make the sub menus appear on hover */
#mainmenu ul li:hover ul,
#mainmenu ul li.hover ul {
   display:block;
}

#mainmenu ul li.item27 { display: none;}

/* third level menus */


#mainmenu ul li ul ul,
#mainmenu ul li ul ul {
	display:none;
   	position:relative;
   	float:left;
   	background:none;
   	top:0px;
   	left:0px;
}




#mainmenu ul ul ul li {
	padding:0px;
}

/*** main menu end here ***/

/* start of footer */
#footer-wrap {
	width: 960px;
	margin: 0 auto;
	background:#efefef;
	border-top:1px solid #e6e6e6;
}

#footer-container{
	width:960px;
	margin:0px auto;
}

#footer{
	padding:5px 10px;
	padding-bottom:10px;
	background:url(http://factory-cro.com/templates/factory/images/footer-bg.png) repeat-x ;
	color:#8e8e8e;
}
#footer,
#footer * {
	font-size:11px;
	color:inherit;
	color:#8e8e8e;
}
#footer-left {
	float:left; width:760px; padding: 5px 0;
}
#footer-left p {
	padding: 5px 0;
}
#footer-right {
	float:right; width:180px; text-align:right; padding: 10px 0;
}
#footer-right,
#footer-right * {
	font-weight:bold;
	text-align:right;
}

#footer img {
	padding-left:10px;
}

#footer ul {
	display:inline;
	padding:0px;
	margin:0px;
}
#footer ul li {
	display:inline;
	padding:0px 8px;
	margin:0px;
	border-right:1px solid #d7d7d7;
}
#footer ul li.last {
	border:none;
}

/* end of footer */

#content-wrap {
	width: 100%;
	background:#ffffff;
	padding-top: 10px;
}

#content-container{
	width:960px;
	margin:0px auto;
}



#content{
}
#content #breadcrumb {
	border-bottom:1px solid #cccccc;
	padding-bottom:7px;
	margin-bottom:5px;
}
#content #breadcrumb a {
	font-weight:bold;
}
#content #breadcrumb img {
	margin: 0 5px 2px 5px;
}
#content .block {
	clear:both;
	margin-bottom:20px;
	border:none;
}
#content .block .block-title {
	border:none;
}
#content .block .block-title cufon{
	top:1px;
}
#content .block .block-title {
	color:#1c4b7f;
	line-height:45px;
	font-size:30px;
	font-weight:500;
	padding: 10px 0;
}
#content .block .itemHeader { margin: 5px 0 10px -8px;}

#content .block .block-content {
	border:none;
	background:none;
	padding:0px;
}

#content .bottom-banner .block {
	clear:right;
	float:left;
	width:310px;
	margin:0px 5px;
}
.bottom-banner .block-title { margin-top: 5px;}
.bottom-banner .block-content .block { background: url(../images/block-bg.jpg) no-repeat;}

#content .bottom-banner .block-title,
#content .subCategory .block-title {
	color:#555;
	line-height:35px;
	font-size:20px;
	font-weight:bold;
	padding: 10px 20px;
	padding-bottom: 5px;
	margin-left: -1px;
}

#content .subCategory .block-title {
	color:#555;
	line-height:35px;
	font-size:20px;
	font-weight:500;
	padding: 10px 0;
	padding-bottom: 5px;
	margin-left: -2px;
}

.catItemHeader h3 { color: #333!important;font-family:'Myriad Pro'!important;}

#content .bottom-banner .read-more,
.subCategoryMore {
	background:url(../images/icon-arrow-left-round-blue.png) left center  no-repeat;
	padding:0px 20px;
	font-weight:bold;
	float:left;
	margin-left: 10px;
}
#content .bottom-banner .more-on,
.bottom-banner .more-on * {
	line-height:20px;
}

#content .column-right{
	float:right;
	width:310px;
	overflow:hidden;
}

#content .column-right .block {}
#content .column-right .block .block-title,
.moduletable h3 {
	color:#d63c58;
	line-height:40px;
	padding-left:0px;
	padding-bottom: 5px;
	font-size:24px;
	font-family:"Myriad Pro";
	border-bottom:1px solid #d8d8d8;
	margin-bottom:10px;
	font-weight:500;
}
#content .column-right .block.sidemenu .block-title {
	color:#333333;
}



.column-right .block .block-content {  background:#fff; padding:7px 0px;}

.k2-module-default-item {
	clear:both;
	margin-bottom: 20px;
}

.k2-module-default-item , .k2-module-default-item-more {
	
}


#content .column-right .sidemenu * {
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	line-height:35px;
	font-weight:bold;
	color:#333333;
}
#content .column-right .sidemenu li {
	width:100%;
	border-bottom:1px solid #d8d8d8;
	background:url(../images/icon-arrow-left-round-gray.png) 10px 9px no-repeat;
}
#content .column-right .sidemenu li a {
	padding-left:35px;
}
#content .column-right .sidemenu li li {
	width:100%;
	border:none;
	border-top:1px solid #d8d8d8;
	background:url(../images/icon-arrow-left-simple-gray.png) 35px 14px no-repeat;
}
#content .column-right .sidemenu li li.active {
	background:url(../images/icon-arrow-left-simple-red.png) 35px 14px no-repeat;
}
#content .column-right .sidemenu li li a {
	padding-left:50px;
}
#content .column-right .sidemenu li li a,
#content .column-right .sidemenu li li a * {
	font-weight:normal;
}

#content .column-right .sidemenu li a:hover,
#content .column-right .sidemenu li li a:hover,
#content .column-right .sidemenu li a:hover *,
#content .column-right .sidemenu li li a:hover *,
#content .column-right .sidemenu li#current.active a,
#content .column-right .sidemenu li#current.active a * {
	text-decoration:none;
	color:#d63c58;
}
#content .column-right .sidemenu li#current.active li a,
#content .column-right .sidemenu li#current.active li a span {
	color:#333333;
	font-weight:normal;
}

.k2-module-default-item-title {
	clear:both;
}
.k2-module-default-item-title,
.k2-module-default-item-title *,
.nsp_header,
.nsp_header * {
	font-weight:bold;
	color:#333333;
}

.k2-module-default-item-more a,
.nsp_art_page a.readon,
.read-more {
	background:url(../images/icon-arrow-left-line-blue.png) no-repeat center right;
	padding-right:20px;
	font-weight:bold;
}

.column-left{
	float:left;
	width:630px;
}

.column-left ul { margin: 10px 0 10px 25px;}

/* start of k2 class */
#k2Container {
    padding: 0px;
	border:none;
}

.itemView {
	border:none;
	margin:0px;
}
div.itemListCategory {
	font-size:14px;
}

div.subCategoryContainer {
	padding:0px; margin:0px; border:none; overflow:hidden; float:left;
}
div.subCategoryContainer.subCategoryContainerLast {
	margin:0px; 
}
div.subCategory {
	border:none;
	padding:0px;
	margin: 0px;
	padding-right:10px;
	background:none;
}

div.subCategory a.subCategoryImage, 
div.subCategory a.subCategoryImage:hover, 
div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {	
	float:left;
	margin:0px;
	padding:0px;
	margin-right:0;
	border:none;
}
div.subCategory .subCategoryContent{
	margin-left:148px;
}



div.catItemImageBlock * {
	padding:0px;
}
div.itemBody {
	padding:0px;
}
div.itemQuote {
	font-family:"Myriad Pro";
	font-size:24px!important;
	line-height:30px;
	font-style:italic;
	padding: 10px 0;
	padding-bottom: 15px;
	color: #888;
}
div.itemImageBlock {
	margin:0px;
	padding:0px;
}
span.itemImage img {
	padding:0px;
	border:none;
}
span.itemImageCaption {
	margin:0px auto;
	text-align:center;
	float:none;
	padding:0px 50px;
	color:#333;
}

.itemFullText img {
	padding:5px;
}
.itemExtraFields {
	border:none;
	margin:0px;
	padding:0px;
}

.itemExtraFields tr td {
	padding:0px;
	padding-right:5px;
	vertical-align:top;
}
.itemExtraFields ul {
	margin:0px;
	padding:0px;
}
.itemExtraFields ul li {
	border:none;
	background:none;
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {
	width:15%;
}

/* end   of k2 class */
 
/* strat of news section */
div.itemListNews{
	clear:both;
}

div.itemListLeadingNews{
	clear:both;
}
div.itemContainerLeadingNews {
	clear:both;
}


div.itemListPrimaryNews{
	clear:both;
}
div.itemContainerPrimaryNews {
	clear:right;
	float:left;
	overflow:hidden;
	padding:0px;
	padding-right:5px;
	padding-bottom: 5px;
}
#content div.itemContainerPrimaryNews .block {
	margin-bottom:4px;
}
div.itemContainerPrimaryNews.itemContainerLastPrimaryNews {
	padding-right:0px;
}

/* end of news section */

/* start of pagination */
div.pagination {
	display:block;
	clear:both;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
div.pagination * {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
div.pagination a:hover {
	color:#666666;
}
div.pagination span {
	padding:2px 5px;
}

div.pagination span.active, div.pagination span.active a, div.pagination a.disabled {
	
}
/* end of pagination */


.gk_news_image_1_thumbnails,
.gk_news_image_1_tick_buttons,
.gk_news_image_1_interface_buttons {
	display:none;
}
#gk_news_image_1-home_top_banner .gk_news_image_1_text_bg {
	left:0px;
	top:0px;
	background:none;
	background: url(../images/home-slide-text-bg.png) left top no-repeat;
	width:260px;
	height:225px;
}
#gk_news_image_1-home_top_banner div.gk_news_image_1_text {
	left:0px;
	top:0px;
	background:none;
	width:220px;
	height:140px!important;
	padding-left:20px;
	padding-top:10px;
}

#gk_news_image_1-home_top_banner h2 {
	margin-bottom:5px!important;
	line-height: .8;
}
#gk_news_image_1-home_top_banner h2 a {
    font-size: 27px;
	font-family: "Myriad Pro";
	font-weight:500px;
    text-decoration: none;
	color:#fff;
}
#gk_news_image_1-home_top_banner .gk_news_image_link.readon {
	display:block;
	background:url(../images/icon-arrow-left-line-white.png) 75px center  no-repeat;
}

.itemListCategoriesBlock #gk_news_image_1-home_top_banner h2 { font-family: "Myriad Pro"; color: #fff; font-size: 24px; font-weight: normal;}
.itemListCategoriesBlock #gk_news_image_1-home_top_banner div.gk_news_image_1_text { padding-top:20px; height:160px!important; }
.itemListCategoriesBlock #gk_news_image_1-home_top_banner div.gk_news_image_1_text p, span.quote { font-size: 12px; font-style: italic; }

#gk_news_image_1-home_top_banner img {
	display:block;
	background:url(../images/icon-arrow-left-line-white.png) 75px center  no-repeat;
}

#sbox-content .block-title { padding: 5px 0;}

.countries { margin: 20px 0;}
.countries th { color: #333; font-family: "Myriad Pro"; font-weight: normal; font-size: 20px; text-align: left;}
.countries td { font-size: 14px; }

p.intro { font-size: 14px;}
.homeblock { }