/*--------------------------------------------------------------
# The Moment - March 2008 (for Joomal 1.5)
# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com
---------------------------------------------------------------*/

/* ||| universal set of reset styles |||*/
html,
body,
div,
span,
applet,
object,
iframe,
caption,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	vertical-align: baseline;
	font-size: 12px;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1;
	color: black;
}
ol,
ul {
	list-style: none;
}
ul.menu-top li {
	float: left;
}
.breadcrumbs {
	padding-left: 20px;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
/* ||| the end |||*/
/* ||| set of clearing floats |||*/
.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;
}
.clear {
	clear: both;
}
/* End hide from IE-mac */
/* ||| the end |||*/
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-size:100%;
}
#bg {
	background: #d3d3c5 url('../images/bg_page.png') repeat-x 0 0;
	font: normal 12px Arial,Helvetica,sans-serif;
	color: #575757;
	line-height:1.6;
}
a {
	outline: none;
	cursor: pointer;
}
img {
	border: none;
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #FF0000;
}
#r_w a:link,
#r_w a:visited,
#r_wr_w a:active {
	text-decoration: underline;
	color:#575757;
}

p {
	margin:1em 0;
}

a:hover {
	color: #4b6100;
	text-decoration: underline;
}
ul {
	padding: 0 0 0 2px;
	margin: 0;
	margin-left: 1px;
	list-style: none;
}
div#mainbody ul li {
	background: transparent url('../images/arrow.png') no-repeat 2px 8px;
}
.off {
	background:transparent none repeat scroll 0 0 !important;
}
ul li {
/*	background: transparent url('../images/arrow.png') no-repeat 2px 8px;*/
	padding-left: 14px;
	line-height: 180%;
}

#banner ul{
	float: right;
}

#banner ul li {

}

#footer ul li {
	background: transparent url('../images/topmenu_item_bg_inv.png') no-repeat 6px 5px;
}

ul li a {
	text-decoration: none!important;
}
ul li a:hover {
	text-decoration: underline!important;
}
ol li {
	line-height: 170%;
}
fieldset {
	border: 0;
	padding: 5px 0;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 210%;
	font-weight: normal;
	margin:2px 0 15px 0;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
th {
	padding: 4px;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
input,
select {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
}
hr {
	border-top: 1px solid #f9f9f9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
.clearfix {
	clear: both;
}
/* Setting of the Main Blocks
----------------------------------------------------------------------------------------------------------------------*/
div#page {
	width: 970px;
	height: 100%;
	margin: 0px auto 0;
}
div#top {
	height: 75px;
	width: 970px;
	margin: 0;
	background: transparent url('../images/top.png') no-repeat 0 0;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 4px;

}
/* Here you can change width or height of your logo*/
a#logo {
	background: transparent url('../images/logo.png') no-repeat 0 50%;
	width: 225px;
	height: 70px;
	display: block;
	float: left;
}
div#logotextout {
	float:left;
	height:70px;
	position:relative;
	width:100px;
}
div#logotextout h3 {
	color:black;
	font-size:210%;
	line-height:110%;
}
div#logotext {
	bottom:0;
	left:2px;
	position:absolute;
	white-space:nowrap;
}
/*end*/
#banner {
	width: 630px;
	float: right;
	height: 60px;
	padding-right:14px;
}
#banner ul li a{
	color: #575757;
}
/* Slide area */
#slide_area_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#slide_area {
	width: 920px;
	margin: 0 auto;
	height: 27px;
}
.pa-1 {
	background: url('../images/pa-1.png') no-repeat 0 0;
	height: 100%;
}
.pa-2 {
	background: url('../images/pa-2.png') no-repeat 100% 0;
	height: 100%;
}
#slide_area_login,
#slide_area_search {
	padding: 0 20px;
	line-height: 25px;
}
#slide_area_search div.search {
	float: right;
	margin-top: 3px;
}
div#slide_area_login a {
	color: #fff;
}
div#slide_area_login input#mod_login_username,
div#slide_area_login input#mod_login_password,
#slide_area_search input#mod_search_searchword {
	border: 1px solid #9c9c90;
	width: 140px;
	padding: 0 4px;
	background: #ddddcc;
	color: #575757;
}
div#slide_area_login .button,
#slide_area_search .button {
	background: #5a5a47;
	color: #fff;
	margin-right: 10px;
}
div#slide_area_login .button:hover,
#slide_area_search .button:hover {
	background: #4b4b3a;
	color: #fff;
}
div#menu {
	clear: both;
	background: url('../images/bg_menu.png') no-repeat 50% 0;
	height: 34px;
	margin: 6px 0 0;
}
div#menu div {
	float: left;
}
div#menu a {
	text-decoration: none;
}
div#horiz-menu {
	/*width: 762px;*/
}
div#menu-panel {
	height: 34px;
	width: 150px;
}
ul#mainlevel-nav {
	padding: 0;
	margin: 0 0 0 43px;
	height: 34px;
	float: left;
}
ul#mainlevel-nav li {
	list-style-type:none;
	display: inline;
	font-size:10px;
	text-transform:uppercase;
	line-height: 34px;
	padding: 0 16px 0 0;
	background: none;
}
ul#mainlevel-nav li a:link,
ul#mainlevel-nav li a:visited {
	color: #45453a;
	font-weight: bold;
}
ul#mainlevel-nav li a:hover {
	text-decoration: underline!important;
}
a.b_login,
a.b_search {
	float: right;
	margin: 10px 6px 0 0;
	width: 48px;
	height: 13px;
	display: block;
	font-size: 10px;
	text-transform:uppercase;
	line-height: 13px;
	text-align: center;
}
a:link.b_login,
a:visited.b_login {
	color: #fff;
	font-weight: bold;
	background: url('../images/b_login.png') no-repeat 0 50%;
}
a:link.b_search,
a:visited.b_search {
	color: #fff;
	font-weight: bold;
	margin-right: 12px;
	background: url('../images/b_search.png') no-repeat 0 50%;
}
a:hover.b_login {
	text-decoration: none;
	background: url('../images/b_login.png') no-repeat 100% 50%;
}
a:hover.b_search {
	text-decoration: none;
	background: url('../images/b_search.png') no-repeat 100% 50%;
}
ul.loginposition {
	   list-style: none;
	   margin: 0;
	   padding: 0;

}
ul.loginposition li {
	   background: none;
	   margin: 0;
	   padding: 0 12px 0 0;
	   float: left;
}

div#loginwrap input.button {
	border: 1px solid #202123;
}
li.pad {
   padding-left: 12px!important;
}
div#wrap-middle-1,
div#wrap-middle-0,
div#wrap-middle {
	background: transparent url('../images/bg_page-middle.png') repeat-y 50% 0;
}
div#wrap-bottom {
	background: transparent url('../images/bg_page-bottom.png') no-repeat 50% 100%;
	padding-bottom: 10px;
}
#wrap-shadow {
	background: transparent url('../images/bg_page-shadow.png') no-repeat 50% 0!important;
	height: 100%;
	min-height: 200px;
}
#dot-inset {
	background: transparent url('../images/bg-dot.gif') repeat-y 20% 0;
}
#dot-right {
	background: transparent url('../images/bg-dot.gif') repeat-y 79% 0;
}
/* restriction */
#wrap-middle-0 #dot-inset {
	background: none;
}
#wrap-middle #dot-inset,
#wrap-middle #dot-right {
	background: none;
}
div#wrap-top-0 {
	background: transparent url('../images/bg_page_top.png') no-repeat 50% 0;
	padding-top: 10px;
	margin: 20px 0 0;
}
div#wrap-top-1 {
	background: transparent url('../images/bg_page_top.png') no-repeat 50% 0;
	padding-top: 10px;
	margin: 6px 0 0;
}
#wrap-shadow-1 {
/*	background: #9c9c90 url('../images/bg_page-shadow-1.png') no-repeat 50% 0!important;*/
	/*margin: 0 0 20px;*/
	margin: 0 0 0px;
	padding-bottom: 10px;
}
div#conwrap {
	margin: 0 20px 0;
}
/* Setting of the size of Blocks
----------------------------------------------------------------------------------*/
div#l_w-1 {
	float: left;
	width: 655px;
	margin-right: 10px;
}
div#l_w-2 {
	width: 100%;
}
div#r_w {
	float: right;
	width: 163px;
	margin: 0 0 0 13px;
}
div#l_w1 {
	float: left;
	width: 160px;
	margin: 0 10px;
}
div#l_w1-1 {
	float: left;
	width: 163px;
	margin: 0 0 0 13px;
}
div#r_w1-3 {
	float: left;
	width: 694px;
	padding-right: 10px;
}
div#r_w1-2 {
	float: left;
	width: 730px;
	padding-right: 10px;
}
div#r_w1-1 {
	float: left;
	width: 550px;
	margin-right: 10px;
}
div#mainbody {
	clear: both;
	margin: 10px 0;
}
/* Setup value of users position 1, 2, 3, 4
----------------------------------------------------------------------------------*/
div#user_position-1,
div#user_position-2,
div#user_position-3,
div#user_position-4,
div#user_position-5,
.us-stand {
	clear: both;
	overflow: hidden;
}
div.us_1-left,
div.us_1-right,
div.us_1-center,
div.us_2-left,
div.us_2-right,
div.us_2-center,
div.us_3-left,
div.us_3-right,
div.us_3-center,
div.us_4-left,
div.us_4-right,
div.us_4-center,
div.us_5-left,
div.us_5-right,
div.us_5-center {
	float: left;
	width: 33.3%;
	width: 50%;
	width: 100%;
	overflow: hidden;
}
/*Modules
-------------------------------------------------------------------*/
div.moduletable,
div.moduletableblue ,
div.moduletable-color1,
div.moduletable-color2,
div.moduletable-color3 {
	font: normal 100% Arial, Helvetica, sans-serif;
	line-height:16px;
	padding: 0;
	margin:0 0 02px;
}
div.moduletable h3,
div.moduletableblue h3,
div.moduletable-color1 h3,
div.moduletable-color2 h3,
div.moduletable-color3 h3 {
	background: transparent url('../images/bg_moddef-r.png') no-repeat 100% 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 5px 5px;
	line-height: 25px;
	color: #4b4b3a;
}
div.moduletableblue  h3,
div.moduletable-color1 h3  {
	background: transparent url('../images/bg_modcol1-r.png') no-repeat 100% 0;
	color: #fff;
}
div.moduletable-color2 h3 {
	background: transparent url('../images/bg_modcol2-r.png') no-repeat 100% 0;
	color: #fff;
}
div.moduletable-color3 h3 {
	background: transparent url('../images/bg_modcol3-r.png') no-repeat 100% 0;
	color: #fff;
}
div.moduletable h3 span,
div.moduletableblue  h3 span,
div.moduletable-color1 h3 span,
div.moduletable-color2 h3 span,
div.moduletable-color3 h3 span {
	background: transparent url('../images/bg_moddef-l.png') no-repeat 0 0;
	height:25px;
	line-height:25px;
	display:block;
	margin:0 0 0 -5px;
	padding:0 0 0 10px;
}
div.moduletableblue h3 span,
div.moduletable-color1 h3 span {
	background: transparent url('../images/bg_modcol1-l.png') no-repeat 0 0;
}
div.moduletable-color2 h3 span {
	background: transparent url('../images/bg_modcol2-l.png') no-repeat 0 0;
}
div.moduletable-color3 h3 span {
	background: transparent url('../images/bg_modcol3-l.png') no-repeat 0 0;
}
/*|||------ Restrictions ------|||*/
div.moduletable-color3 a:link,
div.moduletable-color3 a:visited {
	color:#5885ae;
	/*color:#575757;*/
}

div.moduletable-color3 a:hover {
	color:#2a567e;
}
div.moduletableblue  a:link,
div.moduletableblue  a:visited,
div.moduletable-color1 a:link,
div.moduletable-color1 a:visited {
	color:#8c8c81;
}
div.moduletableblue  a:hover,
div.moduletable-color1 a:hover {
	color:#535349;
}
table.contentpane td {
	padding:4px 0 4px 0;
}
/* Footer

-------------------------------------------------------------------------------*/
div#footer_wrap {
	background: transparent url('../images/bg_footer.png') no-repeat 0 0;
	height: 71px;
	margin-top: 6px;
}
div#footer {
	clear: both;
	padding: 0;
	font-size: 11px;
	margin:0 20px;
	padding-top: 10px;
}
div#footer a {
	font-size: 11px;
	color: #575757;
	/*text-decoration: none;*/
}
div#links {
	float: left;
	padding-bottom: 10px;
	color: #575757;
}
div#copyright {
	float: right;
}

#r_w div.moduletable,div.moduletableblue, div.moduletable-color1, div.moduletable-color2, div.moduletable-color3{
padding-bottom: 10px;
}

#horiz-menu span.topdaddy {
display:block;
float:left;
font-size:10px;
height:34px;
line-height:33px;
padding:0 10px;
text-decoration:none;
text-transform:uppercase;
}


/* YOOcarousel */
.moduletablemod div.yoo-carousel { background: #ffffff url(../../yoo_evolution/images/yoocarousel/carousel_b_hover.png) 50% 100% repeat-x; }

.moduletablemod div.slideshow div.yoo-carousel .prev a,
.moduletablemod div.slideshow div.yoo-carousel .next a { width: 40px; }

.moduletablemod div.slideshow div.yoo-carousel .prev a {
	background-image: url(../../yoo_evolution/images/yoocarousel/carousel_b.png);
	background-position: 0 0; 
}

.moduletablemod div.slideshow div.yoo-carousel .next a {
	background-image: url(../../yoo_evolution/images/yoocarousel/carousel_b.png);
	background-position: 100% 0; 
}

.moduletablemod div.slideshow div.yoo-carousel .prev a:hover { background-image: url(../../yoo_evolution/images/yoocarousel/carousel_b_hover.png); }

.moduletablemod div.slideshow div.yoo-carousel .next a:hover { background-image: url(../../yoo_evolution/images/yoocarousel/carousel_b_hover.png); }

.moduletablemod div.slideshow div.yoo-carousel .panel-container-bl { background: url(../../yoo_evolution/images/yoocarousel/carousel_t.png) 0 0 no-repeat; }

.moduletablemod div.slideshow div.yoo-carousel .panel-container-bl { background: url(../../yoo_evolution/images/yoocarousel/carousel_t.png) 0 0 no-repeat; }

.moduletablemod div.slideshow div.yoo-carousel .panel-container-br { background: url(../../yoo_evolution/images/yoocarousel/carousel_t.png) 100% 0 no-repeat; }

.moduletablemod div.slideshow div.yoo-carousel .article { padding: 15px 15px 0px 15px; }

.moduletablemod div.slideshow div.yoo-carousel .prev a[style],
.moduletablemod div.slideshow div.yoo-carousel .next a[style] { height: 35px !important; }

.moduletablemod div.slideshow div.yoo-carousel .prev,
.moduletablemod div.slideshow div.yoo-carousel .next {
	top: auto;
	bottom: 0;
	height: 35px;

