@charset "UTF-8";
/* CSS Document */
 
html, body{
	margin:0;
	padding:0;	
}
body{
	background:#000000 url('../images/idar-bg-default.jpg') no-repeat;
	font:12px "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	line-height:17px;
	text-align:left;
	color:#ccc;
	top:50%;
	left:50%;
	
}
h1, h2, h3, h4 {
	font-family:"Times New Roman", Times, serif;
	line-height:28px;
	font-style:normal;
}
h3{
	font-size:19px;
	line-height:19px;
	
}

.homepage{
	font-size:17px;
	line-height:19px;
	text-align:center;
	}
p{
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#content_wide p{
	font:11px "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	line-height:17px;
	margin: 0 0 10px 0;
}
#content_tall p{
	font:11px "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	line-height:16px;
	margin: 0 0 10px 0;
}
#content_wide h2{
	font:15px "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	line-height:17px;
	margin: 0 0 10px 0;
}

a{
	color:#fff;
}
a:hover{
	color:#FC0;
}
#wrap{
	width:960px;
	height:auto;
	margin:0 auto;
	position:relative;
}
#left{	
	float:left;
	display: inline;
	margin-top:35px;
	margin-left:10px;
	height:538px;
	width:140px;
	background: url(../images/idar-left.png) no-repeat;
	
}
#right{
	float:left;
	display: inline;
	margin-top:35px;
	margin-left:19px;
	height:538px;
	width:781px;
	background: url(../images/idar-right.png) 1px 0 no-repeat;
}

#content{
	float:left;
	display: inline;
	margin:50px 0px auto 40px;
	width:330px;
}
#content_news{
	float:left;
	display: inline;
	margin:40px 0px auto 40px;
	width:330px;
	height:330px;
}
#content_news_nav{
	float:left;
	display: inline;
	margin:0px 0px auto 40px;
	width:330px;
	height:100px;
}


#content_tall{
	float:left;
	display: inline;
	margin:25px 0px auto 40px;
	width:330px;
}
#content_wide{
	float:left;
	display: inline;
	margin:30px 20px auto 20px;
	width:741px;
}
.h1home {
	text-indent:-9999px;
	background:url(../images/idar-h1home.png) no-repeat;
	height:81px;
	width:350px;
}
.h1services {
	text-indent:-9999px;
	background:url(../images/idar-h1services.png) no-repeat;
	height:54px;
	width:350px;
}
.h1faq {
	text-indent:-9999px;
	background:url(../images/idar-h1faq.png) no-repeat;
	height:54px;
	width:350px;
}
.h1news {
	text-indent:-9999px;
	background:url(../images/idar-h1news.png) no-repeat;
	height:54px;
	width:350px;
}
.h1work {
	text-indent:-9999px;
	background:url(../images/idar-h1work.png) no-repeat;
	height:54px;
	width:350px;
}
.h1about {
	text-indent:-9999px;
	background:url(../images/idar-h1about.png) no-repeat;
	height:54px;
	width:350px;
}
.h1contact {
	text-indent:-9999px;
	background:url(../images/idar-h1contact.png) no-repeat;
	height:54px;
	width:350px;
}
#content p {
	color:#CCC;
}
.image, iframe{
	float:left;
	display: inline;
	margin:45px 0 0 38px;
	width: 330px;
}


.number {
	text-align:center;
	color:#fff;
	margin:10px 10px 20px 10px;
	font-size: 17px;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
	height:0;
	width:0;
}
#copyright{
	color:#FC0;
	margin:5px 0 0 175px;
	padding:0;
	width:410px;
	height:15px;
	float: left;
	display:  inline;
	font-size:90%;
	
}
#copyright a{
	color:#FC0;
	padding:0;
	text-decoration:none;
	
}
#footer ul{
	color: #848484;
	float:right;
	height:50px;
	width:280px;
	margin:5px 10px 0 38px;
	text-align: right;
}
#footer li{
	font-size: 11px;
	display:inline;
	padding: 0 2px;
	margin:0;
}
#footer li a{
	color: #848484;
	text-decoration:underline;
}
#footer li a:hover{
	text-decoration:none;
}
.faq{
	font-size:13px;
}
#ad{
	margin: 15px 0 0 15px;
}

