html {
	margin: 0px;
	background-repeat: repeat;
	background-image: url(./simages/bg.jpg);
	font-size: 1em;
	text-align: center;
	font-family: Georgia;
}

img { border: 0px; }
a, a:visited {color: #eb46f1; text-decoration: none;}
a:hover {color: #eb46f1; text-decoration: underline;}

#content {
	width: 902px;
	margin: auto;
}

#header {
	position: absolute;
	background: url(./simages/headerbg.jpg) repeat-x;
	width: 902px;
	margin: 20px, auto;
	height: 102px;
}

#lc {
	margin-top: -4px;
}

#logo {
	position: absolute;
	margin-left: 15px;
	padding-top: 20px;
}

#nav {
	position: absolute;
	right: 5px;
	top: 44px;
	font-weight: bold;
}

#nav ul, li {
	margin-right: 10px;
	display: inline;
}

.left1 {
	position: absolute;
	top: -4px;
	left: 250px;
}

#nav a, a:visited {color: #222; text-decoration: none;}
#nav a:hover {color: #eb46f1;font-style: italic;}

#main {
	background-image: url(./simages/mainbg.jpg);
	width: 902px;
	position: absolute;
	top: 102px;
}

#main p {
	font-size: 1.2em;
	padding: 20px;
	padding-bottom: 0;
	text-align: left;
}

#boxes {
	width: 900px;
	padding: 0px;
	margin: 0px;
	background-image: url(./simages/toplegs.jpg);
	background-repeat: no-repeat;
	height: 190px;
}

#boxes ul {
	margin: 0;
	margin-left: 0.5%
	padding: 0px;
	padding-top: 15px;
}

#boxes li {
	margin: 0;
	padding: 0;
	width: 33%;
	display: block;
	float: left;
}

#about {
	margin: 0;
	padding: 0;
	background-image: url(./simages/aboutbg.jpg);
	width: 902px;
}

#about p {
	font-size: 1.5em;
	font-family: Georgia;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-left: 40px;
	color: #222;
	text-align: center;
}

#aboutPeople {
	margin: 0;
	padding: 0;
	background-image: url(./simages/aboutbg.jpg);
	width: 902px;
}

#aboutPeople p {
	font-size: .9em;
	font-family: Georgia;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-left: 40px;
	color: #222;
}

#footer {
	margin: 0;
	padding: 0;
	background-color: #222;
	height: 25px;
	width: 902px;
	font-style: italic;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

#footer a, a:visited {
	color: #eb46f1;
	text-decoration: none;
}

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

.left {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	float: left;
}

.right {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	float: right;
}

.rightpic {
	margin: 0;
	padding: 20px;
	float: right;
}

.leftpic {
	margin: 0;
	padding: 20px;
	float: left;
}


#projects {
	margin-left: 24px;
}

h3{ 
	color: #fff;
	font-size: 1.2em;
	margin: 0;
	padding-top: 3px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
}
			
.projectboxes{ 
	width: 268px; 
	height: 260px; 
	margin-right: 10px;
	margin-top: 10px;				
	float:left; 
	background:#ccc; 
	overflow: hidden; 
	position: relative;
	border: 5px solid #ccc;
}

.projectboxes_wide{ 
	width: 556px; 
	height: 260px; 
	margin-right: 10px;
	margin-top: 10px;				
	float:left; 
	background:#ccc; 
	overflow: hidden; 
	position: relative;
	border: 5px solid #ccc;
}

.projectboxes_big{ 
	width: 556px; 
	height: 540px; 
	margin-right: 10px;
	margin-top: 10px;				
	float:left; 
	background:#ccc; 
	overflow: hidden; 
	position: relative;
	border: 5px solid #ccc;
}

#project img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {top: 260;left: 0;}
.caption .boxcaption {top: 233; left: 0;}
.captionbig .boxcaption {top: 515; left: 0;}

.boxcaption a, a:visited {color: #eb46f1; text-decoration: underline;}
.boxcaption a:hover {color: #eb46f1;}

#clients {width: 902px; padding-top: 10px;}
#clients span{font-size: 1em;font-weight: bold;display: block;}
#clients ul {margin-top: 5px; padding: 3px;float: left;font-size: .75em;text-align: left;}
#clients li {display: block;}
#clients a, a:visited {color: inherit;text-decoration: underline;}
#clients a:hover {color: #eb46f1;}

#offer {margin: 10px, auto, 0, auto;width: 100%;font-style: italic;}
#offer span{font-size: 1em;font-weight: bold;display: block;}
#offer ul {float: left; font-size: .75em; text-align: left;}
#offer li {display: block;}





