@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div{
	padding:0px;
	margin:0px;
}
form{
	padding:0px;
	margin:0px;
}
img{
	padding:0;
	margin:0;
	border:0;
}
#header{
	position:relative;
	width:100%;
	height:141px;
	background-image:url(../images/patter.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	text-align:center;
}
#header_whiteBox{
	position:relative;
	width:100%;
	height:219px;
	background-image:url(../images/white_patter.gif);
	background-position:left top;
	background-repeat:repeat-x;
	text-align:center;
	padding-top:15px;
}
#main{
	position:relative;
	width:885px;
}
#leftRow{
	position:relative;
	width:186px;
	float:left;
}
#mainContent{
	position:relative;
	width:503px;
	padding-right:5px;
	padding-left:5px;
	float:left;
	text-align:left;
}
#rightRow{
	position:relative;
	width:180px;
	float:right;
	text-align:center;
	background-image:url(../images/grey_line.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.recentBox{
	position:relative;
	padding-left:15px;
	width:75px;
	float:left;
	height: 100px;
	text-align:center;
}
.recentBoxWithLine{
	position:relative;
	float:left;
	width:100%;
	height:10px;
	background-image:url(../images/grey_line2.gif);
	background-position: top center;
	background-repeat:no-repeat;
}
.recentLeftBoxWithLine{
	position:relative;
	float:left;
	width:100%;
	height:10px;
	background-image:url(../images/grey_line2.gif);
	background-position: top left;
	background-repeat:no-repeat;
}
.textBox{
	position:relative;
	float:left;
	width:155px;
	background-image:url(../images/background_text_box.gif);
	background-position: top left;
	background-repeat:repeat-x;
	border:1px solid #CACACA;
}
.portfolio_box{
	position:relative;
	width:480px;
	padding:5px;
	margin-bottom:20px;
}
.pagination_box{
	position:relative;
	height:20px;
	width:480px;
	padding:2px;
	text-align:right;
}
.pagination_active{
	border:1px solid #DDDDDD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#007ECB;
	padding-left:4px;
	padding-right:4px;
}
.button{
	position:relative;
	float:right;
	background-image:url(../images/background_button_box.gif);
	background-position: top left;
	background-repeat:repeat-x;
	border:1px solid #CACACA;
}
.holderLogin{
	padding-top:10px;
	float:left;
	width:160px;
	height:40px;
}
.holderNews{
	padding-top:10px;
	text-align:left;
	float:left;
	width:170px;
}
.separator{
padding-top:10px;
}
.footer{
	position:relative;
	width:100%;
	height:68px;
	float:left;
	background-image:url(../images/botton_pater.gif);
	background-position: top left;
	background-repeat:repeat-x;
	text-align:center;
}
.footer_middle{
	position:relative;
	width:100%;
	height:38px;
	padding-top:30px;
	background-image:url(../images/footer_pic.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
}
.frontPic{
	float:left;
	padding-right:10px;
	padding-bottom:2px;
}