/*
    Basic formating of the text.
*/

body {
	line-height: 1.6em;
	background: #fff;
	color: #444;
	font-family: Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 0.7em;
}

a:hover { 
         color: #6C757A; }


.menu_color {
	clear: both;
	color: #FFFFFF;
	font-size: 1em;
	background-image: #FF9148 url(images/menubg.gif) repeat-x;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	background: none;
	font-weight: bold;
}

.menu_color_select { 
		background: #E0691A url(images/bar.gif) repeat-x; 
		color: #000;
		font-weight: bold;
		text-decoration: none; 
		}

.link_color {
       color: #E0691A;	
	   background: inherit;
}

h1 { font: normal 2.4em "Arial"; padding: 7px 0 0 8px; margin: 0; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}

/*
    Class formating for index page.
*/
.header {
	background: #fff url(images/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
}

.top_info_left {
	width: 200px;
	float: left;
}

.top_info_right {
	float: right;
	width: 290px;
	padding: 0 0 0 35px;
	border-left: 1px solid #eee;
}

.orange { color: #EA9134; }

.bar { 
	clear: both;
	font-size: 1.2em;
	height: 30px; 
	color: #FFF;
	background: #FF9148 url(images/menubg.gif) repeat-x;
}

.menu {
	clear: both;
	font-size: 1.2em;
	height: 30px;
	color: #FFF;
	background: #FF9148 url(images/menubg.gif) repeat-x;
}

.browse_category  {
	width: 180px;
	color: #FFF;
	background: inherit;
}

/*  Left sitde formating */

.ball_format_l {
	clear: both;
	background: #E8E8E8 url(images/h2bg.gif) no-repeat center left;
	color: #444;
	font: bold 1.3em "Trebuchet MS", Arial, Sans-Serif;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 43px;
}

	.left_side {
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 38px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
                
	}
	
.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
	float: right;
	width: 280px;
	background: #FFF url(images/dotted.gif) repeat-y;
	color: #414141;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
	}
	
/*  Right sitde formating */

.ball_format_r {
		background: #BDBDBD  url(images/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 7px 0 7px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 1px 0 3px 0;
	}
	
.right_articles {
	background: #f5f5f5;
	color: #414141;
	margin: 0;
	padding: 5px;
    margin: 0 0 0 0;
	}
	
	/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #ccc;
	line-height: 2em;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
	.footer a { color: #808080; background: #fff; }

/* text format */

.text_style1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.text_style2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #EA9134;
	text-decoration: none;
}

.text_style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #EA9134;
	text-decoration: none;
}

.text_style4 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.text_style5 {
	color: #EA9134;
	text-decoration: none;
}

li {
	list-style-type: square;
	line-height: 18px;	
}
