@charset "utf-8";

body {
	margin:0;
	padding:0px 0 0 0;
	background-color:#FFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	color:#000;
	font:normal 12px Arial, Helvetica, sans-serif;

}
/************************************
Color scheme
*************************************/

.green-color{
	color:#3d6801;
}


.blue-color{
	color:#2545a4;
}


.red_color{
	color:#ec2027;
}
.gray{
	color:#5b5b5b;
}


/************************************
    end   Color scheme
*************************************/
/************************************
links
*************************************/

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#3d6801;
}

a.red_color{
	color:#ec2027;
}
a.red_color:hover{
	color:#3d6801;
}

.blue-link2 a{
	color:#04648c;
}
.blue-link2 a:hover{
	color:#cf0088;
}



/************************************
    end   links
*************************************/


/************************************
headdings
*************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
	padding:0 0 0 0;
	margin:0;
}
h1 {
	font:bold 22px Arial, Helvetica, sans-serif;
}
h2 {
	font:bold 20px Arial, Helvetica, sans-serif;
}
h3 {
	font:bold 18px Arial, Helvetica, sans-serif;
}
h4 {
	font:bold 16px Arial, Helvetica, sans-serif;
}
h5 {
	font:bold 14px Arial, Helvetica, sans-serif;
}
h6 {
	font:bold 12px Arial, Helvetica, sans-serif;
	
}

/************************************
    end   headdings
*************************************/

/************************************
paddinges & margins
*************************************/

.top_p{
	padding-top:10px;
}
.bottom_p{
	padding-bottom:10px;
}
.left_p{
	padding-left:10px;
}
.right_p{
	margin-right:10px;
}

.top_m{
	margin-top:10px;
}
.bottom_m{
	margin-bottom:10px;
}
.left_m{
	margin-left:10px;
}
.right_m{
	margin-right:10px;
}
img{
	border:0;
}
img a{
	border:0;
}

/************************************
    end   paddinges & margins
*************************************/

/************************************
bodder & clear
*************************************/

.clear{
	clear:both;
}

.flota_left{
	float:left;
}

.clear_right{
	clear:right;
} 
boder-top{
	border-top:solid 1px;
	
}
boder-bottom{
	border-bottom:solid 1px;
	
}
boder-left{
	border-left:solid 1px;
	
}
boder-right{
	border-right:solid 1px;
	
}

/************************************
    end   bodder & clear
*************************************/




/************************************
html layout
*************************************/

ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
li{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
}

p{
	padding:0;
	margin:0;
}

#wrapper{
	width:1000px;
	height:auto;
	margin:auto;
}

.left_flot{
	float:left;
}
/**************************payement_opp*******************/
.table_continer{
	width:auto;
	height:auto;
	float:left;
	background-color:#faf9f9;
}

.table_content tr th{
	height:auto;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	padding:8px 0 8px 0;
	background-color:#333;
	
}
.table_content tr{
	width:auto;
	
}
.table_content tr:hover{
	
}
.table_content td{
	text-align:center;
	padding:5px 0 5px 0;
	border-bottom:#e2e2e2 solid 1px;
	border-right:#e2e2e2 solid 1px;
}
.table_content td.left_la{
	text-align:left;
	padding:5px 10px 5px 10px;
	border-bottom:#e2e2e2 solid 1px;
	background-image:url(../imagess/td_re.jpg);
	background-repeat:repeat-y;
	background-position:right top;
}

.table_content td.images_thumb{
	width:140px;
	height:120px;
	text-align:center;
}



/************************************
    start   backgrounds
*************************************/



.bg_blue-color{
	background-color:#004986;
}


.bg_yellow-color{
	background-color:#fc8801;
}


.bg_red_color{
	background-color:#ca1918;
}


/************************************
    end   bodder & clear
*************************************/

/************************************
    defalt   icons
*************************************/

.face_book{
	width:23px;
	height:24px;
	float:left;
		margin:0 2px 0 2px;
	background-image:url(../images/mn1.png);
	background-position:-180px -490px;
	background-repeat:no-repeat;
}
.twitter{
	width:23px;
	height:24px;
	float:left;
	margin:0 2px 0 2px;
	background-image:url(../images/mn1.png);
	background-position:-208px -490px;
	background-repeat:no-repeat;
}
.stumbleupon{
	width:23px;
	height:25px;
	float:left;
		margin:0 2px 0 2px;
	background-image:url(../images/mn1.png);
	background-position:-294px -493px;
	background-repeat:no-repeat;
}




a.reed_more{
	padding:3px 8px 3px 8px;
	background-color:#666;
	color:#FFF;
}