/*padding:10px 5px 15px 20px;
    * top padding is 10px
    * right padding is 5px
    * bottom padding is 15px
    * left padding is 20px*/

body {
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*font-family:SimHei;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
/*	background-image:url(../images/ab20_red.jpg);
*/	
	background-color:#333333;
	background-image:url(../images/bgwork.png);
	background-attachment:fixed;
	background-repeat:repeat;
	background-position:bottom;
	
}
.main {
/*	background:url('../images/bg.png') top center no-repeat;*/
	width:1300px;
	height: 680px;
	padding:0px 0px;
	position:relative;
	margin:10px auto 0px;
	z-index:999;
	text-align:center;
}
#wrapper {
	position:relative;
	margin:0px auto 0px;
	color:#000000;
	width:1000px;
	height: 640px;
	overflow: hidden;
	z-index: 0;
/*	background: #fff;*/
	padding:0px;
	text-align:left;
}

.main_fb {
/*	background:url('../images/bg.png') top center no-repeat;*/
	width:1300px;
	height: 630px;
	padding:0px 0px;
	position:relative;
	margin:40px auto 0px;
	z-index:999;
	text-align:center;
}
#wrapper_fb {
	position:relative;
	margin:0px auto 0px;
	color:#fff;
	width:1000px;
	height: 580px;
	overflow: hidden;
	z-index: 0;
/*	background: #fff;*/
	padding:0px;
	text-align:left;
}

a {
	/*color:#1f9de9;*/
	color:#000000;
}
a:hover {
	color:#000000;
}

.logo {
	position:absolute;
	right:73px;
	margin-top:-20px;
	top:-4px;
	z-index:9999;
}
#global {
	position:relative;
	margin:0px auto 0px;
	text-align:center;
	padding:0px;
	background-color:#FFFFFF;
	width:1000px;
}

#works {
	margin:0px;
	padding:0px;
	padding-bottom:100px;
	width:900px;
	height:400px;
	overflow:hidden;
	position:relative;
	z-index:9999;
	background-color:#ffffff;
	/*background-image:url(../images/bgwork.png);*/
	/*margin-bottom:200px;*/
}
#works ul {
	margin:10px;
}
#works div h2 {
	padding:10px;
	/*margin:0px 0px 0px;*/
	margin-left:-10px;
	font-size:24px;
	color:#000000;
	font-family:Tahoma;
}
#works img {
	margin-left:10px;
}
/*#works div p {
	padding:10px;
}
*/
#works div {
	padding:5px 0px 0px 0px;
}
.left {
	float: left;
	width: 680px;
	margin-left:20px;
}

.left ul{
	padding:0px 0px 0px 10px;
}

.left li{
	padding:0px 0px 0px 5px;
}

.right {
	margin-top:-20px;
	float: right;
	width: 270px;
}

#menu_right .h2 {
	/*color:#FC0A1C;*/
	font-family:Tahoma;
	color:#000000;
	font-size:22px;
	font-weight:bold;
	padding-left:40px;
}


#menu_right ul {
	/*color:#FC0A1C;*/
	color:#FF6633;
	list-style: none;
}


#menu_right li {
	/*color:#FC0A1C;*/
	color:#FF6633;
}


#menu_right a {
	/*color:#FC0A1C;*/
	color:#000000;
	font-size:11px;
}

#menu_right a:visited {
	color:#000000;
	font-size:11px;
}

#menu_right a:hover {
	color:#000000;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}


#footer {
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left: -500px;
	width:1000px;
	text-align: center;
	z-index:9999;
	font-size:11px;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
}
