@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #FFFFFF;
	overflow-y:hidden;
}

a:link{
	color: #999999;
	text-decoration:none;
}

a:hover{
	color: #333333;
	text-decoration:underline;
}

a:visited{
	color: #999999;
	text-decoration:none;
}

#container{
	width: 15700px;
}

#header{	
	height: 95px;
	width: 100%;
	position:fixed;
}

#header a, #header img, #menu img, .more img{
	border:none;
}

#menu{
	background-image:url(../images/pattern.gif);
	padding-left: 20px;
	padding-right: 25px;
	height: 50px;
	position:fixed;
	margin-top:95px;
	z-index: 9999;
}

.content{
	width: 490px;
	padding-left: 25px;
	float:left;
	padding-top: 145px;
}

.title{
	height: 40px;
	padding-bottom: 10px;
}

h2{
	font-size:12px;
	text-transform: uppercase;
	color: #555555;
	padding-bottom: 10px;
}

.info{
	font-size:10px;
	text-transform: uppercase;
	line-height: 14px;
	color: #999999;
	padding-bottom: 15px;
}

.workimg img{
	background-image:url(../images/pattern.gif);
	background-repeat: repeat;
	padding: 5px;
	height: 270px;
	width: 480px;
	border: none;
}

.description{
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	color: #999999;
	font-size:10px;
}

.more{
	padding: 10px 0 10px 0;
	text-transform: lowercase;
	color: #999999;
	font-size:9px;
}

.list{
	color:#cccccc;
	font-size:12px;
	text-transform:uppercase;
	list-style:none;
	line-height: 24px;

}
.abouttxt{
	margin-top: 10px;
	color: #000000;
	font-size:10px;
	line-height: 14px;
	text-align:justify;
}

.aboutcontent{
	width: 200px;
	padding-left: 25px;
	float:left;
	padding-top: 145px;
}

/*AJAX LOADER
-------------------*/
#loading{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    background-color: red;
    font-size: 150%;
    color: white;
    padding: 2px;
}

.contentg{
	width: 490px;
	padding-left: 25px;
	float:left;
	padding-top: 145px;
	overflow: hidden;
	z-index: 5000;
	position: relative;
}

.contentg ul {  /*your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0; 
padding: 0;
}

.contentg ul li {
float:left;
}

/*typographic info*/
.contentg span.typo{ 
padding: 6px; /* do not modify padding */
background: #fff;
color: #000;
font: normal 10px Verdana;
}