/*
		Design by Stephane Douville
		http://www.sogi.com
		819-379-3446
		Date: Dec 10, 2009
		© 2009 copyright, all rights reserved
		
		CSS Sticky Footer, Footer Stick to Bottom of Page solution found on
		http://ryanfait.com/
		Copyright © 2009 Ryan Fait

		Equal Height Columns with Cross-Browser JQuery found on
		http://www.cssnewbie.com/equal-height-columns-with-jquery/
		© 2007 - 2009 Rob L Glazebrook
		
*/

/*	STICKY FOOTER SOLUTION 
		================================================= 
*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
	}

#backwrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
	}

/*	RESET 
		================================================= 
*/

*{margin: 0;}
	
html, body{
	height: 100%;
	padding: 0;
	margin: 0;
	}

body{
	padding:0;
	margin:0;
	}
	
.clear{
	clear:both;
	height: 0px;
	display: block;
}	

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 10px;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img{
	border: 0 none;
}


/*	TEMPLATE STRUCTURE
		===========================================================
*/

#wrap{
	height: auto;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

/*	COLUMN STRUCTURE
		================================================= 
*/

#header, #topmenu, #promo{
	clear: both;
	}

#page-box{
	height: 100%;
	position: relative;
	}
	
#column-box{
	height: 100%;
	position: relative;
	}
#one, #left, #right, #center{
	height: auto;
	margin-top: 10px;
	float: left;
	position: relative;
	}

#one{border: solid thin red;}

.content_box{
	padding: 8px;
	}

/*
#right{
	height: auto;
	margin-top: 10px;
	float: left;
	position: relative;
	}
*/
/*	NAVIGATION MENU : menu
		================================================= 
		suffix: _top, _header, _left, _right, _bottom
*/

#menu_Horizon{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 5px;
	}

#menu_Horizon ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	}
#menu_Horizon ul li{ display: inline; }

/* _top */

#menu_top {
	float: left;
	clear: both;
	display: block;
	}
		
#menu_top a, #menu_top p{
	font-size: 10px;
	color: #000;
	text-decoration: none;
	padding: 0 3px;
	}

#menu_top p{
	padding: 0px;
	margin: 5px 0;
}	


.fist{	
	border-left: 1px solid #fff;
	}

#menu_top a:hover, .active{
	font-weight: bold;
	text-decoration: none;
}

/* ===============================
	Search Field
	================================== */
		
#search_box {
	background:transparent url(../images/bg_search_box.png) no-repeat scroll left top;
	height: 20px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 200px;
	}
	
#search_box #searchBox {
	background: url(none) repeat scroll 0 0;
	border:0 none;
	float:left;
	font-size:10px;
	margin:5px;
	padding:0;
	width: 100px;
	}
	
#search_box #go1 {
	float: right;
	margin: 0;
	position: relative;
	right: 10px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #030;
	}


/*	TYPOGRAPHY
		================================================= 
*/
