/* CSS Document */
* {
    padding: 0;
    margin: 0;
    		}
    	
html, body {
	width: 100%;
	text-align: center;
    }
	
div#container {
	margin: 0 auto;
	text-align: left;
	width:759px;
	}
div#padding {
	padding: 7px;
	width: 745px;
	}
#header{
	width: 100%;
}
#footer{
	clear:both;
	width:96%;
	padding:1% 2%;
	}
#breadcrumbs{
	clear: both;
}
#breadcrumbs ul, .content #breadcrumbs p{
	display:inline;
	margin: 0px;
	list-style-type: none;
}
#breadcrumbs ul li{
	display:inline;
}

/* -------------------------- Global --------------------------- */
input, select, textarea{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000;
	border: none;
	font-size: 1.1em;
}
textarea{
	width: 100%;
}
input.fields{
	width: 100%;
}
input.button{
	padding: 2px 30px;
	text-transform: uppercase;
	background: #FFFFFF;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}	
img {
	border: none;
}
/* -------------------------- Content --------------------------  */
.colsLeft{
	float:left;
	/*padding-right:30px;*/
	width:30%;
}
.colsRight{
	float:left;
	/*padding-right:30px;*/
	width:70%;
}
