/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}


body
{
	font-family: arial;
	font-size: 12px;
	vertical-align: top;
	line-height: 14px;
	background: url(images/bg_body.gif) repeat;
	color: #cccccb;
	color: #000000;
	padding: 0;
	margin: 0;	
}

body #fontdemo
{
	font-size: 13px;
	font-weight: bold;
}





a 
{
	text-decoration:none;
	text-decoration:underline;
	color:#cccccb;

}

a:hover 
{
	text-decoration:underline;
	text-decoration:none;
	color: #cccccb;
}

a:visited
{
	color: #cccccb;
	color: #000000;
}



/* Outer */

#wrap
{
	width: 766px;
	background: url('images/a3.jpg') top left repeat-y;
	margin: 0 auto auto auto;
}

/* Header */

#header
{
	/* height: 353px; */
	background: url(images/bg_header.jpg) no-repeat top; 
}

#header h1
{
	margin-bottom: 15px;
}

#header h2
{

}

#header h1
{
	color: #ffffff;
}

#header h1 a
{
	color: #ffffff;
	text-decoration: none;
}

#flash
{
	/* display: none; */

}

#linkcover
{
	position: absolute;
	top: 0;
	width:  254px;
	height: 10px;
	background: #232322;
	vertical-align: middle;
	padding: 20px 0 20px 30px;
}

#logo
{
	position: absolute;
	top: 110px;
	height: 110px;
	width: 300px;
	background: url(images/ibuildlogo.gif) no-repeat 5px 6px;
}

#fontdemo .ibuild
{
	color: red;
}



/* Menu */

#menu
{
	position: absolute;
	top: 283px;
	width: 439px;
	height: 70px;
	background: #383b38 url(images/bg_menu.jpg) left top no-repeat;	
}

#menu ul
{
	margin: 0;
	padding: 0;
}

#menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#menu ul li 
{ 
	height: 45px;
	line-height: 18px;
	display: inline;
}

#menu ul li a
{
	float: left;
	display: block;
	height: 28px;
	width: 70px;
	background: url(images/m1.jpg) no-repeat;
	padding: 22px 0; 
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

#menu ul li a:hover
{ 
	text-decoration: none;
	color: #61655f; 
}


/* Content */

#content
{
	/* position: absolute; */
	top: 384px;
	background: url(images/bg_body.gif) repeat;
}


#contentmain
{
	float: right;
	width: 429px;
	/* height: 380px; */
	padding: 32px 29px 20px 24px;
	background:url(images/bg_col2.gif) repeat-x top #61655f;
}

#contentmain h1, #contentmain h2
{
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 20px;
}

#contentmain #fontdemo h1, #contentmain #fontdemo h2
{
	font-size: 22px;	
}

#contentmain p
{
	margin: 0 0 12px 0;
}

#contentmain ul, #contentmain ol
{
	margin-bottom: 10px;
	margin-left: 15px;
	padding-left: 15px;
	list-position: inside;
}

#contentmain li
{
	padding-left: 5px;
}

#contentleft
{
	float: left;
	width: 203px;
	height: 380px;
	background: url(images/bg_col1.gif) repeat-x top #2a2c28; 
	padding: 32px 30px 20px 31px
}

#contentleft .dbtitle
{	
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background:url(images/bg_div_1.gif) repeat-x bottom;
}

#contentleft .dbbox ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentleft .dbbox li
{
	/* background: url(images/marker_list.gif) no-repeat 0 5px;  */
	padding: 5px 12px;
}


#contentleft .dbbox li a,
#linkcover a
{ 
	margin-top: 1px; 
	display:block;
	padding-left: 10px; 
	/* color: #61655f; */
	color: #FFFFFF;
	text-decoration: none; 
	font-size: 14px; 
	font-family: arial;
	background:url(images/marker_link.gif) no-repeat 0 5px;
}



#contentleft .dbbox li a:hover,
#linkcover a:hover
{
	text-decoration: none; 
	background: url(images/marker_header.gif) no-repeat 4px 5px;
}



/* Footer */

#footer
{ 
	clear: both;
	float: none;
	width: 766px; 
	margin: 8px 0 0 0;
	height: 57px; 
	padding-top: 20px;
	background: url(images/bg_footer.gif) repeat-x top;
}

#footer1
{
	float: right;
	color: #FFFFFF;
	padding-right: 10px;
}


#footer1 li 
{
	display: inline;
}

#footer1 a 
{
	color: #ffffff; 
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	padding: 0 5px;
}

#footer1 a:hover 
{
	color: #545852;
}

#footer1 .first a
{
	border: 0px;
}



#footer2
{
	float: left;
	color: #545852;
	padding-left: 10px;
}

#footer2 a 
{
	color:#545852; 
	text-decoration:none
}

#footer2 a:hover 
{
	color: #ffffff;
}





