@charset "utf-8";
/* CSS Document */
*{
	margin				: 0;
	padding				: 0;
	}
html,body{
	height				: 100%;
}	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, 
li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border 				: 0;
	font-weight			: normal;
	font-style			: inherit; 
	font-size			: 100%;
	margin 				: 0;
	padding 			: 0;
	text-align			: left;
}
body{
	background			: #fff url(../images/css/body-bg.jpg) repeat-x left top;
	font				: normal 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif; /*10px*/
	color				: #565656;
	position			: relative;
}
h1,h2,h3,h4,h5,h6{
	color				: #737e8a;	
}
th{
    text-align			: left;	
}


a img, :link img, 
:visited img {
	border 				: 0;
}
a {
	outline 			: none;
	line-height			: 1;
	text-decoration		: none;
	color				: #737e8a;
}

a:hover{
	text-decoration		: none;	
}

table {
	border-collapse 	: collapse;
	border-spacing 		: 0;
}
ol, ul, li {
	list-style 			: none;
}
q:before, q:after,
blockquote:before, 
blockquote:after {
	content 			: "";
}
hr {
	display 			: none;
}

strong {
	font-weight 		: bold;
}

.cursor{
	cursor				: pointer;	
}


.removed {
	display 			: block;
	text-indent 		: -200em;
	overflow			: hidden;
}

.hidden {
	position 			: absolute;
	left 				: -200em;
	top					: 0;
}

.clear {
	clear 				: both;
	display				: block;
	height				: 0;
	line-height			: 0;
}
.last{
	background			: none;
	border				: 0;
	margin				: 0;
	padding				: 0;
	}

legend{
	/*display				: none;	*/
	}
fieldset{
	margin-bottom:8px;
	}	
	
.form-text,
.form-textarea,
.form-select{
	border				: 1px solid #afafaf ;
	padding				: 1px 2px;
	color				: #737e8a;
	font				: normal 12px Verdana, Arial, Helvetica, sans-serif;
}


img{
	vertical-align	   	: bottom;
}
ul li img{
	vertical-align		: middle;
		}
		
em{
	font-style			: italic;	
	}
	
code{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
}

.tabs:after{
	content				:'';
	clear				:both;
	display				:block;
}

.lefter{
	float:left;
	display:inline;
	}
.righter{
	float:right;
	display:inline;
	}	

/*clearfix starts*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*clearfix ends*/