/* ------------------------------ 
Resetting Again 
------------------------------ */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}

/* Better CSS Coding */
a, img {
border:0;
}

a:link, a:visited{
	color:#524b5b;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color:#e11b1b;
}

/*a:active{
	text-decoration:none;
	color:#CC0000;
}*/

.clear{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Clearfix reduce */
.clearfix_2:after{content: ""; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix_2{min-height: 0; height: 1%;}

.clearfix_1{
	clear:both;
}

.clearfix{
	overflow:hidden;
}

* html .clearfix{
	height:1%
}

.spacer{
	clear:both;
	height:15px;
	display: block; 
}

.border_dot{
	width:auto;
	height:1px;
	margin:10px 0px 10px 0px;
	background-image:url(../images/border_dashed.jpg);
	background-repeat:repeat-x;
	clear:both;
}

.right{float: right;}
.left{float: left;}
.row{clear:both;}
.col{float: left;}

.list{
	font:normal 11px Verdana, Tahoma;
	text-decoration:none;
	color:#747474;
}

ul li{
	color:#747474;
}

.list ul li{	
	line-height: 1.5em;
	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-size:11px;
	color:#747474;
}

.list ul li a:link{
	text-decoration: none;
	color:#747474;
}

.list ul li a:visited{
	text-decoration: none;
	color:#747474;
}

.list ul li a:hover {
	text-decoration: none;
	color: #CC3300;
}

/*-------- CSS for Typography -------*/

h1{font-size:20px; font-family: "Times New Roman", verdana, Times, serif; color:#747474;}
h2{font-size:14px; color:#999999; font-family: "Times New Roman", verdana, Times, serif;}
h3{font-size:13px; padding:4px 0; margin-bottom:10px; font-family: "Times New Roman", verdana, Times, serif;}
p{line-height:14px; font-size:11.5px; padding:0px 0px 15px 0px;}	
	
/* css line height 1px,2px,3px,4px,5px;6px,7px,8px,9px,10px */
.line_1{height:1px; padding:0;border-top:#CCCCCC solid 1px;margin:3px 0px 10px 0px;}
.line_2{height:2px; padding:0;border-top:#CCCCCC solid 2px;margin:3px 0px 10px 0px}
.line_3{height:3px; padding:0;border-top:#CCCCCC solid 3px;margin:3px 0px 10px 0px}
.line_4{height:4px; padding:0;border-top:#CCCCCC solid 4px;margin:3px 0px 10px 0px}
.line_5{height:4px; padding:0;border-top:#CCCCCC solid 5px;margin:3px 0px 10px 0px}
.line_6{height:6px; padding:0;border-top:#CCCCCC solid 6px;margin:3px 0px 10px 0px}
.line_7{height:7px; padding:0;border-top:#CCCCCC solid 7px;margin:3px 0px 10px 0px}
.line_8{height:8px; padding:0;border-top:#CCCCCC solid 8px;margin:3px 0px 10px 0px}
.line_9{height:9px; padding:0;border-top:#CCCCCC solid 9px;margin:3px 0px 10px 0px}
.line_10{height:10px; padding:0;border-top:#CCCCCC solid 10px;margin:3px 0px 10px 0px}

/* css spase height 10px,20px,30px,40px,50px,60px,70px,80px,90px,100px */
.spase_10{height:10px;margin:0;padding:0;clear:both;}
.spase_20{height:20px;margin:0;padding:0;clear:both;}
.spase_30{height:30px;margin:0;padding:0;clear:both;}
.spase_40{height:40px;margin:0;padding:0;clear:both;}
.spase_50{height:50px;margin:0;padding:0;clear:both;}
.spase_60{height:60px;margin:0;padding:0;clear:both;}
.spase_70{height:70px;margin:0;padding:0;clear:both;}
.spase_80{height:80px;margin:0;padding:0;clear:both;}
.spase_90{height:90px;margin:0;padding:0;clear:both;}
.spase_100{height:100px;margin:0;padding:0;clear:both;}

/* css space height max */
.spase_150{height:150px;margin:0;padding:0;clear:both;}
.spase_200{height:200px;margin:0;padding:0;clear:both;}
.spase_250{height:250px;margin:0;padding:0;clear:both;}
.spase_300{height:300px;margin:0;padding:0;clear:both;}
.spase_350{height:350px;margin:0;padding:0;clear:both;}
.spase_400{height:400px;margin:0;padding:0;clear:both;}
.spase_450{height:450px;margin:0;padding:0;clear:both;}
.spase_500{height:500px;margin:0;padding:0;clear:both;}
.spase_550{height:550px;margin:0;padding:0;clear:both;}








