/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
#container{
width:1000px;
float:left;
}

#container_div {
    position: absolute;
	width:725px;
	z-index:1; 
	bottom:-800px;
	height:100%;
}

/* Columns shortcode
----------------------------------------------------------------------------------------------------*/
.fullwidth{
	width:100%;
	float:left;
	margin-bottom:20px;
}

.one_half{
	width:48.10%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}

.one_half_last{
	width:48.10%;
	float:right;
	margin-bottom:20px;
}

.one_third{
	width:30.80%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;


}

.one_third_last{
	width:30.80%;
	float:right;
	margin-bottom:20px;
}


.two_third{
	width:65.40%;
	float:left;
	margin-right:3.80%;
	
}

.two_third_last{
	width:65.40%;
	float:right;
	margin-bottom:20px;
}

.one_fourth{
	width:22.15%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;

}

.one_fourth_last{
	width:22.15%;
	float:right;
	margin-bottom:20px;
}

.three_fourth{
	width:74.05%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
	
}

.three_fourth_last{
	width:74.05%;
	float:right;
	margin-bottom:20px;
	
}


.one_fifth{
	width:16.96%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}
.one_fifth_last{
	width:16.96%;
	float:right;
	margin-bottom:20px;		
}
	
.four_fifth{
	width:79.240%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;

}

.four_fifth_last{
	width:79.240%;
	float:right;
	margin-bottom:20px;

}


* html .clearfix {

} /* IE6 */



*:first-child+html .clearfix {

} /* IE7 */


/* clearfix */

.clear{
	clear:both;
	display:block;
	height:0px;
	width:100%;
	visibility:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

