@import url("../../public/stylesheets/reset.css");
@import url("../../public/stylesheets/grid.css");
@import url("../../public/stylesheets/structure.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

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

h1 { font-size:24px; }
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p { margin:12px 0px 12px 0px; }

a { text-decoration: none; }
a.button {
	display: inline-block;
	padding: 3px 5px;
	margin: 0 5px 5px 0;
	
	background: #F8F8F8;
	border: 1px solid #E8E8E8;
	
	text-transform: uppercase;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	a.button:hover { background: #F4F4F4; }
	
hr { border: 0; background: #000; height: 1px; }


/* CUSTOM FORMS & BUTTONS */
.btn {
	float: left;
	
	margin: 0 0 0 2px;
	padding: 4px 3px;
	width: 165px;
	height: 50px !important;
	text-algin: center;
	
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	
	background-color: #ACACAD;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px solid #f6f6f6;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-box-pack: center;
	
	display: box;
	box-orient: vertical;
	box-pack: center;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	cursor: pointer;
}
	.btn:hover { background-color: #B5B5B5; }
	.btn.highlight { background-color: #0CA04B; }
		.btn.highlight:hover { background-color: #18AA53; }
	.btn.inactive { background-color: #0CA04B; }
		.btn.inactive:hover { background-color: #18AA53; }
	
label {
	margin: 5px 0 4px 0;
	padding: 0;
	display: block;
	text-indent: 18px;
	color: #ACACAD;
}

::-webkit-input-placeholder {color: #ccc !important;}
::-moz-placeholder {color: #ccc !important;}
:-moz-placeholder {color: #ccc !important;}
:-ms-input-placeholder {color: #ccc !important;}
input[type=text], input[type=password] {
	background: #F1F1F2;
	border: 0;
	border-left: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	padding: 5px 10px;
	color: #666;
	width: 238px;
	height: 29px;
	font-size: 15px;
}
	input[type=text].err, input[type=password].err { border-left: 1px solid #F00; border-top: 1px solid #F00; }
	.dd-container.err .dd-select { border-left: 1px solid #F00; border-top: 1px solid #F00; }
input[type=button], input[type=submit], input[type=reset] {
	background: #fcfcfc;
	border: 1px solid #e8e8e8;
	padding: 5px 10px;
	color: #666;
	/*width: 180px;*/
	cursor: pointer;
}
	input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background: #f8f8f8; }
textarea {
	background: #fcfcfc;
	border: 1px solid #e8e8e8;
	padding: 5px 10px;
	color: #666;
	width: 270px;
	height: 100px;
}
	textarea.err { border: 1px solid #F00; }
select {
	background: #fcfcfc;
	border: 1px solid #e8e8e8;
	padding: 5px 10px;
	color: #666;
	width: 180px;
}






/* NAVIGATION */
nav {}
	nav ul { list-style: none; margin: 0px; padding: 0px; }
	nav ul li { float: left; list-style: none; margin: 0px; padding: 0px; }
		nav ul li.separator { float: left; list-style: none; margin: 0px 6px 0px 6px; padding: 0px; }
		nav ul li a { display: block; text-decoration: none; }
			nav ul li a:link, nav ul li a:visited {}
			nav ul li a:hover {}
			nav ul li a.selected { display: block; text-decoration: none; }

/* THE BASE */
section {
	position: relative;
	padding: 96px 0px 96px 0px;
}
	section .centered {
		position: relative;
		width: 1140px;
		margin: 0px auto 0px auto;
	}

/* debut i6 warning */
#ie6 {
	position: relative;
	width: 100%;
	height: 200px;
	background-image: url(../../modules/ie6warning/images/ie6warning.background.jpg);
	background-repeat: repeat-x;
}
	#ie6 #ie6warning {
		font-family: Arial, Helvetica, sans-serif;
		position: absolute;
		top: 0px;
		right: 50%;
		width: 500px;
		margin: 0px -250px;
		padding: 75px 5px 5px 5px;
		color: #666;
		font-size: 18px;
		text-align: center;
	}
/* end i6 warning */