@charset "utf-8";
/* CSS Document */

body
{
	background:url(img/bgpic.jpg) #667882 repeat-x;
	margin:0;
	padding:0;
}

#wrapper
{
	margin:0 auto;
	padding-top:54px;
	padding-right:40px;
	width:770px;
	
}


#wrapper div
{
	float:left;
}
/*---------------------------------------the orange div begins from here!-----------------------------------------------------*/

.logodim
{
	position:absolute;
	background:url(img/abritti-logo.png) no-repeat;
	margin-left: 615px;
	margin-top:-20px;
	__margin-top:-435px;
	__margin-left:-152px;
	width:120px;
	height:39px;	
}

.logodim img
{
	border:none;
	visibility:hidden;
	width:120px;
	height:39px;
}



.topbg
{
	background:url(img/topbg.jpg);
	width:766px;
	height:85px;
	
}
.topbg img
{
	padding-left:70px;
	padding-top:20px;
}

.leftbg
{
	background:url(img/1leftbg.jpg) no-repeat;
	width:59px;
	height:255px;
}

.thisplay
{
	width:658px;;
	height:255px;
	background-color:#FFFFFF;
	
	/*padding-right:355px;*/
}
.thisleft
{
	padding:0;
	margin:0;
	width:250px;
	height:255px;
	
}
/*---------------------these div below are inside thisplay div---------------------*/

.headlogo
{
	padding:30px 0px 0 0;	
}

.email
{
	padding:30px 0 0 0;
}

/*---------------------these div above are inside thisplay div---------------------*/
.rightbg
{
	background:url(img/1rightbg.jpg) no-repeat;
	width:50px;
	height:255px;
}

.buttbg
{
	
	background:url(img/buttbg.jpg) no-repeat;
	width:766px;
	height:77px;
	__margin-top:-2px;
	
	
	
}
/*-----------------------------------the orange div ends and blue div begins---------------------------------------*/
.blue
{
	position:relative;
	width:378px;
	height:255px;
	padding-left:30px;
	

}
.blue div
{
	float:left;
}

.bluetop
{
	background:url(img/bluetop.jpg) no-repeat;
	width:378px;
	height:25px;
}

.blueleft
{
	background:url(img/blueleft.jpg) no-repeat;
	width:20px;
	height:206px;
}

.bluethis
{
	width:342px;
	height:206px;
	background:url(img/bluethis.jpg) repeat-x;
}

.bluethis_x
{
	width:342px;
	height:206px;
	background:url(img/bluethis.jpg) repeat-x;
}


/*--these div below are inside bluethis div-------*/

.bluethis ul
{
	margin:0;
	padding:0;
}

.bluethis ul li
{
	display:block;
	list-style:none;
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
	font-weight:normal;
	line-height:35px;
	
}
.bluethis ul li a
{
	list-style:none;
	background:url(img/button.png) left no-repeat ;
	padding-left:40px;
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
	line-height:34px;
	
	color:#201c1d;
	text-decoration:none;
}

.bluethis ul li a:hover
{
	font-family:"Courier New", Courier, monospace;
	color:#ff2a00;
	text-decoration:none;
	background:url(img/button_ho.png) left no-repeat ;
	padding-left:40px;
	font-size:20px;
	font-weight:normal;
	
	line-height:34px;
}

.reg
{
	padding:0px 0 0 30px;
}
/*-----these div above are inside bluethis div--*/
.blueright
{
	background:url(img/blueright.jpg) no-repeat;
	width:16px;
	height:206px;
}

.bluebutt
{
	background:url(img/bluebutt.jpg) no-repeat;
	width:378px;
	height:25px;
}
/*----------------------------the blue div ends and footer div begins--------------------------------------------------------------*/
#wrapper div.footer
{
	background:url(img/footbg.jpg) no-repeat;
	width:732px;
	height:123px;
	margin-left:16px;
	margin-top:-3px;	
}

.footer ul
{	
	padding:70px 0 0 90px;
	margin:0;
}

.footer ul li
{
	display:inline;
	list-style:none;
	padding-left:30px;
}

.footer ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

.footer ul li a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffe505;
	text-decoration:none;
}

