@charset "utf-8";
@import url(layout.css);
/***** Global Settings *****/
 * html {
 margin:0;
 padding:0;
 }

html, body{ 
 margin:0; 
 padding:0;
 background:url(../images/body_bg.gif) scroll top;
 height:100%;
} 

 /***** Headings *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

 
 /***** Common Formatting *****/

p, ul, ol {
margin:0;
padding:0;
}

img {
border:0;
}


/***** Links *****/

a,
a:link,
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
	

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.float_r{
	float:right;
}
/***** Wrapper *****/
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */