﻿/* clearfix */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
}
* html .clearfix {
	display: inline-block;
}
/* Hides from IE5-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE5-mac */
*:first-child+html .clearfix {
	display: inline-block;
}

/* clearfix */



*{
	margin: 0px;
	padding: 0px;
	margin-left: auto;
    margin-right: auto;
}


body {
	background-color: #5E7FAA;
	color: #3A4F6D;
	font-size: 13px;
	text-align: -moz-center; /*FF*/;
	#text-align: center; /*IE */;
	font-family: Arial, Helvetica, sans-serif;
}

#shadow_div {
	width: 830px;
	background-image: url(../img/shadow_div.png);
	background-repeat:repeat-y;
}

      /* header */
      
#top {
	position:relative;
	width:790px;
	height:121px;
	z-index:5;
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
}

#home {
	position:absolute;
	left:27px;
	top:52px;
	width:129px;
	height:60px;
	z-index:7;
	cursor: pointer;
	display: block;
}

#about_PSG {
	position:absolute;
	left:173px;
	top:52px;
	width:152px;
	height:60px;
	z-index:7;
	cursor: pointer;
	display: block;
}

#news {
	position:absolute;
	left:338px;
	top:52px;
	width:135px;
	height:60px;
	z-index:7;
	cursor: pointer;
	display: block;
}

#contact_us {
	position:absolute;
	left:490px;
	top:52px;
	width:156px;
	height:60px;
	z-index:7;
	cursor: pointer;
	display: block;
}

#faq {
	position:absolute;
	left:654px;
	top:52px;
	width:133px;
	height:60px;
	z-index:7;
	cursor: pointer;
	display: block;
}
   /* header */
   
   
#flash_div {
	position:static;
	width:790px;
	height:120px;
	z-index:6;
}

#main_content_bg {
	position:static;
	width:790px;
	z-index:1;
	background-image: url(../img/background-image_1.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#main_content {
	position: static;
	width: 780px;
	z-index: 3;
	text-align: center;
}

   /* last_work list */

.list {
	margin: 0 0 0 50;
	list-style: none;
	padding-top: 15px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.list a {
	color: #fd9e08;
	font-weight: bold;
	text-decoration: none;
}

.list li {
	background-image: url(../img/check_mark.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 0px 5px 25px;
	/*border-bottom: 1px solid gray; */
}

.list_table td{
	width: 230px;
	vertical-align: top;
	text-align: left;
}

#no_border_list li{
	border: 0 none;
	margin-left: 20px;
}
 /* last_work list */
 
 
#last_works {
	position:static;
	width:210px;
	z-index:2;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

h1 {
	font-size: 17px;
	color: #000000;
}

h2 {
	font-size: 17px;
	color: #fd9e08;
	text-align: center;
}

p {
	margin-top: 0px;
	margin: 0;
}


