
/**
 * forms
 */

.csc-mailform {
	border: none;
}

.csc-mailform-field label {
	width: 100px;
	display: block;
	float: left;
}

.csc-mailform-field .csc-mailform-check,
.csc-mailform-field input,
.csc-mailform-field textarea {
	margin: 4px 0;
}

.csc-mailform-field input,
.csc-mailform-field textarea {
	width: 300px;
}

.csc-mailform-field .csc-mailform-check,
.csc-mailform-field .csc-mailform-submit {
	width: auto;
}

.csc-mailform-field .csc-mailform-submit {
	margin-left: 340px;
}


/* +++++++++++++++++++++++++++++++++ */
/* +++ 	 		global				+++ */
/* +++++++++++++++++++++++++++++++++ */


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-image: url(../images/elements/red-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

form {
	margin: 0;
}

#mother, #header, #footer, #content-address, #content-toptool {
	width: 944px;
}


/* +++++++++++++++++++++++++++++++++ */
/* +++			structure			+++ */
/* +++++++++++++++++++++++++++++++++ */

#mother {
	position: relative;
	margin: 0 auto 0 auto;
}

#header {
	background-color: #6A0000;
}


/* +++++++++++++++++++++++++++++++++ */
/* +++			content				+++ */
/* +++++++++++++++++++++++++++++++++ */


#content {
	background-image: url(../images/content/content-loop.gif);
	background-position: top;
	background-repeat: repeat-y;
	min-height: 600px;
}

#content-text {
	position: relative;
	float: left;
	width: 770px;
	z-index: 100;
/*	border: 1px solid red;*/
}

#content-text-margin {
	width: 480px;
	margin-top: 55px;
	margin-left: 20px;
}

#content-img {
	position: absolute;
	z-index: 50;
	top: 140px;
	left: 610px;
	width: 340px;
	height: 710px;
/*	border: 1px solid red;*/
}


/* +++++++++++++++++++++++++++++++++ */
/* +++			navigation			+++ */
/* +++++++++++++++++++++++++++++++++ */

#navigation {
	float: left;
	width: 151px;
/*	border: 1px solid red;*/
}

#nav-wrap {
	width: 126px;
	background-color: #fff;
	margin-left: 23px;
	padding: 20px 0 18px 0;
/*	border-right: 1px solid blue;*/
}

#navigation-list {
	padding: 0;
	margin: 0 0 0 10px;	
}
 
#navigation-list li {
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 14px;
	background-image: url(../images/navigation/nav-norm.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#navigation-list li a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#navigation-list li.nav-act {
	background-image: url(../images/navigation/nav-act.gif);
}

#navigation-list li.nav-act a {
	font-weight: bold;
	color: #6A0000;
	text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++ */
/* +++			address				+++ */
/* +++++++++++++++++++++++++++++++++ */

#content-address {
	height: 12px;
}

.address {
	margin-left: 64px;
	line-height: 12px;
}

/* +++++++++++++++++++++++++++++++++ */
/* +++			toptool				+++ */
/* +++++++++++++++++++++++++++++++++ */

#content-toptool {
/*	border: 1px solid red;*/
	background-image: url(../images/content/content-loop.gif);
	background-position: top;
	background-repeat: repeat-y;
	height: 20px;
}

.toptool {
/*	border: 1px solid green;*/
	position: relative;
	float: right;
	width: 15px;
	height: 15px;
	padding-right: 300px;
}


/* +++++++++++++++++++++++++++++++++ */
/* +++			html tags			+++ */
/* +++++++++++++++++++++++++++++++++ */


.csc-firstHeader, h1, h2, h3 {
	margin: 4px 0 12px 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6A0000;
}

p {
	margin: 0;
}

h1 {

}
h2 {

}
h3 {

}

.clear {
	clear: both;
}

a {
	color: #6A0000;
}
