* {
	margin: 0;
	padding: 0;
	border: none;
}

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

body {
	background-color: #666666;
}

ul {
	list-style: none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix {
	 display: inline-block;
	 min-height: 1%;
}
/*Hides from IE-mac\*/
*html .clearfix {
	height:1%;
}
.clearfix{ display: block }
/*end hide from IE-mac*/

#container {
	margin: 0 auto 12px;
	background-color: #ffffff;
	width: 800px;
}

#content {
	margin: 22px 0 0 8px;
	background-color: #dedede;
}

#navi {
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 1.2;
}

#navi em {
	display: block;
}

#navi ul {
	margin: 8px 0 8px 4px;
}

#navi li {
	padding: 0 0 4px 20px;
	background: url(/iraqicompany/images/arrow.jpg) left 4px no-repeat;
}

#navi li a {
	text-decoration: none;
	color: #333333;
}

#navi li a:hover {
	text-decoration: underline;
}

#outerMain {
	padding-left: 5px;
	background-color: #ffffff;
	float: right;
	width: 609px;
	color: #333333;
	}

#main {
	border-left: solid 1px #ffcc00;
}

#main a {
	text-decoration: none;
	color: #339933;
}

#main a:hover {
	text-decoration: underline;
}

#main h2 {
	padding: 0 0 10px 6px;
}

#main .block {
	margin: 0 15px 32px 18px;
	font-size: 14px;
	line-height: 1.3;
}

.block h3 {
	padding: 6px 16px;
}

.block p {
	padding: 20px 0 0 8px;
}

dl {
	margin-top: 12px;
}

dt {
	float: left;
	padding-bottom: 16px;
}

dd {
	float: left;
	padding: 0 0 18px 16px;
	width: 420px;
}

#download p,
#download .download {
	padding: 20px 0 0 8px;
	float: left;
}

.download ul {
	padding: 0 0 12px 8px;
}

#contact ul {
	padding: 0 0 12px 120px;
}

#remarks ul {
	padding: 0 0 12px 20px;
}

#remarks li {
	padding-bottom: 4px;
}

h4 {
	font-weight: bold;
}

.inquiry {
	padding: 10px 0 20px 12px;
}

.inquiry p {
	padding: 0 0 20px 0;
}

#map {
	margin-left: 60px;
}

.pale {
	background-color: #5062a5;
	color: #ffffff;
}
.olive {
	background-color: #70985c;
	color: #ffffff;
}
.purple {
	background-color: #906eb1;
	color: #ffffff;
}

.block .totop {
	padding-right: 16px;
	text-align: right;
}

#main .totop a {
	text-decoration: underline;
	color: #333333;
}

#footer {
	margin: 0 14px 16px 10px;
	padding: 12px 0 11px;
	background: url(/iraqicompany/images/footer_bg.gif) repeat-x;
	border: solid 1px #c6c6c6;
	height: 12px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
}

