/* ---------------------------------------------------------
STRUCTURE
------------------------------------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align:center;
	font-size:12px;
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
}


#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	/*border:1px solid #CCC;*/
}

#header {
	width:980px;
	height:75px;
	margin:0;
	padding:25px 0 40px;
}
/*
#menu {
	padding-left:20px;
	width:752px;
}

#menu ul {
	list-style:none;
	
}
#menu li {
	float:left;
	margin:0 0 0 47px;
	padding:0;
	font-size:12px;
}
#menu li a {
	color:#888;
	text-decoration:none;
}
#menu li a:hover {
	color:#5C5C5C;
}
*/
#content {
	margin:0;
	padding:0;
	width:980px;
	height:400px;
	position:relative;
}

#content {
	margin:0;
	padding:0;
	width:980px;
	height:350px;
	overflow:hidden;
	position:relative;
}

#footer {
	width:980px;
	margin:0;
	padding:25px 0 0;
}

#footer a{
	color:#888;
}
#footer a:hover {
	color:#5C5C5C;
	text-decoration:none;
}


/* --------------------------------------------------------------  
TYPOGRAPHY
------------------------------------------------------------ */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size:	1.2em; } 
h4, h5 { font-size: 1.1em; } 

p, ul, ol {
	margin: 0 ;
	padding:0;
	font-size:1.0em;
}

a {
	outline:none;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.dhr {
	margin:5px  0;
	padding:0;
	width:100%;
	border-top:1px dotted #CCC;
	clear:both;
}
/* --------------------------------------------------------------  
SLIDERS
------------------------------------------------------------ */
.editor {
	margin:0 0 0 20px;
}

p.content, .editor p {
	margin:0 0 5px;
	text-align:justify;
	line-height:135%;
}

/* --------------------------------------------------------------  
FORMS
------------------------------------------------------------ */

label       {  vertical-align:middle; }
fieldset    { padding:1.0em 2em; margin:0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.6em; }

input[type=text], input.text, input.title, textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], textarea { padding:3px; font-size:14px; padding:3px; font-size:14px; }

input[type=checkbox], input[type=radio], input.checkbox, input.radio { 
  position:relative; top:.25em; 
}


/* --------------------------------------------------------------  
VALIDATOR
------------------------------------------------------------ */

div.validatorError { 
	font-weight:bold;
	color: #9e1111;
	display:inline-block;
	margin:5px 0; 
	padding: 0 0 0 35px; 
	background: url(../icon/16x16/error.png) no-repeat 10px center;
}
