/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/


/* --- DIVS --- */

#contents div.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	width: 900px;
}


/* --- HEADERS --- */

h1 {
	color: #6a4c3e;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 50px;
}

h2 {
	color: #424244;
	font: bold 16px Arial, Helvetica, serif;
	margin: 20px 0 20px 0;
}

#contents h3 {
	color: #424244;
	font: bold 14px Arial, Helvetica, serif;
	margin: 20px 0 20px 0;
}


/* --- PARAGHRAPHS --- */

#contents p {
	color: #404040;
	line-height: 18px;
	margin: 18px 0 18px 0;
}

#contents p.clear {
	clear: both;
}


/* --- ANCHORS --- */

#contents a {
}

#contents p a {
	font-weight: bold;
	text-decoration: underline;
}

#contents p a:hover {
	color: #888888;
	text-decoration: underline;
}


/* --- LISTS --- */

#contents ul {
	color: #404345;
	line-height: 20px;
	margin: 18px 0 18px 17px;
}

#contents ul li {
	list-style-type: disc;
}

#contents ul li ul {
	margin: 2px 0 2px 17px;
}

#contents ul li ul li {
	list-style-type: square;
}


/* --- IMAGES --- */

#contents img.left {
	float: left;
	margin: 5px 10px 5px 0;
}

#contents img.right {
	float: right;
	margin: 5px 0 5px 10px;
}

#contents img.bordered {
	background-color: #ffffff;
	border: solid 1px #b8b9ba;
	padding: 3px;
}

/* --- KEP ALAIRASSAL --- */

#contents div.leftimage-caption {
	color: #303030;
	display: inline;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin: 5px 12px 5px 0;
	text-align: center;
}

#contents div.rightimage-caption {
	color: #303030;
	display: inline;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	float: right;
	margin: 5px 0 5px 12px;
	text-align: center;
}

#contents div.centerimage-caption {
	color: #303030;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px auto 5px;
	text-align: center;
}

#contents div.leftimage-caption img,
#contents div.rightimage-caption img,
#contents div.centerimage-caption img {
	margin-bottom: 3px;
}


/* --- FORM ELEMENTS --- */

#contents form {
	color: #404040;
}

#contents form fieldset {
	border: solid 1px #ab191c;
    width: 400px;
	line-height: 16px;
	padding: 12px;
    background: url(/images/fieldset_bg.jpg) no-repeat left top;
}

#contents form legend {
	color: #363636;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
}

#contents form label {
	font-size: 11px;
	vertical-align: middle;
}

#contents form input {
	vertical-align: middle;
}

#contents form input.text {
	background: #ffffff;
	border: solid 1px #7e6558;
	color: #363636;
	font: normal 12px Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-align: left;
	padding: 1px;
}

#contents form input.submit {
	background: url(../images/form_submit.png) #d53c3c left top repeat-x;
	border-top: solid 1px #a32222;
	border-left: solid 1px #a32222;
	border-bottom: solid 1px #901b1b;
	border-right: solid 1px #901b1b;
	color: #ffffff;
	cursor: pointer;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 24px;
	padding: 0 3px 0 2px;
}

#contents form select {
	background: #ffffff;
	border: solid 1px #7e6558;
	color: #363636;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#contents form optgroup {
	color: #363636;
	font: bold 12px Arial, Helvetica, sans-serif;
	font-style: normal;
}

#contents form option {
	color: #363636;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding-left: 12px;
}

#contents form textarea {
	background: #ffffff;
	border: solid 1px #7e6558;
	color: #363636;
	font: normal 12px "Courier New", Courier, monospace; 
}


/* ----------------------------------------------------
   M I S C
------------------------------------------------------*/

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}


.cimbox {
    display: block;
    width: 400px;
    height: 40px;
    vertical-align: middle;
    padding: 11px 0 0 20px;
    margin: 0 0 10px 0;
	border: solid 1px #ab191c;
    background: url(/images/fieldset_bg.jpg) no-repeat left top;
    
}

hr {
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #cab164;
    border-top: none;
    
}
