

/* DEFAULT
/* -------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
	text-align: center;
	}

body, p, ul, ol, li, form {
	margin: 0;
	padding: 0;
	}

body, th, td, input, select, textarea {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #443838;
	}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	}

input {
	vertical-align: middle;
	}

a {
	color: #e11b22;
	}

a img {
	border: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 22px;
	line-height: 120%;
	color: #e11b22;
	margin: 1em 0;
	}

h2 {
	font-size: 20px;
	background: url(../img/box_s.gif) no-repeat left top;
	padding: 3px 0 10px 50px;
	}

h3 {
	font-size: 18px;
	}

h4, h5, h6 {
	font-size: 16px;
	}

p {
	margin: 1.2em 0;
	}

small{
	font-size: 11px;
	line-height: 110%;
	}

table {
	width: 100%;
	}

th, td {
	text-align: left;
	vertical-align: top;
	}

.hr {
	border-top: 1px solid #ddd;
	}


/* CONTAINER
/* -------------------------------------------- */

#wrap {
	margin: 0 auto -115px;
	text-align: left;
	width: 1000px;
	min-height: 100%;
	position: relative;
	z-index: 5;
	background: url(../img/footer.jpg) no-repeat center bottom;
	}
* html #wrap {
	height: 100%;
	}

#container {
	padding: 0 10px;
	}

#wrap-clear{
	height: 150px;
	clear: both;
	}


/* CONTENT
/* -------------------------------------------- */
#content {
	min-height: 400px;
	}

* html #content {
	height: 400px;
	}

#content ul {
	list-style: none;
	}

#content ul, #content ol {
	margin: 1em 0 1em 1.2em;
	}

#content ul ul, #content ol ol{
	margin-top: 0.4em;
	}

#content ul li {
	background: url(../img/bull.gif) 0 .45em no-repeat;
	margin: .4em 0;
	padding-left: 1em;
	}

#content ol li {
	margin: .4em 0 .4em 1em;
	}

#mainmenu {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	list-style: none;
	}
	#mainmenu li {
		font-size: 24px;
		line-height: 120%;
		background: url(../img/menu_bg.gif) no-repeat left top !important;
		margin: 0 !important;
		padding: 28px 0 0 0 !important;
		float: left;
		width: 25%;
		}
		#mainmenu a {
			margin: 0 10px 0 24px;
			display: block;
			}
	#mainmenu li.current, #mainmenu li.current a {
		color: #afb1b4;
		}
		#mainmenu li.current a {
			text-decoration: none;
			}


/* FOOTER
/* -------------------------------------------- */

#footer {
	width: 980px;
	height: 115px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 10;
	}
	#footer .box {
		padding: 0 20px 0 160px;
		}
		#footer .box .title {
			font-size: 18px;
			color: #e11b22;
			}
		#footer .box .address {
			padding-top: 20px;
			}
			#footer .box .address div {
				width: 33%;
				float: left;
				}
		#footer .box .copyright {
			padding-top: 15px;
			float: right;
			font-size: 14px;
			}


.float-l {
	float: left;
	}

.float-r {
	float: right;
	}

.clear {
	clear: both;
	}
.align-r {
	text-align: right;
	}
.red {
	color: #e11b22;
	}
