/* COMMON STYLE

--------------------------------------------------------- */

body {

	background: #fff;

	color: #000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 1.5;

}



body#bd { 

	color: #5c5c5c;

}



body.fs1 { font-size: 10px; }

body.fs2 { font-size: 11px; }

body.fs3 { font-size: 12px; }

body.fs4 { font-size: 13px; }

body.fs5 { font-size: 14px; }

body.fs6 { font-size: 15px; }



/* Normal links ---*/

a { 

	color: #000000; 

	text-decoration: none;	
font-weight: bold;

}



a:hover, 

a:active, 

a:focus { 

	text-decoration: underline 

}



/* Readon links ---*/

a.readon, 

a.more {

	background: url(../images/arrow.png) no-repeat right center;

	padding-right: 10px;

	margin-right: 10px;

}



a.readon:hover, 

a.readon:active, 

a.readon:focus,

a.more:hover, 

a.more:active, 

a.more:focus{ }



/* Download link ---*/

a.download-link { 

	background: url(../images/arrow-down.png) no-repeat right center;

	padding-right: 10px;

	margin-right: 10px;

}



/* Content spacing ---*/

.column p, .column pre, .column blockquote,

.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,

.column ol, .column ul { 

	margin: 15px 0; 

	padding: 0; 

}



ul.itemRatingList {

	margin: 0;

}



.column p  { margin: 10px 0; padding: 0; }



/* Headings & Titles ---*/

h1 { font-size: 220%; }

h2 { font-size: 190%; }

h3 { font-size: 160%; }

h4 { font-size: 140%; }

h5 { font-size: 110%; }



.contentheading, .componentheading, h1, h2, h3, h4, h5, h6 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	line-height: 1.2;

	color: #393939;

	text-transform: uppercase;

}

h1 a, 

h2 a, 

h3 a, 

h4 a, 

h5 a, 

h6 a {

	color: #393939;

}

h1 a:hover, 

h2 a:hover, 

h3 a:hover, 

h4 a:hover, 

h5 a:hover, 

h6 a:hover {

	color: #393939;

	text-decoration: none;

}



h1.componentheading, 

.componentheading { 

	margin: 0; 

	padding: 0 0 7px; 

}



.componentheading {

	font-size: 190%;

}



h2.contentheading, 

.contentheading { 

	margin: 0; 

	padding: 0 0 7px;

}



.contentheading { 

	font-size: 190%; 

}



.blog .contentheading { 

	font-size: 145%; 

}



a.contentpagetitle,

a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus { 

	font-weight: bold; 

}



.category { 

	font-size: 110%; 

	font-weight: bold; 

}



/* Small text ---*/

small, .small, 

.smalldark, 

.createby, 

.createdate, 

.modifydate, 

.img_caption, 

.contenttoc,

p.site-slogan, 

.ja-navhelper, 

#ja-footer, 

p.counter,

div.counter, 

ul.pagination { 

	font-size: 92%; 

}



small, .small { }



.smalldark { text-align: left; }



/* List ---*/

.column ul li {

	background: url(../images/arrow.png) no-repeat 10px 6px;

	line-height: 160%;

	margin-bottom: 5px;

	overflow: hidden;

	padding-left: 20px;

}



ul.itemRatingList li {

	background:none;

}

.column ol li { 

	line-height: 180%; 

	margin-left: 30px; 

}



/* Others ---*/

th { 

	font-weight: bold; 

	padding: 5px; 

	text-align: left; 

}



td { 

	font-size: 100%; 

	padding: 5px; 

}



fieldset { 

	border: none; 

	padding: 10px 5px; 

}



fieldset a { 

	font-weight: bold; 

}



fieldset.input { 

	padding: 0;

}



hr {

	border-bottom: 0;

	border-left: 0;

	border-right: 0;

	border-top: 1px solid #ddd;

	height: 1px;

}



/* FORM

--------------------------------------------------------- */

form label { cursor: pointer; }



input, select, textarea, .inputbox {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 100%;

	padding: 4px 5px;

}

textarea {}



.inputbox { 

	background: #fff; 

	border: 1px solid #dfdfdf; 

	color:#969696; 

}



.inputbox:hover, .inputbox:focus { }



.button {

	background: url(../images/button-repeat.jpg) repeat-x bottom #ebebeb;

	border: solid 1px #d5d4d4;

	color: #5c5c5c;

	font-size: 92%;

	padding: 3px 9px 4px 9px;

	-moz-border-radius: 5px 5px 5px 5px;

	cursor: pointer;

	text-transform: uppercase;

}



.button:hover, 

.button:focus {

	color: #969696;

}



.checkbox { }



.radio { margin: 0 5px; }



/* Login ---*/

.login_form fieldset { padding: 15px 0 0; }

.login_form fieldset p { margin: 0 0 5px; }



.login_form label {

	font-weight: bold;

	text-align: right;

	display: block;

	float: left;

	width: 130px;

}



.login_form .inputbox { margin-left: 10px; width: 150px; }



.login_form .remember .inputbox {

	width: 20px;

}



.login_form .button { margin-left: 140px; }



/* Register ---*/

.form-register fieldset { padding: 0 0 10px; }



.form-register p { margin: 0 0 5px; }



.form-register p.form-des { margin: 15px 0; }



.form-register label {

	font-weight: bold;

	text-align: right;

	display: block;

	float: left;

	width: 130px;

}



.form-register .inputbox { margin-left: 10px; width: 200px; }



.form-register .button { margin-left: 140px; }



/* User ---*/

.user-details { padding: 10px 0; }



.user-details p { margin: 0 0 5px; }



.user-details label {

	font-weight: bold;

	text-align: right;

	display: block;

	float: left;

	width: 130px;

}



.user-details .inputbox { margin-left: 10px; width: 200px; }



.user-details .button { margin-left: 140px; }



.user-details .paramlist .paramlist_key {

	width: 130px !important;

	padding: 0 0 5px !important;

}



.user-details .paramlist .paramlist_value {

	padding: 0 0 5px !important;

}



.user-details .user_name span {

	padding-left: 10px;

	font-weight: bold;

}



/* Search ---*/

form#searchForm {

	padding: 0; 

}



.searchintro {

}



.results h4 {

	text-transform: none;

	font-size: 110%;

	margin: 15px 0 0;

}



.results p { margin: 0 0 10px; }



/* Contact ---*/

#component-contact address { font-style: normal; }



#component-contact #emailForm {}



.contact_email { margin: 0 0 10px; }



.contact_email label { font-weight: bold; display: block; }



.contact_email_checkbox { margin: 15px 0; }



/* JOOMLA STYLE

--------------------------------------------------------- */

/* Layout Deco ---*/

.blog { }



.article_separator,

.leading_separator,

.row_separator,

.column_separator { display: none; }



.leading {

	padding-bottom: 10px;

	padding-top: 10px;

}



.article_row { padding-bottom: 20px; padding-top: 20px; }



.article_column { }



.column_separator { padding: 0 25px; }



/* Meta ---*/

.article-tools {

	clear: both;

	display: block;

	line-height: normal;

	margin: 10px 0 15px 0;

	position: relative;

}



.article-meta { float: left; padding: 0; width: 70%; }



.article-section, .article-category {}



.createby {

	background: url(../images/author.png) no-repeat 0 2px;

	padding: 3px 3px 3px 20px;

}



.createdate {

	background: url(http://www.ukita.co.uk/templates/phoenicis_dn/images/callender.png) no-repeat 0 2px;

	padding: 3px 3px 3px 20px;

}



.modifydate {display: block; margin: 10px 0; }



.contentdescription {

	display: block;

	margin: 0 -15px;

	padding: 10px 15px;

}



.contentdescription p { margin: 0; }



.buttonheading { float: right; }



.buttonheading img { border: 0; float: right; margin: 0 5px 0 0; }



/*Inline images ---*/

img.caption { margin-top: 3px; }



.img_caption {margin-bottom: 0; }



.article-content img { 

	margin: 5px; 

	padding: 5px; 

	background: #ededed; 

	border: solid 1px #e1e1e1;

}

.article-content .left { 

	margin-right: 20px;

}

.article-content .right { 

	margin-left: 20px;

}

.img_caption img { 

	margin: 5px 0 0; 

}



.img_caption p {

	margin: 0;

	padding: 1px 0;

	text-align: center;

}



/* Tables ---*/

.sectiontableheader {

	background: #464646;

	border: 1px solid #2f2f2f;

	color: #fff;

	padding: 5px;

}



.sectiontableheader a,

.sectiontableheader a:hover,

.sectiontableheader a:focus,

.sectiontableheader a:active { color: #fff; }



.sectiontableentry,

.sectiontableentry0,

.sectiontableentry1,

.sectiontableentry2 {

	border-bottom: solid 1px #ddd;

	padding: 5px 5px 6px;

}



.sectiontableentry:hover,

.sectiontableentry0:hover,

.sectiontableentry1:hover,

.sectiontableentry2:hover { background-color: #fffff0; }



.sectiontableentry2 { background-color: #f6f6f6; }



table.contentpane, table.tablelist { width: 100%; }



table.contentpaneopen {

	border: none;

	border-collapse: collapse;

	border-spacing: 0;

}



/* Content Toc */

table.contenttoc {

	border: 1px solid #ddd;

	float: right;

	margin: 0 0 10px 12px;

	padding: 0;

	width: 30%;

}



table.contenttoc a { }



table.contenttoc td { border-bottom: 1px solid #ddd; padding: 5px 10px; }



table.contenttoc th {

	border-bottom: 1px solid #ddd;

	padding: 5px 10px;

}



/* Poll */

div.poll { padding: 15px 0; }



form#poll {

	font-weight: bold;

	margin-bottom: 10px;

	padding-bottom: 10px;

}



dl.poll {

	font-size: 92%;

	margin-bottom: 10px;

	padding-bottom: 10px;

}



dl.poll dt, dl.poll dd { float: left; }



dl.poll dt { clear: left; width: 100px; }



dl.poll dd { clear: right; }



table.pollstableborder {

	border: none;

	padding: 0;

	text-align: left;

	width: 100%;

}



table.pollstableborder img { vertical-align: baseline; }



table.pollstableborder td {

	background: #f6f6f6;

	border-bottom: 1px solid #ddd;

	font-weight: bold;

	padding: 5px !important;

}



table.pollstableborder tr.sectiontableentry0 td,

table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }



/* Search */

table.searchintro { padding: 10px 0; width: 100%; }



table.searchintro td { padding: 5px !important; }



/* Misc. */

table.contentpaneopen, table.contentpane, table.blog { width: 100%; }



/* Pagination ---*/

ul.pagination { float: left; margin: 10px 0; width: 75%; }



ul.pagination li {

	background: none;

	display: inline;

	margin: 0;

	padding: 0;

	overflow: hidden;

}



ul.pagination li span { 

	padding: 0 5px; 

	line-height: 20px;

}



ul.pagination a {

	background: #ebebeb;

	border: solid 1px #d5d4d4;

	-moz-border-radius: 3px 3px 3px 3px;

	color: #5c5c5c;

	line-height: 20px;

	padding: 3px 8px;

	text-decoration: none;

	font-weight: normal;

}



ul.pagination a:hover, 

ul.pagination a:active, 

ul.pagination a:focus {

	color: #969696;

}



.sortby { font-size: 92%; margin: 10px 0 5px; }



.sortby .filter, .sortby .display { float: left; width: 40%; }



.sortby .display { float: right; text-align: right; }



.pagenavbar { font-weight: bold; }



.pagenavcounter { margin: 15px 0 !important; text-align: center; }



.counter {

	float: right;

	line-height: 1;

	margin: 15px 0 !important;

	text-align: right;

	width: 24%;

}



.counter span {

	background: #ebebeb;

	border: solid 1px #d5d4d4;

	-moz-border-radius: 3px 3px 3px 3px;

	color: #5c5c5c;

	line-height: 20px;

	padding: 3px 8px;

}



.blog_more {

	padding: 15px 0 5px;

}



.blog_more h2 {

	font-size: 145%;

	margin: 0 0 5px;

}



.blog_more ul li {

	background: url(../images/arrow.png) no-repeat 5px 6px;

	padding-left: 15px;

}



div.back_button a,

div.back_button a:hover,

div.back_button a:active { display: block; margin: 10px 0; }



/* Messages ---*/

#system-message { margin: 0 -15px 10px; }



#system-message dd.message ul,

#system-message dd.error ul,

#system-message dd.notice ul { margin: 0; padding: 0; }



#system-message dd.message ul li,

#system-message dd.error ul li,

#system-message dd.notice ul li {

	background: none;

	color: #fff;

	margin: 0;

	padding: 5px;

}



/* System Standard Messages */

#system-message dd.message ul { background: #069; border: 0; }



/* System Error Messages */

#system-message dd.error ul { background: #bf0000; border: 0; }



/* System Notice Messages */

#system-message dd.notice ul { background: #333; border: 0; }



/* Tooltips --- */

.tool-tip {

	background: #ffffcc;

	border: 1px solid #D4D5AA;

	float: left;

	max-width: 300px;

	padding: 5px;

	z-index: 1000;

}



.tool-title {

	background: url(../../system/images/selector-arrow.png) no-repeat;

	font-size: 100%;

	font-weight: bold;

	margin: 0;

	margin-top: -15px;

	padding: 0;

	padding-bottom: 5px;

	padding-top: 15px;

}



.tool-text { font-size: 100%; margin: 0; }



.hasTip img { border: none; margin: 0 5px 0 0; }



.contentpaneopen_edit img { vertical-align: middle; }



/* MODULE STYLES

--------------------------------------------------------- */

div.ja-moduletable > h3, div.moduletable > h3 {

	font-size: 145%;

	margin: -1px -1px 0 -1px;

	padding: 7px 15px;

	overflow: hidden;

	border-bottom: solid 1px #fff;

	background: url(../images/default/module-color-heading-repeat.png) repeat-x bottom #274969;

	color: #fff;

}



div.ja-moduletable, div.moduletable {

	margin-top: 8px;

	margin-bottom: 15px;

	padding: 0 0 10px;

	position: relative;

	background: url(../images/module-bg.png) repeat-x bottom #f8f8f8;

	border: solid 1px #eaeaea;

}

div.ja-moduletable .mod-padding, div.moduletable .mod-padding {

	padding: 5px 15px 0 15px;

}



/* Light style modules ---*/

div.ja-moduletable_light > h3, div.moduletable_light > h3 {

	font-size: 145%;

	margin: 0;

	padding: 7px 15px;

	overflow: hidden;

	border-bottom: solid 1px #ebebeb;

	background: url(../images/module-bg.png) repeat-x bottom;

	color: #393939;

}



div.ja-moduletable_light, div.moduletable_light {

	margin-top: 8px;

	margin-bottom: 15px;

	padding: 0 0 10px;

	position: relative;

	background: url(../images/module-bg.png) repeat-x bottom #f8f8f8;

	border: solid 1px #eaeaea;

}





/* Clean style modules ---*/

div.ja-moduletable_clean > h3, div.moduletable_clean > h3 {

	padding: 7px 0;

	overflow: hidden;

	border-bottom: none;

	background: none;

	color: #393939;

}



div.ja-moduletable_clean, 

div.moduletable_clean {

	background: none;

	border: none;

}

div.ja-moduletable_clean .mod-padding, 

div.moduletable_clean .mod-padding {

	padding: 0;

}





/* Badge Module ---*/

.badge {

	height: 46px;

	position: absolute;

	right: -1px;

	top: -1px;

	width: 45px;

	background-image: url(http://www.ukita.co.uk/templates/phoenicis_dn/images/icons/icon-badge.png);

	background-repeat: no-repeat;

}



.badge-hot .badge { 

	background-position: 0 0; 

}

.badge-new .badge { 

	background-position: 0 -46px; 

}

.badge-pick .badge { 

	background-position: 0 -92px; 

}

.badge-top .badge { 

	background-position: 0 -138px; 

}





/* Search Module ---*/

#ja-search {

	padding-left: 27px;

	background: url(../images/search.png) no-repeat center left;

	position: absolute;

	bottom: 38px;

	right: 10px;

}



#ja-search label { display: none; }



#ja-search .inputbox {

	width: 200px;

	padding: 5px;

	color: #555;

	font-size: 100%;

	font-weight: normal;

}



#ja-search .inputbox:hover, 

#ja-search .inputbox:focus { }



#ja-search .button {

	margin-left: 5px;

	text-transform: none;

}



/* Login Module ---*/

#form-login-username .inputbox,

#form-login-password .inputbox {

	background-position: 5px center;

	background-repeat: no-repeat;

}



#form-login-username .inputbox, #form-login-password .inputbox { width: 90%; }



#form-login ul { margin: 0 !important; padding: 0; }



#form-login p { margin: 0 0 5px; }



#form-login .button { margin: 10px 0; }



/* Poll Module ---*/

h4.poll-title { margin: 0; padding: 0; }



a.poll-result { font-size: 92%; text-transform: uppercase; }



form.poll .button { margin-right: 5px; }



/* Advertisement ---*/

div.bannergroup_text div.banneritem_text { padding: 5px 0; }



div.bannergroup_text div.banneritem_text a { font-weight: bold; }



div.bannergroup_text div.bannerheader,

div.bannergroup_text div.bannerfooter_text a {font-size: 92%; }



div.bannergroup_text div.bannerfooter_text { padding: 5px 0 0; text-align: right; }



div.bannergroup { margin-bottom: 10px; }





/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

.wrap { }

.main { }

.ja-box { 

	padding-bottom: 10px; 

	padding-top: 10px; 

}



#ja-wrapper { }



#ja-container {

	position: relative;

	z-index: 5;

	background: url(http://www.ukita.co.uk/templates/phoenicis_dn/images/content-repeat.png) repeat-x top;

	padding: 20px 0; 

}



#ja-container .main { 

	padding: 10px 0 0 0;

}



/* 3 Columns - Classic Layout ---*/

#ja-container.ja-l1r1  {}



/* Full */

#ja-container {}



/* Full left */

#ja-container.ja-r1 {}



/* Full right */

#ja-container.ja-l1 {}



/* Mass ---*/

.ja-mass-top {}

.ja-mass-top .ja-moduletable, 

.ja-mass-top .ja-module { 

	margin-left: 0; 

	margin-right: 0; 

}



.ja-mass-bottom {}

.ja-mass-bottom .ja-moduletable, 

.ja-mass-bottom .ja-module { 

	margin-left: 0; 

	margin-right: 0; 

}



/* MAIN COLUMN

--------------------------------------------------------- */

#ja-mainbody {}



#ja-main .inner {  }



#ja-contentwrap { }



/* Content Top ---*/

.ja-content-top { }

.ja-content-top .ja-moduletable, 

.ja-content-top .ja-module { 

	margin-left: 0; 

	margin-right: 0;  

}



/* Content Main ---*/

.ja-content-main { }



/* Content Bottom ---*/

.ja-content-bottom { }

.ja-content-bottom .ja-moduletable, 

.ja-content-bottom .ja-module { 

	margin-left: 0; 

	margin-right: 0;  

}



/* @end */



/* SIDE COLUMNS

--------------------------------------------------------- */

.ja-colswrap { }



.ja-col { }



/* Left Columns ---*/

#ja-left .ja-l2 { }



/* Right Columns ---*/

#ja-right .ja-r2 { }



/* HEADER

--------------------------------------------------------- */

#ja-header {

	position: relative; 
	z-index: 10;  
	background: url(../images/headBG.gif)  ;
	height:179px;
	border-bottom: 5px solid #274969;
	background-repeat:no-repeat;
}



#ja-header .main {

}



h1.logo, 

div.logo-text h1 { 

	font-size: 250%; 

	line-height: 1;

}



h1.logo, 

div.logo-text { 

	float: left; 

	z-index: 1; 

	position: relative; 

}



/* Logo Image ---*/

h1.logo {}



h1.logo a {

	background: url(http://www.ukita.co.uk/templates/phoenicis_dn/images/logox.png) no-repeat left;

	display: block;

}



h1.logo a span { 

	position: absolute; 

	top: -1000px; 

}



/* Logo Text ---*/

div.logo-text {}



div.logo-text h1 a {

	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: 1px;

	text-decoration: none;

}



p.site-slogan {

	display: block;

	font-size: 10px;

	letter-spacing: 1px;

	margin: 0;

	padding: 5px 0;

	text-transform: uppercase;

}



/* Top navigation ---*/



#ja-topnav {

	position: absolute;

	right: 10px; 

	top: 10px;

	font-size: 92%;

}



#ja-topnav ul {

	text-align: right;

	margin: 0;

}

#ja-topnav ul li{

	display: inline;

	margin: 0 0 0 10px;

}

#ja-topnav ul li a {

	color: #5c5c5c;

}



#ja-topnav ul li a:hover {

	text-decoration: underline;

}





/* NAVIGATION

--------------------------------------------------------- */

/* Main Nav ---*/

#ja-mainnav {

	line-height: 1;

	position: relative;

	z-index: 1001;

	border-top: solid 1px #fff;

	border-bottom: solid 5px #274969;

	background: url(../images/navigation-repeat.jpg) repeat-x bottom #f5f5f5;

}



#ja-mainnav .main { 

	font-size: 12px; 

	background: none;

	margin-top: -1px;

}



span.has-image {

	padding-left: 25px;

	display: block;

	overflow: hidden;

	background-repeat: no-repeat;

	background-position: left 2px;

}



span.menu-title { 

	display: block; 

	cursor: pointer;

}



span.menu-desc {

	display: block;

	font-weight: normal;

	font-size: 92%;

	text-transform: none;

}



/* Sub Nav ---*/

#ja-subnav {

	position: relative; 

	z-index: 9; 

	background: #274969;

	margin-top: -5px;

}



#ja-subnav .main {

	line-height: 1;

	z-index: 10;

	font-size: 10px;

	text-transform: uppercase;

	font-weight: bold;

}



#ja-subnav ul {

	overflow: hidden;

	padding: 10px 0;

}



#ja-subnav ul.active { }



#ja-subnav li {

	background: none;

	display: block;

	float: left;

	padding: 0 10px 0 11px;

}



#ja-subnav li.first-item { 

	border-left: 0; 

}



#ja-subnav ul li a { 

	color: #fff; 

	display: block; 

	text-decoration: none;

	text-transform: uppercase;

	font-weight: bold;

	font-size: 10px;

}



#ja-subnav ul li a:hover { 

	color: #fff; 

}



#ja-subnav ul li.active a,

#ja-subnav ul li.active a:hover,

#ja-subnav ul li.active a:active,

#ja-subnav ul li.active a:focus {

	color: #fff;

}



#ja-subnav ul.active li a { 

	color: #fff; 

}



#ja-subnav ul.active li a:hover { 

	color: #fff; 

}



#ja-subnav ul li.empty { 

	visibility: hidden 

}



/* Sub Nav (lv2) ---*/

#ja-subnav ul li ul {

	background: url(../images/default/subnav-repeat.png) repeat-x bottom #274969;

	display: block;

	height: auto;

	left: -999em;

	padding: 0;

	position: absolute;

	top: 24px;

}



#ja-subnav ul li.hover ul {

	display: block;

	height: auto;

	left: auto;

	position: absolute;

	margin-top: 3px;

	margin-left: 5px;

}



#ja-subnav ul li.haschild a {

	background: url(../images/arrow.png) no-repeat right center;

	padding-right: 12px;

}



#ja-subnav ul li.haschild a:hover {

	background: url(../images/arrow-down.png) no-repeat right center;

}



#ja-subnav ul li.haschild li a, #ja-subnav ul li.hover li a { 

	background: none; 

	padding-right: 0; 

}



#ja-subnav ul li ul li {

	border-left: 0;

	display: block;

	float: none;

	overflow: hidden;

	padding: 5px;

	text-align: left;

}



#ja-subnav ul li ul li a {

	background-image: none !important;

	border: 0 !important;

	color: #fff !important;

	font-weight: normal !important;

	text-decoration: none !important;

}



#ja-subnav ul li ul li a span.menu-title { padding-top: 3px; padding-bottom: 3px; }



#ja-subnav ul li ul li a:hover {

	background-image: none !important;

	color: #fff !important;

	text-decoration: underline !important;

}



#ja-subnav ul li ul li a.active {

	color: #fff !important;

}



/* Breadcrumbs ---*/



.ja-breadcrums {

	float: left;

	margin: 2px 0 20px 0;

	width: 100%;

	padding-bottom: 5px;

	font-style: italic;

	font-size: 10px;

	text-transform: uppercase;

}



.ja-breadcrums strong { margin-right: 5px; }



.ja-breadcrums img { margin: 1px 5px; }



/* Default Joomla! Menu ---*/

#ja-container ul.menu { margin: 0; padding: 0; }



#ja-container ul.menu li {

	background: none;

	margin: 0;

	overflow: hidden;

	padding: 0;

}



#ja-container ul.menu li a {

	color: #5c5c5c;

	display: block;

	outline: none;

	padding: 5px 0;

	text-decoration: none;

	text-indent: 5px;

}



#ja-container ul.menu li a:hover,

#ja-container ul.menu li a:active,

#ja-container ul.menu li a:focus { 

	color: #5c5c5c;

	background: #efefef;

	-moz-border-radius: 4px 4px 4px;

}



#ja-container ul.menu li.active a { font-weight: bold; }



#ja-container ul.menu li ul { margin: 0 0 0 10px; }



#ja-container ul.menu li li {

	border-bottom: 0;

}



#ja-container ul.menu li li a {

	color: #5c5c5c !important;

	font-weight: normal !important;

	text-indent: 10px;

}



#ja-container ul.menu li li a:hover,

#ja-container ul.menu li li a:active,

#ja-container ul.menu li li a:focus { 

	color: #5c5c5c; 

}



#ja-container ul.menu li.active > a { font-weight: bold !important; }



#ja-container ul.menu span.separator { display: none; }





/* SLIDER

--------------------------------------------------------- */



#ja-slider { 

	padding: 0;

}

#ja-slider .main { 

	padding-bottom: 0;

}



#ja-slider  .bg { 

	background: url(../images/slider-bg.jpg) no-repeat bottom center; 

	padding: 0;

}



div.cs-buttons-coin-slider {}

a.cs-button-coin-slider { 

	margin: 35px 15px 0 15px; 

	margin-left: 0; 

	display: block; 

	width: 9px; 

	height: 9px; 

	background: url(../images/slider-nav.png) no-repeat left 50%; 

	border: none;

}



a.cs-active { 

	background: url(../images/slider-nav.png) no-repeat right 50%; 

	border: none; 

}



#cs-prev-coin-slider, 

#cs-next-coin-slider {

	position: absolute; 

	top:-50px; 

	display: block; 

	height:30px; 

	width:36px; 

	text-indent: -2000px; 

	overflow: hidden; 

	background: url(../images/slider_next_prev.png) no-repeat; 

}



#cs-prev-coin-slider { 

	background-position: left top;

}

#cs-next-coin-slider { 

	background-position: right top;

}



#cs-title-coin-slider h1,

#cs-title-coin-slider h2,

#cs-title-coin-slider h3,

#cs-title-coin-slider h4,

#cs-title-coin-slider h5,

#cs-title-coin-slider h6 {

	color: #fff;

	margin-bottom: 10px;

}



/* SPOTLIGHT

--------------------------------------------------------- */

#ja-topsl .ja-box, 

#ja-botsl .ja-box { 

	padding: 0;

	background: none;

}

#ja-botsl .ja-box { 

	padding: 0;

	background: none;

}



#ja-topsl .ja-box-right, 

#ja-botsl .ja-box-right,

#ja-topsl .ja-box-full, 

#ja-botsl .ja-box-full { }



#ja-botsl .ja-moduletable  {

	border-bottom: 0;

	margin-bottom: 8px;

	padding-bottom: 0;

}



#ja-topsl li {

}

#ja-botsl ul li {

	background: none;

	margin: 0;

	overflow: hidden;

	padding: 0;

}

#ja-botsl ul li a {

	display: block;

	outline: none;

	padding: 6px 0;

	text-decoration: none;

}

#ja-botsl ul li img {

	margin: 0 3px -3px 0;

}



#ja-botsl ul li a:hover,

#ja-botsl ul li a:active,

#ja-botsl ul li a:focus { 

	text-decoration: underline;

}



#ja-botsl ul. li.active a { 

	font-weight: bold; 

}



#ja-topsl ol li, #ja-botsl ol li { 

	margin-left: 10px; 

	padding: 0 !important; 

}



#ja-topsl ul, #ja-topsl p, #ja-topsl ol,

#ja-botsl ul, #ja-botsl p, #ja-botsl ol { 

	padding: 0; 

	margin: 0 0 15px 0 !important; 

}





/* Bot spotlight ---*/

#ja-botsl {

	background: url(http://www.ukita.co.uk/templates/phoenicis_dn/images/default/footer-no-repeat.png) no-repeat center top #274969;

}

#ja-botsl .main { 

	padding: 15px 0 30px 0; 

	background: none; 

	color: #fff;

}

#ja-botsl .main h1,

#ja-botsl .main h2,

#ja-botsl .main h3,

#ja-botsl .main h4,

#ja-botsl .main h5,

#ja-botsl .main h6 { 

	color: #fff;

}



#ja-botsl .ja-moduletable, #ja-botsl .moduletable {

	border-bottom: 0;

	margin-bottom: 0;

}



#ja-botsl h3 {

	margin: 0 0 8px;

	padding: 0;

	background: none;

}



#ja-botsl div.ja-moduletable .mod-padding, #ja-botsl div.moduletable .mod-padding {

	padding: 0;

}

#ja-botsl div.ja-moduletable, #ja-botsl div.moduletable {

	background: 0;

	border: 0;

}

#ja-botsl div.ja-moduletable h3, #ja-botsl div.moduletable h3 {

	background: 0;

	border: 0;

	padding: 0;

}



#ja-botsl a {

}



#ja-botsl a:hover, 

#ja-botsl a:active, 

#ja-botsl a:focus {

}



.ja-box-right .ja-moduletable, .ja-box-right .moduletable,

.ja-box-full .ja-moduletable, .ja-box-full .moduletable { }



/* FOOTER

--------------------------------------------------------- */

#ja-footer {

	clear: both;

	padding: 20px 0;

	background: url(http://www.ukita.co.uk/templates/phoenicis_dn/images/content-repeat.png) repeat-x top;

	border-top: solid 1px #fff;

}



#ja-footer .main {

	padding: 0;

	position: relative;

}



#ja-footer .inner { 

	float: right; 

	padding: 0; 

	width: 100%; 

	text-align: center; 

}



#ja-footer small { 

	font-size: 100%; 

}

#ja-footer small a { }

#ja-footer small a:hover,

#ja-footer small a:active,

#ja-footer small a:focus { }



/* Foot Links ---*/

#ja-footer .ja-footnav {

	font-size: 100%;

	margin: 0 0 10px;

	overflow: hidden;

	position: relative;

	width: 100%;

	padding: 15px 0;

}



.ja-footnav ul { 

	line-height: normal; 

	text-align: center;

}



.ja-footnav li {

	border-left: 1px solid #929292;

	padding: 10px 10px 10px 10px;

	display: inline;

	line-height: 0.4;

}



.ja-footnav li a {

	line-height: 0.4;

	text-decoration: none;
padding: 10px 10px 10px 10px;

	color: #5c5c5c;

}



.ja-footnav li a:hover, 

.ja-footnav li a:active, 

.ja-footnav li a:focus { 

	text-decoration: underline;

 }



.ja-footnav .ja-firstitem { 

	border-left: 0; 

	padding-left: 0; 

}

.mainlevel {
padding-right: 10px;
}

/* Copyright Info. ---*/

.ja-copyright small { 

	display: block; 

}



/* MISCELLANOUS

----------------------------------------------------------- */

/* User Tools ---*/

ul.ja-usertools-font {

	font-size: 11px;

	position: absolute;

	top: 15px;

	right: 20px;

}



ul.ja-usertools-font li, ul.ja-usertools-screen li {

	padding: 0;

	margin: 0;

	display: inline;

	background: none;

}



ul.ja-usertools-screen  {

	font-size: 11px;

	position: absolute;

	top: 15px;

	right: 90px;

}





/* Others ---*/

#ja-banner {

	margin: 0;

	overflow: hidden;

	padding-top: 15px;

	text-align: center;

	width: 100%;

}



div.ja-innerdiv {

	clear: both;

	margin-bottom: 10px;

	padding-bottom: 12px;

}



div.ja-innerdiv h4 {

	font-family: Arial, sans-serif;

	font-size: 92%;

	font-weight: normal;

	margin: 5px 0;

	padding: 0;

	text-transform: uppercase;

}



.cufon-canvas { padding: 1px 0 3px; }


/**************************************
	** @desc main nav poistion change
***************************************/
#ja-mainnav {
	background: none !important;
	border-bottom: 0px solid #274969;
	margin-top:0px !important;
	background-color:#001940 !important;
	height:48px !important;
	border-top:none !important;
}

/**************************************
	** @desc footer new
***************************************/
#ja-footer{
	background: none !important;
	width:100% !important;	
	margin:auto !important;
	border:none !important;
	margin-top:105px !important;
	background-color:#0C4A6C !important;
}


/*******************************************
	** @desc search into top row
********************************************/
.search{
	position:absolute;
	margin-left:802px;
	margin-top:-58px;	
	opacity:0.9;
	height:48px !important;
}

.searchbox{
	background-image:none !important;
	border: solid 1px #fff !important;
	height:28px !important;
	margin-top:10px !important;
	color:#fff !important;

}

.searchbox input{
	color:#fff !important;
	width: 114px !important;
	margin-left:3px !important;
		height:20px !important;
}

.search-close{
display:none !important;	
}

/*******************************************
	** @desc login appear on click
*******************************************
moduletablelogin_appear*/
.login{
		position:absolute;
	margin-left:630px;
	margin-top:-57px;	
	opacity:1.1;
	height:47px !important;
	color:#fff !important;
     font-size: 11px !important;
    font-weight: bold;
    line-height: normal;
	cursor:pointer;
	background-color:#0A1A3F !important;
	width:170px !important;
}

.login img{
 	margin-top:9px !important;
	margin-left:13px !important;
}

.login span{
		margin-left:5px !important;
 		margin-top:17px !important;
		position:absolute;	
}


.login.selected{
	color:#0A1A3F !important;
     font-size: 11px !important;
	background-color:#fff !important;
}

#form-login{
	background-color:#fff !important;	
	border: solid 1px #001940;
	border-top: solid 1px #fff;
	position:absolute !important;
	margin-top:-166px !important;
	margin-left:639px !important;
	z-index:9999 !important;
	width:280px;
	padding:12px;
	display:none;
}