﻿/*
Made by : Flashdaweb Team flashdaweb.com
License: Creative common.
Date: 01.09.2008
*/

/*   general declaration 
----------------------------*/
body {
font-size:90%; line-height:130%; background-color:#fff;
color:#000000;
font-family:Verdana,sans-serif;
font-size:0.75em;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;

}

* {margin:0px;padding:0px;}

a img {border: none;}

a {color: #0057B1;}

a:hover {text-decoration: none;}


ul{	padding-left:20px;list-style:circle;list-style-image:url('../images/li.gif');}
	
.clear_left{clear:left;display:block;height:0px; line-height:0;}

/* template declaration start
----------------------------------*/

#container{margin:0px auto;width:975px; font-size:1.083em;} /* this width is width of whole page */

/*tope menu declaration start in header 
------------------------------------------*/

#primary_menu
{
	background: #ffffff url('../images/pmenu_bg.png') no-repeat;
	margin: 0px auto; height: 68px; width: 975px;
}

#pm_main
{
	padding-left:20px;
	height: 38px;
}
#pm_sub ul
{
	list-style-type:none;
	list-style-image:none;

}
#pm_main ul
{
	list-style-type:none;
	list-style-image:none;

}
#pm_main li
{
	float:left;
	margin:2px 10px 0 0;
	background:url('../images/pm_sep.png') no-repeat scroll right;
	padding:0px 10px 0 0;
	text-align:center;
	vertical-align:middle;
	height: 34px;
	margin-top:2px;
}

#pm_main li a
{
	color:#fff;
	display:block;
	height: 34px;
	float:left;
	
	
}
#pm_main li a:hover
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	
}

#pm_main li a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	
}

#pm_main li a:hover
{
	background:url('../images/tab_bg_active.png') no-repeat scroll right top;
}

#pm_main li a:hover b
{
	background:url('../images/tab_bg_active_left.png') no-repeat scroll left top;
}

#pm_main li.active a
{
	background:url('../images/tab_bg_active.png') no-repeat scroll right top;
}

#pm_main li.active a b
{
	background:url('../images/tab_bg_active_left.png') no-repeat scroll left top;
}

#pm_main li a b
{
	padding:0 10px;
	display:block;
	padding-top: 7px;
}
#pm_sub
{
	float:right;
	margin-right:10px;
}
#pm_sub li
{
	float:left;
	margin:2px 5px;
	
}

#pm_sub li a
{
	color:#E0E7EF;
	font-weight:bold;
	font-size:1em;
}

/* meanu declaration end*/


/* content area start 
-----------------------*/
#conent
{
	margin:20px 0;
	padding:0px;
	text-align:justify;
}
.left_col
{
	/*float:left;
	*/
	width:100%;
	min-height:300px;
	margin-left:0px;
}

.right_col
{
	float:right;
	min-height:200px;
	width:38%;
}

