/* default styles
   -------------- */

body {
	padding: 0;
	margin: 0;
	font: 0.7em Tahoma, sans-serif;
	line-height: 1.5em;
	background: #fff;
	color: #454545;
}

a {	color: #1a6ee0;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }



/* special customizing tweak
   ------ */
a {
	/*color: #0099CC;*/
	text-decoration: none;
}

a img {
  border: none;/*remove border for linked images*/
}


/* ------ */












input.search {
	width: 252px;
	border: 0;
	background: #FFF url(../images/input.gif) no-repeat;
	padding: 4px;
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(../images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login {
	width: 150px;
	border: none;
	padding: 4px;
}

/* layout
   ------ */

.content {
	margin: 0 auto;
	width: 960px;
	padding: 0px 6px;
}

.header {
	height: 81px;
	background: #eee url(../images/header_bg.png) repeat-x;
	color: #808080;
	margin: 0px 0px 1px;
	padding: 0px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.logo{
    margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;

}

.top_infoX {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

.top_info_leftX {
    width: 200px;
    float: left;
}

.top_info_rightX {
    float: right;
    width: 290px;
    padding: 0 0 0 35px;
    border-left: 1px solid #eee;
}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #000;
	background: inherit;
}



.bar {
/*	clear: both;*/


	/*font-size: 1.1em;*/
    font: bold 12px Arial;
	height: 17px;
	color: #000000;
	/*background: #d5e2ef url(../images2/uitabsbg2.gif) repeat-x; /*BAR COLOR*/
}

.bar li {
    margin: 0px 0px 10px 10px;
    padding: 3px 3px 5px 5px;
    color: #000000;
   /* background: #d5e2ef url(../images2/uitabsbg2.gif) repeat-x;/*BAR COLOR*/

}

.bar li.active {
   /* background: #d5e2ef url(../images/bar.gif) no-repeat center top;/*BAR COLOR*/
    color: #000000;
    font-weight: bold;
    padding: 3px 3px 5px 5px;
}

.bar li a {
    font-weight: bold;
    color: #000000;
    background: inherit;
    text-decoration: none;
}

.bar li a:hover {
    color: #c5c8cb;
    background: inherit;
}

/*THE LAVA*/

#lava {
		/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative;
		text-align:center;
		width:960px;
		height:40px;
	}

	#lava ul {
		/* remove the list style and spaces*/
		margin:0;
		padding:0;
		list-style:none;
		display:inline;

		/* position absolute so that z-index can be defined */
		position:absolute;

		/* center the menu, depend on the width of you menu*/
		left:0px;
		top:0;

		/* should be higher than #box */
		z-index:100;

	}

	#lava ul li {

		/* give some spaces between the list items */
		margin:0 6px;

		/* display the list item in single row */
		float:left;
	}

	#lava #box {

		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute;
		left:0;
		top:0;

		/* should be lower than the list menu */
		z-index:50;

		/* image of the right rounded corner */
		background:#ccc;
		height:20px;

		/* add padding 8px so that the tail would appear */
		padding-right:8px;

		/* self-adjust negative margin to make sure the box display in the center of the item */
		margin-left: -6px;
	}

    #lava #box .head {
            /* image of the left rounded corner */
            background:#eee;
            height:20px;

            /* self-adjust left padding to make sure the box display in the center of the item */
            padding-left:18px;
    }

.search_field {
	background: #fff url(../images/searchbg.gif) no-repeat right;
	color: #808080;
	clear: both;
	font-weight: bold;
	/*padding: 7px 25px 10px 10px;
	margin: 5px 0;*/
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 17%;
	margin: 10px 0 0px 0;

}

.left h3 {
	clear: both;
	/*background: #A9C0CE url(../images/cornerRRRRRRRRRRRRRRRRRRRR.gif) no-repeat top right;*/
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
.left_side {
    float: left;
    width: 180px;
    padding: 0 0 0 10px;
    margin: 10px 0;
}

.left_side a, .right_side a { color: #414141; background: #FFF; }

.right_side {
    float: right;
    width: 220px;
    background: #FFF url(../images/dotted.gif) repeat-y;
    color: #414141;
    padding: 0 0 0 40px;
    margin: 10px 0;
}

.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }


/* center side
   ---------- */

.center {
	float: left;
	width: 57%;

	margin: 5px 0px 10px 0px;
	/*border: 1px solid gray;
	background-color: #EFEFEF;*/
}
.my-rss-loader{
    padding: 70px 0px 0px 235px;
}

.rssfeed-bottom-border{
    background: #d5e2ef url(../images2/uitabsbg2.gif) repeat-x;
    /*border: 1px solid red;*/
    position: relative;

	display: block;
	height: 5px;
	width: 100%;

}

/* right side
   ---------- */

.right {
	float: right;
	width: 25%;
	margin: 10px 0px 10px 0px;
}

.right h3 {
	background: #efefef  url(../images/corneRr.gif) no-repeat top right;;
	color: #444;
	padding: 7px 0 7px 5px;
	font: bold 1em Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

.right_articles {
    background: #f5f5f5;
    color: #414141;
    padding: 8px;
    margin: 0 0 3px 0;
}

.image {
	float: left;
	margin: 0 9px 3px 0;
}

.vertical-menu{
    float: left;
	margin: 0 9px 3px 0;

}











/* footer
   ------ */

.footer {
	clear: both;
	text-align: right;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }






/* Rotator Styles */
#wrapper {
	width:960px;
	border-top:0px solid #92a5bc;/*top border*/
	border-bottom:0px solid #92a5bc;/*bottom border*/
	margin:0 auto;
}

#rotator {
	background:#FFF;
	color:#000;
	position:relative;
	padding-bottom:2.6em;
	margin:0;
	font-size:16px;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

ul.ui-tabs-nav {
	position:absolute;
	bottom:0px;
	left:0;
	z-index:1;
	width:100%;
	background:#FFF url(../images2/uitabsbg.gif) repeat-x bottom right;
	border-top:1px solid #FFF;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {
	font-size:.8em;
	font-weight:normal;
	color:#999;
	background:#FFF url(../images2/uitabsbg.gif) repeat-x bottom left;
	border-left:1px solid #FFF;
	border-right:1px solid #c5ced9;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:#FFF url(../images2/uiactivetabbg.gif) repeat-x bottom left;
	color:#333;
}

#rotator .ui-tabs-nav-item a span {
	float:left;
	padding:1em;
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:#fff url(../images2/uiactivetabbg.gif) repeat-x bottom left;
	color:#333;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	padding:40px 540px 15px 15px;
	height:175px; /*default was 225*/
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator h2 {
	color:#E75D00;
	font-weight:normal;
	margin:0;
	font-size:1.8em;
	line-height:1.2em;
}

#rotator p {
	font-size:1.1em;
	margin:.5em 0;
	color:#333;
}

#rotator .btn_get_started {
	float:left;
	height:30px;
	width:99px;
	text-indent:-9999em;
	margin-right:7px;
	overflow:hidden;
	background:transparent url(../images2/getstarted.gif) no-repeat
}

#rotator .btn_learn_more {
	float:left;
	height:26px;
	font-size:.9em;
}

/* Background Images */
#rotator #fragment-1 {
	background:transparent url(../images/coins.jpg) no-repeat top right;
}

#rotator #fragment-2 {
	background:transparent url(../images/bearings.jpg) no-repeat top right;
}

#rotator #fragment-3 {
	background:transparent url(../images/map.jpg) no-repeat top left;
	padding:40px 15px 15px 540px;
}

#rotator #fragment-4 {
	background:transparent url(../images/support.jpg) no-repeat top left;
	padding:40px 15px 15px 540px;
}